- 7d8d613 spl: Refactor spl_load_info->read to use units of bytes by Sean Anderson · 1 year, 1 month ago
- f97fc6d spl: Take advantage of bl_len's power-of-twoness by Sean Anderson · 1 year, 1 month ago
- 263e2ae spl: riscv: add os type for next booting stage by Randolph · 1 year, 1 month ago
- 5ff7772 spl: Use map_sysmem where appropriate by Sean Anderson · 1 year, 1 month ago
- e99b2cd spl: fit: Fix entry point for SPL_LOAD_FIT_FULL by Sean Anderson · 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
- 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
- dff9043 spl: Use the correct FIT_..._PROP constants 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
- 205ff7b spl: Rename spl_load_fit_image() to load_simple_fit() by Simon Glass · 1 year, 2 months ago
- 67e3fca spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_... by Simon Glass · 1 year, 2 months ago
- 93ee5c8 Convert CFG_SYS_UBOOT_START to Kconfig by Jesse Taube · 1 year, 3 months ago
- bdd5f81 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 2 months ago
- a7416eb imx: hab: Simplify the mechanism by Marek Vasut · 1 year, 6 months ago
- 29c647e spl: Drop unwanted return in spl_fit_upload_fpga() by Simon Glass · 1 year, 10 months ago
- d259d9c global: Remove unused CONFIG defines by Tom Rini · 1 year, 11 months ago
- 56da76d trace: Use notrace for short by Simon Glass · 1 year, 11 months ago
- 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years ago
- 6624910 spl: fit: Allocate buffers aligned to cache line size by Stefan Herbrechtsmeier · 2 years, 5 months ago
- 2fddf3e spl: fit: pass real compatible flags to fpga_load() by Oleksandr Suvorov · 2 years, 4 months ago
- 4ff163d fpga: pass compatible flags to fpga_load() by Oleksandr Suvorov · 2 years, 4 months ago
- e10e2ee tools: Pass the key blob around by Simon Glass · 3 years ago
- e4cb645 spl: fit: Skip attempting to load 0 length image by Nishanth Menon · 3 years, 1 month ago
- 7d7c367 imx: spl: fix imx8m secure boot by Heiko Schocher · 3 years, 3 months ago
- 67e8f5d spl_fit. add hook to make fixes after fit header is loaded by Heiko Schocher · 3 years, 4 months ago
- 08b3fd6 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
- 0e4f43d spl: fit: Also record architecture in /fit-images by Michal Simek · 3 years, 6 months ago
- b36dd3e common: fit: Update board_fit_image_post_process() to pass fit and node_offset by Lokesh Vutla · 3 years, 6 months ago
- 6ccf10a sysinfo: Require that sysinfo_detect be called before other methods by Sean Anderson · 3 years, 7 months ago
- 0df0759 spl: fit: Support loading FPGA images from list of "loadables" by Alexandru Gagniuc · 3 years, 8 months ago
- 69a9966 spl: fit: Warn if FIT contains "fpga" property in config node by Alexandru Gagniuc · 3 years, 8 months ago
- ec2a574 spl: fit: Move FPGA loading code to separate functions by Alexandru Gagniuc · 3 years, 8 months ago
- c5236c3 spl: fit: Don't overwrite previous loadable if "load" is missing by Alexandru Gagniuc · 3 years, 8 months ago
- 2192e98 spl: Convert spl_fit to work with sandbox by Simon Glass · 3 years, 9 months ago
- 769ed25 spl: fit: Load devicetree when a Linux payload is found by Alexandru Gagniuc · 3 years, 10 months ago
- a4fed79 spl: fit: Replace #ifdef blocks with more readable constructs by Alexandru Gagniuc · 3 years, 10 months ago
- fa11a44 spl: fit: Only look up FIT configuration node once by Alexandru Gagniuc · 3 years, 10 months ago
- 5180553 spl: fit: Remove useless loop in spl_fit_get_image_name() by Alexandru Gagniuc · 3 years, 10 months ago
- 93d1557 spl: fit: Pass FIT context via a structure pointer by Alexandru Gagniuc · 3 years, 10 months ago
- 23243c9 spl: fit: Factor out FIT parsing and use a context struct by Alexandru Gagniuc · 3 years, 10 months ago
- 44af2a5 spl: fit: Drop 'length' argument to board_spl_fit_post_load() by Alexandru Gagniuc · 3 years, 10 months ago
- 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
- ba87da4 common: spl: spl_fit.c: report an error on hash check fail by Philippe Reynes · 4 years ago
- 0256017 spl: fit: Prefer a malloc()'d buffer for loading images by Alexandru Gagniuc · 4 years, 1 month ago
- 6c5c03c spl: spl_fit.c: enable check of signature for config node in spl/tpl by Philippe Reynes · 4 years, 1 month ago
- 458b66a board: Rename uclass to sysinfo by Simon Glass · 4 years, 1 month ago
- 9e64a55 spl: Use standard FIT entries by Michal Simek · 4 years, 3 months ago
- d0a2d6f Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 4 years, 1 month ago
- e646f51 spl: fit: Minimally parse OS properties with FIT_IMAGE_TINY by Samuel Holland · 4 years, 1 month ago
- c27cbe8 Revert "Fix data abort caused by mis-aligning FIT data" by Marek Vasut · 4 years, 1 month ago
- 1aab114 fpga: kconfig: Rename SPL_FPGA_SUPPORT to SPL_FPGA by Michal Simek · 4 years, 3 months ago
- 2d2f155 Fix data abort caused by mis-aligning FIT data by Reuben Dowle · 4 years, 3 months ago
- faf8d14 spl: fit: fail fit loading in case of FDT appending error by Dario Binacchi · 4 years, 6 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
- 939a961 spl: fit: do not check argument of free() by Heinrich Schuchardt · 4 years, 7 months ago
- c205da8 Revert "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled" by Ye Li · 4 years, 8 months ago
- 4a9a042 spl_fit.c: enable loading compressed u-boot from fit image by Klaus H. Sorensen · 5 years ago
- 9037b7f spl: fit: Allow the board to tell if more images must be loaded from FIT by Jean-Jacques Hiblot · 5 years ago
- 64e82dc spl: fit: constify the output parameter of spl_fit_get_image_name() by Jean-Jacques Hiblot · 5 years ago
- 9443a73 spl: fit: be more verbose when an error occurs when applying the overlays by Jean-Jacques Hiblot · 5 years ago
- c6ab6a1 spl: fit: Do not fail immediately if an overlay is not available by Jean-Jacques Hiblot · 5 years ago
- 0da5815 spl: fit: allocate a temporary buffer to load the overlays by Jean-Jacques Hiblot · 5 years ago
- 74addb6 spl: fit: Make room in the FDT before applying overlays by Jean-Jacques Hiblot · 5 years ago
- bf703df spl: fit: Add support for applying DT overlay by Michal Simek · 5 years ago
- 776ce60 spl: fit: don't load the firmware twice by Jean-Jacques Hiblot · 5 years ago
- f8b509b imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HAB by Stefano Babic · 5 years ago
- 80afee7 spl: fit: use U-Boot device tree when FIT image has no device tree by Lukas Auer · 5 years ago
- 1a974af common: Move gzip functions into a new gzip header by Simon Glass · 5 years ago
- 8d9f7f1 spl: Make image loader infrastructure more universal by Andreas Dannenberg · 5 years ago
- 943ec25 spl: fit: Always enable tracking of os-type if SPL_OS_BOOT is enabled by Jean-Jacques Hiblot · 6 years ago
- 53420dc common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled by Abel Vesa · 6 years ago
- 9d5b0f4 SPL: Add HAB image authentication to FIT by Ye Li · 6 years ago
- f707b5a spl: fpga: Implement fpga bistream loading with fpga_load by Michal Simek · 6 years ago
- de4e126 Merge tag 'xilinx-for-v2018.11' of git://git.denx.de/u-boot-microblaze by Tom Rini · 6 years ago
- f354c3f spl: fit: Enable GZIP compression also for no kernel partitions by Michal Simek · 6 years ago
- 1dda46f spl: Weed out CONFIG_SYS_TEXT_BASE usage by Marek Vasut · 6 years ago
- eece623 spl: fit: display a message when an FPGA image is loaded by Luis Araneda · 6 years ago
- 54a9119 spl: fit: verify images prior to post processing by Ben Whitten · 6 years ago
- 72bc5d5 spl: fit: Fix support for loading FPGA bitstream by Marek Vasut · 6 years ago
- 33dd00e spl: fit: Add support for loading FPGA bitstream by Marek Vasut · 7 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- b766e8f image: fit: Show firmware configuration property if present by Michal Simek · 7 years ago
- adf5d1c SPL: Add signature verification when loading image by Jun Nie · 7 years ago
- 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
- 8876c7e SPL: Add FIT data-position property support by Peng Fan · 7 years ago
- 4faa011 spl: fit: add SPL_FIT_IMAGE_TINY config to reduce code-size by Philipp Tomsich · 7 years ago
- e61eff9 spl: fit: implement recording of loadables into /fit-images by Philipp Tomsich · 7 years ago
- 1345ffa spl: fit: simplify logic for FDT loading for non-OS boots by Philipp Tomsich · 7 years ago
- 25d65f1 spl: Fix compiling warning on gunzip argument by York Sun · 7 years ago
- a058b8a spl: fit: Add booting OS first by York Sun · 7 years ago
- adf99fa spl: fit: Support both external and embedded data by York Sun · 7 years ago
- a6945fe spl: fit: Eanble GZIP support for image decompression by York Sun · 7 years ago
- e679240 spl: fit: Break out some functions into a common file by Cooper Jr., Franklin · 7 years ago
- e7c5856 SPL: FIT: allow loading multiple images by Andre Przywara · 8 years ago
- 29053e9 SPL: FIT: factor out spl_load_fit_image() by Andre Przywara · 8 years ago
- e7b3108 SPL: FIT: improve error handling by Andre Przywara · 8 years ago
- 525e9c9 SPL: FIT: rework U-Boot image loading by Andre Przywara · 8 years ago