1. 5c5e700 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · Tue Oct 04 22:08:13 2011 +0200
  2. e043b52 MX31: mx31pdk: Remove nand_spl config.mk file by Fabio Estevam · Mon Sep 05 08:55:12 2011 +0000
  3. 2f143ed powerpc/85xx: Add NAND/NAND_SPL support to P1010RDB by Dipen Dudhat · Thu Jul 28 14:47:28 2011 -0500
  4. 5f99973 powerpc/85xx: Add support for new P102x/P2020 RDB style boards by Li Yang · Tue Jul 26 09:50:46 2011 -0500
  5. c6a0939 ARM: hawkboard_nand: fix compilation of nand_spl by Stefano Babic · Fri Sep 09 03:09:02 2011 +0000
  6. 60fbc8d Convert ISO-8859 files to UTF-8 by Albert ARIBAUD · Thu Aug 04 18:45:45 2011 +0200
  7. 552a319 replace CONFIG_PRELOADER with CONFIG_SPL_BUILD by Aneesh V · Wed Jul 13 05:11:07 2011 +0000
  8. 3e9ecf8 powerpc/85xx: Add basic support for P1023RDS board by Roy Zang · Thu Jun 09 11:30:52 2011 +0800
  9. 2dbb3f8 Add _end for the end of u-boot image for SMDK6400 by seedshope · Sun May 01 07:05:37 2011 +0000
  10. 72b4cbd Fix the issue of _end symbol not being found while building by Sughosh Ganu · Sun Apr 10 10:16:08 2011 +0000
  11. 8ed2df6 MX25: tx25: Add _end section on nand_spl by Fabio Estevam · Sun Apr 03 12:17:19 2011 +0000
  12. a067ae5 MX31: mx31pdk: fix nand_spl by Stefano Babic · Sun Apr 03 00:01:49 2011 +0000
  13. 831b660 powerpc/85xx: Modify NAND loader makefiles to compile NAND_SPL linker script by Dipen Dudhat · Sat Apr 09 12:52:32 2011 -0500
  14. 29547c6 Fix build issues cause by LDFLAGS_FINAL changes by Wolfgang Denk · Thu Mar 31 16:26:29 2011 -0500
  15. ffe1895 SMDK6400: Add some labels to u-boot.lds to support nand_spl by seedshope · Sat Jan 22 10:06:12 2011 +0000
  16. cedbf4b rename _end to __bss_end__ by Po-Yu Chuang · Tue Mar 01 22:59:59 2011 +0000
  17. 3935873 Introduce a new linker flag LDFLAGS_FINAL by Haiying Wang · Tue Feb 22 16:38:05 2011 -0500
  18. 66a8b4d mx31pdk: Use the new relocation scheme by Fabio Estevam · Wed Feb 09 01:17:55 2011 +0000
  19. 90a535b powerpc/85xx: Add support for booting from NAND on MPC8572DS by Kumar Gala · Fri Nov 12 08:22:01 2010 -0600
  20. 459f08d PowerPC, nand_spl: Add relocation support for -fpic by Joakim Tjernlund · Fri Dec 03 17:30:38 2010 +0100
  21. d833cfc powerpc/nand spl: link libgcc by Scott Wood · Fri Dec 10 15:13:39 2010 -0600
  22. 6470f73 Davinci 8xx: Move common functions to share code by Stefano Babic · Tue Nov 30 11:32:10 2010 -0500
  23. 1b9c52b Add board support for hawkboard by Sughosh Ganu · Tue Nov 30 11:25:01 2010 -0500
  24. 6f59a4a Remove board_init_f function from nand_boot.c by Sughosh Ganu · Sun Nov 28 20:21:58 2010 -0500
  25. 4a702a1 83xx: Cleanup for partial linking and --gc-sections by Wolfgang Denk · Thu Nov 25 12:15:34 2010 +0100
  26. fe33e6e ppc4xx: Cleanup for partial linking and --gc-sections by Wolfgang Denk · Sun Nov 21 20:55:42 2010 +0100
  27. f60c06e 83xx: Fix NAND_SPL link address by Scott Wood · Wed Nov 24 13:28:40 2010 +0000
  28. b6814d4 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Wed Nov 17 20:54:39 2010 +0100
  29. fec43e5 tx25: fix linker file for newer ld support by Albert Aribaud · Mon Nov 15 21:46:04 2010 +0100
  30. 31b9012 powerpc/85xx: add CONFIG_SYS_TEXT_BASE_SPL for 85xx nand spl build by Haiying Wang · Wed Nov 10 15:37:13 2010 -0500
  31. 2185646 Merge branch 'elf_reloc' by Wolfgang Denk · Tue Oct 19 21:07:52 2010 +0200
  32. 0708bc6 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · Thu Oct 07 21:51:12 2010 +0200
  33. 0a2817f arm926ejs, tx25: add support for ELF relocations by Heiko Schocher · Mon Oct 11 14:08:14 2010 +0200
  34. 95ca5fa ppc4xx: Big header cleanup, mostly PPC440 related by Stefan Roese · Sat Sep 11 09:31:43 2010 +0200
  35. 247e9d7 ppc4xx: Move ppc4xx headers to powerpc include directory by Stefan Roese · Thu Sep 09 19:18:00 2010 +0200
  36. 0e2412a ARM: implement relocation for ARM926 by Heiko Schocher · Fri Sep 17 13:10:42 2010 +0200
  37. 0d4cee1 83xx/85xx/86xx: LBC register cleanup by Becky Bruce · Thu Jun 17 11:37:20 2010 -0500
  38. 88fbf93 Move arch/ppc to arch/powerpc by Stefan Roese · Thu Apr 15 16:07:28 2010 +0200
  39. f7c6737 arm: Move cpu/$CPU to arch/arm/cpu/$CPU by Peter Tyser · Mon Apr 12 22:28:11 2010 -0500
  40. 29514c7 ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU by Peter Tyser · Mon Apr 12 22:28:09 2010 -0500
  41. 133c0fe Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>" by Peter Tyser · Mon Apr 12 22:28:07 2010 -0500
  42. cede5d8 Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · Mon Apr 12 22:28:04 2010 -0500
  43. d53e8fd Create CPUDIR variable by Peter Tyser · Mon Apr 12 22:28:02 2010 -0500
  44. 6478a75 Add support for KARO TX25 board by John Rigby · Mon Jan 25 23:12:58 2010 -0700
  45. 8706334 mpc83xx: fix out-of-tree mpc8315 nand build by Kim Phillips · Mon Mar 01 11:10:17 2010 -0600
  46. 2639e51 Nand boot: Add nand boot support for MPC8569mds board by Liu Yu · Mon Jan 18 19:03:28 2010 +0800
  47. 9e1ee56 ppc/85xx: Fix compiler warning in nand_spl/.../p1_p2_rdb/nand_boot.c by Kumar Gala · Mon Oct 26 21:21:25 2009 -0500
  48. aea58f4 ppc/85xx: Fix building NAND_SPL out of tree by Kumar Gala · Mon Oct 26 21:18:33 2009 -0500
  49. e98a3fc ppc/P1_P2_RDB: NAND Boot Support by Dipen Dudhat · Thu Oct 08 13:33:18 2009 +0530
  50. 8c3d61a Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · Wed Sep 30 23:39:36 2009 +0200
  51. c2a6dca NAND boot: MPC8536DS support by Mingkai Hu · Wed Sep 23 15:20:37 2009 +0800
  52. 6987e65 ppc4xx: Convert PPC4xx SDRAM defines from lower case to upper case by Stefan Roese · Thu Sep 24 13:59:57 2009 +0200
  53. 918010a ppc4xx: Big cleanup of PPC4xx defines by Stefan Roese · Wed Sep 09 16:25:29 2009 +0200
  54. 18d46c0 Fix all linker scripts for older binutils versions (pre-2.16) by Wolfgang Denk · Mon Aug 17 14:00:53 2009 +0200
  55. 7240299 ppc4xx: Canyonlands-NAND-boot: Support 2 Crucial 512MByte SODIMM's by Stefan Roese · Tue Jul 28 15:12:04 2009 +0200
  56. 913fd05 nand/ppc4xx: Move PPC4xx NAND driver to common NAND driver directory by Stefan Roese · Thu Jul 16 15:12:48 2009 +0200
  57. 24f8b41 MX31: Add NAND SPL boot support to i.MX31 PDK board. by Magnus Lilja · Sat Jul 04 10:31:24 2009 +0200
  58. f1b3f2b Fix e-mail address of Gary Jennejohn. by Detlev Zundel · Wed May 13 10:54:10 2009 +0200
  59. 4438e5e Fix all linker script to handle all rodata sections by Trent Piepho · Wed Feb 18 15:22:05 2009 -0800
  60. c2dcb8a SIMPC8313 board: fix out of tree building. by Wolfgang Denk · Mon Mar 09 10:51:39 2009 +0100
  61. 504b924 mpc83xx: fix undefined reference to `flush_cache' error in simpc8313 build by Kim Phillips · Tue Jan 27 16:03:53 2009 -0600
  62. 9617f94 Merge branch 'next' by Kim Phillips · Fri Jan 23 17:48:24 2009 -0600
  63. 9ff89b7 mpc83xx: New board support for SIMPC8313 by Ron Madrid · Thu Jan 22 15:05:24 2009 -0800
  64. a94bc28 NAND: Fix cache and memory inconsistency issue by Dave Liu · Tue Dec 02 11:48:51 2008 +0800
  65. d2454ba Align end of bss by 4 bytes by Selvamuthukumar · Thu Oct 16 22:54:03 2008 +0530
  66. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  67. b2d4274 ARM: Add support for S3C6400 based SMDK6400 board by Guennadi Liakhovetski · Sun Aug 31 00:39:47 2008 +0200
  68. b71689b NAND boot: MPC8313ERDB support by Scott Wood · Mon Jun 30 14:13:28 2008 -0500
  69. 9ab76ed NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile. by Scott Wood · Wed Jul 23 13:16:06 2008 -0500
  70. bd99ae7 Change initdram() return type to phys_size_t by Becky Bruce · Mon Jun 09 16:03:40 2008 -0500
  71. d573526 ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port by Stefan Roese · Wed Jun 04 19:19:20 2008 +0200
  72. b4c61c7 Remove shell variable UNDEF_SYM. by Kenneth Johansson · Thu May 29 16:32:33 2008 +0200
  73. a226c85 ppc4xx: Change Kilauea to use the common DDR2 init function by Stefan Roese · Mon Jun 02 17:13:55 2008 +0200
  74. 46fdeb1 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build by Stefan Roese · Wed May 14 10:32:32 2008 +0200
  75. be0d713 ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module by Stefan Roese · Wed Apr 30 14:51:36 2008 +0200
  76. 147388e ppc4xx: Change Canyonlands to support booting from 2k page NAND devices by Stefan Roese · Tue Apr 08 10:33:29 2008 +0200
  77. 9a062d8 ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM by Stefan Roese · Tue Apr 08 10:33:28 2008 +0200
  78. 0b86db7 ppc4xx: Add Canyonlands NAND booting support by Stefan Roese · Mon Mar 03 17:27:02 2008 +0100
  79. 828a978 Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections by Wolfgang Denk · Sat Jan 12 20:31:39 2008 +0100
  80. aea6856 fix comments with new drivers organization by Marcel Ziswiler · Sun Dec 30 03:30:46 2007 +0100
  81. 1e3159e ppc4xx: Fix Sequoia NAND booting target by Stefan Roese · Fri Jan 04 12:00:01 2008 +0100
  82. f0c61c4 ppc4xx: Fix compilation problem of kilauea/haleakala nand booting target by Stefan Roese · Fri Dec 28 06:06:04 2007 +0100
  83. 1a32b7a Merge commit 'u-boot/master' into for-1.3.1 by Stefan Roese · Tue Dec 11 11:34:54 2007 +0100
  84. 82ca974 drivers/mtd : move mtd drivers to drivers/mtd by Jean-Christophe PLAGNIOL-VILLARD · Sat Nov 24 21:26:56 2007 +0100
  85. 720c585 ppc4xx: Add AMCC Kilauea/Haleakala NAND booting support by Stefan Roese · Sat Nov 03 12:08:28 2007 +0100
  86. 41d11a8 ppc4xx: Fix acadia_nand build problem by Stefan Roese · Wed Oct 31 20:58:34 2007 +0100
  87. c8fd200 ppc4xx: Fixed offset of refresh rate type for Bamboo on-board DDR SDRAM by Eugene O'Brien · Tue Oct 23 08:29:10 2007 +0200
  88. a381309 [ppc4xx] Individual handling of sdram.c for bamboo_nand build by Grzegorz Bernacki · Tue Sep 11 12:57:52 2007 +0200
  89. 80d99a4 [ppc4xx] Fix problem with NAND booting on AMCC Acadia by Stefan Roese · Tue Jun 19 16:42:31 2007 +0200
  90. 23d8d34 ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board by Stefan Roese · Wed Jun 06 11:42:13 2007 +0200
  91. 6ca735b Merge with /home/stefan/git/u-boot/bamboo-nand by Stefan Roese · Fri Jun 01 16:15:34 2007 +0200
  92. 3798a6d ppc4xx: Update Sequoia NAND booting support with ECC by Stefan Roese · Fri Jun 01 15:29:04 2007 +0200
  93. 4274351 ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board by Stefan Roese · Fri Jun 01 15:27:11 2007 +0200
  94. 10d7d6e ppc4xx: Sequoia: Remove cpu/ppc4xx/speed.c from NAND booting by Stefan Roese · Sat May 05 08:29:01 2007 +0200
  95. 50b6c4e [PATCH] Speed optimization of AMCC Sequoia/Rainier DDR2 setup by Stefan Roese · Tue Mar 06 07:47:04 2007 +0100
  96. 5684da0 [PATCH] Add DDR2 optimization code for Sequoia (440EPx) board by Stefan Roese · Fri Jan 05 10:38:05 2007 +0100
  97. 814ed84 Fix sequoia separate object direcory building problems. by Marian Balakowicz · Mon Oct 23 22:17:05 2006 +0200
  98. a410848 Update NAND boot documentation Patch by Stefan Roese, 12 Sep 2006 by Stefan Roese · Tue Sep 12 08:49:07 2006 +0200
  99. 42fbddd Add support for AMCC Sequoia PPC440EPx eval board by Stefan Roese · Thu Sep 07 11:51:23 2006 +0200