- ab0c5f1 spl: Rework Kconfig to be more menu driven by Tom Rini · 2 years, 6 months ago
- ba787bb spl: Move all VPL, TPL and PowerPC specific CONFIG options to separate files by Tom Rini · 2 years, 6 months ago
- 103d1ae Convert CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR et al to Kconfig by Tom Rini · 2 years, 6 months ago
- 5fc1d58 Convert CONFIG_SYS_NAND_SPL_KERNEL_OFFS to Kconfig by Tom Rini · 2 years, 6 months ago
- b4b9a00 Convert CONFIG_SYS_SPL_ARGS_ADDR to Kconfig by Tom Rini · 2 years, 6 months ago
- a62b7f0 Convert CONFIG_SPL_TARGET to Kconfig by Tom Rini · 2 years, 6 months ago
- 7f2c91e Convert CONFIG_SPL_GD_ADDR to Kconfig by Tom Rini · 2 years, 6 months ago
- 10f6e4d Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to Kconfig by Tom Rini · 2 years, 6 months ago
- 6600b35 Convert CONFIG_SPL_BSS_START_ADDR to Kconfig by Tom Rini · 2 years, 6 months ago
- 55cf860 Convert CONFIG_SPL_RELOC_TEXT_BASE et al to Kconfig by Tom Rini · 2 years, 6 months ago
- 8b83b53 imx7: Update CONFIG_SPL_STACK defaults in Kconfig by Tom Rini · 2 years, 6 months ago
- 2378039 imx6: Update CONFIG_SPL_STACK defaults in Kconfig by Tom Rini · 2 years, 6 months ago
- f113d7d Convert CONFIG_SPL_STACK to Kconfig by Tom Rini · 2 years, 6 months ago
- 6074a53 ppc / layerscape: Clean up CONFIG_SYS_CCSR_DO_NOT_RELOCATE usage by Tom Rini · 2 years, 6 months ago
- 9b5f9ae Convert CONFIG_SPL_BSS_MAX_SIZE et al to Kconfig by Tom Rini · 2 years, 6 months ago
- ca8a329 Convert CONFIG_SPL_PAD_TO et al to Kconfig by Tom Rini · 2 years, 6 months ago
- 4a11e34 Convert CONFIG_SPL_FS_LOAD_PAYLOAD_NAME et al to Kconfig by Tom Rini · 2 years, 6 months ago
- bab1b35 Convert CONFIG_SPL_NAND_RAW_ONLY et al to Kconfig by Tom Rini · 2 years, 6 months ago
- b35316f Convert CONFIG_SPL_INIT_MINIMAL et al to Kconfig by Tom Rini · 2 years, 6 months ago
- d498c67 spl: Remove CONFIG_SPL_SATA_BOOT_DEVICE by Tom Rini · 2 years, 6 months ago
- cc98014 spl: spl_nand: Fix bad block handling in fitImage by Michael Trimarchi · 2 years, 6 months ago
- 11f32da spl: Force disable non-FIT loading for TI secure devices by Andrew Davis · 2 years, 6 months ago
- 6665ab1 spl: Rename Kconfig SPL_LEGACY_IMAGE_SUPPORT to SPL_LEGACY_IMAGE_FORMAT by Andrew Davis · 2 years, 6 months ago
- 747093d vpl: Add Kconfig options for VPL by Simon Glass · 2 years, 7 months ago
- f86ca5a Introduce Verifying Program Loader (VPL) by Simon Glass · 2 years, 7 months ago
- 5fa973e spl: allow boot from first bootable partition by Jérôme Carretero · 2 years, 8 months ago
- 1d99e67 gpio: Enable hogging support in SPL by Eddie James · 2 years, 9 months ago
- 8e6c129 Add a default for TPL_TEXT_BASE by Simon Glass · 2 years, 9 months ago
- 4de720e Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 2 years, 7 months ago
- 5907357 spl: mmc: extend spl_mmc_boot_mode() to take mmc argument by Andre Przywara · 3 years, 4 months ago
- 8e1c9fe spl: Add semihosting boot method by Sean Anderson · 2 years, 8 months ago
- 2404a01 common: spl: fit_ram: allow to use image pre load by Philippe Reynes · 2 years, 8 months ago
- b13114c spl: Correct Kconfig help for TPL_BINMAN_SYMBOLS by Simon Glass · 2 years, 8 months ago
- 38c04d8 spl: Allow disabling binman symbols in SPL by Simon Glass · 2 years, 9 months ago
- 00959d8 spl: x86: Correct the binman symbols for SPL by Simon Glass · 2 years, 9 months ago
- c1335e2 spl: ymodem: Fix buffer overflow during Image copy by Vignesh Raghavendra · 2 years, 10 months ago
- c592292 spl: add support for custom boot method names by Heiko Thiery · 2 years, 10 months ago
- 99f844b tools: Pass the key blob around by Simon Glass · 3 years ago
- 22eb152 spl: Convert SYS_MMCSD_RAW_MODE_KERNEL_SECTOR to Kconfig by Alexandru Gagniuc · 2 years, 11 months ago
- 2d7a463 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 10 months ago
- c10939d SPL: Add support for checking board / BootROM specific image types by Pali Rohár · 2 years, 10 months ago
- 2e0429b SPL: Add struct spl_boot_device parameter into spl_parse_board_header() by Pali Rohár · 2 years, 10 months ago
- 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- 027b0e9 common: spl: move armv7m-specific code to spl_perform_fixups() by Ovidiu Panait · 2 years, 11 months ago
- 7f3b79a bloblist: Rename the SPL tag by Simon Glass · 2 years, 10 months ago
- 1b46518 Convert CONFIG_TPL_TEXT_BASE to Kconfig by Tom Rini · 2 years, 11 months ago
- 6d99f86 spl: fit: Skip attempting to load 0 length image by Nishanth Menon · 3 years, 1 month ago
- 7115007 spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code paths by Tom Rini · 3 years ago
- b55881d bootstage: Add SPL support by Marek Vasut · 3 years, 1 month ago
- 949eb22 arm: spl: prepare for jumping to OPTEE by Ricardo Salveti · 3 years, 1 month ago
- 79b8849 Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years, 1 month ago
- e7d285b image: Use the correct checks for CRC32 by Simon Glass · 3 years, 2 months ago
- deb80ec imx: spl: fix imx8m secure boot by Heiko Schocher · 3 years, 3 months ago
- 884ba50 spl_fit. add hook to make fixes after fit header is loaded by Heiko Schocher · 3 years, 3 months ago
- 51827f9 lib: optee: remove the duplicate CONFIG_OPTEE by Patrick Delaunay · 3 years, 2 months ago
- 0a50b3c WS cleanup: remove trailing white space by Wolfgang Denk · 3 years, 2 months ago
- 66356b4 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years, 2 months ago
- 414cc15 treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 3 months ago
- 7de8bd0 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 3 months ago
- 121a165 Remove including timestamp.h in version.h by Pali Rohár · 3 years, 3 months ago
- 6674eda Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years, 2 months ago
- 0721209 common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASH by Alexandru Gagniuc · 3 years, 2 months ago
- eb5171d common: Remove unused CONFIG_FIT_SHAxxx selectors by Alexandru Gagniuc · 3 years, 2 months ago
- 9f66492 net: Move network rules to drivers/net by Simon Glass · 3 years, 3 months ago
- 5ed16a9 net: Rename SPL_NET_SUPPORT to SPL_NET by Simon Glass · 3 years, 3 months ago
- a4faf1f power: Refactor Makefile rules by Simon Glass · 3 years, 3 months ago
- f756037 sata: Rename SATA_SUPPORT to SATA by Simon Glass · 3 years, 3 months ago
- 6f004ad ppc: Rename MPC8XXX_INIT_DDR_SUPPORT to MPC8XXX_INIT_DDR by Simon Glass · 3 years, 3 months ago
- de213c7 Rename CACHE_SUPPORT to CACHE by Simon Glass · 3 years, 3 months ago
- ea2ca7e spi: Rename SPI_SUPPORT to SPI by Simon Glass · 3 years, 3 months ago
- 2a73606 serial: Rename SERIAL_SUPPORT to SERIAL by Simon Glass · 3 years, 3 months ago
- 73c6ff6 rtc: Rename RTC_SUPPORT to RTC by Simon Glass · 3 years, 3 months ago
- 15042e7 pch: Rename PCH_SUPPORT to PCH by Simon Glass · 3 years, 3 months ago
- 103c5f1 mmc: Rename MMC_SUPPORT to MMC by Simon Glass · 3 years, 3 months ago
- b4c2c15 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 3 months ago
- 2226ca1 arm: mvebu: Load U-Boot proper binary in SPL code based on kwbimage header by Pali Rohár · 3 years, 4 months ago
- 9baab60 SPL: Add support for parsing board / BootROM specific image types by Pali Rohár · 3 years, 4 months ago
- 5fce287 SPL: Add support for specifying offset between header and image by Pali Rohár · 3 years, 4 months ago
- 975e7cf i2c: Rename SPL/TPL_I2C_SUPPORT to I2C by Simon Glass · 3 years, 4 months ago
- 9ca0068 Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISC by Simon Glass · 3 years, 4 months ago
- 83061db Rename GPIO_SUPPORT to GPIO by Simon Glass · 3 years, 4 months ago
- 333e4a6 Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOST by Simon Glass · 3 years, 4 months ago
- 078111b Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOG by Simon Glass · 3 years, 4 months ago
- 89ddb0b Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEW by Simon Glass · 3 years, 4 months ago
- f2d7a36 Rename SPL_ETH_SUPPORT to SPL_ETH by Simon Glass · 3 years, 4 months ago
- 0c6bdbb Rename SPL_CRYPTO_SUPPORT to SPL_CRYPTO by Simon Glass · 3 years, 4 months ago
- 933b2f0 Rename SPL_POWER_SUPPORT to SPL_POWER by Simon Glass · 3 years, 4 months ago
- a25d6b6 spl: Introduce spl_board_prepare_for_optee() hook by Alexandru Gagniuc · 3 years, 4 months ago
- 5f6e5c3 spl: mmc: Support OP-TEE payloads in Falcon mode by Alexandru Gagniuc · 3 years, 4 months ago
- 674afa6 spl: use CONFIG_IS_ENABLED(LOAD_FIT_FULL) by John Keeping · 3 years, 6 months ago
- 7d84fbb spl: Provide more information on boot failure by Simon Glass · 3 years, 4 months ago
- f929ce5 Merge branch '2021-07-16-cleanup-image-support' by Tom Rini · 3 years, 4 months ago
- 4b00fd1 Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5 by Simon Glass · 3 years, 4 months ago
- 1e52db6 Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32 by Simon Glass · 3 years, 4 months ago
- f5bc9c2 image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxx by Simon Glass · 3 years, 4 months ago
- 9b19159 spl: mmc: Factor out eMMC boot partition selection code by Marek Vasut · 3 years, 4 months ago
- cb80ff2 bootstage: Eliminate when not enabled by Tom Rini · 3 years, 6 months ago
- 6b69f15 Merge tag 'xilinx-for-v2021.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 3 years, 5 months ago
- be2d1a8 spl: fit: Also record architecture in /fit-images by Michal Simek · 3 years, 6 months ago
- 481d394 common: fit: Update board_fit_image_post_process() to pass fit and node_offset by Lokesh Vutla · 3 years, 5 months ago