aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-11Convert CONFIG_SYS_IMMR to KconfigWIP/migrate-harder-symsTom Rini19-32/+12
2021-12-11Convert CONFIG_SYS_MEMTEST_START et al to KconfigTom Rini7-26/+1
2021-12-11Convert CONFIG_WATCHDOG_TIMEOUT_MSECS to KconfigTom Rini2-3/+1
2021-12-11Convert CONFIG_HW_WATCHDOG to KconfigTom Rini7-14/+1
2021-12-11Convert CONFIG_WATCHDOG to KconfigTom Rini24-39/+2
2021-12-11Convert CONFIG_VID et al to KconfigTom Rini74-36/+103
2021-12-11Convert CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT to KconfigTom Rini5-4/+4
2021-12-11Convert CONFIG_SUPPORT_EMMC_RPMB to KconfigTom Rini15-12/+9
2021-12-11Remove CONFIG_SYS_MMC_IMG_LOAD_PART from CONFIG namespaceTom Rini39-92/+29
2021-12-11# This is a combination of 2 commits.Tom Rini410-379/+475
2021-12-11Convert CONFIG_SD_BOOT et al to KconfigTom Rini17-16/+21
2021-12-11Convert CONFIG_FSL_IFC to KconfigTom Rini14-26/+9
2021-12-11Convert CONFIG_ENV_SPI_BUS et al to KconfigTom Rini94-256/+40
2021-12-10Clarify CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW in KconfigTom Rini7-7/+1
2021-12-10arm: Drop unused tam3517-common.hTom Rini1-281/+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