aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-13SYS_CLK_FREQ: Step one, convert to static or get_board_sys_clk()WIP/migrate-more-harder-symsTom Rini32-86/+53
2021-12-13Convert CONFIG_ARCH_MAP_SYSMEM to KconfigTom Rini4-7/+4
2021-12-13Convert CONFIG_SYS_NAND_U_BOOT_OFFS to KconfigTom Rini11-9/+10
2021-12-13Convert CONFIG_TPL_TEXT_BASE to KconfigTom Rini7-9/+5
2021-12-12Convert CONFIG_ZYNQMP_PSU_INIT_ENABLED to KconfigTom Rini8-4/+7
2021-12-12Finish conversion CONFIG_SYS_NAND_SELF_INIT to KconfigTom Rini12-32/+31
2021-12-12Convert CONFIG_TEGRA_NAND to KconfigTom Rini14-13/+14
2021-12-12Finish converting CONFIG_SYS_FSL_CLK to KconfigTom Rini19-40/+9
2021-12-12warp7, pic32mzdask: Remove SYS_FDT_ADDR/SYS_ENV_ADDR from CONFIG namespaceTom Rini3-12/+3
2021-12-12Convert CONFIG_SYS_PCI_64BIT to KconfigTom Rini29-33/+14
2021-12-12Finish CONFIG_VID et al conversion to KconfigTom Rini76-73/+308
2021-12-12Convert CONFIG_SYS_IMMR to KconfigTom Rini20-32/+16
2021-12-12Convert CONFIG_SYS_MEMTEST_START et al to KconfigTom Rini7-26/+1
2021-12-12Convert CONFIG_WATCHDOG_TIMEOUT_MSECS to KconfigTom Rini2-3/+1
2021-12-12Finish converting CONFIG_WATCHDOG, HW_WATCHDOG and WDT to KconfigTom Rini32-67/+5
2021-12-12pci: Remove unused FSL_PCI_INIT codeTom Rini4-960/+0
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