1. f8eb670 kbuild: refactor Makefile and spl/Makefile more by Masahiro Yamada · 11 years ago
  2. f50a968 kbuild: generate {spl, tpl}-autoconf.mk only when it is necessary by Masahiro Yamada · 11 years ago
  3. 5ac303c kbuild: move include directives of board configuration files by Masahiro Yamada · 11 years ago
  4. 0d68fb1 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
  5. 59f15f2 kbuild: change out-of-tree build by Masahiro Yamada · 11 years ago
  6. 112b312 Makefile: move some flags to spl/Makefile by Masahiro Yamada · 11 years ago
  7. 7449ab1 kbuild: Use Kbuild.include by Masahiro Yamada · 11 years ago
  8. e2aadb9 board: samsung: refactor host programs by Masahiro Yamada · 11 years ago
  9. f243180 tools: convert makefiles to kbuild style by Masahiro Yamada · 11 years ago
  10. 0c3ab85 common: spl: Add spl sata boot support by Dan Murphy · 11 years ago
  11. cb367e1 spl: common: Support for USB MSD FAT image loading by Dan Murphy · 11 years ago
  12. f6facca powerpc:mpc85xx: Add ifc nand boot support for TPL/SPL by Po Liu · 11 years ago
  13. ddadbed arm: put .hash, .got.plt and .machine_param back in binaries by Albert ARIBAUD · 11 years ago
  14. f041083 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  15. 9f547ca SPL: EXYNOS: Prepare for variable size SPL support by Rajeshwari Birje · 11 years ago
  16. 71db754 Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU) by Masahiro Yamada · 11 years ago
  17. 136cfe3 drivers/mtd: descend into sub directories only when it is necessary by Masahiro Yamada · 11 years ago
  18. 55f5d8a .gitignore: ignore spl/ and tpl/ directories except spl/Makefile by Masahiro Yamada · 11 years ago
  19. 80def80 spl/Makefile: merge LIBS-y += arch/$(ARCH)/imx-common by Masahiro Yamada · 11 years ago
  20. 7c9c744 Makefile: use two double-quotations as a pair by Masahiro Yamada · 11 years ago
  21. f062659 Driver/DDR: Moving Freescale DDR driver to a common driver by York Sun · 11 years ago
  22. af1274a Makefile: move fs/fat/ entry to drivers/Makefile by Masahiro Yamada · 11 years ago
  23. 9f36f06 Makefile: refactor a little by Masahiro Yamada · 11 years ago
  24. 30a198b Makefile: rename all libraries to built-in.o by Masahiro Yamada · 11 years ago
  25. a927d45 powerpc: move mpc8xxx entry under arch/powerpc/cpu/ by Masahiro Yamada · 11 years ago
  26. 33ed77e Makefile: convert makefiles to Kbuild style and delete grep switch by Masahiro Yamada · 11 years ago
  27. cd6fdfb ARM: s5pc, exynos: move Samsung ARM SoC specific code under arch/arm/ by Masahiro Yamada · 11 years ago
  28. 827b816 ARM: omap: move OMAP specific code under arch/arm/ by Masahiro Yamada · 11 years ago
  29. df04214 ARM: tegra: move Tegra specific code under arch/arm/ by Masahiro Yamada · 11 years ago
  30. 15103d1 ARM: imx-common: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  31. 8d45f36 Makefile: prepare for using Kbuild-style Makefile by Masahiro Yamada · 11 years ago
  32. d634fd4 spl/Makefile: Add drivers/power/pmic/libpmic to CONFIG_SPL_POWER_SUPPORT by Tom Rini · 11 years ago
  33. 5366e36 Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  34. b2907d0 arm, spl: add watchdog library to SPL by Heiko Schocher · 11 years ago
  35. 2d2e3b6 TPL : introduce the TPL based on the SPL by Ying Zhang · 11 years ago
  36. 9ff7026 powerpc: mpc85xx: Support booting from SD Card with SPL by Ying Zhang · 11 years ago
  37. 2c8c3c2 SPL: Makefile: Build a separate autoconf.mk for SPL by Joel Fernandes · 11 years ago
  38. 5605505 ARM: OMAP: Add CONFIG_OMAP_COMMON by Lokesh Vutla · 11 years ago
  39. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  40. e259cfa Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  41. 848048a exynos: update tzpc to make it common for exynos4 and exynos5 by Inderpal Singh · 12 years ago
  42. 755d98a imx: spl: Merge libimx-common make rules by Benoît Thébaudeau · 12 years ago
  43. 0743f99 imx: iomux-v3: Add iomux-mx35.h by Benoît Thébaudeau · 12 years ago
  44. 0a99712 arm: mx5: Add SPL support code to MX5 by Marek Vasut · 12 years ago
  45. 05b0ef4 imx: Move some i.MX common functions into the imx-common directory by Stefan Roese · 12 years ago
  46. 725f0c5 ti814x_evm: add ti814x evm board support by Matt Porter · 12 years ago
  47. c24895e Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
  48. 6277b19 Remove linker lists (LGAs) from SPL linker scripts by Albert ARIBAUD · 12 years ago
  49. fc3a0f0 spl: support for booting via usbeth by Ilya Yanok · 12 years ago
  50. 6eb21d0 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  51. a18d786 imximage.cfg: run files through C preprocessor by Troy Kisky · 12 years ago
  52. d32b2a4 Tegra30: Add generic Tegra30 build support by Tom Warren · 12 years ago
  53. 56b3ba1 Merge branch 'master' of git://git.denx.de/u-boot into resolve by Minkyu Kang · 12 years ago
  54. 56c354f spl: include resetvec and lib8xxx by Scott Wood · 12 years ago
  55. ecacc01 Merge git://git.denx.de/u-boot by Stefano Babic · 12 years ago
  56. 72ce483 SPL: Added SPL target for mx35 SOC to SPL Makefile by Stefano Babic · 12 years ago
  57. 9f2cfe4 Merge remote-tracking branch 'u-boot-ti/master' by Albert ARIBAUD · 12 years ago
  58. d505e90 omapimage: Add support for byteswapped SPI images by Tom Rini · 12 years ago
  59. a0603a3 common: Add symbol handling for generic lists into Makefile by Marek Vasut · 12 years ago
  60. f83e9c6 Tegra20: Move some code files to common directories for upcoming Tegra30 patches. by Tom Warren · 12 years ago
  61. f7a2c55 OMAP: networking support for SPL by Ilya Yanok · 12 years ago
  62. 28591df SPL: Move the omap SPL framework to common/spl by Tom Rini · 12 years ago
  63. 1b85529 spl: remove forced linking of commands into SPL by Tyler Olmstead · 12 years ago
  64. fb338cc spl: fix SPL build of private libgcc by Allen Martin · 12 years ago
  65. 21fe2f0 tegra20: move tegra20 SoC code to arch/arm/cpu/tegra20-common by Allen Martin · 12 years ago
  66. a1e4010 Makefile: fix HAVE_VENDOR_COMMON_LIB by Scott Wood · 12 years ago
  67. 060b70b Makefile: cosmetic: optimize usage of LIBS-y by Daniel Schwierzeck · 12 years ago
  68. 7b0fb5f Define CPUDIR for the .lds link script by Simon Glass · 13 years ago
  69. 9b30937 Allow arch directory to contain .lds without requiring Makefile by Simon Glass · 13 years ago
  70. 77a73fe ARM:AM33XX: Add SPL support for AM335X EVM by Chandan Nath · 13 years ago
  71. 9310ff7 omap5: Add minimal support for omap5430. by Sricharan · 13 years ago
  72. 07e69a2 OneNAND: Add simple OneNAND SPL by Marek Vasut · 13 years ago
  73. 415be99 spl: add option for adding post memory test to the SPL framework by Heiko Schocher · 13 years ago
  74. b20564c ORIGEN : use absolute paths and fix tool naming by Angus Ainslie · 13 years ago
  75. e2b85b8 SPL: Add DMA library by Simon Schwarz · 13 years ago
  76. 2a86686 SPL: Make path to start.S configurable by Marek Vasut · 13 years ago
  77. 123d921 spl: Add POWER library to new spl by Simon Schwarz · 13 years ago
  78. 4f62e98 spl: add NAND Library to new SPL by Simon Schwarz · 13 years ago
  79. 488ef1a ORIGEN: Add MMC SPL support by Chander Kashyap · 13 years ago
  80. 34d12a1 mkimage: Add OMAP boot image support by John Rigby · 13 years ago
  81. 4504f2f spl: add support for omap-common libraries by Daniel Schwierzeck · 13 years ago
  82. 2a7cda8 spl: Add support for common libraries and drivers by Daniel Schwierzeck · 13 years ago
  83. 39ca08e spl: add initial support for a generic SPL framework by Daniel Schwierzeck · 13 years ago