1. 0dec7ad dtoc: Rename the auto-generated dt-structs.h file by Simon Glass · 7 years ago
  2. 5925a15 Makefile: honor PYTHON configuration properly by Clément Bœsch · 7 years ago
  3. 547cb40 Move environment files from common/ to env/ by Simon Glass · 7 years ago
  4. be1c53a spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to Kconfig by Philipp Tomsich · 7 years ago
  5. cb49f62 spl: allow a separate TEXT_BASE, LDSCRIPT and MAX_SIZE for TPL by Philipp Tomsich · 7 years ago
  6. 2341dc6 spl: dm: Kconfig: split OF_CONTROL and OF_PLATDATA between SPL and TPL by Philipp Tomsich · 7 years ago
  7. e41110d fdt: Makefile: Build python libfdt library if needed by Simon Glass · 8 years ago
  8. 6b0cd01 sunxi: Store the device tree name in the SPL header by Siarhei Siamashka · 8 years ago
  9. 9d47079 spl: Makefile: include /config in the (reduced) FDT used by the SPL stage by Philipp Tomsich · 8 years ago
  10. b8a2fe1 Makefile: Fix linking with modern binutils by Joel Stanley · 8 years ago
  11. bc7997b scripts: sunxi: Build an raw SPL image by Maxime Ripard · 8 years ago
  12. 74254d0 Makefile: Provide an option to select SPL or TPL by Simon Glass · 8 years ago
  13. 9a2cdca dm: allow limiting pre-reloc markings to spl or tpl by Heiko Stübner · 8 years ago
  14. d5e2b86 x86: Add SPL build rules for start-up code by Simon Glass · 8 years ago
  15. f8037c0 spl: Don't create a BSS padding when it is separate by Simon Glass · 8 years ago
  16. c87d486 spl: Makefile: Define SPL_ earlier by Simon Glass · 8 years ago
  17. 9964ebd Makefile: preserve output for images that can contain HAB Blocks by Sven Ebenfeld · 8 years ago
  18. 0489c3b spl: add USB Gadget config option by Stefan Agner · 8 years ago
  19. e542edd spl: dfu: move DFU Kconfig to SPL Kconfig by Stefan Agner · 8 years ago
  20. 96e706f tools: mkimage: Add support for initialization table for Zynq and ZynqMP by Mike Looijmans · 8 years ago
  21. 68078f7 sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXI by Jagan Teki · 8 years ago
  22. d8d5334 kbuild: generate u-boot.cfg as a byproduct of include/autoconf.mk by Masahiro Yamada · 8 years ago
  23. 8b3c725 spl: dfu: add dfu support in SPL by B, Ravi · 8 years ago
  24. a986cf7 Makefile: rm u-boot.cfg dependencies are missing by Stephen Warren · 8 years ago
  25. 95b3006 Makefile: use if_change_dep for u-boot.cfg by Stephen Warren · 8 years ago
  26. 98b685d Use separate options for TPL support by Simon Glass · 8 years ago
  27. 8a07e68 dm: Don't attach the device tree to SPL with of-platdata by Simon Glass · 8 years ago
  28. bf6e890 dm: Makefile: Build of-platdata files when the feature is enabled by Simon Glass · 8 years ago
  29. 32fa8fa Makefile: Allow the SPL final link rule to be overridden by Simon Glass · 8 years ago
  30. aefae2c ARM64: zynq: Fix boot.bin generation for Zynq and ZynqMP by Michal Simek · 8 years ago
  31. fa12466 tools: zynqmpimage: Add Xilinx ZynqMP boot header generation by Michal Simek · 9 years ago
  32. e75c649 kbuild: Do not append dtb for OF_EMBED case by Michal Simek · 9 years ago
  33. 3ac7494 kbuild: fix build rule of u-boot-spl.dtb by Masahiro Yamada · 9 years ago
  34. cd98a27 kbuild: add missing FORCE where $(call if_changed, ) is used by Masahiro Yamada · 9 years ago
  35. c8febb3 kbuild: remove unneeded ifdef conditionals around build rules by Masahiro Yamada · 9 years ago
  36. 7bdddb0 socfpga: Simplify Makefile filenames by Simon Glass · 9 years ago
  37. 4102e71 fdt: Build an SPL binary without device tree by Simon Glass · 9 years ago
  38. 29499a0 Move all command code into its own directory by Simon Glass · 9 years ago
  39. af52939 ARM: zynq: Add target for building bootable SPL image for Zynq by Nathan Rossi · 9 years ago
  40. c158dba spl: Add support for CONFIG_OF_EMBED=y by Michal Simek · 9 years ago
  41. 45f1e4e dm: spl: Generate u-boot-spl-dtb.bin only when enabled by Simon Glass · 9 years ago
  42. b1beb11 Move board_init_f_mem() into a common location by Simon Glass · 9 years ago
  43. 39ba4b1 spl: move SPL driver entries to driver/Makefile by Masahiro Yamada · 9 years ago
  44. a4a55d4 Makefile: Add target for building bootable SPL image for SoCFPGA by Marek Vasut · 9 years ago
  45. 429642c driver/ddr/altera: Add DDR driver for Altera's SDRAM controller by Dinh Nguyen · 9 years ago
  46. 2ae17c9 Merge git://git.denx.de/u-boot-marvell by Tom Rini · 9 years ago
  47. 5ffceb8 arm: mvebu: Add Armada 38x DDR3 training code from Marvell bin_hdr by Stefan Roese · 10 years ago
  48. eb753e9 arm: mvebu: drivers/ddr: Move Armada XP DDR init code into new directory by Stefan Roese · 10 years ago
  49. 36ad234 dm: Add a clock uclass by Simon Glass · 9 years ago
  50. 3a2f3bd dm: Add support for RAM drivers by Simon Glass · 9 years ago
  51. 3513beb dm: power: Allow use of regulators in SPL by Simon Glass · 9 years ago
  52. cce3aed dm: Add support for LEDs by Simon Glass · 9 years ago
  53. 89caf33 dm: Reduce SPL device tree size by Simon Glass · 9 years ago
  54. a581f26 kbuild: define DO_DEPS_ONLY for u-boot.cfg to fix build error by Masahiro Yamada · 10 years ago
  55. 1f05c87 Create a .cfg file containing the CONFIG options used to build by Simon Glass · 10 years ago
  56. 72fb32b kconfig: switch to single .config configuration by Masahiro Yamada · 10 years ago
  57. 5debe1f sunxi: Normalise FEL support by Simon Glass · 10 years ago
  58. 487590c scripts/Makefile.spl: Add MVEBU DDR code to SPL by Stefan Roese · 10 years ago
  59. 17def7d Kbuild: introduce Makefile in arch/$ARCH/ by Daniel Schwierzeck · 10 years ago
  60. 7e08a1f Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  61. 27484ea spl: fix descending condition to drivers/mtd/nand/ by Masahiro Yamada · 10 years ago
  62. 40e73b1 kbuild: Descend into SOC directory from CPU directory by Masahiro Yamada · 10 years ago
  63. 1801a3e dm: spl: Allow driver model to be used by Simon Glass · 10 years ago
  64. f676826 arm, at91: generate boot.bin file for all atmel SoC by Heiko Schocher · 10 years ago
  65. 63bfe0e kbuild: fix a bug of the u-boot-spl link rule by Masahiro Yamada · 10 years ago
  66. 60bb734 kconfig: switch to Kconfig by Masahiro Yamada · 10 years ago
  67. 1252d20 kbuild: move spl/Makefile to scripts/Makefile.spl by Masahiro Yamada · 10 years ago[Renamed from spl/Makefile]
  68. 68a30be arm:at91: enable ROM loadable atmel image by Andreas Bießmann · 11 years ago
  69. 140d832 sunxi: non-FEL SPL boot support for sun7i by Ian Campbell · 11 years ago
  70. 2253e16 kbuild: allow null board for spl build by Masahiro Yamada · 11 years ago
  71. 543c9f1 mtd: Add a CONFIG_SPL_MTD_SUPPORT for a more full NAND subsystem in SPL by Tom Rini · 11 years ago
  72. fd7ba8c kbuild: fix a bug in regeneration of linker scripts by Masahiro Yamada · 11 years ago
  73. 31fea44 kbuild: Rename UIMAGE to MKIMAGE by Marek Vasut · 11 years ago
  74. 80f0398 kbuild: rename OBJTREE to objtree by Masahiro Yamada · 11 years ago
  75. ff51704 kbuild: rename SRCTREE to srctree by Masahiro Yamada · 11 years ago
  76. e794494 kbuild: rename TOPDIR to stctree by Masahiro Yamada · 11 years ago
  77. 958fe8f kbuild: improve Kbuild speed by Masahiro Yamada · 11 years ago
  78. e1a211d kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCC by Masahiro Yamada · 11 years ago
  79. 933c7e0 kbuild: consolidate PLATFORM_LIBS by Masahiro Yamada · 11 years ago
  80. d36a749 kbuild: refactor more IMX image rules by Masahiro Yamada · 11 years ago
  81. d3aeeac kbuild: use shorten logs for IMX images by Masahiro Yamada · 11 years ago
  82. 020a1f2 kbuild: use shorten logs for misc targets by Masahiro Yamada · 11 years ago
  83. ac5e091 kbuild: use shorten logs for mkimage rules by Masahiro Yamada · 11 years ago
  84. 734c3ef kbuild: use shorten logs objcopy rules by Masahiro Yamada · 11 years ago
  85. 8e1f1f4 kbuild: Add $(Q) when descending into subdirectories by Masahiro Yamada · 11 years ago
  86. c9c83ba kbuild: rename OBJCFLAGS to OBJCOPYFLAGS by Masahiro Yamada · 11 years ago
  87. 22b4468 kbuild: fix SPL link bug when USE_PRIVATE_LIBGCC is "yes" by Masahiro Yamada · 11 years ago
  88. f8eb670 kbuild: refactor Makefile and spl/Makefile more by Masahiro Yamada · 11 years ago
  89. f50a968 kbuild: generate {spl, tpl}-autoconf.mk only when it is necessary by Masahiro Yamada · 11 years ago
  90. 5ac303c kbuild: move include directives of board configuration files by Masahiro Yamada · 11 years ago
  91. 0d68fb1 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
  92. 59f15f2 kbuild: change out-of-tree build by Masahiro Yamada · 11 years ago
  93. 112b312 Makefile: move some flags to spl/Makefile by Masahiro Yamada · 11 years ago
  94. 7449ab1 kbuild: Use Kbuild.include by Masahiro Yamada · 11 years ago
  95. e2aadb9 board: samsung: refactor host programs by Masahiro Yamada · 11 years ago
  96. f243180 tools: convert makefiles to kbuild style by Masahiro Yamada · 11 years ago
  97. 0c3ab85 common: spl: Add spl sata boot support by Dan Murphy · 11 years ago
  98. cb367e1 spl: common: Support for USB MSD FAT image loading by Dan Murphy · 11 years ago
  99. f6facca powerpc:mpc85xx: Add ifc nand boot support for TPL/SPL by Po Liu · 11 years ago
  100. ddadbed arm: put .hash, .got.plt and .machine_param back in binaries by Albert ARIBAUD · 11 years ago