1. 0198f9d replace last __bss_end__ occurrences with __bss_end by Albert ARIBAUD · Sat Mar 30 00:19:53 2013 +0000
  2. c24895e Refactor linker-generated arrays by Albert ARIBAUD · Mon Feb 25 00:59:00 2013 +0000
  3. efd76dad common: Discard the __u_boot_cmd section by Marek Vasut · Wed Oct 17 00:45:46 2012 +0000
  4. 607092a common: Add .u_boot_list into all linker files by Marek Vasut · Fri Oct 12 10:27:03 2012 +0000
  5. ab2b7e1 punt unused clean/distclean targets by Mike Frysinger · Thu Oct 13 06:54:57 2011 +0000
  6. cedbf4b rename _end to __bss_end__ by Po-Yu Chuang · Tue Mar 01 22:59:59 2011 +0000
  7. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · Fri Nov 05 15:48:07 2010 +0100
  8. 291ba1b Makefile: move all Power Architecture boards into boards.cfg by Wolfgang Denk · Wed Oct 06 09:05:45 2010 +0200
  9. 0708bc6 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · Thu Oct 07 21:51:12 2010 +0200
  10. 3ddce57 ppc4xx: Use common NS16550 driver for PPC4xx UART by Stefan Roese · Mon Sep 20 16:05:31 2010 +0200
  11. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  12. ec88cd6 Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · Sat Apr 24 21:16:57 2010 +0200
  13. 88fbf93 Move arch/ppc to arch/powerpc by Stefan Roese · Thu Apr 15 16:07:28 2010 +0200
  14. 94b6270 ppc4xx: TLB init file cleanup by Stefan Roese · Wed Apr 14 13:57:18 2010 +0200
  15. 29514c7 ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU by Peter Tyser · Mon Apr 12 22:28:09 2010 -0500
  16. 685b7f5 Rename lib_generic/ to lib/ by Peter Tyser · Mon Apr 12 22:28:05 2010 -0500
  17. cede5d8 Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · Mon Apr 12 22:28:04 2010 -0500
  18. 6e1861c ppc4xx: Remove board specific linker scripts from most PPC4xx boards by Stefan Roese · Tue Oct 27 16:20:05 2009 +0100
  19. f48fabc ppc: Enable full relocation to RAM by Peter Tyser · Mon Sep 21 11:20:25 2009 -0500
  20. 707fd36 ppc4xx: Convert PPC4xx UIC defines from lower case to upper case by Stefan Roese · Thu Sep 24 09:55:50 2009 +0200
  21. 918010a ppc4xx: Big cleanup of PPC4xx defines by Stefan Roese · Wed Sep 09 16:25:29 2009 +0200
  22. c54781c General help message cleanup by Wolfgang Denk · Sun May 24 17:06:54 2009 +0200
  23. ffcf599 Fix implicit declaration of function 'eth_[gs]etenv_enetaddr' by Wolfgang Denk · Sat Mar 28 20:16:16 2009 +0100
  24. 4e9e748 karef/metrobox/xpedite1k: fix eth_setenv_enetaddr typos by Mike Frysinger · Thu Mar 26 11:17:41 2009 -0400
  25. 4438e5e Fix all linker script to handle all rodata sections by Trent Piepho · Wed Feb 18 15:22:05 2009 -0800
  26. 13e9bb9 boards: move board_get_enetaddr() into board-specific init by Mike Frysinger · Mon Feb 16 18:03:14 2009 -0500
  27. dfb72b8 Command usage cleanup by Peter Tyser · Tue Jan 27 18:03:12 2009 -0600
  28. 6294850 Update U-Boot's build timestamp on every compile by Peter Tyser · Mon Nov 03 09:30:59 2008 -0600
  29. d2454ba Align end of bss by 4 bytes by Selvamuthukumar · Thu Oct 16 22:54:03 2008 +0530
  30. 9137573 Moved PPC4xx EMAC driver to drivers/net by Ben Warren · Sun Nov 09 21:29:23 2008 -0800
  31. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  32. 4436c1e rename environment.c in env_embedded.c to reflect is functionality by Jean-Christophe PLAGNIOL-VILLARD · Wed Sep 10 22:48:01 2008 +0200
  33. 51d6d5d ppc4xx: Rework 440GX UIC handling by Stefan Roese · Thu Jun 26 17:36:39 2008 +0200
  34. 6a35785 Cleanup: remove redundant deleting on *~ files by Wolfgang Denk · Wed Jul 02 23:53:23 2008 +0200
  35. 6140a02 Cleanup out-or-tree building for some boards (.depend) by Wolfgang Denk · Wed Jul 02 23:49:18 2008 +0200
  36. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  37. d2081d1 Remove all the search paths from the .lds files. by Jason Wessel · Thu Apr 10 14:30:16 2008 -0500
  38. 828a978 Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections by Wolfgang Denk · Sat Jan 12 20:31:39 2008 +0100
  39. f82271e ppc4xx: Rework of 4xx serial driver (2) by Stefan Roese · Mon Oct 22 15:44:39 2007 +0200
  40. 6a65e42 Move "ar" flags to config.mk to allow for silent "make -s" by Wolfgang Denk · Mon Oct 09 01:02:05 2006 +0200
  41. d62379d Add support for a saving build objects in a separate directory. by Marian Balakowicz · Fri Sep 01 19:49:50 2006 +0200
  42. aaa7c00 by Wolfgang Denk · Mon Dec 12 16:06:05 2005 +0100
  43. 42f2a82 Changed PPC44x startup message (cpu info, speed...) to common style: by Stefan Roese · Sun Nov 27 19:36:26 2005 +0100
  44. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · Thu Oct 13 16:45:02 2005 +0200
  45. edb6548 * Fix PHY address argument passing with mii info command by Wolfgang Denk · Sat Sep 24 21:54:50 2005 +0200
  46. 5dd2c65 Fix problems with ld version 2.16 (dot outside sections problem) by Wolfgang Denk · Wed Aug 31 12:28:00 2005 +0200
  47. 0c7ffc0 Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.c by Stefan Roese · Tue Aug 16 18:18:00 2005 +0200
  48. 85faa8b Coding style cleanup by Wolfgang Denk · Mon Aug 15 16:03:56 2005 +0200
  49. 5ff4c3f Add Sandburst Metrobox and Sandburst Karef board support packages. by Stefan Roese · Mon Aug 15 12:31:23 2005 +0200