1. de3e372 Makefile: Build SPL dtbs in the spl/ directory by Simon Glass · 3 years, 9 months ago
  2. 53db2ee Makefile: Build a separate .dtb for TPL by Simon Glass · 3 years, 9 months ago
  3. 60251b1 Makefile: Generate a symbol file for u-boot-spl by Simon Glass · 4 years ago
  4. ba96be4 dm: test: Build tests for SPL by Simon Glass · 4 years ago
  5. e6385c7 Makefile: Rename ALL-y to INPUTS-y by Simon Glass · 4 years, 2 months ago
  6. 5f09f9a kbuild: spl: Add shrunk arch-dtbs to targets list by Jan Kiszka · 4 years, 5 months ago
  7. 5d3534d kbuild: spl: Fix parallel build by Jan Kiszka · 4 years, 5 months ago
  8. f34d0ad kbuild: SPL/TPL: generate separate asm-offsets.h for SPL and TPL by Masahiro Yamada · 4 years, 5 months ago
  9. c3da3f5 kbuild: add FORCE to dependency of $(obj)/dts/dt-platdata.o by Masahiro Yamada · 4 years, 5 months ago
  10. 587e4a4 kconfig / kbuild: Re-sync with Linux 4.19 by Tom Rini · 4 years, 6 months ago
  11. 22b7b86 spl: separate SPL_FRAMEWORK config for spl and tpl by Heiko Stuebner · 5 years ago
  12. 7e91f6c usb: Add Cadence USB3 host and gadget driver by Vignesh Raghavendra · 5 years ago
  13. 5e23918 binman: x86: Separate out 16-bit reset and init code by Simon Glass · 5 years ago
  14. d68574a x86: Allow 16-bit init to be in TPL by Simon Glass · 5 years ago
  15. 4fc2365 spl: Allow sandbox to build a device-tree file by Simon Glass · 5 years ago
  16. 581e711 Makefile.spl: Move generated AT91SAM NAND image boot.bin to spl directory by Stefan Roese · 5 years ago
  17. e3ada91 ARM: socfpga: Build sfp image only for Gen5 and Arria10 devices by Dalon Westergreen · 6 years ago
  18. 2f41ade linker: Modify linker scripts to be more generic by Tom Rini · 6 years ago
  19. a6d6812 PowerPC: Stop re-using CONFIG_SPL_TEXT_BASE for TPL by Tom Rini · 6 years ago
  20. a903dcf arm64: zynqmp: Align u-boot-spl.bin for boot.bin creation by Michal Simek · 6 years ago
  21. f811e97 Kconfig: rename CONFIG_SPL_USB_GADGET_SUPPORT as CONFIG_SPL_USB_GADGET by Jean-Jacques Hiblot · 6 years ago
  22. 91ff686 blk: Rework guard around part_init call by Tom Rini · 6 years ago
  23. 3b975a1 tools: MediaTek: add MTK boot header generation to mkimage by Ryder Lee · 6 years ago
  24. 44093a1 fdt: Allow C++ comments in link scripts and DT files by Simon Glass · 6 years ago
  25. 2c5eac1 Makefile: Add a warning if SPL/TPL cannot be built by Simon Glass · 6 years ago
  26. 82f29fd armv8: K3: am654: Add support for generating build targets by Lokesh Vutla · 6 years ago
  27. c7df098 arm64: zynqmp: accept an absolute path for PMUFW_INIT_FILE by Luca Ceresoli · 6 years ago
  28. 8664ab7 Set time and umask on multi-dtb fit images to ensure reproducibile builds. by Vagrant Cascadian · 6 years ago
  29. 792557d spl: socfpga: Generate Arria10 SFP header V1 by Marek Vasut · 6 years ago
  30. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  31. 0658761 Makefile: always preserve output for images that can contain HAB Blocks by Rasmus Villemoes · 7 years ago
  32. d693742 spl: unbreak CONFIG_SPL_MULTI_DTB_FIT after fixing CONFIG_OF_EMBED by Simon Goldschmidt · 7 years ago
  33. 9bd76b8 spl: make CONFIG_OF_EMBED pass dts through fdtgrep by Goldschmidt Simon · 7 years ago
  34. c85a6b7 tools: mkimage: Extend mkimage to also include pmufw by Michal Simek · 8 years ago
  35. d6a0c78 pylibfdt: compile pylibfdt only when dtoc/binman is necessary by Masahiro Yamada · 7 years ago
  36. 15b97f5 pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefile by Masahiro Yamada · 7 years ago
  37. 2f57c95 spl: dm: Make it possible for the SPL to pick its own DTB from a FIT by Jean-Jacques Hiblot · 7 years ago
  38. b145b45 dtoc: Rename the auto-generated dt-structs.h file by Simon Glass · 7 years ago
  39. 3809e30 Makefile: honor PYTHON configuration properly by Clément Bœsch · 7 years ago
  40. 0649cd0 Move environment files from common/ to env/ by Simon Glass · 7 years ago
  41. dd6fbcb spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to Kconfig by Philipp Tomsich · 7 years ago
  42. 1749858 spl: allow a separate TEXT_BASE, LDSCRIPT and MAX_SIZE for TPL by Philipp Tomsich · 7 years ago
  43. f291ce1 spl: dm: Kconfig: split OF_CONTROL and OF_PLATDATA between SPL and TPL by Philipp Tomsich · 7 years ago
  44. e38ffc4 fdt: Makefile: Build python libfdt library if needed by Simon Glass · 7 years ago
  45. 7f0ef5a sunxi: Store the device tree name in the SPL header by Siarhei Siamashka · 7 years ago
  46. e938ef1 spl: Makefile: include /config in the (reduced) FDT used by the SPL stage by Philipp Tomsich · 7 years ago
  47. e391b1e Makefile: Fix linking with modern binutils by Joel Stanley · 7 years ago
  48. d2fdcc7 scripts: sunxi: Build an raw SPL image by Maxime Ripard · 8 years ago
  49. 001f314 Makefile: Provide an option to select SPL or TPL by Simon Glass · 7 years ago
  50. 27326c7 dm: allow limiting pre-reloc markings to spl or tpl by Heiko Stübner · 8 years ago
  51. 84547b4 x86: Add SPL build rules for start-up code by Simon Glass · 8 years ago
  52. 0ec28e0 spl: Don't create a BSS padding when it is separate by Simon Glass · 8 years ago
  53. d688bd7 spl: Makefile: Define SPL_ earlier by Simon Glass · 8 years ago
  54. 1f6a664 Makefile: preserve output for images that can contain HAB Blocks by Sven Ebenfeld · 8 years ago
  55. e94793c spl: add USB Gadget config option by Stefan Agner · 8 years ago
  56. 5991703 spl: dfu: move DFU Kconfig to SPL Kconfig by Stefan Agner · 8 years ago
  57. 3b64608 tools: mkimage: Add support for initialization table for Zynq and ZynqMP by Mike Looijmans · 8 years ago
  58. aec9a0f sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXI by Jagan Teki · 8 years ago
  59. e19b0fb kbuild: generate u-boot.cfg as a byproduct of include/autoconf.mk by Masahiro Yamada · 8 years ago
  60. bc5dbcb spl: dfu: add dfu support in SPL by B, Ravi · 8 years ago
  61. a6c1309 Makefile: rm u-boot.cfg dependencies are missing by Stephen Warren · 8 years ago
  62. fcd29a4 Makefile: use if_change_dep for u-boot.cfg by Stephen Warren · 8 years ago
  63. 76f1f38 Use separate options for TPL support by Simon Glass · 8 years ago
  64. d22199b dm: Don't attach the device tree to SPL with of-platdata by Simon Glass · 8 years ago
  65. dbbe2e6 dm: Makefile: Build of-platdata files when the feature is enabled by Simon Glass · 8 years ago
  66. 72a7e07 Makefile: Allow the SPL final link rule to be overridden by Simon Glass · 8 years ago
  67. 1a6a6e9 ARM64: zynq: Fix boot.bin generation for Zynq and ZynqMP by Michal Simek · 8 years ago
  68. d9b58b3 tools: zynqmpimage: Add Xilinx ZynqMP boot header generation by Michal Simek · 8 years ago
  69. fd2d1e0 kbuild: Do not append dtb for OF_EMBED case by Michal Simek · 8 years ago
  70. 35b7867 kbuild: fix build rule of u-boot-spl.dtb by Masahiro Yamada · 9 years ago
  71. 514ec43 kbuild: add missing FORCE where $(call if_changed, ) is used by Masahiro Yamada · 9 years ago
  72. 8ee19a7 kbuild: remove unneeded ifdef conditionals around build rules by Masahiro Yamada · 9 years ago
  73. bd7dc38 socfpga: Simplify Makefile filenames by Simon Glass · 9 years ago
  74. 03c25bc fdt: Build an SPL binary without device tree by Simon Glass · 9 years ago
  75. 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago
  76. 08598d6 ARM: zynq: Add target for building bootable SPL image for Zynq by Nathan Rossi · 9 years ago
  77. 8d7a2b8 spl: Add support for CONFIG_OF_EMBED=y by Michal Simek · 9 years ago
  78. 021b4d1 dm: spl: Generate u-boot-spl-dtb.bin only when enabled by Simon Glass · 9 years ago
  79. af6bbd4 Move board_init_f_mem() into a common location by Simon Glass · 9 years ago
  80. d6c2ac5 spl: move SPL driver entries to driver/Makefile by Masahiro Yamada · 9 years ago
  81. 333b720 Makefile: Add target for building bootable SPL image for SoCFPGA by Marek Vasut · 9 years ago
  82. 9bbd213 driver/ddr/altera: Add DDR driver for Altera's SDRAM controller by Dinh Nguyen · 9 years ago
  83. 3c9cc70 Merge git://git.denx.de/u-boot-marvell by Tom Rini · 9 years ago
  84. f1df936 arm: mvebu: Add Armada 38x DDR3 training code from Marvell bin_hdr by Stefan Roese · 10 years ago
  85. ff9112d arm: mvebu: drivers/ddr: Move Armada XP DDR init code into new directory by Stefan Roese · 10 years ago
  86. f26c8a8 dm: Add a clock uclass by Simon Glass · 9 years ago
  87. 6c51df6 dm: Add support for RAM drivers by Simon Glass · 9 years ago
  88. 30987ef dm: power: Allow use of regulators in SPL by Simon Glass · 9 years ago
  89. 5917112 dm: Add support for LEDs by Simon Glass · 9 years ago
  90. fa78e0a dm: Reduce SPL device tree size by Simon Glass · 9 years ago
  91. 3113471 kbuild: define DO_DEPS_ONLY for u-boot.cfg to fix build error by Masahiro Yamada · 9 years ago
  92. 741e58e Create a .cfg file containing the CONFIG options used to build by Simon Glass · 10 years ago
  93. e02ee25 kconfig: switch to single .config configuration by Masahiro Yamada · 10 years ago
  94. 942cb0b sunxi: Normalise FEL support by Simon Glass · 10 years ago
  95. 0cf47862 scripts/Makefile.spl: Add MVEBU DDR code to SPL by Stefan Roese · 10 years ago
  96. e19db55 Kbuild: introduce Makefile in arch/$ARCH/ by Daniel Schwierzeck · 10 years ago
  97. 1739564 Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  98. 167544e spl: fix descending condition to drivers/mtd/nand/ by Masahiro Yamada · 10 years ago
  99. 165ecd2 kbuild: Descend into SOC directory from CPU directory by Masahiro Yamada · 10 years ago
  100. 1151651 dm: spl: Allow driver model to be used by Simon Glass · 10 years ago