aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2022-06-06common/board_r.c: drop legacy and unused bi_enetaddrRasmus Villemoes1-15/+0
2022-06-06event: fix static events for CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait2-0/+18
2022-06-06event: 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...WIP/08May2022Tom Rini1-0/+128
2022-05-07bootmenu: 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
2022-04-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxWIP/27Apr2022Tom Rini1-0/+2
2022-04-26hwconfig: Allow to compile it without env supportPali Rohár1-0/+2
2022-04-25nds32: Remove the architectureWIP/25Apr2022Tom Rini2-4/+3
2022-04-25Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini1-0/+11
2022-04-25bootstd: usb: Add a bootdev driverSimon Glass1-0/+11
2022-04-23efi_loader: split efi_init_obj_list() into two stagesAKASHI Takahiro2-3/+6
2022-04-19Convert CONFIG_SYS_MEM_TOP_HIDE to KconfigTom Rini1-1/+1
2022-04-11spl: allow boot from first bootable partitionJérôme Carretero2-5/+30
2022-04-11malloc: Annotate allocator for valgrindSean Anderson2-1/+40