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