summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Convert CONFIG_SYS_USB_FAT_BOOT_PARTITION to KconfigTom Rini2022-06-281-0/+7
* Convert CONFIG_USB_MAX_CONTROLLER_COUNT to KconfigTom Rini2022-06-281-4/+0
* common: usb: Update logic for usb.o, usb_hub.o and usb_storage.oTom Rini2022-06-281-9/+4
* vpl: Ensure all VPL symbols in Kconfig have some VPL dependencyTom Rini2022-06-281-10/+2
* tpl: Ensure all TPL symbols in Kconfig have some TPL dependencyTom Rini2022-06-281-1/+2
* spl: Move SPL_LDSCRIPT defaults to one placeTom Rini2022-06-281-0/+12
* Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini2022-06-271-0/+2
|\
| * microblaze: Add support for run time relocationMichal Simek2022-06-241-0/+2
* | common/board_r.c: drop legacy and unused bi_enetaddrRasmus Villemoes2022-06-061-15/+0
* | event: fix static events for CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait2022-06-062-0/+18
* | event: remove CONFIG_EVENT_DYNAMIC check in event_register()Ovidiu Panait2022-06-061-2/+0
* | spl: Rework and tighten some dependenciesTom Rini2022-06-061-31/+24
* | spl: Rework Kconfig to be more menu drivenTom Rini2022-06-061-32/+22
* | spl: Move all VPL, TPL and PowerPC specific CONFIG options to separate filesTom Rini2022-06-064-658/+650
* | Convert CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR et al to KconfigTom Rini2022-06-062-1/+15
* | Convert CONFIG_SYS_NAND_SPL_KERNEL_OFFS to KconfigTom Rini2022-06-061-0/+4
* | Convert CONFIG_SYS_SPL_ARGS_ADDR to KconfigTom Rini2022-06-063-3/+11
* | Convert CONFIG_SPL_TARGET to KconfigTom Rini2022-06-061-0/+9
* | Convert CONFIG_SPL_GD_ADDR to KconfigTom Rini2022-06-061-0/+8
* | Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to KconfigTom Rini2022-06-062-3/+20
* | Convert CONFIG_SPL_BSS_START_ADDR to KconfigTom Rini2022-06-061-0/+15
* | Convert CONFIG_SPL_RELOC_TEXT_BASE et al to KconfigTom Rini2022-06-061-2/+57
* | imx7: Update CONFIG_SPL_STACK defaults in KconfigTom Rini2022-06-061-1/+2
* | imx6: Update CONFIG_SPL_STACK defaults in KconfigTom Rini2022-06-061-1/+3
* | Convert CONFIG_SPL_STACK to KconfigTom Rini2022-06-061-0/+18
* | ppc / layerscape: Clean up CONFIG_SYS_CCSR_DO_NOT_RELOCATE usageTom Rini2022-06-061-0/+11
* | Convert CONFIG_SPL_BSS_MAX_SIZE et al to KconfigTom Rini2022-06-061-0/+38
* | Convert CONFIG_SPL_PAD_TO et al to KconfigTom Rini2022-06-061-3/+47
* | Convert CONFIG_SPL_FS_LOAD_PAYLOAD_NAME et al to KconfigTom Rini2022-06-062-4/+25
* | Convert CONFIG_SPL_NAND_RAW_ONLY et al to KconfigTom Rini2022-06-061-1/+11
* | Convert CONFIG_SPL_INIT_MINIMAL et al to KconfigTom Rini2022-06-061-0/+14
* | spl: Remove CONFIG_SPL_SATA_BOOT_DEVICETom Rini2022-06-061-15/+5
* | Convert CONFIG_SYS_BOOTPARAMS_LEN to KconfigTom Rini2022-06-062-2/+14
|/
* fdt: Add U-Boot version to chosen nodeFrancesco Dolcini2022-06-031-0/+10
* spl: spl_nand: Fix bad block handling in fitImageMichael Trimarchi2022-05-201-4/+1
* board_r: use IS_ENABLED(CONFIG_NEEDS_MANUAL_RELOC) in board_init_r()Ovidiu Panait2022-05-111-8/+5
* common/console.c: use CONFIG_VAL() with PRE_CON_BUF_* variablesRasmus Villemoes2022-05-111-6/+6
* spl: Force disable non-FIT loading for TI secure devicesAndrew Davis2022-05-111-2/+4
* spl: Rename Kconfig SPL_LEGACY_IMAGE_SUPPORT to SPL_LEGACY_IMAGE_FORMATAndrew Davis2022-05-113-5/+5
* Merge tag 'efi-2022-07-rc3-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2022-05-081-0/+128
|\
| * bootmenu: factor out the user input handlingMasahisa Kojima2022-05-071-0/+128
* | fdt: don't set linux,phandleJohn Keeping2022-05-061-8/+0
|/
* menu: menu_get_choice() return -ENOENT if menu item is emptyMasahisa Kojima2022-05-031-0/+3
* menu: always show the menu regardless of the number of entryMasahisa Kojima2022-05-031-1/+1
* vpl: Add Kconfig options for VPLSimon Glass2022-05-022-0/+286
* Introduce Verifying Program Loader (VPL)Simon Glass2022-05-022-4/+36
* avb: Don't build in SPLSimon Glass2022-05-021-1/+1
* bloblist: Correct Kconfig dependenciesSimon Glass2022-05-021-2/+2
* efi_loader: call efi_init_early() earlierHeinrich Schuchardt2022-04-291-3/+3
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini2022-04-271-0/+2
|\