1. 4c006dd Bug: do_reset issued via netconsole does not reset mpc83xx cpu. by Michael Zaidman · 15 years ago
  2. e39bf1e kgdb: cpu/mpc* cpu/74xx: include kgdb.h when needed by Mike Frysinger · 15 years ago
  3. a16e9a5 ppc: remove -ffixed-r14 gcc option. by Joakim Tjernlund · 15 years ago
  4. 0f8aa15 ppc: Use r12 instead of r14 as GOT pointer. by Joakim Tjernlund · 15 years ago
  5. fc4e188 ppc: Loose GOT access in IRQ by Joakim Tjernlund · 15 years ago
  6. a3f5da1 mpc83xx: add support configure bus parking by Heiko Schocher · 15 years ago
  7. 7693640 mpc83xx: spd_sdram.c: Disable memory controller before initializing by Stefan Roese · 15 years ago
  8. 3b887ca mpc83xx: boot time regression, move LCRR setup back to cpu_init_f by Peter Korsgaard · 15 years ago
  9. 7120c88 mpc83xx: mpc8313 - handle erratum IPIC1 (TSEC IRQ number swappage) by Kim Phillips · 15 years ago
  10. afc3ba0 relocation: Do not relocate NULL pointers. by Joakim Tjernlund · 15 years ago
  11. 8582901 ppc: Enable full relocation to RAM by Peter Tyser · 15 years ago
  12. c7190f0 mpc83xx: retain POR values of non-configured ACR, SPCR, SCCR, and LCRR bitfields by Kim Phillips · 15 years ago
  13. 001d615 mpc83xx/serdes: License cleanup: remove "All Rights Reserved" notice by Anton Vorontsov · 15 years ago
  14. 4c2e3da Update Freescale copyrights to remove "All Rights Reserved" by Kumar Gala · 15 years ago
  15. be9b56d mpc83xx: CONFIG_83XX_GENERIC_PCI is now synonymous with CONFIG_PCI; remove the former by Kim Phillips · 15 years ago
  16. d89e1c3 usb: mpc834x: added support of the MPH USB controller in addition to the DR one by Valeriy Glushkov · 15 years ago
  17. db7b43e mpc83xx: USB: fix: access of ehci struct elements by Vivek Mahajan · 15 years ago
  18. e94e460 83xx: Add support for fsl_dma driver by Peter Tyser · 15 years ago
  19. 9adda54 83xx: Replace CONFIG_ECC_INIT_VIA_DDRC references by Peter Tyser · 15 years ago
  20. 7892f61 8xxx: Rename dma_xfer() to dmacpy() by Peter Tyser · 15 years ago
  21. 8e55258 qe: Pass in uec_info struct through uec_initialize by Haiying Wang · 15 years ago
  22. 4ef0101 mpc83xx: USB: Reorganized its support by Vivek Mahajan · 15 years ago
  23. 2c7920a 83xx: Replace CONFIG_MPC83[0-9]X with MPC83[0-9]x by Peter Tyser · 15 years ago
  24. 0f89860 83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx by Peter Tyser · 15 years ago
  25. a89c33d General help message cleanup by Wolfgang Denk · 15 years ago
  26. 14b9308 83xx: searching "muram-data" by compatible property by Heiko Schocher · 15 years ago
  27. f62fb99 Fix all linker script to handle all rodata sections by Trent Piepho · 16 years ago
  28. 394d30d mpc83xx: Add bank configuration to FSL spd_sdram.c by Jerry Van Baren · 16 years ago
  29. b581626 mpc83xx: correctly set encryption and I2C bus 0 clock by Norbert van Bolhuis · 16 years ago
  30. f70fd13 8360, kmeter1: added bootcount feature. by Heiko Schocher · 16 years ago
  31. 5b00555 83xx: Fix some bugs in spd sdram code by Dave Liu · 16 years ago
  32. 50a4d08 mpc83xx: PCI: Fix hard-coded first_busno value by Anton Vorontsov · 16 years ago
  33. a5878d4 mpc83xx: PCI: Fix bus-range fdt fixups for PCI1 controllers by Anton Vorontsov · 16 years ago
  34. b24a99f mpc83xx: PCIe: Fix CONFIG_PCI_SCAN_SHOW reporting bogus values by Anton Vorontsov · 16 years ago
  35. e2d72ba mpc83xx: PCIe: Don't start bus enumeration at 0 by Anton Vorontsov · 16 years ago
  36. e1ac387 83xx: Add eSDHC support on 8379 EMDS board by Andy Fleming · 16 years ago
  37. ff4e66e pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity by Kumar Gala · 16 years ago
  38. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  39. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  40. 6677876 83xx: Use the proper sequence for updating IMMR. by Scott Wood · 16 years ago
  41. fd6646c mpc83xx: Add support for MPC83xx PCI-E controllers by Anton Vorontsov · 16 years ago
  42. 75f3520 83xx: PCI agent mode fixes for multi-board systems by Ira Snyder · 16 years ago
  43. 455a469 mpc83xx: Size optimization of start.S by Ron Madrid · 16 years ago
  44. 561858e Update U-Boot's build timestamp on every compile by Peter Tyser · 16 years ago
  45. 9b827cf Align end of bss by 4 bytes by Selvamuthukumar · 16 years ago
  46. 0e8454e Moved initialization of QE Ethernet controller to cpu_eth_init() by Ben Warren · 16 years ago
  47. d344293 Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx by Wolfgang Denk · 16 years ago
  48. e053ab1 mpc83xx pci: Round up memory size in inbound window. by Scott Wood · 16 years ago
  49. 4e190b0 Make Freescale local bus registers available for both 83xx and 85xx. by Haiying Wang · 16 years ago
  50. 4a7f6b7 mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig function by Richard Retanubun · 16 years ago
  51. 6f9cc66 mpc83xx: serdes: add forgotten shifts for rfcks by Anton Vorontsov · 16 years ago
  52. 8ed44d9 Cleanup: fix "MHz" spelling by Wolfgang Denk · 16 years ago
  53. 08ef89e Use strmhz() to format clock frequencies by Wolfgang Denk · 16 years ago
  54. f82642e Merge 'next' branch by Wolfgang Denk · 16 years ago
  55. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  56. c68a05f Adds two more ethernet interface to 83xx by richardretanubun · 16 years ago
  57. fa7b1c0 83xx NAND boot: wait for LTESR[CC] by Lepcha Suchit · 16 years ago
  58. 9724555 mpc83xx: wait till UPM completes the write to array by Selvamuthukumar · 16 years ago
  59. d26154c mpc83xx: spd_sdram: fix ddr sdram base address assignment bug by Anton Vorontsov · 16 years ago
  60. d459516 Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx by Wolfgang Denk · 16 years ago
  61. 6eb2a44 mpc83xx: clean up cache operations and unlock_ram_in_cache() functions by Nick Spence · 16 years ago
  62. 4649705 mpc83xx: Store and display Arbiter Event Register values by Nick Spence · 16 years ago
  63. ade50c7 mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache by Nick Spence · 16 years ago
  64. d9fe881 MPC83XX: Fix GPIO configuration - set gpio level before direction by Nick Spence · 16 years ago
  65. 75b9d4a Pass in tsec_info struct through tsec_initialize by Andy Fleming · 16 years ago
  66. 4ff9aea mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup code by Ira W. Snyder · 16 years ago
  67. ba37aa0 fdt: rework fdt_fixup_ethernet() to use env instead of bd_t by Kumar Gala · 16 years ago
  68. e4c0950 NAND boot: MPC8313ERDB support by Scott Wood · 16 years ago
  69. 71074ab 8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq by Paul Gortmaker · 16 years ago
  70. 6b70ffb fdt: add crypto node handling for MPC8{3, 5}xxE processors by Kim Phillips · 16 years ago
  71. 4109df6 silence misc printf formatting compiler warnings by Kim Phillips · 16 years ago
  72. 9692cab Merge branch 'master' of git://www.denx.de/git/u-boot-net by Wolfgang Denk · 16 years ago
  73. dd35479 Add mechanisms for CPU and board-specific Ethernet initialization by Ben Warren · 16 years ago
  74. 846f157 fix system config overwrite @ MPC834x and MPC8313 by Andre Schwarz · 16 years ago
  75. 4890246 mpc83xx: move CPU_TYPE_ENTRY over to processor.h by Kim Phillips · 16 years ago
  76. 31d8267 PPC: Create and use CONFIG_HIGH_BATS by Becky Bruce · 16 years ago
  77. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  78. bcae52a mpc83xx: remove the unused CPM's stuff by Dave Liu · 16 years ago
  79. 78e4882 lib_ppc: Revert "Make MPC83xx one step closer to full relocation." by Kim Phillips · 16 years ago
  80. 3f9c542 mpc83xx: Update DIMM data bus width test to support 40-bit width by Lee Nipper · 16 years ago
  81. 70431e8 Make MPC83xx one step closer to full relocation. by Joakim Tjernlund · 17 years ago
  82. e5c4ade mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code by Kim Phillips · 17 years ago
  83. 81fd52c mpc83xx: display ddr frequency in board_add_ram_info banner by Kim Phillips · 17 years ago
  84. 35cf155 mpc83xx: unreinvent mem_clk by Kim Phillips · 17 years ago
  85. 7fa9cbb mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups by Anton Vorontsov · 17 years ago
  86. 453316a 83xx: serdes setup routines by Anton Vorontsov · 17 years ago
  87. a796cdf 83xx: split COBJS onto separate lines by Anton Vorontsov · 17 years ago
  88. 5bbeea8 mpc8323erdb: Improve the system performance by Michael Barkowski · 17 years ago
  89. e7670f6 PPC: Use r2 instead of r29 as global data pointer by Wolfgang Denk · 17 years ago
  90. f57d7d3 ppc: Refactor cache routines, so there is only one common set. by Rafal Jaworowski · 17 years ago
  91. 69018ce QE: Move FDT support into a common file by Kumar Gala · 17 years ago
  92. a8cb43a mpc83xx: Fix the fatal conflict of merge by Dave Liu · 17 years ago
  93. 9e89647 mpc83xx: add support for more system clock performance controls by Kim Phillips · 17 years ago
  94. b05884e mpc83xx: Add config of eTSEC emergency priority in SPCR by Dave Liu · 17 years ago
  95. 64134f0 Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections by Wolfgang Denk · 17 years ago
  96. f6db945 Fixed syntax error in function init_e300_core() of mpc83xx/start.S if by Heiko Schocher · 17 years ago
  97. 061aad4 mpc83xx: Fix the bug of 266MHz data rate DDR by Dave Liu · 17 years ago
  98. b3d2cde mpc83xx: add "fsl, qe" compatible fixups by Anton Vorontsov · 17 years ago
  99. 5b8bc60 mpc83xx: convert to using do_fixup_*() by Kim Phillips · 17 years ago
  100. ccf21c3 Add support CONFIG_UEC_ETH3 in MPC83xx by Joakim Tjernlund · 17 years ago