- e806686 spl: Create a function to init spl_load_info by Simon Glass · 3 months ago
- 9cce28b spl: Use unified inline functions for spl_load_info by Simon Glass · 3 months ago
- bc3ec00 upl: Add support for Universal Payload in SPL by Simon Glass · 4 months ago
- 4fdfc84 include: Remove duplicate newlines by Marek Vasut · 4 months ago
- e51ca6a spl: Introduce SoC specific init function by Lukas Funke · 8 months ago
- 84e0834 spl: Enforce framebuffer reservation from end of RAM by Devarsh Thakkar · 12 months ago
- ce9ffb9 spl: legacy: Split off LZMA decompression into its own function by Sean Anderson · 1 year, 1 month ago
- 35f15fe spl: Only support bl_len when we have to by Sean Anderson · 1 year, 1 month ago
- fcb9176 spl: Remove filename from spl_load_info by Sean Anderson · 1 year, 1 month ago
- 7d8d613 spl: Refactor spl_load_info->read to use units of bytes by Sean Anderson · 1 year, 1 month ago
- 2b5f9c8 spl: Remove dev from spl_load_info by Sean Anderson · 1 year, 1 month ago
- dc1dac0 Merge tag 'u-boot-imx-20231024' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 1 year, 1 month ago
- 8734d6f test: spl: Add a test for the SPI load method by Sean Anderson · 1 year, 1 month ago
- 576295d test: spl: Add a test for the MMC load method by Sean Anderson · 1 year, 1 month ago
- 13e6d91 spl: Add callbacks to invalidate cached devices by Sean Anderson · 1 year, 1 month ago
- f9a921e spl: mmc: Introduce proper layering for spl_mmc_get_uboot_raw_sector() by Marek Vasut · 1 year, 1 month ago
- a049427 spl: fit: Add board level function to decide application of DTO by Marek Vasut · 1 year, 2 months ago
- 53a44fc spl: add __noreturn attribute to spl_invoke_atf function by Chanho Park · 1 year, 3 months ago
- cb3d8fa Merge tag 'u-boot-rockchip-20231007' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 1 year, 2 months ago
- a856099 spl: fit: support for booting a LZMA-compressed U-boot binary by Manoj Sai · 1 year, 2 months ago
- 2b2e628 spl: fit: support for booting a GZIP-compressed U-boot binary by Manoj Sai · 1 year, 2 months ago
- 38da4f9 spl: Add C-based runtime detection of SPL by Simon Glass · 1 year, 2 months ago
- c0bd55e spl: Move the full FIT code to spl_fit.c by Simon Glass · 1 year, 2 months ago
- 35c84e5 spl: Drop the switch() statement for OS selection by Simon Glass · 1 year, 2 months ago
- e49743f spl: Drop #ifdefs for BOARD_INIT and watchdog by Simon Glass · 1 year, 2 months ago
- b29a747 Merge branch 'next' by Tom Rini · 1 year, 2 months ago
- 93ee5c8 Convert CFG_SYS_UBOOT_START to Kconfig by Jesse Taube · 1 year, 3 months ago
- 8973e37 spl: add __noreturn attribute to spl_invoke_opensbi function by Chanho Park · 1 year, 3 months ago
- e089740 spl: Correct spl_board_boot_device function prototype by Tom Rini · 1 year, 4 months ago
- 4a4ebe3 Merge tag 'v2023.07-rc6' into next by Tom Rini · 1 year, 5 months ago
- a7416eb imx: hab: Simplify the mechanism by Marek Vasut · 1 year, 6 months ago
- 5d96a91 spl: blk: Support loading images from fs by Mayuresh Chitale · 1 year, 6 months ago
- a3a142c spl: Add function prototype for spl_mmc_get_uboot_raw_sector by Tom Rini · 1 year, 9 months ago
- 4e3bdb5 spl: Add missing prototype for board_boot_order by Algapally Santosh Sagar · 1 year, 9 months ago
- 6abd6d8 spl: doc: use correct name in jump_to_image_optee() description by Ovidiu Panait · 1 year, 10 months ago
- 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years ago
- c017c52 vbe: Add a command to show the VBE state by Simon Glass · 2 years, 1 month ago
- a87cd0c sandbox: Support obtaining the next phase from an image by Simon Glass · 2 years, 1 month ago
- 4aa6a9b sandbox: Generalise SPL booting by Simon Glass · 2 years, 1 month ago
- 5a332c1 spl: Use binman suffix allow symbols of any SPL etype by Simon Glass · 2 years, 1 month ago
- 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years, 1 month ago
- 237f018 spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoard by Roger Quadros · 2 years, 2 months ago
- bb7d3bb treewide: Drop image_header_t typedef by Simon Glass · 2 years, 3 months ago
- 45b2548 Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 2 years, 5 months ago
- 58a0cdb common: spl: spl_spi: add support for dynamic override of sf bus by Vaishnav Achath · 2 years, 6 months ago
- 2158599 spl: binman: Declare extern symbols for VPL as well by Alper Nebi Yasak · 2 years, 5 months ago
- 7eec884 Introduce Verifying Program Loader (VPL) by Simon Glass · 2 years, 7 months ago
- 3cb12ef spl: mmc: extend spl_mmc_boot_mode() to take mmc argument by Andre Przywara · 3 years, 5 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, 10 months ago
- c340341 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 10 months ago
- dda8f88 SPL: Add struct spl_boot_device parameter into spl_parse_board_header() by Pali Rohár · 2 years, 10 months ago
- 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- ec0352a arm: spl: prepare for jumping to OPTEE by Ricardo Salveti · 3 years, 1 month ago
- 67e8f5d spl_fit. add hook to make fixes after fit header is loaded by Heiko Schocher · 3 years, 4 months ago
- 1104167 SPL: Add support for specifying offset between header and image by Pali Rohár · 3 years, 4 months ago
- f2b410a spl: Introduce spl_board_prepare_for_optee() hook by Alexandru Gagniuc · 3 years, 4 months ago
- 58254e0 spl: Provide more information on boot failure by Simon Glass · 3 years, 5 months ago
- 1cd0600 sandbox: Support executables for more phases by Simon Glass · 3 years, 5 months ago
- de1ce23 spl: mmc: Factor out eMMC boot partition selection code by Marek Vasut · 3 years, 5 months ago
- 7861f8b Revert "spl: Drop bd_info in the data section" by Alexandru Gagniuc · 3 years, 8 months ago
- ee11209 spl: test: Add a test for spl_load_simple_fit() by Simon Glass · 3 years, 9 months ago
- 44af2a5 spl: fit: Drop 'length' argument to board_spl_fit_post_load() by Alexandru Gagniuc · 3 years, 10 months 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, 10 months ago
- b79ff7c spl: Drop bd_info in the data section by Simon Glass · 4 years ago
- afaf6ea spl: atf: add support for LOAD_IMAGE_V2 by Michael Walle · 4 years ago
- 2def7d9 spl: atf: provide a bl2_plat_get_bl31_params_default() by Michael Walle · 4 years ago
- 05e3a15 spl: usb: Create an API spl_usb_load() by Faiz Abbas · 4 years, 4 months ago
- 0f860b6 spl: fix format of function documentation by Dario Binacchi · 4 years, 6 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- 655306c common: Drop part.h from common header by Simon Glass · 4 years, 7 months ago
- 1e26864 arm: Don't include common.h in header files by Simon Glass · 4 years, 7 months ago
- 617fc29 imx: imx8qm/qxp: Recover SPL data section for partition reboot by Peng Fan · 4 years, 7 months ago
- 84ae9d8 spl: spl_nor: Move legacy image loading into spl_legacy.c by Stefan Roese · 4 years, 7 months ago
- bf16c30 spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition() by Harald Seiler · 4 years, 7 months ago
- 0bf7ab1 spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode() by Harald Seiler · 4 years, 7 months ago
- 5a5ef78 spl.h: make <spl.h> self-contained by Masahiro Yamada · 4 years, 9 months ago
- 2649d0c spl: Add prototype to function spl_board_boot_device() by Alifer Moraes · 4 years, 11 months ago
- d1598e2 spl: atf: Enable option to rewrite bl2_plat_get_bl31_params() by Michal Simek · 5 years ago
- 596f31c spl: Add methods to find the position/size of next phase by Simon Glass · 5 years ago
- ec1503c spl: Correct priority selection for image loaders by Simon Glass · 5 years ago
- 5889208 spl: ymodem: Make SPL Y-Modem loader framework accessible by Andreas Dannenberg · 5 years ago
- 770e9b0 Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
- d867076 spl: mmc: support loading i.MX container format file by Peng Fan · 5 years ago
- aa050c5 spl: pass args to board_return_to_bootrom by Peng Fan · 5 years ago
- 3c573b5 spl: Allow distinguishing between two phases in U-Boot by Simon Glass · 5 years ago
- b7fb513 spl: Add a function to determine the U-Boot phase by Simon Glass · 5 years ago
- 515b934 spl: support booting via RISC-V OpenSBI by Lukas Auer · 5 years ago
- 8d9f7f1 spl: Make image loader infrastructure more universal by Andreas Dannenberg · 5 years ago
- 187b9e3 spl: Set spl_image->fdt_addr pointer for full fitImage configuration by Marek Vasut · 6 years ago
- 1714047 spl: implement CRC check on U-Boot uImage by Simon Goldschmidt · 6 years ago
- c86bacd spl: introduce function prototypes by Peng Fan · 6 years ago
- 9d5b0f4 SPL: Add HAB image authentication to FIT by Ye Li · 6 years ago
- ce25123 spl/tpl: change banner into upper case by Heiko Schocher · 6 years ago
- e14f1a2 spl: Add support for passing handoff info to U-Boot proper 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
- 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