1. 32fa8fa Makefile: Allow the SPL final link rule to be overridden by Simon Glass · 8 years ago
  2. aefae2c ARM64: zynq: Fix boot.bin generation for Zynq and ZynqMP by Michal Simek · 8 years ago
  3. f75e3ab acpi: Pass -D__ASSEMBLY__ when compiling ASL files by Bin Meng · 9 years ago
  4. 8632fec Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  5. fa12466 tools: zynqmpimage: Add Xilinx ZynqMP boot header generation by Michal Simek · 9 years ago
  6. 70eacf2 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 9 years ago
  7. c897487 kbuild: fixdep: Check fstat(2) return value by Tom Rini · 9 years ago
  8. 13e13c9 acpi: Quieten IASL output when 'make -s' is used by Bin Meng · 9 years ago
  9. 846e7f8 acpi: Output all errors/warnings/remarks when compiling ASL by Bin Meng · 9 years ago
  10. 11b2588 acpi: Specify U-Boot include path for ASL files by Bin Meng · 9 years ago
  11. 546e120 acpi: Explicitly spell out dsdt.c in the make rule by Bin Meng · 9 years ago
  12. e598428 acpi: Change build log for ASL files by Bin Meng · 9 years ago
  13. e75c649 kbuild: Do not append dtb for OF_EMBED case by Michal Simek · 9 years ago
  14. 15318f2 x86: Add a script to aid code conversion from coreboot by Simon Glass · 9 years ago
  15. 3ac7494 kbuild: fix build rule of u-boot-spl.dtb by Masahiro Yamada · 9 years ago
  16. cd98a27 kbuild: add missing FORCE where $(call if_changed, ) is used by Masahiro Yamada · 9 years ago
  17. c8febb3 kbuild: remove unneeded ifdef conditionals around build rules by Masahiro Yamada · 9 years ago
  18. 7557405 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  19. 7bdddb0 socfpga: Simplify Makefile filenames by Simon Glass · 9 years ago
  20. 4102e71 fdt: Build an SPL binary without device tree by Simon Glass · 9 years ago
  21. 439079a Makefile: Add rules to build in .ttf files by Simon Glass · 9 years ago
  22. 1611b84 kbuild: Add clang detection by Tom Rini · 9 years ago
  23. 29499a0 Move all command code into its own directory by Simon Glass · 9 years ago
  24. e237880 Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  25. c11fe7d scripts/Makefile* Add SPDX-License-Identifier tag by Tom Rini · 9 years ago
  26. 34fd6c9 Fix GCC format-security errors and convert sprintfs. by Ben Whitten · 9 years ago
  27. 3a70d3f get_maintainer: fix perl 5.22/5.24 deprecated/incompatible "\C" use by Heiko Schocher · 9 years ago
  28. e65be98 checkpatch: fix left brace warning by Heiko Schocher · 9 years ago
  29. af52939 ARM: zynq: Add target for building bootable SPL image for Zynq by Nathan Rossi · 9 years ago
  30. c158dba spl: Add support for CONFIG_OF_EMBED=y by Michal Simek · 9 years ago
  31. e615252 Fix trini email in the get_maintainer.pl script by Andy Fleming · 9 years ago
  32. 0cab3ec Various Makefiles: Add SPDX-License-Identifier tags by Tom Rini · 9 years ago
  33. 45f1e4e dm: spl: Generate u-boot-spl-dtb.bin only when enabled by Simon Glass · 9 years ago
  34. b1beb11 Move board_init_f_mem() into a common location by Simon Glass · 9 years ago
  35. b691749 kbuild: fixdep: drop meaningless hash table initialization by Masahiro Yamada · 9 years ago
  36. 331141a x86: Generate a valid ACPI table by Saket Sinha · 9 years ago
  37. 366b24f of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  38. 1e35f39 of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL by Masahiro Yamada · 9 years ago
  39. 04aa00d dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list by Masahiro Yamada · 9 years ago
  40. 39ba4b1 spl: move SPL driver entries to driver/Makefile by Masahiro Yamada · 9 years ago
  41. 88c1ccf linux/kconfig.h: add CPP macros useful for per-image config options by Masahiro Yamada · 9 years ago
  42. 10a7a6c kbuild: add a makefile macro useful with per-image config options by Masahiro Yamada · 9 years ago
  43. 15e7935 kbuild: fixdep: optimize code slightly 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. 68b27d3 Support removing default assembler flags by Simon Glass · 9 years ago
  47. 5865450 kbuild: create symbolic link only for ARM, AVR32, SPARC, PowerPC, x86 by Masahiro Yamada · 9 years ago
  48. 56fc3ba kbuild: sync with Linux 4.1 by Masahiro Yamada · 9 years ago
  49. 331cec3 kconfig: sync with Linux 4.1 by Masahiro Yamada · 9 years ago
  50. 2ae17c9 Merge git://git.denx.de/u-boot-marvell by Tom Rini · 9 years ago
  51. 5ffceb8 arm: mvebu: Add Armada 38x DDR3 training code from Marvell bin_hdr by Stefan Roese · 10 years ago
  52. eb753e9 arm: mvebu: drivers/ddr: Move Armada XP DDR init code into new directory by Stefan Roese · 10 years ago
  53. 36ad234 dm: Add a clock uclass by Simon Glass · 9 years ago
  54. 3a2f3bd dm: Add support for RAM drivers by Simon Glass · 9 years ago
  55. 3513beb dm: power: Allow use of regulators in SPL by Simon Glass · 9 years ago
  56. cce3aed dm: Add support for LEDs by Simon Glass · 9 years ago
  57. 89caf33 dm: Reduce SPL device tree size by Simon Glass · 9 years ago
  58. 7f62c01 Remove SPL undefine of CONFIG_OF_CONTROL by Simon Glass · 10 years ago
  59. 9dc7ee8 Kconfig: Enable usage of escape char '\' in string values by Stefan Roese · 9 years ago
  60. a581f26 kbuild: define DO_DEPS_ONLY for u-boot.cfg to fix build error by Masahiro Yamada · 10 years ago
  61. 765442b moveconfig: Ignore duplicate configs when moving by Joe Hershberger · 10 years ago
  62. 1f05c87 Create a .cfg file containing the CONFIG options used to build by Simon Glass · 10 years ago
  63. c782190 fix makefiles to respect DTC setting by Pavel Machek · 10 years ago
  64. 87192a1 kbuild: remove scripts/multiconfig.sh by Masahiro Yamada · 10 years ago
  65. e9beb24 kbuild: remove "*_felconfig" target by Masahiro Yamada · 10 years ago
  66. a06476e fixdep: remove multiple .config support code by Masahiro Yamada · 10 years ago
  67. 5e7e908 scripts/checkstack.pl: update to get AArch64 port from Linux by Kim Phillips · 10 years ago
  68. 29122df kconfig: remove unneeded U-Boot extension code by Masahiro Yamada · 10 years ago
  69. cfc2f7d kconfig: remove unneeded dependency on !SPL_BUILD by Masahiro Yamada · 10 years ago
  70. 72fb32b kconfig: switch to single .config configuration by Masahiro Yamada · 10 years ago
  71. 2fa3dd9 kbuild: prepare for moving headers into mach-*/include/mach by Masahiro Yamada · 10 years ago
  72. 5debe1f sunxi: Normalise FEL support by Simon Glass · 10 years ago
  73. 487590c scripts/Makefile.spl: Add MVEBU DDR code to SPL by Stefan Roese · 10 years ago
  74. 6fd0962 scripts: add a utility to fill blank fields of doc/README.scrapyard by Masahiro Yamada · 10 years ago
  75. 121161f sunxi: Fix CONFIG_UART0_PORT_F build and add it to menuconfig by Siarhei Siamashka · 10 years ago
  76. 50d8454 scripts: fix binutils-version.sh for 'as' without a package. by Bill Pringlemeir · 10 years ago
  77. 317967d scripts: fix binutils-version.sh by Masahiro Yamada · 10 years ago
  78. 0869351 kconfig: Fix warning "‘jump’ may be used uninitialized" by Peter Kümmel · 10 years ago
  79. 17def7d Kbuild: introduce Makefile in arch/$ARCH/ by Daniel Schwierzeck · 10 years ago
  80. 01dc39c get_maintainer.pl: fix source tree detection by Daniel Schwierzeck · 10 years ago
  81. 437790e Align embedded device tree correctly by Simon Glass · 10 years ago
  82. 7e08a1f Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  83. 27484ea spl: fix descending condition to drivers/mtd/nand/ by Masahiro Yamada · 10 years ago
  84. 40e73b1 kbuild: Descend into SOC directory from CPU directory by Masahiro Yamada · 10 years ago
  85. 1801a3e dm: spl: Allow driver model to be used by Simon Glass · 10 years ago
  86. f676826 arm, at91: generate boot.bin file for all atmel SoC by Heiko Schocher · 10 years ago
  87. 0d34453 kbuild: Make scripts executable by Masahiro Yamada · 10 years ago
  88. ede865b kbuild: sync misc scripts with Linux 3.18-rc1 by Masahiro Yamada · 10 years ago
  89. cfa337b kconfig: sync kconfig files with Linux 3.18-rc1 by Masahiro Yamada · 10 years ago
  90. 4e1c3c7 kbuild: sync top Makefile with Linux 3.18-rc1 by Masahiro Yamada · 10 years ago
  91. 8c4532f kbuild: improve multi-objs dependency and cleanups by Masahiro Yamada · 10 years ago
  92. 7527ba4 kbuild: bug fixes and cleanups of Makefile.host by Masahiro Yamada · 10 years ago
  93. faef71b sunxi: kconfig: Add %_felconfig rule to enable FEL build of sunxi platforms. by Ian Campbell · 10 years ago
  94. 88d4c45 kbuild: do not hide clang warnings during build with W=1 by Masahiro Yamada · 10 years ago
  95. eb61df5 Correct two non-functional misspellings "overrided". by Robert P. J. Day · 10 years ago
  96. 151c501 kconfig: invoke silentoldconfig if spl, tpl/.config is updated by Masahiro Yamada · 10 years ago
  97. 63bfe0e kbuild: fix a bug of the u-boot-spl link rule by Masahiro Yamada · 10 years ago
  98. 65071d5 scripts/multiconfig.sh: Fix a typo by York Sun · 10 years ago
  99. 2699758 multiconfig.sh: replace GNU sed specific match by Jeroen Hofstee · 10 years ago
  100. 6fcbbe6 kconfig: fix another bug of "make savedefconfig" by Masahiro Yamada · 10 years ago