aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-pull-5dec21a' of https://source.denx.de/u-boot/custodians/u-boo...WIP/05Dec2021Tom Rini2021-12-0565-273/+1090
|\
| * ide: Drop ATA_PORT_ADDRSimon Glass2021-12-051-8/+4
| * ide: Drop unused CONFIG optionsSimon Glass2021-12-057-20/+5
| * sandbox: Drop CONFIG_SYS_TIMER_RATESimon Glass2021-12-052-8/+3
| * keyboard: Add a migration messageSimon Glass2021-12-052-0/+9
| * Convert CONFIG_KEYBOARD to KconfigSimon Glass2021-12-0518-26/+18
| * Convert CONFIG_SYS_FDT_LOAD_ADDR to KconfigSimon Glass2021-12-053-7/+10
| * sandbox: Drop CONFIG_HOST_MAX_DEVICESSimon Glass2021-12-055-7/+7
| * trace: sandbox: Use only the Kconfig optionsSimon Glass2021-12-052-7/+4
| * binman: Rename _ReadSubnodes() to ReadEntries()Simon Glass2021-12-053-6/+6
| * binman: Support lists of external blobsSimon Glass2021-12-056-3/+133
| * dtoc: Add support for reading string-list propertiesSimon Glass2021-12-052-0/+30
| * binman: Allow extracting a file in an alternative formatSimon Glass2021-12-0512-21/+193
| * binman: Allow listing an image created by a newer versionSimon Glass2021-12-055-18/+74
| * binman: Allow providing tools and blob directoriesSimon Glass2021-12-052-1/+32
| * bloblist: Support allocating the bloblistSimon Glass2021-12-054-5/+50
| * binman: Rename testCbfsNoCOntents()Simon Glass2021-12-021-1/+1
| * binman: cfbs: Refactor ObtainContents() for consistencySimon Glass2021-12-021-17/+23
| * binman: cbfs: Refactor the init processSimon Glass2021-12-021-2/+6
| * binman: Use normal entries in cbfsSimon Glass2021-12-021-8/+8
| * binman: Move cbfs.ObtainContents() down a bitSimon Glass2021-12-021-15/+15
| * binman: Update the section documentationSimon Glass2021-12-022-55/+242
| * binman: Allow control of which entries to readSimon Glass2021-12-021-6/+7
| * binman: Allow overriding BuildSectionData()Simon Glass2021-12-022-5/+13
| * binman: Drop the filename property in entry_SectionSimon Glass2021-12-021-4/+1
| * binman: Drop the underscore in _ReadEntries()Simon Glass2021-12-024-8/+8
| * binman: Correct comments for ReadChildData()Simon Glass2021-12-021-2/+3
| * binman: Correct init of entry in Entry classSimon Glass2021-12-021-1/+1
| * binman: Add a way to obtain the versionSimon Glass2021-12-023-0/+67
| * binman: Tidy up style in cmdlineSimon Glass2021-12-021-18/+27
| * dtoc: Add support for reading fixed-length bytes propertiesSimon Glass2021-12-022-0/+37
| * dtoc: Add support for reading 64-bit intsSimon Glass2021-12-024-3/+56
| * dtoc: Bring in the libfdt module automaticallySimon Glass2021-12-021-0/+6
| * sandbox: replace putchar(ch) by fputc(ch, stdout)Heinrich Schuchardt2021-12-021-1/+1
| * drivers: core: lists: fix for loop index typeAlexander Preißner2021-12-021-1/+1
|/
* Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net in...Tom Rini2021-12-0212-43/+3605
|\
| * board: brcm-ns3: Load netXtreme firmwareBharat Gooty2021-12-021-1/+4
| * net: brcm: netXtreme driverBharat Gooty2021-12-029-0/+3540
| * driver: net: Makefile: order file alphabeticallyRamon Fried2021-12-021-39/+39
| * drivers: net: Soft reset felix switch coreRadu Bulie2021-12-021-1/+12
| * tools/netconsole: Add support for socatAndy Shevchenko2021-12-021-2/+10
* | Merge branch '2021-12-01-assorted-updates' into nextTom Rini2021-12-025-9/+23
|\ \ | |/ |/|
| * spl: fit: Skip attempting to load 0 length imageWIP/2021-12-01-assorted-updatesNishanth Menon2021-12-011-0/+7
| * dm: add debug message when failed to select the default pinctrlPatrick Delaunay2021-12-011-4/+12
| * pinctrl: change result for unsupported APIPatrick Delaunay2021-12-011-2/+2
| * scripts: remove CONFIG_IS_ENABLED and CONFIG_VAL in config_whitelist.txtPatrick Delaunay2021-12-011-2/+0
| * scripts: remove CONFIG_IS_ENABLED and CONFIG_VAL in generated u_boot.cfgPatrick Delaunay2021-12-011-1/+2
|/
* Merge branch '2021-12-01-Kconfig-migrations' into nextTom Rini2021-12-01680-2486/+1427
|\
| * Convert CONFIG_FSL_DDR_BIST et al to KconfigWIP/2021-12-01-Kconfig-migrationsTom Rini2021-12-012-2/+4
| * Convert CONFIG_SYS_BR0_PRELIM et al to KconfigTom Rini2021-12-0166-440/+653