summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2022-07-06lcd: Remove legacy CONFIG_FB_ADDR codeTom Rini1-4/+0
2022-06-29Convert CONFIG_SYS_USB_FAT_BOOT_PARTITION to KconfigTom Rini1-0/+7
2022-06-29Convert CONFIG_USB_MAX_CONTROLLER_COUNT to KconfigTom Rini1-4/+0
2022-06-29common: usb: Update logic for usb.o, usb_hub.o and usb_storage.oTom Rini1-9/+4
2022-06-29vpl: Ensure all VPL symbols in Kconfig have some VPL dependencyTom Rini1-10/+2
2022-06-29tpl: Ensure all TPL symbols in Kconfig have some TPL dependencyTom Rini1-1/+2
2022-06-29spl: Move SPL_LDSCRIPT defaults to one placeTom Rini1-0/+12
2022-06-27Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini1-0/+2
2022-06-24microblaze: Add support for run time relocationMichal Simek1-0/+2
2022-06-07common/board_r.c: drop legacy and unused bi_enetaddrRasmus Villemoes1-15/+0
2022-06-07event: fix static events for CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait2-0/+18
2022-06-07event: remove CONFIG_EVENT_DYNAMIC check in event_register()Ovidiu Panait1-2/+0
2022-06-06spl: Rework and tighten some dependenciesTom Rini1-31/+24
2022-06-06spl: Rework Kconfig to be more menu drivenTom Rini1-32/+22
2022-06-06spl: Move all VPL, TPL and PowerPC specific CONFIG options to separate filesTom Rini4-658/+650
2022-06-06Convert CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR et al to KconfigTom Rini2-1/+15
2022-06-06Convert CONFIG_SYS_NAND_SPL_KERNEL_OFFS to KconfigTom Rini1-0/+4
2022-06-06Convert CONFIG_SYS_SPL_ARGS_ADDR to KconfigTom Rini3-3/+11
2022-06-06Convert CONFIG_SPL_TARGET to KconfigTom Rini1-0/+9
2022-06-06Convert CONFIG_SPL_GD_ADDR to KconfigTom Rini1-0/+8
2022-06-06Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to KconfigTom Rini2-3/+20
2022-06-06Convert CONFIG_SPL_BSS_START_ADDR to KconfigTom Rini1-0/+15
2022-06-06Convert CONFIG_SPL_RELOC_TEXT_BASE et al to KconfigTom Rini1-2/+57
2022-06-06imx7: Update CONFIG_SPL_STACK defaults in KconfigTom Rini1-1/+2
2022-06-06imx6: Update CONFIG_SPL_STACK defaults in KconfigTom Rini1-1/+3
2022-06-06Convert CONFIG_SPL_STACK to KconfigTom Rini1-0/+18
2022-06-06ppc / layerscape: Clean up CONFIG_SYS_CCSR_DO_NOT_RELOCATE usageTom Rini1-0/+11
2022-06-06Convert CONFIG_SPL_BSS_MAX_SIZE et al to KconfigTom Rini1-0/+38
2022-06-06Convert CONFIG_SPL_PAD_TO et al to KconfigTom Rini1-3/+47
2022-06-06Convert CONFIG_SPL_FS_LOAD_PAYLOAD_NAME et al to KconfigTom Rini2-4/+25
2022-06-06Convert CONFIG_SPL_NAND_RAW_ONLY et al to KconfigTom Rini1-1/+11
2022-06-06Convert CONFIG_SPL_INIT_MINIMAL et al to KconfigTom Rini1-0/+14
2022-06-06spl: Remove CONFIG_SPL_SATA_BOOT_DEVICETom Rini1-15/+5
2022-06-06Convert CONFIG_SYS_BOOTPARAMS_LEN to KconfigTom Rini2-2/+14
2022-06-03fdt: Add U-Boot version to chosen nodeFrancesco Dolcini1-0/+10
2022-05-20spl: spl_nand: Fix bad block handling in fitImageMichael Trimarchi1-4/+1
2022-05-11board_r: use IS_ENABLED(CONFIG_NEEDS_MANUAL_RELOC) in board_init_r()Ovidiu Panait1-8/+5
2022-05-11common/console.c: use CONFIG_VAL() with PRE_CON_BUF_* variablesRasmus Villemoes1-6/+6
2022-05-11spl: Force disable non-FIT loading for TI secure devicesAndrew Davis1-2/+4
2022-05-11spl: Rename Kconfig SPL_LEGACY_IMAGE_SUPPORT to SPL_LEGACY_IMAGE_FORMATAndrew Davis3-5/+5
2022-05-08Merge tag 'efi-2022-07-rc3-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini1-0/+128
2022-05-08bootmenu: factor out the user input handlingMasahisa Kojima1-0/+128
2022-05-06fdt: don't set linux,phandleJohn Keeping1-8/+0
2022-05-03menu: menu_get_choice() return -ENOENT if menu item is emptyMasahisa Kojima1-0/+3
2022-05-03menu: always show the menu regardless of the number of entryMasahisa Kojima1-1/+1
2022-05-02vpl: Add Kconfig options for VPLSimon Glass2-0/+286
2022-05-02Introduce Verifying Program Loader (VPL)Simon Glass2-4/+36
2022-05-02avb: Don't build in SPLSimon Glass1-1/+1
2022-05-02bloblist: Correct Kconfig dependenciesSimon Glass1-2/+2
2022-04-29efi_loader: call efi_init_early() earlierHeinrich Schuchardt1-3/+3