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