1. d1cdc1b powerpc/lib: fix unsafe register handling in wait_ticks by Mats Kärrman · Tue Apr 09 17:10:59 2013 +0200
  2. fa6945f ppc: Enable generic board support by Simon Glass · Mon Mar 11 06:50:01 2013 +0000
  3. db397fa Introduce generic post-relocation board_r.c by Simon Glass · Mon Mar 11 14:30:37 2013 +0000
  4. 6f98490 Declare watchdog functions in watchdog.h by Simon Glass · Tue Mar 05 14:39:42 2013 +0000
  5. ed70c8f Replace __bss_end__ with __bss_end by Simon Glass · Thu Mar 14 06:54:53 2013 +0000
  6. e10ffab Clean up libfdt.h includes by Gerald Van Baren · Thu Feb 07 19:49:54 2013 -0500
  7. d150db6 treewide: include libfdt_env.h before fdt.h by Kim Phillips · Wed Jan 16 13:59:04 2013 +0000
  8. e02a6e3f ppc: Move mpc8220 clocks to arch_global_data by Simon Glass · Thu Dec 13 20:48:55 2012 +0000
  9. 6c6cbd1 ppc: Move mpc512x clocks to arch_global_data by Simon Glass · Thu Dec 13 20:48:54 2012 +0000
  10. 4f8c5f0 ppc: Move mpc5xxx clocks to arch_global_data by Simon Glass · Thu Dec 13 20:48:53 2012 +0000
  11. a8b5739 ppc: Move lbc_clk and cpu to arch_global_data by Simon Glass · Thu Dec 13 20:48:48 2012 +0000
  12. 44ea851 ppc: Move clock fields to arch_global_data by Simon Glass · Thu Dec 13 20:48:46 2012 +0000
  13. 34a194f ppc: Move brg_clk to arch_global_data by Simon Glass · Thu Dec 13 20:48:44 2012 +0000
  14. 2b36fbb powerpc/mpc83xx: add support for new SPL by Scott Wood · Thu Dec 06 13:33:17 2012 +0000
  15. 864ec56 env: Use getenv_yesno() more generally by Joe Hershberger · Tue Dec 11 22:16:22 2012 -0600
  16. 50b5ac0 mpc5200: Add SPL support by Stefan Roese · Thu Aug 16 17:53:18 2012 +0200
  17. ec90d34 SPL: Port SPL framework to powerpc by Stefan Roese · Thu Aug 23 08:34:21 2012 +0200
  18. 79dc544 powerpc: Extract EPAPR_MAGIC constants into processor.h by Stefan Roese · Thu Aug 23 09:25:37 2012 +0200
  19. 7c81090 spl/powerpc: introduce CONFIG_SPL_INIT_MINIMAL by Scott Wood · Thu Sep 20 16:35:21 2012 -0500
  20. 146f506 powerpc: change .fixup test to a GCC version test by Scott Wood · Thu Sep 20 19:10:01 2012 -0500
  21. e16737f arch/powerpc/lib/board.c, *traps.c: sparse fixes by Kim Phillips · Mon Oct 29 13:34:29 2012 +0000
  22. 10ef9bc arch/powerpc/lib/extable.c: sparse fix by Kim Phillips · Mon Oct 29 13:34:28 2012 +0000
  23. a1b457a include/linux/byteorder: import latest endian definitions from linux by Kim Phillips · Mon Oct 29 13:34:23 2012 +0000
  24. a28496f powerpc/mpc85xx: software workaround for DDR erratum A-004468 by York Sun · Mon Oct 08 07:44:25 2012 +0000
  25. 2c13c4a split mpc8xx hooks from cmd_ide.c by Pavel Herrmann · Tue Oct 09 07:01:56 2012 +0000
  26. 52039da serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · Fri Sep 14 23:45:51 2012 +0200
  27. e6cb5cd Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · Tue Sep 25 12:23:55 2012 -0700
  28. 194c3bf ppc: Create a stack frame for wait_ticks() by Joakim Tjernlund · Mon Jul 16 21:25:40 2012 +0000
  29. 033848e Consolidate bootcount code into drivers/bootcount by Stefan Roese · Thu Aug 16 17:55:41 2012 +0000
  30. 7b2947f powerpc/mpc8xxx: use topology registers to calculate number of cores by York Sun · Fri Aug 17 08:20:22 2012 +0000
  31. 1768649 powerpc: Stack Pointer not properly aligned by Joakim Tjernlund · Mon Jul 23 10:58:03 2012 +0000
  32. 36fe7db net: move bootfile init into eth_initialize by Mike Frysinger · Wed Apr 04 18:53:41 2012 +0000
  33. 04b63f2 net: punt bd->bi_ip_addr by Mike Frysinger · Wed Apr 04 18:53:40 2012 +0000
  34. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · Mon Feb 13 13:51:18 2012 +0000
  35. 12a13d6 bootstage: Convert progress numbers 20-41 to enums by Simon Glass · Sat Dec 10 11:07:58 2011 +0000
  36. d409b1b bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · Sat Dec 10 11:07:55 2011 +0000
  37. 2939564 bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() by Simon Glass · Sat Dec 10 11:07:54 2011 +0000
  38. d9d4fa7 ppc: Change memsz variable to signed char by Simon Glass · Thu Jan 05 17:54:57 2012 +0000
  39. 180c581 powerpc/bootm: Flush ramdisk and device tree image when booting on MP by Kumar Gala · Wed Dec 07 04:42:58 2011 +0000
  40. 78d58de powerpc: Minimal private libgcc to build on Debian by Kyle Moffett · Wed Feb 23 06:40:38 2011 +0000
  41. f8d47f6 arch/powerpc/lib/bat_rw.c: Fix GCC 4.6 build warning by Wolfgang Denk · Fri Nov 04 15:55:59 2011 +0000
  42. 775ad02 arch/powerpc/lib/board.c: fix build warning by Wolfgang Denk · Fri Nov 04 15:55:08 2011 +0000
  43. 09e3c9f arch/powerpc/lib/board.c: make (mostly) checkpatch-clean by Wolfgang Denk · Fri Nov 04 15:55:07 2011 +0000
  44. 3f7772c arch/powerpc/lib/board.c: fix build warning by Wolfgang Denk · Sun Oct 23 11:58:52 2011 +0000
  45. e2f057f powerpc: Correct build warning introduced by getenv_ulong() patch by Simon Glass · Sun Oct 23 17:41:54 2011 +0000
  46. 920fd2b powerpc/lib/board.c: Call run_post(POST_ROM) before relocating by Bernhard Kaindl · Sun Oct 16 00:07:08 2011 +0000
  47. 44fc669 powerpc: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · Thu Oct 13 14:43:12 2011 +0000
  48. a23230c net: drop !NET_MULTI code by Mike Frysinger · Sun Oct 02 10:01:27 2011 +0000
  49. 4b2fbe4 Flush cache after the OS image is loaded into the memory. by Diana CRACIUN · Wed Aug 31 02:45:23 2011 +0000
  50. 8df768c hwmon: do not init sensors on startup by Heiko Schocher · Mon Aug 01 04:01:43 2011 +0000
  51. 89e4870 powerpc/85xx: verify the device tree before booting Linux by Timur Tabi · Tue May 03 13:24:08 2011 -0500
  52. ac15c81 powerpc/85xx: Fix setting of EPAPR_MAGIC value by Kumar Gala · Thu Jul 21 16:50:22 2011 -0500
  53. 139d6cf Timer: Remove reset_timer() for non-Nios2 arches by Graeme Russ · Fri Jul 15 02:19:44 2011 +0000
  54. 5e669ff Timer: Remove set_timer completely by Graeme Russ · Fri Jul 15 02:18:12 2011 +0000
  55. 801949f powerpc: Fix device tree padding associated with ramdisk by Kumar Gala · Wed Jul 06 15:16:28 2011 +0000
  56. 466924f mpc832x: add support for the mpc8321 based suvd3 board by Heiko Schocher · Thu Feb 18 08:08:25 2010 +0100
  57. 8234294 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Wed Apr 27 21:48:09 2011 +0200
  58. 50777c4 Don't grab memory for LCD if FB address is defined by Minkyu Kang · Sun Apr 24 22:22:34 2011 +0000
  59. 20f5492 Respect memreserve regions specified in the device tree by Grant Likely · Mon Mar 28 09:59:01 2011 +0000
  60. 50fb22e Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ by Grant Likely · Mon Mar 28 09:58:49 2011 +0000
  61. 2639638 Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined by Grant Likely · Mon Mar 28 09:58:43 2011 +0000
  62. dfff7a2 Stop passing around bootmem_base value. by Grant Likely · Mon Mar 28 09:58:34 2011 +0000
  63. 2ef216b powerpc: Add cpu_secondary_init_r to allow for initialization post env setup by Kumar Gala · Wed Feb 02 11:23:50 2011 -0600
  64. 365024c powerpc: Move cpu specific lmb reserve to arch_lmb_reserve by Kumar Gala · Mon Jan 31 15:51:20 2011 -0600
  65. cedbf4b rename _end to __bss_end__ by Po-Yu Chuang · Tue Mar 01 22:59:59 2011 +0000
  66. 0b5a263 Replace "FLASH" strings with "Flash" or "flash" by Peter Tyser · Tue Dec 28 18:12:05 2010 -0600
  67. 4705e00 powerpc: fix register usage in some inline assembly code by Timur Tabi · Tue Dec 14 17:18:51 2010 -0600
  68. 0b2cc86 Merge branch 'master' of ../master into next by Wolfgang Denk · Thu Dec 16 23:00:53 2010 +0100
  69. b1dd51f powerpc/85xx: Introduce CONFIG_SYS_EXTRA_ENV_RELOC by Kumar Gala · Mon Nov 29 14:32:11 2010 -0600
  70. 6d1f698 do_reset: unify duplicate prototypes by Mike Frysinger · Wed Oct 20 03:41:17 2010 -0400
  71. 4136428 WINBOND_83C553: enable only on boards that actually use it. by Wolfgang Denk · Tue Nov 23 23:17:18 2010 +0100
  72. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · Fri Nov 05 15:48:07 2010 +0100
  73. 9a73601 ppc: Don't initialize write protected NOR flashes by John Schmoller · Wed Sep 29 14:05:44 2010 -0500
  74. 3a1362d powerpc: Cleanup BOOTFLAG_* references by Peter Tyser · Thu Oct 14 23:33:24 2010 -0500
  75. 0708bc6 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · Thu Oct 07 21:51:12 2010 +0200
  76. 86dee4a ppc: Conditionally compile bat_rw.c by Peter Tyser · Thu Oct 07 22:32:48 2010 -0500
  77. 4b25a8d powerpc: Zero out board info struct on bootup by Peter Tyser · Tue Sep 14 19:13:51 2010 -0500
  78. 8d5c89d PowerPC: change board specific early pci_init() into generic. by Andre Schwarz · Tue Oct 05 11:59:31 2010 +0200
  79. cd4e42e PCU_E: remove code for yet another corpse by Wolfgang Denk · Tue Oct 05 22:54:53 2010 +0200
  80. e602b4c Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature by Stefan Roese · Wed Sep 15 09:33:25 2010 +0200
  81. eeedb86 common: move TOTAL_MALLOC_LEN to include/common.h by Heiko Schocher · Fri Sep 17 13:10:34 2010 +0200
  82. ea9e0be Cleanup use of CONFIG_SYS_SRAM_BASE and CONFIG_SYS_SRAM_SIZE by Wolfgang Denk · Wed Aug 11 09:38:31 2010 +0200
  83. b4eceac Save environment data to mmc. by Terry Lv · Mon May 17 10:57:01 2010 +0800
  84. 1c4361d fdt relocate: have more attention to use a bootmap or not by Stephan Linz · Fri Jun 25 18:04:59 2010 +0200
  85. 76af278 Rename getenv_r() into getenv_f() by Wolfgang Denk · Sat Jul 24 21:55:43 2010 +0200
  86. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  87. d848058 Merge branch 'master' into next by Wolfgang Denk · Wed Jun 30 01:02:11 2010 +0200
  88. 7362571 powerpc/bootcount: Add bootcount support for MPC512x by Michael Weiss · Thu May 20 16:09:34 2010 +0200
  89. 85aa2c4 MPC512x: workaround data corruption for unaligned local bus accesses by Wolfgang Denk · Tue Jun 29 01:33:35 2010 +0200
  90. 1612609 MPC5200: workaround data corruption for unaligned local bus accesses by Wolfgang Denk · Mon Jun 21 22:29:59 2010 +0200
  91. 8eed66d powerpc/bootcount: Fix endianness problem by Michael Weiss · Thu May 20 16:09:35 2010 +0200
  92. ed7aaf8 powerpc: Consolidate bootcount_{store|load} for PowerPC by Stefan Roese · Wed Apr 28 10:47:36 2010 +0200
  93. 58cce9e ppc: unused memory region too close to current stack pointer by Norbert van Bolhuis · Fri Mar 19 15:34:25 2010 +0100
  94. f3c7cd9 mpc83xx: turn on icache in core initialization to improve u-boot boot time by Kim Phillips · Tue Apr 20 19:37:54 2010 -0500
  95. 88fbf93 Move arch/ppc to arch/powerpc by Stefan Roese · Thu Apr 15 16:07:28 2010 +0200