1. 45fc1d8 x86: Code cleanup by Graeme Russ · Wed Apr 13 19:43:26 2011 +1000
  2. 6ec93c3 x86: Convert board_init_f to use an init_sequence by Graeme Russ · Sat Feb 12 15:12:10 2011 +1100
  3. 689caa0 x86: Rearrange function calls in board_init_f by Graeme Russ · Sat Feb 12 15:12:08 2011 +1100
  4. 4b25982 x86: Split board_init_f() into init_fnc_t compatible functions by Graeme Russ · Sat Feb 12 15:12:06 2011 +1100
  5. b4b7a53 x86: Fix incorrect usage of relocation offset by Graeme Russ · Sat Feb 12 15:12:05 2011 +1100
  6. ae7a6d1 x86: Move console initialisation into board_init_f by Graeme Russ · Sat Feb 12 15:12:03 2011 +1100
  7. e24dec6 x86: Move test for cold boot into init functions by Graeme Russ · Sat Feb 12 15:12:01 2011 +1100
  8. 344f745 x86: Move call to dram_init_f into board_init_f by Graeme Russ · Sat Feb 12 15:11:59 2011 +1100
  9. 9c44afc x86: Defer setup of final stack by Graeme Russ · Sat Feb 12 15:11:58 2011 +1100
  10. 3818393 sc520: Move RAM sizing code from asm to C by Graeme Russ · Sat Feb 12 15:11:54 2011 +1100
  11. 4e0f55f x86: Move initial gd to fixed location by Graeme Russ · Sat Feb 12 15:11:50 2011 +1100
  12. bd92301 x86: Fix mangled umlauts by Graeme Russ · Sat Feb 12 15:11:26 2011 +1100
  13. 3fe4860 x86: Parametize values used in linker script by Graeme Russ · Sat Feb 12 15:11:24 2011 +1100
  14. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · Fri Nov 05 15:48:07 2010 +0100
  15. 0708bc6 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · Thu Oct 07 21:51:12 2010 +0200
  16. 5d3c37f x86: Implement fully relocatable image by Graeme Russ · Thu Oct 07 20:03:33 2010 +1100
  17. 9905285 x86: Use loops instead of memcpy/memset in board_init_f by Graeme Russ · Thu Oct 07 20:03:33 2010 +1100
  18. fb4e2be x86: Rearrange linker script by Graeme Russ · Thu Oct 07 20:03:32 2010 +1100
  19. ae428db x86: Rename linker script symbols by Graeme Russ · Thu Oct 07 20:03:31 2010 +1100
  20. 5fb91cc x86: Place global data below stack before entering C by Graeme Russ · Thu Oct 07 20:03:29 2010 +1100
  21. 3134be2 x86: zboot update by Graeme Russ · Thu Oct 07 20:03:19 2010 +1100
  22. e602b4c Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature by Stefan Roese · Wed Sep 15 09:33:25 2010 +0200
  23. 757660f x86: Fix do_go_exec() - const argv[] by Graeme Russ · Sun Aug 22 16:25:58 2010 +1000
  24. 76af278 Rename getenv_r() into getenv_f() by Wolfgang Denk · Sat Jul 24 21:55:43 2010 +0200
  25. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  26. 1bab104 x86: Fix support for booting bzImage by Graeme Russ · Sat Apr 24 00:05:49 2010 +1000
  27. a8d06b4 x86: Provide weak PC/AT compatibility setup function by Graeme Russ · Sat Apr 24 00:05:48 2010 +1000
  28. 06dfe37 x86: Use CONFIG_SERIAL_MULTI by Graeme Russ · Sat Apr 24 00:05:47 2010 +1000
  29. 1c7213e x86: Fix copying of Real-Mode code into RAM by Graeme Russ · Sat Apr 24 00:05:45 2010 +1000
  30. e07da07 x86: Pass relocation offset into Global Data by Graeme Russ · Sat Apr 24 00:05:44 2010 +1000
  31. 0b9fe9d x86: Fix do_go_exec() by Graeme Russ · Sat Apr 24 00:05:39 2010 +1000
  32. d520c0e x86: #ifdef out getenv_IPaddr() by Graeme Russ · Sat Apr 24 00:05:36 2010 +1000
  33. cede5d8 Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · Mon Apr 12 22:28:04 2010 -0500