1. 58fa2a5 spl: riscv: add os type for next booting stage by Randolph · 1 year, 1 month ago
  2. b02c4e9 spl: Use map_sysmem where appropriate by Sean Anderson · 1 year, 1 month ago
  3. 5264413 spl: fit: Fix entry point for SPL_LOAD_FIT_FULL by Sean Anderson · 1 year, 1 month ago
  4. b13eaf3 spl: fit: Add board level function to decide application of DTO by Marek Vasut · 1 year, 2 months ago
  5. d9bb6d7 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
  6. a1b7fd7 spl: fit: support for booting a LZMA-compressed U-boot binary by Manoj Sai · 1 year, 2 months ago
  7. ce6ab56 spl: fit: support for booting a GZIP-compressed U-boot binary by Manoj Sai · 1 year, 2 months ago
  8. 2354daa spl: Use the correct FIT_..._PROP constants by Simon Glass · 1 year, 2 months ago
  9. 035ab46 spl: Move the full FIT code to spl_fit.c by Simon Glass · 1 year, 2 months ago
  10. d7c232e spl: Rename spl_load_fit_image() to load_simple_fit() by Simon Glass · 1 year, 2 months ago
  11. 82e26e0 spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_... by Simon Glass · 1 year, 2 months ago
  12. 6ab77bb Convert CFG_SYS_UBOOT_START to Kconfig by Jesse Taube · 1 year, 3 months ago
  13. 1e94b46 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 2 months ago
  14. 6039e0e imx: hab: Simplify the mechanism by Marek Vasut · 1 year, 6 months ago
  15. 69a3e07 spl: Drop unwanted return in spl_fit_upload_fpga() by Simon Glass · 1 year, 10 months ago
  16. a3fda0d global: Remove unused CONFIG defines by Tom Rini · 1 year, 11 months ago
  17. 33c60a3 trace: Use notrace for short by Simon Glass · 1 year, 11 months ago
  18. 65cc0e2 global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years ago
  19. 77253c5 spl: fit: Allocate buffers aligned to cache line size by Stefan Herbrechtsmeier · 2 years, 5 months ago
  20. 71f1a53 spl: fit: pass real compatible flags to fpga_load() by Oleksandr Suvorov · 2 years, 4 months ago
  21. 282eed5 fpga: pass compatible flags to fpga_load() by Oleksandr Suvorov · 2 years, 4 months ago
  22. 99f844b tools: Pass the key blob around by Simon Glass · 3 years ago
  23. 6d99f86 spl: fit: Skip attempting to load 0 length image by Nishanth Menon · 3 years, 1 month ago
  24. deb80ec imx: spl: fix imx8m secure boot by Heiko Schocher · 3 years, 3 months ago
  25. 884ba50 spl_fit. add hook to make fixes after fit header is loaded by Heiko Schocher · 3 years, 4 months ago
  26. 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
  27. be2d1a8 spl: fit: Also record architecture in /fit-images by Michal Simek · 3 years, 6 months ago
  28. 481d394 common: fit: Update board_fit_image_post_process() to pass fit and node_offset by Lokesh Vutla · 3 years, 6 months ago
  29. 4d65c6b sysinfo: Require that sysinfo_detect be called before other methods by Sean Anderson · 3 years, 7 months ago
  30. 35f4f8e spl: fit: Support loading FPGA images from list of "loadables" by Alexandru Gagniuc · 3 years, 8 months ago
  31. d8a3951 spl: fit: Warn if FIT contains "fpga" property in config node by Alexandru Gagniuc · 3 years, 8 months ago
  32. 55e7a1a spl: fit: Move FPGA loading code to separate functions by Alexandru Gagniuc · 3 years, 8 months ago
  33. f0a6ec3 spl: fit: Don't overwrite previous loadable if "load" is missing by Alexandru Gagniuc · 3 years, 8 months ago
  34. 891d9e8 spl: Convert spl_fit to work with sandbox by Simon Glass · 3 years, 9 months ago
  35. 7155105 spl: fit: Load devicetree when a Linux payload is found by Alexandru Gagniuc · 3 years, 10 months ago
  36. aeedeae spl: fit: Replace #ifdef blocks with more readable constructs by Alexandru Gagniuc · 3 years, 10 months ago
  37. 9e9aa0b spl: fit: Only look up FIT configuration node once by Alexandru Gagniuc · 3 years, 10 months ago
  38. e492827 spl: fit: Remove useless loop in spl_fit_get_image_name() by Alexandru Gagniuc · 3 years, 10 months ago
  39. 3dc2079 spl: fit: Pass FIT context via a structure pointer by Alexandru Gagniuc · 3 years, 10 months ago
  40. 917fa36 spl: fit: Factor out FIT parsing and use a context struct by Alexandru Gagniuc · 3 years, 10 months ago
  41. efc4ad0bc spl: fit: Drop 'length' argument to board_spl_fit_post_load() by Alexandru Gagniuc · 3 years, 10 months ago
  42. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  43. c61b2bf common: spl: spl_fit.c: report an error on hash check fail by Philippe Reynes · 4 years ago
  44. 03f1f78 spl: fit: Prefer a malloc()'d buffer for loading images by Alexandru Gagniuc · 4 years, 1 month ago
  45. 7d5b1bf spl: spl_fit.c: enable check of signature for config node in spl/tpl by Philippe Reynes · 4 years, 1 month ago
  46. 3a8ee3d board: Rename uclass to sysinfo by Simon Glass · 4 years, 1 month ago
  47. caa7fc2 spl: Use standard FIT entries by Michal Simek · 4 years, 3 months ago
  48. 18261b8 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 4 years, 1 month ago
  49. cf70553 spl: fit: Minimally parse OS properties with FIT_IMAGE_TINY by Samuel Holland · 4 years, 1 month ago
  50. 5675ed7 Revert "Fix data abort caused by mis-aligning FIT data" by Marek Vasut · 4 years, 1 month ago
  51. 29bd8ad fpga: kconfig: Rename SPL_FPGA_SUPPORT to SPL_FPGA by Michal Simek · 4 years, 3 months ago
  52. eb39d8b Fix data abort caused by mis-aligning FIT data by Reuben Dowle · 4 years, 3 months ago
  53. 585b468 spl: fit: fail fit loading in case of FDT appending error by Dario Binacchi · 4 years, 6 months ago
  54. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  55. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  56. 077e72c spl: fit: do not check argument of free() by Heinrich Schuchardt · 4 years, 7 months ago
  57. 9d15d1d Revert "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled" by Ye Li · 4 years, 8 months ago
  58. 602ce1d spl_fit.c: enable loading compressed u-boot from fit image by Klaus H. Sorensen · 5 years ago
  59. 152781d spl: fit: Allow the board to tell if more images must be loaded from FIT by Jean-Jacques Hiblot · 5 years ago
  60. c1648d0 spl: fit: constify the output parameter of spl_fit_get_image_name() by Jean-Jacques Hiblot · 5 years ago
  61. 19141d6 spl: fit: be more verbose when an error occurs when applying the overlays by Jean-Jacques Hiblot · 5 years ago
  62. 24bf44c spl: fit: Do not fail immediately if an overlay is not available by Jean-Jacques Hiblot · 5 years ago
  63. ea376eb spl: fit: allocate a temporary buffer to load the overlays by Jean-Jacques Hiblot · 5 years ago
  64. 99329be spl: fit: Make room in the FDT before applying overlays by Jean-Jacques Hiblot · 5 years ago
  65. 9d13b87 spl: fit: Add support for applying DT overlay by Michal Simek · 5 years ago
  66. 6b8b98d spl: fit: don't load the firmware twice by Jean-Jacques Hiblot · 5 years ago
  67. d714a75 imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HAB by Stefano Babic · 5 years ago
  68. b83edfb spl: fit: use U-Boot device tree when FIT image has no device tree by Lukas Auer · 5 years ago
  69. 0c670fc common: Move gzip functions into a new gzip header by Simon Glass · 5 years ago
  70. e1eb6ad spl: Make image loader infrastructure more universal by Andreas Dannenberg · 5 years ago
  71. 7296a33 spl: fit: Always enable tracking of os-type if SPL_OS_BOOT is enabled by Jean-Jacques Hiblot · 6 years ago
  72. cf8dcc5 common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled by Abel Vesa · 6 years ago
  73. e246bfc SPL: Add HAB image authentication to FIT by Ye Li · 6 years ago
  74. 3313ae6 spl: fpga: Implement fpga bistream loading with fpga_load by Michal Simek · 6 years ago
  75. bbef20d Merge tag 'xilinx-for-v2018.11' of git://git.denx.de/u-boot-microblaze by Tom Rini · 6 years ago
  76. 975e789 spl: fit: Enable GZIP compression also for no kernel partitions by Michal Simek · 6 years ago
  77. 04ce542 spl: Weed out CONFIG_SYS_TEXT_BASE usage by Marek Vasut · 6 years ago
  78. 3907eef spl: fit: display a message when an FPGA image is loaded by Luis Araneda · 6 years ago
  79. d154ca6 spl: fit: verify images prior to post processing by Ben Whitten · 6 years ago
  80. 56419ea spl: fit: Fix support for loading FPGA bitstream by Marek Vasut · 6 years ago
  81. 26a6422 spl: fit: Add support for loading FPGA bitstream by Marek Vasut · 7 years ago
  82. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  83. 1f8e4bf image: fit: Show firmware configuration property if present by Michal Simek · 7 years ago
  84. 5c643db SPL: Add signature verification when loading image by Jun Nie · 7 years ago
  85. b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  86. a1be94b SPL: Add FIT data-position property support by Peng Fan · 7 years ago
  87. 337bbb6 spl: fit: add SPL_FIT_IMAGE_TINY config to reduce code-size by Philipp Tomsich · 7 years ago
  88. a616c78 spl: fit: implement recording of loadables into /fit-images by Philipp Tomsich · 7 years ago
  89. d879616 spl: fit: simplify logic for FDT loading for non-OS boots by Philipp Tomsich · 7 years ago
  90. 933f67a spl: Fix compiling warning on gunzip argument by York Sun · 7 years ago
  91. c8bc3c0 spl: fit: Add booting OS first by York Sun · 7 years ago
  92. 5fd13d9 spl: fit: Support both external and embedded data by York Sun · 7 years ago
  93. 7264f29 spl: fit: Eanble GZIP support for image decompression by York Sun · 7 years ago
  94. 3863f84 spl: fit: Break out some functions into a common file by Cooper Jr., Franklin · 7 years ago
  95. 411cf32 SPL: FIT: allow loading multiple images by Andre Przywara · 8 years ago
  96. 8baa381 SPL: FIT: factor out spl_load_fit_image() by Andre Przywara · 8 years ago
  97. 5c8c8fa SPL: FIT: improve error handling by Andre Przywara · 8 years ago
  98. 736806f SPL: FIT: rework U-Boot image loading by Andre Przywara · 8 years ago
  99. 4b9340a SPL: FIT: refactor FDT loading by Andre Przywara · 8 years ago
  100. f4d7d85 spl: Update spl_load_simple_fit() to take an spl_image param by Simon Glass · 8 years ago