1. de30122 net: move bootfile init into eth_initialize by Mike Frysinger · 12 years ago
  2. 50a47d0 net: punt bd->bi_ip_addr by Mike Frysinger · 12 years ago
  3. 770605e bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  4. 8ade950 bootstage: Convert progress numbers 20-41 to enums by Simon Glass · 13 years ago
  5. 5ddb118 bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · 13 years ago
  6. 578ac1e bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() by Simon Glass · 13 years ago
  7. d01b176 ppc: Change memsz variable to signed char by Simon Glass · 13 years ago
  8. 3b20011 powerpc/bootm: Flush ramdisk and device tree image when booting on MP by Kumar Gala · 13 years ago
  9. 01baa05 powerpc: Minimal private libgcc to build on Debian by Kyle Moffett · 14 years ago
  10. 8a33201 arch/powerpc/lib/bat_rw.c: Fix GCC 4.6 build warning by Wolfgang Denk · 13 years ago
  11. 1c2931d arch/powerpc/lib/board.c: fix build warning by Wolfgang Denk · 13 years ago
  12. 9b998b0 arch/powerpc/lib/board.c: make (mostly) checkpatch-clean by Wolfgang Denk · 13 years ago
  13. a9f4fc3 arch/powerpc/lib/board.c: fix build warning by Wolfgang Denk · 13 years ago
  14. aab773a powerpc: Correct build warning introduced by getenv_ulong() patch by Simon Glass · 13 years ago
  15. 9d256b6 powerpc/lib/board.c: Call run_post(POST_ROM) before relocating by Bernhard Kaindl · 13 years ago
  16. 1272592 powerpc: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  17. e2a5345 net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  18. 99ffccb Flush cache after the OS image is loaded into the memory. by Diana CRACIUN · 13 years ago
  19. 780f13a hwmon: do not init sensors on startup by Heiko Schocher · 13 years ago
  20. 90f89f0 powerpc/85xx: verify the device tree before booting Linux by Timur Tabi · 13 years ago
  21. 70bfb03 powerpc/85xx: Fix setting of EPAPR_MAGIC value by Kumar Gala · 13 years ago
  22. 4769be2 Timer: Remove reset_timer() for non-Nios2 arches by Graeme Russ · 13 years ago
  23. 5c8404a Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  24. 9e9579b powerpc: Fix device tree padding associated with ramdisk by Kumar Gala · 13 years ago
  25. 62ddcf0 mpc832x: add support for the mpc8321 based suvd3 board by Heiko Schocher · 15 years ago
  26. f38536f Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
  27. d32a1a4 Don't grab memory for LCD if FB address is defined by Minkyu Kang · 13 years ago
  28. 55b0a39 Respect memreserve regions specified in the device tree by Grant Likely · 14 years ago
  29. ed59e58 Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ by Grant Likely · 14 years ago
  30. c3624e6 Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined by Grant Likely · 14 years ago
  31. 590d3ca Stop passing around bootmem_base value. by Grant Likely · 14 years ago
  32. f9a33f1 powerpc: Add cpu_secondary_init_r to allow for initialization post env setup by Kumar Gala · 14 years ago
  33. 561e710 powerpc: Move cpu specific lmb reserve to arch_lmb_reserve by Kumar Gala · 14 years ago
  34. 44c6e65 rename _end to __bss_end__ by Po-Yu Chuang · 14 years ago
  35. eddf52b Replace "FLASH" strings with "Flash" or "flash" by Peter Tyser · 14 years ago
  36. 96805a5 powerpc: fix register usage in some inline assembly code by Timur Tabi · 14 years ago
  37. 006915f Merge branch 'master' of ../master into next by Wolfgang Denk · 14 years ago
  38. a55bb83 powerpc/85xx: Introduce CONFIG_SYS_EXTRA_ENV_RELOC by Kumar Gala · 14 years ago
  39. 882b7d7 do_reset: unify duplicate prototypes by Mike Frysinger · 14 years ago
  40. 57d6c58 WINBOND_83C553: enable only on boards that actually use it. by Wolfgang Denk · 14 years ago
  41. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  42. c62491d ppc: Don't initialize write protected NOR flashes by John Schmoller · 14 years ago
  43. d98b052 powerpc: Cleanup BOOTFLAG_* references by Peter Tyser · 14 years ago
  44. 14d0a02 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · 14 years ago
  45. 4bbfd3e ppc: Conditionally compile bat_rw.c by Peter Tyser · 14 years ago
  46. a1c4864 powerpc: Zero out board info struct on bootup by Peter Tyser · 14 years ago
  47. 76221a6 PowerPC: change board specific early pci_init() into generic. by Andre Schwarz · 14 years ago
  48. 544d97e PCU_E: remove code for yet another corpse by Wolfgang Denk · 14 years ago
  49. 2495664 Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature by Stefan Roese · 14 years ago
  50. 3fbeeea common: move TOTAL_MALLOC_LEN to include/common.h by Heiko Schocher · 14 years ago
  51. 3611665 Cleanup use of CONFIG_SYS_SRAM_BASE and CONFIG_SYS_SRAM_SIZE by Wolfgang Denk · 14 years ago
  52. a806035 Save environment data to mmc. by Terry Lv · 14 years ago
  53. 958e120 fdt relocate: have more attention to use a bootmap or not by Stephan Linz · 14 years ago
  54. cdb7497 Rename getenv_r() into getenv_f() by Wolfgang Denk · 14 years ago
  55. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  56. 0a9463e Merge branch 'master' into next by Wolfgang Denk · 14 years ago
  57. 955ea6f powerpc/bootcount: Add bootcount support for MPC512x by Michael Weiss · 14 years ago
  58. 4ccd551 MPC512x: workaround data corruption for unaligned local bus accesses by Wolfgang Denk · 14 years ago
  59. 460c2ce MPC5200: workaround data corruption for unaligned local bus accesses by Wolfgang Denk · 14 years ago
  60. 59dde44 powerpc/bootcount: Fix endianness problem by Michael Weiss · 14 years ago
  61. e4a95d1 powerpc: Consolidate bootcount_{store|load} for PowerPC by Stefan Roese · 14 years ago
  62. 3882d7a ppc: unused memory region too close to current stack pointer by Norbert van Bolhuis · 15 years ago
  63. 1a2e203 mpc83xx: turn on icache in core initialization to improve u-boot boot time by Kim Phillips · 14 years ago
  64. a47a12b Move arch/ppc to arch/powerpc by Stefan Roese · 14 years ago