1. c3576b2 Makefile: Remove old of-platdata files before regenerating by Simon Glass · 3 years, 8 months ago
  2. bfbf044 Makefile: Use a variable for generated of-platdata headers by Simon Glass · 3 years, 8 months ago
  3. 049becf Makefile: Depend only on required of-platdata files by Simon Glass · 3 years, 8 months ago
  4. 8c0a0b0 Makefile: Avoid running dtoc every time by Simon Glass · 3 years, 8 months ago
  5. b0f463c dm: Add the new dtoc-generated files to the build by Simon Glass · 3 years, 9 months ago
  6. 240d5f6 dm: of-platadata: Add option for device instantiation by Simon Glass · 3 years, 10 months ago
  7. 74ef226 Makefile: Pass the U-Boot phase to dtoc by Simon Glass · 3 years, 10 months ago
  8. 3a8621c Makefile: socfpga: Add target to generate hex output for combined spl and dtb by Dalon Westergreen · 3 years, 9 months ago
  9. 8a80c7f sunxi: Use mkimage for SPL boot image generation by Andre Przywara · 6 years ago
  10. beddd7a dtoc: Rename dt-platdata.c to dt-plat.c by Simon Glass · 4 years ago
  11. 4b2ea55 Makefile: Invoke dtoc only once by Simon Glass · 4 years ago
  12. 3d69906 Makefile: Use common args for dtoc by Simon Glass · 4 years ago
  13. 6886c72 Makefile: Tidy up SPL dtb production by Simon Glass · 4 years ago
  14. c490de8 Makefile: Build SPL dtbs in the spl/ directory by Simon Glass · 4 years ago
  15. 12edc00 Makefile: Build a separate .dtb for TPL by Simon Glass · 4 years ago
  16. 367d733 Makefile: Generate a symbol file for u-boot-spl by Simon Glass · 4 years, 1 month ago
  17. bf40eee dm: test: Build tests for SPL by Simon Glass · 4 years, 1 month ago
  18. c46090d Makefile: Rename ALL-y to INPUTS-y by Simon Glass · 4 years, 4 months ago
  19. 3bca46e kbuild: spl: Add shrunk arch-dtbs to targets list by Jan Kiszka · 4 years, 7 months ago
  20. ee182fe kbuild: spl: Fix parallel build by Jan Kiszka · 4 years, 7 months ago
  21. db4633e kbuild: SPL/TPL: generate separate asm-offsets.h for SPL and TPL by Masahiro Yamada · 4 years, 7 months ago
  22. ad21539 kbuild: add FORCE to dependency of $(obj)/dts/dt-platdata.o by Masahiro Yamada · 4 years, 7 months ago
  23. 5d4ecf2 kconfig / kbuild: Re-sync with Linux 4.19 by Tom Rini · 4 years, 8 months ago
  24. 4a0da7c spl: separate SPL_FRAMEWORK config for spl and tpl by Heiko Stuebner · 5 years ago
  25. b1a4928 usb: Add Cadence USB3 host and gadget driver by Vignesh Raghavendra · 5 years ago
  26. abab18c binman: x86: Separate out 16-bit reset and init code by Simon Glass · 5 years ago
  27. 79ef699 x86: Allow 16-bit init to be in TPL by Simon Glass · 6 years ago
  28. 4325bd0 spl: Allow sandbox to build a device-tree file by Simon Glass · 6 years ago
  29. 26c8ce7 Makefile.spl: Move generated AT91SAM NAND image boot.bin to spl directory by Stefan Roese · 6 years ago
  30. 8fb280c ARM: socfpga: Build sfp image only for Gen5 and Arria10 devices by Dalon Westergreen · 6 years ago
  31. 2aaa27d linker: Modify linker scripts to be more generic by Tom Rini · 6 years ago
  32. 0a01a44 PowerPC: Stop re-using CONFIG_SPL_TEXT_BASE for TPL by Tom Rini · 6 years ago
  33. 4b7767d arm64: zynqmp: Align u-boot-spl.bin for boot.bin creation by Michal Simek · 6 years ago
  34. 6a22852 Kconfig: rename CONFIG_SPL_USB_GADGET_SUPPORT as CONFIG_SPL_USB_GADGET by Jean-Jacques Hiblot · 6 years ago
  35. 1794ae6 blk: Rework guard around part_init call by Tom Rini · 6 years ago
  36. e1de5d4 tools: MediaTek: add MTK boot header generation to mkimage by developer · 6 years ago
  37. efaa7c4 fdt: Allow C++ comments in link scripts and DT files by Simon Glass · 6 years ago
  38. 506651a Makefile: Add a warning if SPL/TPL cannot be built by Simon Glass · 6 years ago
  39. bc5bd3a armv8: K3: am654: Add support for generating build targets by Lokesh Vutla · 6 years ago
  40. 8394f8b arm64: zynqmp: accept an absolute path for PMUFW_INIT_FILE by Luca Ceresoli · 6 years ago
  41. 78bc20f Set time and umask on multi-dtb fit images to ensure reproducibile builds. by Vagrant Cascadian · 6 years ago
  42. 593bc8c spl: socfpga: Generate Arria10 SFP header V1 by Marek Vasut · 7 years ago
  43. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  44. b40a1ff Makefile: always preserve output for images that can contain HAB Blocks by Rasmus Villemoes · 7 years ago
  45. 47b04fd spl: unbreak CONFIG_SPL_MULTI_DTB_FIT after fixing CONFIG_OF_EMBED by Simon Goldschmidt · 7 years ago
  46. 5e7a1c2 spl: make CONFIG_OF_EMBED pass dts through fdtgrep by Goldschmidt Simon · 7 years ago
  47. dde5a88 tools: mkimage: Extend mkimage to also include pmufw by Michal Simek · 8 years ago
  48. 87247af pylibfdt: compile pylibfdt only when dtoc/binman is necessary by Masahiro Yamada · 7 years ago
  49. 47ae539 pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefile by Masahiro Yamada · 7 years ago
  50. a2fee16 spl: dm: Make it possible for the SPL to pick its own DTB from a FIT by Jean-Jacques Hiblot · 7 years ago
  51. 0dec7ad dtoc: Rename the auto-generated dt-structs.h file by Simon Glass · 7 years ago
  52. 5925a15 Makefile: honor PYTHON configuration properly by Clément Bœsch · 7 years ago
  53. 547cb40 Move environment files from common/ to env/ by Simon Glass · 7 years ago
  54. be1c53a spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to Kconfig by Philipp Tomsich · 7 years ago
  55. cb49f62 spl: allow a separate TEXT_BASE, LDSCRIPT and MAX_SIZE for TPL by Philipp Tomsich · 7 years ago
  56. 2341dc6 spl: dm: Kconfig: split OF_CONTROL and OF_PLATDATA between SPL and TPL by Philipp Tomsich · 7 years ago
  57. e41110d fdt: Makefile: Build python libfdt library if needed by Simon Glass · 8 years ago
  58. 6b0cd01 sunxi: Store the device tree name in the SPL header by Siarhei Siamashka · 8 years ago
  59. 9d47079 spl: Makefile: include /config in the (reduced) FDT used by the SPL stage by Philipp Tomsich · 8 years ago
  60. b8a2fe1 Makefile: Fix linking with modern binutils by Joel Stanley · 8 years ago
  61. bc7997b scripts: sunxi: Build an raw SPL image by Maxime Ripard · 8 years ago
  62. 74254d0 Makefile: Provide an option to select SPL or TPL by Simon Glass · 8 years ago
  63. 9a2cdca dm: allow limiting pre-reloc markings to spl or tpl by Heiko Stübner · 8 years ago
  64. d5e2b86 x86: Add SPL build rules for start-up code by Simon Glass · 8 years ago
  65. f8037c0 spl: Don't create a BSS padding when it is separate by Simon Glass · 8 years ago
  66. c87d486 spl: Makefile: Define SPL_ earlier by Simon Glass · 8 years ago
  67. 9964ebd Makefile: preserve output for images that can contain HAB Blocks by Sven Ebenfeld · 8 years ago
  68. 0489c3b spl: add USB Gadget config option by Stefan Agner · 8 years ago
  69. e542edd spl: dfu: move DFU Kconfig to SPL Kconfig by Stefan Agner · 8 years ago
  70. 96e706f tools: mkimage: Add support for initialization table for Zynq and ZynqMP by Mike Looijmans · 8 years ago
  71. 68078f7 sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXI by Jagan Teki · 8 years ago
  72. d8d5334 kbuild: generate u-boot.cfg as a byproduct of include/autoconf.mk by Masahiro Yamada · 8 years ago
  73. 8b3c725 spl: dfu: add dfu support in SPL by B, Ravi · 8 years ago
  74. a986cf7 Makefile: rm u-boot.cfg dependencies are missing by Stephen Warren · 8 years ago
  75. 95b3006 Makefile: use if_change_dep for u-boot.cfg by Stephen Warren · 8 years ago
  76. 98b685d Use separate options for TPL support by Simon Glass · 8 years ago
  77. 8a07e68 dm: Don't attach the device tree to SPL with of-platdata by Simon Glass · 8 years ago
  78. bf6e890 dm: Makefile: Build of-platdata files when the feature is enabled by Simon Glass · 8 years ago
  79. 32fa8fa Makefile: Allow the SPL final link rule to be overridden by Simon Glass · 8 years ago
  80. aefae2c ARM64: zynq: Fix boot.bin generation for Zynq and ZynqMP by Michal Simek · 8 years ago
  81. fa12466 tools: zynqmpimage: Add Xilinx ZynqMP boot header generation by Michal Simek · 9 years ago
  82. e75c649 kbuild: Do not append dtb for OF_EMBED case by Michal Simek · 9 years ago
  83. 3ac7494 kbuild: fix build rule of u-boot-spl.dtb by Masahiro Yamada · 9 years ago
  84. cd98a27 kbuild: add missing FORCE where $(call if_changed, ) is used by Masahiro Yamada · 9 years ago
  85. c8febb3 kbuild: remove unneeded ifdef conditionals around build rules by Masahiro Yamada · 9 years ago
  86. 7bdddb0 socfpga: Simplify Makefile filenames by Simon Glass · 9 years ago
  87. 4102e71 fdt: Build an SPL binary without device tree by Simon Glass · 9 years ago
  88. 29499a0 Move all command code into its own directory by Simon Glass · 9 years ago
  89. af52939 ARM: zynq: Add target for building bootable SPL image for Zynq by Nathan Rossi · 9 years ago
  90. c158dba spl: Add support for CONFIG_OF_EMBED=y by Michal Simek · 9 years ago
  91. 45f1e4e dm: spl: Generate u-boot-spl-dtb.bin only when enabled by Simon Glass · 9 years ago
  92. b1beb11 Move board_init_f_mem() into a common location by Simon Glass · 9 years ago
  93. 39ba4b1 spl: move SPL driver entries to driver/Makefile by Masahiro Yamada · 9 years ago
  94. a4a55d4 Makefile: Add target for building bootable SPL image for SoCFPGA by Marek Vasut · 9 years ago
  95. 429642c driver/ddr/altera: Add DDR driver for Altera's SDRAM controller by Dinh Nguyen · 9 years ago
  96. 2ae17c9 Merge git://git.denx.de/u-boot-marvell by Tom Rini · 9 years ago
  97. 5ffceb8 arm: mvebu: Add Armada 38x DDR3 training code from Marvell bin_hdr by Stefan Roese · 10 years ago
  98. eb753e9 arm: mvebu: drivers/ddr: Move Armada XP DDR init code into new directory by Stefan Roese · 10 years ago
  99. 36ad234 dm: Add a clock uclass by Simon Glass · 9 years ago
  100. 3a2f3bd dm: Add support for RAM drivers by Simon Glass · 9 years ago