1. f041083 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Fri Jan 10 10:56:00 2014 -0500
  2. 85fd5f1 arm64: core support by David Feng · Sat Dec 14 11:47:35 2013 +0800
  3. c81f0d7 Makefile, .gitignore: Cleanup non-existing binaries by Masahiro Yamada · Fri Dec 06 16:34:10 2013 +0900
  4. c229d81 examples: x86: delete 82559_eeprom by Masahiro Yamada · Fri Dec 06 16:34:09 2013 +0900
  5. 71db754 Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU) by Masahiro Yamada · Thu Nov 28 12:09:59 2013 +0900
  6. b00867b ARM: fix the standalone programs by Jeroen Hofstee · Thu Nov 21 22:32:51 2013 +0100
  7. f9ea123 examples: delete unnecessary CPPFLAGS by Masahiro Yamada · Mon Nov 18 11:06:00 2013 +0900
  8. 7e9a74e examples: remove the remainders of dead board by Masahiro Yamada · Mon Nov 11 12:45:40 2013 +0900
  9. 06bc873 cosmetic: remove empty lines at the top of file by Masahiro Yamada · Tue Nov 05 11:28:48 2013 +0900
  10. 832d36e Cosmetic: Fix a number of typos, no functional changes. by Robert P. J. Day · Mon Sep 16 07:15:45 2013 -0400
  11. c98feda Revert "standalone-examples: support custom GCC lib" by Tom Rini · Tue Sep 10 09:51:44 2013 -0400
  12. 9c6adfb standalone-examples: support custom GCC lib by Jack Mitchell · Tue Jul 16 14:44:23 2013 +0100
  13. e9ea230 Add LGPL-2.1+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 11:48:07 2013 +0200
  14. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  15. 8a88e9f powerpc: fix 8xx and 82xx type-punning warnings with GCC 4.7 by Scott Wood · Fri May 17 20:01:54 2013 -0500
  16. 5b92820 Change stub example to use asm-generic/sections.h by Simon Glass · Tue Mar 05 14:39:39 2013 +0000
  17. 9398008 ppc: Move dp_alloc_base, dp_alloc_top to arch_global_data by Simon Glass · Thu Dec 13 20:48:58 2012 +0000
  18. 607092a common: Add .u_boot_list into all linker files by Marek Vasut · Fri Oct 12 10:27:03 2012 +0000
  19. e0d6df5 MIPS: add board qemu-mips64 support by Zhi-zhou Zhang · Tue Oct 16 15:02:08 2012 +0200
  20. 3ee93d3 Examples: Properly append LDFLAGS to LD command by Marek Vasut · Tue Mar 06 00:44:22 2012 +0100
  21. 333c46e openrisc: Add support for standalone programs by Stefan Kristiansson · Fri Nov 18 19:21:35 2011 +0000
  22. 46f387d Standalone Apps: Standalone apps should need only exports.h. by Mike Partington · Wed Oct 27 10:31:09 2010 +0000
  23. 9209ed5 Reduce build times by Wolfgang Denk · Tue Nov 01 20:54:02 2011 +0000
  24. 394c76a nds32: standalone support by Macpaul Lin · Tue Oct 11 22:33:20 2011 +0000
  25. cafa1aa Replace space and tab checks with isblank by Jason Hobbs · Tue Aug 23 11:06:54 2011 +0000
  26. 9701cc2 Fix a few gcc warnings. by Joakim Tjernlund · Mon Apr 25 01:39:43 2011 +0000
  27. 4234bf3 Fix variable flavor in examples/standalone/Makefile by Che-liang Chiou · Mon Feb 21 21:07:00 2011 +0000
  28. 089f2a1 MIPS: Introduce --gc-sections for MIPS by Daniel Schwierzeck · Fri Apr 15 17:16:44 2011 +0200
  29. cbfce1d x86: Rename i386 to x86 by Graeme Russ · Wed Apr 13 19:43:28 2011 +1000
  30. 33a5734 Make STANDALONE_LOAD_ADDR configurable per board by Wolfgang Denk · Fri Feb 04 14:25:17 2011 +0100
  31. cbaa1f5 Fix build problems caused by "_end" -> "__bss_end__" rename by Wolfgang Denk · Tue Mar 29 14:34:50 2011 +0200
  32. cedbf4b rename _end to __bss_end__ by Po-Yu Chuang · Tue Mar 01 22:59:59 2011 +0000
  33. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · Fri Nov 05 15:48:07 2010 +0100
  34. 4bbc082 examples/standalone: Use gcc's -fno-toplevel-reorder by Peter Tyser · Sun Sep 12 17:38:49 2010 -0500
  35. 12ba80a MIPS: update the MIPS u-boot.lds by Xiangfu Liu · Mon Aug 09 23:13:43 2010 +0800
  36. c9314d0 smc91xx_eeprom: Correct chip detection check. by Juergen Kilb · Sat Jun 12 21:22:01 2010 +0200
  37. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  38. 29764ee examples/standalone: Remove relocation compile flags for PowerPC by Peter Tyser · Tue Jun 15 21:48:25 2010 +0200
  39. 56fff49 nios: remove nios-32 arch by Thomas Chou · Fri May 28 10:56:50 2010 +0800
  40. 8fa3858 nios2: fix r15 issue for gcc4 by Thomas Chou · Fri May 21 11:08:03 2010 +0800
  41. 88fbf93 Move arch/ppc to arch/powerpc by Stefan Roese · Thu Apr 15 16:07:28 2010 +0200
  42. 29514c7 ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU by Peter Tyser · Mon Apr 12 22:28:09 2010 -0500
  43. e483c54 standalone eepro100_eeprom: fix build error by Wolfgang Denk · Fri Mar 12 22:11:00 2010 +0100
  44. 77a1811 Update .gitignore's: add some generated files by Wolfgang Denk · Fri Mar 12 22:10:31 2010 +0100
  45. 9c9e603 smc91111_eeprom: fix linking error by Mike Frysinger · Thu Jan 21 05:04:59 2010 -0500
  46. f465baa Fix breakage in SMC EEPROM standalone applications by Ben Warren · Mon Jan 18 11:35:31 2010 -0800
  47. 838f20a smc91111_eeprom: drop CONFIG stub protection by Mike Frysinger · Wed Nov 11 17:51:56 2009 -0500
  48. 68db235 Fix build failure in examples/standalone by Sanjeev Premi · Mon Nov 09 22:43:00 2009 +0530
  49. f495020 Nios2/Nios: Remove unnecessary (residual) linker Nios command scripts from by Scott McNutt · Mon Nov 23 15:54:25 2009 -0500
  50. 17e9012 smc911x_eeprom: fix building after smc911x overhaul by Mike Frysinger · Thu Nov 12 22:26:02 2009 -0500
  51. aa44cf6 Fix bug in jumptable call stubs for SPARC. by Sergey Mironov · Wed Sep 23 16:47:38 2009 +0400
  52. 0fd6aae Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API by Ben Warren · Sun Oct 04 22:37:03 2009 -0700
  53. 659c60d standalone: convert to kbuild style by Mike Frysinger · Fri Sep 04 19:54:45 2009 -0400
  54. 5b66044 push LOAD_ADDR out to arch mk files by Mike Frysinger · Thu Sep 03 23:12:47 2009 -0400
  55. 0f4964a atmel_df_pow2: standalone to convert dataflashes to pow2 by Mike Frysinger · Thu Jul 23 16:37:03 2009 -0400
  56. 2773d5f Blackfin: change global data register from P5 to P3 by Robin Getz · Mon Aug 17 15:23:02 2009 +0000
  57. 6c1f98b Fix examples for OMAP3 boards... by Michael Evans · Mon Jul 13 20:13:45 2009 +0100
  58. 07a8af3 Move examples/ to examples/standalone by Peter Tyser · Fri Jul 10 11:03:19 2009 -0500