1. 3935873 Introduce a new linker flag LDFLAGS_FINAL by Haiying Wang · Tue Feb 22 16:38:05 2011 -0500
  2. 31162e1 Top config.mk: add include/config.mk by Joakim Tjernlund · Mon Jan 17 23:39:26 2011 +0100
  3. b859b8c Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS by Nobuhiro Iwamatsu · Thu Jan 06 10:23:54 2011 +0900
  4. 031711b config.mk: unify duplicated flag setting by Mike Frysinger · Wed Dec 15 07:17:31 2010 -0500
  5. 302141d Coding Style (white space) cleanup by Wolfgang Denk · Sat Nov 27 23:30:56 2010 +0100
  6. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · Fri Nov 05 15:48:07 2010 +0100
  7. 0708bc6 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · Thu Oct 07 21:51:12 2010 +0200
  8. a569861 config.mk: avoid -traditional-cpp on OS X 10.5 by Mike Frysinger · Tue Aug 03 19:17:38 2010 -0400
  9. 56fff49 nios: remove nios-32 arch by Thomas Chou · Fri May 28 10:56:50 2010 +0800
  10. 788f4a2 config.mk: use different host compiler for OS X 10.6 by Andreas Biessmann · Sat May 22 13:17:21 2010 +0200
  11. 29514c7 ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU by Peter Tyser · Mon Apr 12 22:28:09 2010 -0500
  12. cede5d8 Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · Mon Apr 12 22:28:04 2010 -0500
  13. b577a2f Change directory-specific CFLAGS to use full path by Peter Tyser · Mon Apr 12 22:28:03 2010 -0500
  14. d53e8fd Create CPUDIR variable by Peter Tyser · Mon Apr 12 22:28:02 2010 -0500
  15. 16c91a1 makefiles: fixes for building build tools by Scott Wood · Wed Nov 04 18:41:41 2009 -0600
  16. 6472af8 ppc/85xx: Introduce RESET_VECTOR_ADDRESS to handle non-standard link address by Kumar Gala · Wed Sep 09 11:40:41 2009 -0500
  17. 91acc21 start a linker script helper file by Mike Frysinger · Sun Aug 23 02:47:59 2009 -0400
  18. 18d46c0 Fix all linker scripts for older binutils versions (pre-2.16) by Wolfgang Denk · Mon Aug 17 14:00:53 2009 +0200
  19. d47f486 ARM: compiler options cleanup - improve tool chain support by Wolfgang Denk · Mon Aug 17 13:17:29 2009 +0200
  20. 31d434d Move architecture specific config.mk files into subdirs by Peter Tyser · Fri Jul 10 11:03:15 2009 -0500
  21. 56e77a6 config.mk: Remove unused HPATH by Shinya Kuribayashi · Sat Jun 20 19:14:33 2009 +0900
  22. d9d755b config.mk: Remove $(PCI_CLOCK) reference by Shinya Kuribayashi · Sat Jun 20 19:10:14 2009 +0900
  23. c710f99 add %.c->%.i and %.c->%.s rules by Mike Frysinger · Sun Jun 14 11:03:48 2009 -0400
  24. a79d8e4 allow boards to customize compiler options on a per-file/dir basis by Mike Frysinger · Sun Jun 14 09:33:00 2009 -0400
  25. 5bdf631 config.mk: remove un-needed REMOTE_BUILD check by Jean-Christophe PLAGNIOL-VILLARD · Fri May 22 19:28:52 2009 +0200
  26. 8ccb33f build system: treat all Darwin's alike by Mike Frysinger · Sat Jan 17 13:32:42 2009 -0500
  27. 98c0286 Remove unneeded CONFIG_SHELL references by Peter Tyser · Wed Nov 12 13:06:48 2008 -0600
  28. 0e0390d make: Remove redundant __ARM__ addition when cross-compiling on *BSD by Shinya Kuribayashi · Fri Sep 12 02:20:46 2008 +0200
  29. 686d44d config.mk: Move arch-specific condition to $(ARCH)_config.mk by Shinya Kuribayashi · Sun Aug 31 05:37:04 2008 +0900
  30. e7af207 Conditionally add -fno-stack-protector to CFLAGS by Haavard Skinnemoen · Mon May 19 12:26:38 2008 +0200
  31. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  32. 979b4bd config.mk: use correct (cross) compiler by Wolfgang Denk · Sat May 03 22:25:00 2008 +0200
  33. 1fbf223 include autoconf.mk before any other .mk files by Mike Frysinger · Mon Feb 18 05:24:13 2008 -0500
  34. 7b2d836 Merge branch 'master' of git://www.denx.de/git/u-boot-blackfin by Wolfgang Denk · Fri Feb 15 00:06:18 2008 +0100
  35. 1280555 Only use TEXT_BASE if defined by the board by Mike Frysinger · Mon Jan 28 05:28:50 2008 -0500
  36. 908e776 generate u-boot.ldr for Blackfin targets by Mike Frysinger · Mon Feb 04 19:26:57 2008 -0500
  37. 0f91019 [BUILD] Generate include/autoconf.mk from board config files by Grant Likely · Mon Sep 24 09:05:31 2007 -0600
  38. aa06940 blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk by Shinya Kuribayashi · Wed Oct 31 02:18:15 2007 +0900
  39. 450c23e [Blackfin][PATCH-2/2] Common files changed to support bf533 platform by Aubrey.Li · Fri Mar 09 13:40:56 2007 +0800
  40. 71c20d6 Automatically adjust ARFLAGS so "make -s" is really silent. by Wolfgang Denk · Sun Oct 29 01:03:51 2006 +0200
  41. 1cd6bf0 Don't pass any debug options directly to the assembler by Haavard Skinnemoen · Thu Oct 26 17:55:31 2006 +0200
  42. dbeba6c Use -g instead of -gstabs in AFLAGS_DEBUG by Wolfgang Denk · Tue Oct 24 13:57:33 2006 +0200
  43. 6a65e42 Move "ar" flags to config.mk to allow for silent "make -s" by Wolfgang Denk · Mon Oct 09 01:02:05 2006 +0200
  44. 4df0da5 Coding style cleanup by Wolfgang Denk · Mon Oct 09 00:42:01 2006 +0200
  45. 42fbddd Add support for AMCC Sequoia PPC440EPx eval board by Stefan Roese · Thu Sep 07 11:51:23 2006 +0200
  46. d62379d Add support for a saving build objects in a separate directory. by Marian Balakowicz · Fri Sep 01 19:49:50 2006 +0200
  47. b4b1c46 Merge with /home/hs/U-Boot/u-boot-dev by Wolfgang Denk · Sat Jun 10 19:27:47 2006 +0200
  48. 9a460d2 Fix gcc 3.4.x AFLAGS setting for m68k platform. by Marian Balakowicz · Wed May 17 12:18:48 2006 +0200
  49. 3e8b1dc Fixes for gcc 3.4 based m68k toolchain, based on patch by Jate Sujjavanich. by Marian Balakowicz · Tue May 09 11:28:36 2006 +0200
  50. ac1956e Add MCF5282 support (without preloader) by Heiko Schocher · Thu Apr 20 08:42:42 2006 +0200
  51. 46d2b52 Add ADI Blackfin support by Wolfgang Denk · Sun Mar 12 02:10:00 2006 +0100
  52. 2105aa2 Cleanup (get rid of debug code that sneaked in) by Wolfgang Denk · Tue Mar 07 00:22:36 2006 +0100
  53. f14cc26 Added GPIO initialization of DF signal. Still not working. by Markus Klotzbücher · Tue Feb 28 22:51:01 2006 +0100
  54. 21e69a0 This is the first commit for the u-boot zylonite port. The following has be by Markus Klotzbücher · Tue Feb 07 20:04:48 2006 +0100
  55. 03f9ba3 Update ARM Integrator boards: by Wolfgang Denk · Tue Oct 04 23:10:28 2005 +0200
  56. aba5809 Make sure only supported compiler options are used by Wolfgang Denk · Tue Oct 04 22:38:24 2005 +0200
  57. 9095d4a * Patch by Eran Liberty Add support for the Freescale MPC8349ADS board. by Eran Liberty · Thu Jul 28 10:08:46 2005 -0500
  58. f8e9a23 Patch by Steven Scholz, 16 Aug 2004: by wdenk · Sat Oct 09 22:21:29 2004 +0000
  59. e4adb35 Patch by Scott McNutt, 25 Apr 2004: by wdenk · Wed May 19 21:33:14 2004 +0000
  60. f602aa0 * Patch by Rune Torgersen, 27 Feb 2004: by wdenk · Sat Mar 13 23:29:43 2004 +0000
  61. f5547d3 * Modify XLB arbiter priorities on MPC5200 so all devices use same by wdenk · Tue Sep 16 17:06:05 2003 +0000
  62. 874ac26 * Implement new mechanism to export U-Boot's functions to standalone by wdenk · Thu Jul 24 23:38:38 2003 +0000
  63. bb2d927 * Header file cleanup for ARM by wdenk · Wed Jun 25 22:26:29 2003 +0000
  64. dbae504 Patch by Murray Jensen, 20 Jun 2003: by wdenk · Sat Jun 21 00:17:24 2003 +0000
  65. b00ec16 Patches by Murray Jensen, 17 Jun 2003: by wdenk · Thu Jun 19 23:40:20 2003 +0000
  66. 2029f4d * Added support for both PCMCIA slots (at the same time!) on MPC8xx by wdenk · Thu Nov 21 23:11:29 2002 +0000
  67. 1272e23 * Vince Husovsky, 7 Nov 2002: by wdenk · Sun Nov 10 22:06:23 2002 +0000
  68. e221174 Initial revision by wdenk · Sat Nov 02 23:30:20 2002 +0000