aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-08Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION et al to KconfigWIP/migrate-symsTom Rini74-63/+50
2021-12-08Convert CONFIG_SPI_FLASH_EON et al to KconfigTom Rini51-34/+97
2021-12-08Convert CONFIG_ENV_SPI_BUS et al to KconfigTom Rini89-243/+11
2021-12-08Convert CONFIG_SCSI_AHCI et al to KconfigTom Rini3-2/+2
2021-12-08Convert CONFIG_IDENT_STRING to KconfigTom Rini8-37/+2
2021-12-08Convert CONFIG_DEBUG_UART_CLOCK to KconfigTom Rini1-2/+0
2021-12-08Convert CONFIG_CONS_INDEX to KconfigTom Rini2-2/+0
2021-12-08configs: Resync with savedefconfigTom Rini9-23/+11
2021-12-05Merge tag 'dm-pull-5dec21a' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini65-273/+1090
2021-12-05ide: Drop ATA_PORT_ADDRSimon Glass1-8/+4
2021-12-05ide: Drop unused CONFIG optionsSimon Glass7-20/+5
2021-12-05sandbox: Drop CONFIG_SYS_TIMER_RATESimon Glass2-8/+3
2021-12-05keyboard: Add a migration messageSimon Glass2-0/+9
2021-12-05Convert CONFIG_KEYBOARD to KconfigSimon Glass18-26/+18
2021-12-05Convert CONFIG_SYS_FDT_LOAD_ADDR to KconfigSimon Glass3-7/+10
2021-12-05sandbox: Drop CONFIG_HOST_MAX_DEVICESSimon Glass5-7/+7
2021-12-05trace: sandbox: Use only the Kconfig optionsSimon Glass2-7/+4
2021-12-05binman: Rename _ReadSubnodes() to ReadEntries()Simon Glass3-6/+6
2021-12-05binman: Support lists of external blobsSimon Glass6-3/+133
2021-12-05dtoc: Add support for reading string-list propertiesSimon Glass2-0/+30
2021-12-05binman: Allow extracting a file in an alternative formatSimon Glass12-21/+193
2021-12-05binman: Allow listing an image created by a newer versionSimon Glass5-18/+74
2021-12-05binman: Allow providing tools and blob directoriesSimon Glass2-1/+32
2021-12-05bloblist: Support allocating the bloblistSimon Glass4-5/+50
2021-12-02binman: Rename testCbfsNoCOntents()Simon Glass1-1/+1
2021-12-02binman: cfbs: Refactor ObtainContents() for consistencySimon Glass1-17/+23
2021-12-02binman: cbfs: Refactor the init processSimon Glass1-2/+6
2021-12-02binman: Use normal entries in cbfsSimon Glass1-8/+8
2021-12-02binman: Move cbfs.ObtainContents() down a bitSimon Glass1-15/+15
2021-12-02binman: Update the section documentationSimon Glass2-55/+242
2021-12-02binman: Allow control of which entries to readSimon Glass1-6/+7
2021-12-02binman: Allow overriding BuildSectionData()Simon Glass2-5/+13
2021-12-02binman: Drop the filename property in entry_SectionSimon Glass1-4/+1
2021-12-02binman: Drop the underscore in _ReadEntries()Simon Glass4-8/+8
2021-12-02binman: Correct comments for ReadChildData()Simon Glass1-2/+3
2021-12-02binman: Correct init of entry in Entry classSimon Glass1-1/+1
2021-12-02binman: Add a way to obtain the versionSimon Glass3-0/+67
2021-12-02binman: Tidy up style in cmdlineSimon Glass1-18/+27
2021-12-02dtoc: Add support for reading fixed-length bytes propertiesSimon Glass2-0/+37
2021-12-02dtoc: Add support for reading 64-bit intsSimon Glass4-3/+56
2021-12-02dtoc: Bring in the libfdt module automaticallySimon Glass1-0/+6
2021-12-02sandbox: replace putchar(ch) by fputc(ch, stdout)Heinrich Schuchardt1-1/+1
2021-12-02drivers: core: lists: fix for loop index typeAlexander Preißner1-1/+1
2021-12-02Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net in...WIP/02Dec2021Tom Rini12-43/+3605
2021-12-02Merge branch '2021-12-01-assorted-updates' into nextTom Rini5-9/+23
2021-12-02board: brcm-ns3: Load netXtreme firmwareBharat Gooty1-1/+4
2021-12-02net: brcm: netXtreme driverBharat Gooty9-0/+3540
2021-12-02driver: net: Makefile: order file alphabeticallyRamon Fried1-39/+39
2021-12-02drivers: net: Soft reset felix switch coreRadu Bulie1-1/+12
2021-12-02tools/netconsole: Add support for socatAndy Shevchenko1-2/+10