- bb7d3bb treewide: Drop image_header_t typedef by Simon Glass · 2 years, 3 months ago
- df00afa treewide: Drop bootm_headers_t typedef by Simon Glass · 2 years, 3 months ago
- c20400a Add in the ability to load and boot an uncompressed kernel image during the Falcon Mode boot sequence. by Nathan Barrett-Morrison · 2 years, 10 months ago
- 9634dc9 spl: binman: Check at runtime if binman symbols were filled in by Alper Nebi Yasak · 2 years, 5 months ago
- d6d2c9b spl: binman: Split binman symbols support from enabling binman by Alper Nebi Yasak · 2 years, 5 months ago
- 173321c spl: binman: Fix use of undeclared u_boot_any symbols by Alper Nebi Yasak · 2 years, 5 months ago
- 099dc1f dm: spl: Allow SPL to show memory usage by Simon Glass · 2 years, 7 months ago
- 166e322 Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to Kconfig by Tom Rini · 2 years, 6 months ago
- 7eec884 Introduce Verifying Program Loader (VPL) by Simon Glass · 2 years, 7 months ago
- 652b869 gpio: Enable hogging support in SPL by Eddie James · 2 years, 10 months ago
- 02b8700 spl: Allow disabling binman symbols in SPL by Simon Glass · 2 years, 10 months ago
- 9045faf spl: x86: Correct the binman symbols for SPL by Simon Glass · 2 years, 10 months ago
- 3db3033 spl: add support for custom boot method names by Heiko Thiery · 2 years, 11 months ago
- c340341 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 10 months ago
- f47349a SPL: Add support for checking board / BootROM specific image types by Pali Rohár · 2 years, 11 months ago
- dda8f88 SPL: Add struct spl_boot_device parameter into spl_parse_board_header() by Pali Rohár · 2 years, 11 months ago
- 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- 8bbad14 common: spl: move armv7m-specific code to spl_perform_fixups() by Ovidiu Panait · 2 years, 11 months ago
- 90c1a58 bloblist: Rename the SPL tag by Simon Glass · 2 years, 11 months ago
- c2e7888 spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code paths by Tom Rini · 3 years, 1 month ago
- 9815434 bootstage: Add SPL support by Marek Vasut · 3 years, 1 month ago
- ec0352a arm: spl: prepare for jumping to OPTEE by Ricardo Salveti · 3 years, 1 month ago
- a7ca480 lib: optee: remove the duplicate CONFIG_OPTEE by Patrick Delaunay · 3 years, 3 months ago
- 3580f6d treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 4 months ago
- 6e1f085 Remove including timestamp.h in version.h by Pali Rohár · 3 years, 4 months ago
- f4d6039 serial: Rename SERIAL_SUPPORT to SERIAL by Simon Glass · 3 years, 4 months ago
- bde23cb SPL: Add support for parsing board / BootROM specific image types by Pali Rohár · 3 years, 4 months ago
- 1ba1d4e Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOG by Simon Glass · 3 years, 5 months ago
- f2b410a spl: Introduce spl_board_prepare_for_optee() hook by Alexandru Gagniuc · 3 years, 5 months ago
- 6e6f204 spl: use CONFIG_IS_ENABLED(LOAD_FIT_FULL) by John Keeping · 3 years, 6 months ago
- 58254e0 spl: Provide more information on boot failure by Simon Glass · 3 years, 5 months ago
- a9765d0 bootstage: Eliminate when not enabled by Tom Rini · 3 years, 7 months ago
- 7861f8b Revert "spl: Drop bd_info in the data section" by Alexandru Gagniuc · 3 years, 8 months ago
- 5d6a29b spl: LOAD_FIT_FULL: Support 'kernel' and 'firmware' properties by Alexandru Gagniuc · 3 years, 8 months ago
- d8d728e spl: LOAD_FIT_FULL: Relocate FDT for u-boot payloads by Alexandru Gagniuc · 3 years, 8 months ago
- 089f7cf spl: LOAD_FIT_FULL: Do not hard-code os to IH_OS_U_BOOT by Alexandru Gagniuc · 3 years, 8 months ago
- fdf312e spl: LOAD_FIT_FULL: Fix selection of the "fdt" node by Alexandru Gagniuc · 3 years, 8 months ago
- 97447ea spl: Split out bootstage ID into a function by Simon Glass · 3 years, 9 months ago
- 2192e98 spl: Convert spl_fit to work with sandbox by Simon Glass · 3 years, 9 months ago
- e12d98a spl: Drop duplicate 'Jumping to U-Boot' message by Simon Glass · 3 years, 10 months ago
- 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
- 53857ee x86: spl: Add a function to find the text base by Simon Glass · 3 years, 10 months ago
- 95e4ec1 spl: Add functions for next and previous phase by Simon Glass · 3 years, 11 months ago
- 8d82a20 bootcount: allow to use this feature on TPL by Philippe Reynes · 4 years ago
- b79ff7c spl: Drop bd_info in the data section by Simon Glass · 4 years ago
- cd27fea spl: Avoid printing boot device if silent console is enabled by Otavio Salvador · 4 years, 3 months ago
- f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
- 593b82e spl: add fixed memory node in target fdt also when loading ATF by Heiko Stuebner · 4 years, 6 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- 9758973 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
- 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
- ea6a609 bootstage: Use BOOTSTAGE instead of BOOTSTATE by Simon Glass · 4 years, 7 months ago
- b03e666 spl: Always define preloader_console_init by Samuel Holland · 4 years, 7 months ago
- 21a1df1 spl: Extract legacy image handling into separate file by Stefan Roese · 4 years, 7 months ago
- f11478f common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
- 74b139f spl: fix entry_point equal to load_addr by Giulio Benetti · 4 years, 11 months ago
- 596f31c spl: Add methods to find the position/size of next phase by Simon Glass · 5 years ago
- 62e64cf Revert "spl: fix entry_point equal to load_addr" by Tom Rini · 5 years ago
- 8e0b77c spl: fix entry_point equal to load_addr by Giulio Benetti · 5 years ago
- 9b61c7c common: Move interrupt functions into a new header by Simon Glass · 5 years ago
- 3673618 common: Move serial functions out of common.h by Simon Glass · 5 years ago
- c11c19f spl: bootcount: Move code out of header file by Simon Glass · 5 years ago
- 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
- 0e86456 bootstage: Allow SPL to obtain bootstage info from TPL by Simon Glass · 5 years ago
- aa2abc4 bootstage: Mark the start/end of TPL and SPL separately by Simon Glass · 5 years ago
- c4510f4 spl: add a generic function board_init_f by Philippe Reynes · 5 years ago
- f120775 spl: Set up the bloblist in board_init_r() by Simon Glass · 5 years ago
- c5d2720 spl: Add an arch-specific hook for writing to SPL handoff by Simon Glass · 5 years ago
- 2a2a925 riscv: support SPL stack and global data relocation by Lukas Auer · 5 years ago
- 515b934 spl: support booting via RISC-V OpenSBI by Lukas Auer · 5 years ago
- 0b82085 spl: implement stack usage check by Simon Goldschmidt · 5 years ago
- 55ec91b watchdog: Split WDT from SPL_WDT by Marek Vasut · 5 years ago
- 9f8d994 spl: Fix typo in kernel doc by Miquel Raynal · 6 years ago
- 187b9e3 spl: Set spl_image->fdt_addr pointer for full fitImage configuration by Marek Vasut · 6 years ago
- 502acb0 watchdog: Implement generic watchdog_reset() version by Stefan Roese · 6 years ago
- b3672af spl: add debug print for early malloc usage by Simon Goldschmidt · 6 years ago
- 1714047 spl: implement CRC check on U-Boot uImage by Simon Goldschmidt · 6 years ago
- e14f1a2 spl: Add support for passing handoff info to U-Boot proper by Simon Glass · 6 years ago
- ef8d48a spl: Add a comment to spl_set_bd() by Simon Glass · 6 years ago
- 6324cce spl: Make SPL_DISABLE_BANNER_PRINT a positive option by Simon Glass · 6 years ago
- dbd3f11 spl: Add a define for SPL_TPL_PROMPT by Simon Glass · 6 years ago
- 4e0a52d spl: Set up the bloblist in SPL by Simon Glass · 6 years ago
- b56cdc0 spl: Add support for logging in SPL and TPL by Simon Glass · 6 years ago
- 1ddade6 spl: fix debug prints for tiny printf by Simon Goldschmidt · 6 years ago
- a28d42c spl: add support to booting with OP-TEE by Kever Yang · 6 years ago
- 1dda46f spl: Weed out CONFIG_SYS_TEXT_BASE usage by Marek Vasut · 6 years ago
- 7dbffe4 spl: fix debug print in spl_common_init() by Simon Goldschmidt · 6 years ago
- 9dcc861 binman: Add a new 'image-pos' property by Simon Glass · 6 years ago
- e8561af binman: Rename 'position' to 'offset' by Simon Glass · 6 years ago
- 58beb6e spl: record boot_device into spl_image and call spl_perform_fixups by Philipp Tomsich · 7 years ago
- 0662337 spl: Add full fitImage support by Marek Vasut · 7 years ago
- a485860 bootcount: spl: Extend SPL to support bootcount incrementation by Lukasz Majewski · 7 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- b09f892 spl: ti: Avoid preloader_console_init if !CONFIG_SPL_SERIAL_SUPPORT by Alex Kiernan · 7 years ago
- 31824ff spl: fix binman_sym output check by Miquel Raynal · 7 years ago
- 95bed2d spl: include timezone in banner by Klaus Goger · 7 years ago
- 6fe74d2 spl: add option to disable SPL banner output by Anatolij Gustschin · 7 years ago
- 2b5994b spl: use different BOARD_INIT MACRO for spl and tpl by Kever Yang · 7 years ago
- 867a398 binman: Add binman symbol support to SPL by Simon Glass · 7 years ago
- 4ab63e0 spl: atf: introduce spl_invoke_atf and make bl31_entry private by Philipp Tomsich · 7 years ago