summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2022-06-06common/board_r.c: drop legacy and unused bi_enetaddrRasmus Villemoes
2022-06-06event: fix static events for CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait
2022-06-06event: remove CONFIG_EVENT_DYNAMIC check in event_register()Ovidiu Panait
2022-06-06spl: Rework and tighten some dependenciesTom Rini
2022-06-06spl: Rework Kconfig to be more menu drivenTom Rini
2022-06-06spl: Move all VPL, TPL and PowerPC specific CONFIG options to separate filesTom Rini
2022-06-06Convert CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR et al to KconfigTom Rini
2022-06-06Convert CONFIG_SYS_NAND_SPL_KERNEL_OFFS to KconfigTom Rini
2022-06-06Convert CONFIG_SYS_SPL_ARGS_ADDR to KconfigTom Rini
2022-06-06Convert CONFIG_SPL_TARGET to KconfigTom Rini
2022-06-06Convert CONFIG_SPL_GD_ADDR to KconfigTom Rini
2022-06-06Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to KconfigTom Rini
2022-06-06Convert CONFIG_SPL_BSS_START_ADDR to KconfigTom Rini
2022-06-06Convert CONFIG_SPL_RELOC_TEXT_BASE et al to KconfigTom Rini
2022-06-06imx7: Update CONFIG_SPL_STACK defaults in KconfigTom Rini
2022-06-06imx6: Update CONFIG_SPL_STACK defaults in KconfigTom Rini
2022-06-06Convert CONFIG_SPL_STACK to KconfigTom Rini
2022-06-06ppc / layerscape: Clean up CONFIG_SYS_CCSR_DO_NOT_RELOCATE usageTom Rini
2022-06-06Convert CONFIG_SPL_BSS_MAX_SIZE et al to KconfigTom Rini
2022-06-06Convert CONFIG_SPL_PAD_TO et al to KconfigTom Rini
2022-06-06Convert CONFIG_SPL_FS_LOAD_PAYLOAD_NAME et al to KconfigTom Rini
2022-06-06Convert CONFIG_SPL_NAND_RAW_ONLY et al to KconfigTom Rini
2022-06-06Convert CONFIG_SPL_INIT_MINIMAL et al to KconfigTom Rini
2022-06-06spl: Remove CONFIG_SPL_SATA_BOOT_DEVICETom Rini
2022-06-06Convert CONFIG_SYS_BOOTPARAMS_LEN to KconfigTom Rini
2022-06-03fdt: Add U-Boot version to chosen nodeFrancesco Dolcini
2022-05-20spl: spl_nand: Fix bad block handling in fitImageMichael Trimarchi
2022-05-11board_r: use IS_ENABLED(CONFIG_NEEDS_MANUAL_RELOC) in board_init_r()Ovidiu Panait
2022-05-11common/console.c: use CONFIG_VAL() with PRE_CON_BUF_* variablesRasmus Villemoes
2022-05-11spl: Force disable non-FIT loading for TI secure devicesAndrew Davis
2022-05-11spl: Rename Kconfig SPL_LEGACY_IMAGE_SUPPORT to SPL_LEGACY_IMAGE_FORMATAndrew Davis
2022-05-08Merge tag 'efi-2022-07-rc3-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2022-05-07bootmenu: factor out the user input handlingMasahisa Kojima
2022-05-06fdt: don't set linux,phandleJohn Keeping
2022-05-03menu: menu_get_choice() return -ENOENT if menu item is emptyMasahisa Kojima
2022-05-03menu: always show the menu regardless of the number of entryMasahisa Kojima
2022-05-02vpl: Add Kconfig options for VPLSimon Glass
2022-05-02Introduce Verifying Program Loader (VPL)Simon Glass
2022-05-02avb: Don't build in SPLSimon Glass
2022-05-02bloblist: Correct Kconfig dependenciesSimon Glass
2022-04-29efi_loader: call efi_init_early() earlierHeinrich Schuchardt
2022-04-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini
2022-04-26hwconfig: Allow to compile it without env supportPali Rohár
2022-04-25nds32: Remove the architectureTom Rini
2022-04-25Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini
2022-04-25bootstd: usb: Add a bootdev driverSimon Glass
2022-04-23efi_loader: split efi_init_obj_list() into two stagesAKASHI Takahiro
2022-04-19Convert CONFIG_SYS_MEM_TOP_HIDE to KconfigTom Rini
2022-04-11spl: allow boot from first bootable partitionJérôme Carretero
2022-04-11malloc: Annotate allocator for valgrindSean Anderson