1. 958fe8f kbuild: improve Kbuild speed by Masahiro Yamada · 11 years ago
  2. b93b213 kbuild: allow empty board directories by Masahiro Yamada · 11 years ago
  3. e91b68c config.mk: Delete unused variable BCURDIR by Masahiro Yamada · 11 years ago
  4. c9c83ba kbuild: rename OBJCFLAGS to OBJCOPYFLAGS by Masahiro Yamada · 11 years ago
  5. 5ac303c kbuild: move include directives of board configuration files by Masahiro Yamada · 11 years ago
  6. 0d68fb1 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
  7. 59f15f2 kbuild: change out-of-tree build by Masahiro Yamada · 11 years ago
  8. a6d7756 Makefile: move some flags to examples makefiles by Masahiro Yamada · 11 years ago
  9. 112b312 Makefile: move some flags to spl/Makefile by Masahiro Yamada · 11 years ago
  10. 41ec9ba Makefile: move more stuff to top Makefile by Masahiro Yamada · 11 years ago
  11. 0302445 Makefile: refactor include path settings by Masahiro Yamada · 11 years ago
  12. 700dd89 Makefile: move more flags to the top Makefile by Masahiro Yamada · 11 years ago
  13. 7449ab1 kbuild: Use Kbuild.include by Masahiro Yamada · 11 years ago
  14. ed36001 Makefile: move BFD_ROOT_DIR to tools/gdb/Makefile by Masahiro Yamada · 11 years ago
  15. 57d42c9 Makefile: move some variable definitions to the top Makefile by Masahiro Yamada · 11 years ago
  16. 2feb8d3 Makfile: move suffix rules to Makefile.build by Masahiro Yamada · 11 years ago
  17. f243180 tools: convert makefiles to kbuild style by Masahiro Yamada · 11 years ago
  18. c402035 sandbox: Use system headers first for sandbox's os.c in a different way by Masahiro Yamada · 11 years ago
  19. 7935a82 Makefile: Move some scripts imported from Linux by Masahiro Yamada · 11 years ago
  20. b226667 sandbox: Use system headers first for sandbox's os.c by Simon Glass · 11 years ago
  21. bf824f7 config.mk: delete unnecessary lines by Masahiro Yamada · 11 years ago
  22. 49a88e3 Makefile: do not create a symbolic link to arch/${ARCH}/include/asm by Masahiro Yamada · 11 years ago
  23. ec7fbf5 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · 11 years ago
  24. 36f3e65 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  25. 4c08a1d cam_enc_4xx: Move CONFIG_SPL_PAD_TO to a config header by Masahiro Yamada · 11 years ago
  26. 2188b96 config.mk: Delete unnecessary code by Masahiro Yamada · 11 years ago
  27. b143210 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  28. 4a0e05d ARM: mxs: tools: Add mkimage support for MXS bootstream by Marek Vasut · 11 years ago
  29. 2d2e3b6 TPL : introduce the TPL based on the SPL by Ying Zhang · 11 years ago
  30. 2c8c3c2 SPL: Makefile: Build a separate autoconf.mk for SPL by Joel Fernandes · 11 years ago
  31. 1f78f06 Validate dtc is new enough by Stephen Warren · 11 years ago
  32. 1234ce7 Licenses: introduce SPDX Unique Lincense Identifiers by Wolfgang Denk · 11 years ago
  33. 8c7d16d mkimage: Use board config to get CONFIG_FIT_SIGNATURE value by Simon Glass · 11 years ago
  34. f19be41 mkimage: Build signing only if board has CONFIG_FIT_SIGNATURE by Simon Glass · 11 years ago
  35. 35191a3 image: Add RSA support for image signing by Simon Glass · 11 years ago
  36. 831aa54 Support tracing in config.mk when enabled by Simon Glass · 11 years ago
  37. d086bf1 build: Pull -DBUILD_TAG into separate ifdef by Marek Vasut · 12 years ago
  38. 07253bb Trigger generic board error only when building by Simon Glass · 12 years ago
  39. 07a78db Makefile: Add target for combined u-boot.img & spl/u-boot.bin by Stefan Roese · 12 years ago
  40. 8149ac9 Makefile: Move SHELL setup to config.mk by Benoît Thébaudeau · 12 years ago
  41. 19aac97 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  42. 6682832 __HAVE_ARCH_GENERIC_BOARD controls availabilty of generic board by Simon Glass · 12 years ago
  43. c24895e Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
  44. a0603a3 common: Add symbol handling for generic lists into Makefile by Marek Vasut · 12 years ago
  45. 787d532 add check infrastructure, default sparse by Kim Phillips · 12 years ago
  46. 21bb3ec serial: Compile drivers/serial/serial.c by default by Marek Vasut · 12 years ago
  47. 6082822 serial: Unconditionally enable CONFIG_SERIAL_MULTI by Marek Vasut · 12 years ago
  48. 4b4969b tools, config.mk: add binutils-version by Allen Martin · 12 years ago
  49. 681b0e0 config: Always use GNU ld by Khem Raj · 12 years ago
  50. 0ba64c3 Makefile: Add u-boot.spr build target (SPEAr) by Stefan Roese · 13 years ago
  51. 5436f9c tools, config.mk: Add gcc-version.sh, cc-version test from Linux by Tom Rini · 13 years ago
  52. b7f3413 config.mk: Check for -fstack-usage support by Tom Rini · 13 years ago
  53. a384c6c config.mk: Make cc-option create a file under include/generated by Tom Rini · 13 years ago
  54. 9ba618a config.mk: use memoization in cc-option macro to speed up compilation by Daniel Schwierzeck · 13 years ago
  55. 9209ed5 Reduce build times by Wolfgang Denk · 13 years ago
  56. 38d6b8d fdt: Add support for embedded device tree (CONFIG_OF_EMBED) by Simon Glass · 13 years ago
  57. 122035e build: force migration away from $(AR) by Mike Frysinger · 13 years ago
  58. 935c5bc Adjust dependency rules to permit per-file flags by Simon Glass · 13 years ago
  59. f6312ad disable security warning flags when possible by Mike Frysinger · 14 years ago
  60. a180922a Extend build-system for SPL framework by Daniel Schwierzeck · 13 years ago
  61. 4e16feb config.mk: move LDSCRIPT processing to the top-level Makefile by Ilya Yanok · 13 years ago
  62. 34c6dd2 Handle most LDSCRIPT setting centrally by Scott Wood · 14 years ago
  63. 3935873 Introduce a new linker flag LDFLAGS_FINAL by Haiying Wang · 14 years ago
  64. 31162e1 Top config.mk: add include/config.mk by Joakim Tjernlund · 14 years ago
  65. b859b8c Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS by Nobuhiro Iwamatsu · 14 years ago
  66. 031711b config.mk: unify duplicated flag setting by Mike Frysinger · 14 years ago
  67. 302141d Coding Style (white space) cleanup by Wolfgang Denk · 14 years ago
  68. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  69. 0708bc6 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · 14 years ago
  70. a569861 config.mk: avoid -traditional-cpp on OS X 10.5 by Mike Frysinger · 14 years ago
  71. 56fff49 nios: remove nios-32 arch by Thomas Chou · 15 years ago
  72. 788f4a2 config.mk: use different host compiler for OS X 10.6 by Andreas Biessmann · 15 years ago
  73. 29514c7 ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU by Peter Tyser · 15 years ago
  74. cede5d8 Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 15 years ago
  75. b577a2f Change directory-specific CFLAGS to use full path by Peter Tyser · 15 years ago
  76. d53e8fd Create CPUDIR variable by Peter Tyser · 15 years ago
  77. 16c91a1 makefiles: fixes for building build tools by Scott Wood · 15 years ago
  78. 6472af8 ppc/85xx: Introduce RESET_VECTOR_ADDRESS to handle non-standard link address by Kumar Gala · 15 years ago
  79. 91acc21 start a linker script helper file by Mike Frysinger · 15 years ago
  80. 18d46c0 Fix all linker scripts for older binutils versions (pre-2.16) by Wolfgang Denk · 15 years ago
  81. d47f486 ARM: compiler options cleanup - improve tool chain support by Wolfgang Denk · 15 years ago
  82. 31d434d Move architecture specific config.mk files into subdirs by Peter Tyser · 15 years ago
  83. 56e77a6 config.mk: Remove unused HPATH by Shinya Kuribayashi · 15 years ago
  84. d9d755b config.mk: Remove $(PCI_CLOCK) reference by Shinya Kuribayashi · 15 years ago
  85. c710f99 add %.c->%.i and %.c->%.s rules by Mike Frysinger · 15 years ago
  86. a79d8e4 allow boards to customize compiler options on a per-file/dir basis by Mike Frysinger · 15 years ago
  87. 5bdf631 config.mk: remove un-needed REMOTE_BUILD check by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  88. 8ccb33f build system: treat all Darwin's alike by Mike Frysinger · 16 years ago
  89. 98c0286 Remove unneeded CONFIG_SHELL references by Peter Tyser · 16 years ago
  90. 0e0390d make: Remove redundant __ARM__ addition when cross-compiling on *BSD by Shinya Kuribayashi · 16 years ago
  91. 686d44d config.mk: Move arch-specific condition to $(ARCH)_config.mk by Shinya Kuribayashi · 16 years ago
  92. e7af207 Conditionally add -fno-stack-protector to CFLAGS by Haavard Skinnemoen · 17 years ago
  93. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  94. 979b4bd config.mk: use correct (cross) compiler by Wolfgang Denk · 17 years ago
  95. 1fbf223 include autoconf.mk before any other .mk files by Mike Frysinger · 17 years ago
  96. 7b2d836 Merge branch 'master' of git://www.denx.de/git/u-boot-blackfin by Wolfgang Denk · 17 years ago
  97. 1280555 Only use TEXT_BASE if defined by the board by Mike Frysinger · 17 years ago
  98. 908e776 generate u-boot.ldr for Blackfin targets by Mike Frysinger · 17 years ago
  99. 0f91019 [BUILD] Generate include/autoconf.mk from board config files by Grant Likely · 17 years ago
  100. aa06940 blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk by Shinya Kuribayashi · 17 years ago