1. 54a7cc4 mpc8536ds.c: include sata.h to for needed function prototypes by Wolfgang Denk · 16 years ago
  2. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  3. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  4. 9507e78 Clean up diufb command definitions by Peter Tyser · 16 years ago
  5. cf7e399 SATA: do not auto-initialize during boot by Mike Frysinger · 16 years ago
  6. 8f86a36 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 16 years ago
  7. bf5b1f0 85xx: enable the auto self refresh for wake up ARP by Dave Liu · 16 years ago
  8. b4983e1 fsl-ddr: use the 1T timing as default configuration by Dave Liu · 16 years ago
  9. aca5f01 85xx: Introduce CONFIG_SYS_PCI*_IO_VIRT for FSL boards by Kumar Gala · 16 years ago
  10. 5af0fdd 85xx: Introduce CONFIG_SYS_PCI*_MEM_VIRT for FSL boards by Kumar Gala · 16 years ago
  11. a6e04c3 85xx: Use CONFIG_SYS_{PCI*,RIO*}_MEM_PHYS for physical address on FSL boards by Kumar Gala · 16 years ago
  12. 5f91ef6 85xx: Convert CONFIG_SYS_PCI*_IO_BASE to _IO_BUS for FSL boards by Kumar Gala · 16 years ago
  13. 10795f4 85xx: Convert CONFIG_SYS_{PCI*,RIO*}_MEM_BASE to _MEM_BUS for FSL boards by Kumar Gala · 16 years ago
  14. c953ddf 85xx: separate FLASH BASE virtual from physical address by Kumar Gala · 16 years ago
  15. 52b565f 85xx: separate PIXIS virtual from physical address by Kumar Gala · 16 years ago
  16. 8b34557 mpc83xx: Add PCI-E support for MPC837XEMDS boards by Anton Vorontsov · 16 years ago
  17. 8f11e34 mpc83xx: Add PCI-E support for MPC8315ERDB boards by Anton Vorontsov · 16 years ago
  18. 88ecf55 MPC8349EMDS: do not setup unused PCI clock outputs in PCI agent mode by Ira Snyder · 16 years ago
  19. bae6d5e Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 16 years ago
  20. b5f65df Some changes of TLB entry setting for MPC8572DS by Haiying Wang · 16 years ago
  21. 6d3a10f Change PCIE1&2 deciide logic on MPC8544DS board more readable by Roy Zang · 16 years ago
  22. 028e116 PCIE2 and PCIE3 are decided by corresponing bit in devdisr instead of PCIE1 bit by Roy Zang · 16 years ago
  23. 9afc2ef Fix IO port selection issue on MPC8544DS and MPC8572DS boards by Roy Zang · 16 years ago
  24. 3e3fffe mpc8610hpcd: Fix PCI mapping concepts by Becky Bruce · 16 years ago
  25. a5d212a mpc8xxx: LCRR[CLKDIV] is sometimes five bits by Trent Piepho · 16 years ago
  26. 9427ccd 85xx: Add PORDEVSR_PCI1 define by Peter Tyser · 16 years ago
  27. a2cd50e 85xx: Add CPU 2 errata workaround to all 8548 boards by Peter Tyser · 16 years ago
  28. e57f0fa 85xx: the DDR tlb is missed for the !CONFIG_SPD_EEPROM case by Dave Liu · 16 years ago
  29. 9b0ad1b 85xx: remove the unused ddr_enable_ecc in the board file by Dave Liu · 16 years ago
  30. 9b827cf Align end of bss by 4 bytes by Selvamuthukumar · 16 years ago
  31. 3f510db mpc8641: fix address-cells default in old .dts detection by Becky Bruce · 16 years ago
  32. d52082b mpc8641: Try to detect old .dts files by Becky Bruce · 16 years ago
  33. 3111d32 mpc8641: Support 36-bit physical addressing by Becky Bruce · 16 years ago
  34. c759a01 mpc8641: Change 32-bit memory map by Becky Bruce · 16 years ago
  35. 170deac mpc8641: Drop imaginary second flash bank, map 8MB by Becky Bruce · 16 years ago
  36. 3321146 Merge commit 'wd/master' by Jon Loeliger · 16 years ago
  37. c06d9bb Merge branch 'master' of git://git.denx.de/u-boot-coldfire by Wolfgang Denk · 16 years ago
  38. 4c77de3 86xx: Make dram_size a phys_size_t by Becky Bruce · 16 years ago
  39. af5d100 mpc8641: Make PCI and RIO mutually exclusive, fix non-PCI build by Becky Bruce · 16 years ago
  40. 98693b8 mpc8641: Stop supporting non-PCI_PNP configs by Becky Bruce · 16 years ago
  41. e4f69d1 ColdFire: Fix M5329EVB and M5373EVB nand issue by TsiChung Liew · 16 years ago
  42. 536e7da ColdFire: Add MCF5301x CPU and M53017EVB support by TsiChung Liew · 16 years ago
  43. a21d0c2 ColdFire: Add SBF support for M52277EVB by TsiChung Liew · 16 years ago
  44. b202816 ColdFire: Use CFI driver for M5272C3 by TsiChung Liew · 16 years ago
  45. 6e80f5a ColdFire: Remove platforms mii.c file by TsiChung Liew · 16 years ago
  46. ac2331a ColdFire: Remove linker file by TsiChung Liew · 16 years ago
  47. 3cbd823 Coding Style cleanup, update CHANGELOG by Wolfgang Denk · 16 years ago
  48. c57fc28 NAND: Add NAND support for MPC8536DS board by Jason Jin · 16 years ago
  49. a7faab9 Merge branch 'master' of git://git.denx.de/u-boot-mpc86xx by Wolfgang Denk · 16 years ago
  50. 5ba1ef5 86xx: remove the second DDR LAW setting for mpc8641hpcn by Dave Liu · 16 years ago
  51. 137a2df 86xx: remove the unused ddr_enable_ecc in the board file by Dave Liu · 16 years ago
  52. c013b74 NAND: Add support for MPC8572DS board by Haiying Wang · 16 years ago
  53. 4e190b0 Make Freescale local bus registers available for both 83xx and 85xx. by Haiying Wang · 16 years ago
  54. c2083e0 86xx: Convert all fsl_pci_init users to new APIs by Kumar Gala · 16 years ago
  55. 2dba0de 85xx: Convert all fsl_pci_init users to new APIs by Kumar Gala · 16 years ago
  56. 3bf1be3 mpc83xx: add support for switching between USB Host/Function for MPC837XEMDS by Anton Vorontsov · 16 years ago
  57. 00f7bba mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards by Anton Vorontsov · 16 years ago
  58. 1da83a6 mpc83xx: add SGMII riser module support for the MPC8378E-MDS boards by Anton Vorontsov · 16 years ago
  59. 55c5319 mpc83xx: fix serdes setup for the MPC8378E boards by Anton Vorontsov · 16 years ago
  60. 5c2ff32 mpc83xx: mpc8360emds: rework LBC SDRAM setup by Anton Vorontsov · 16 years ago
  61. 1836881 85xx: Fix compile warning in mpc8536ds.c by Kumar Gala · 16 years ago
  62. 8ed44d9 Cleanup: fix "MHz" spelling by Wolfgang Denk · 16 years ago
  63. 2e26d83 Enabled the Freescale SGMII riser card on 8536DS by Jason Jin · 16 years ago
  64. 7e183ca Enabled the Freescale SGMII riser card on 8572DS by Liu Yu · 16 years ago
  65. bff188b Make pixis_set_sgmii more general to support MPC85xx boards. by Liu Yu · 16 years ago
  66. 86be510 mpc8572 additional end-point mode by Ed Swarthout · 16 years ago
  67. f7fecc3 pixis do not print long help if not configured by Ed Swarthout · 16 years ago
  68. c21617f Add DDR options setting on MPC8641HPCN board by Haiying Wang · 16 years ago
  69. 4ca0660 Add ddr interleaving suppport for MPC8572DS board by Haiying Wang · 16 years ago
  70. dfb4910 Pass dimm parameters to populate populate controller options by Haiying Wang · 16 years ago
  71. 7c0d4a7 85xx: Improve flash remapping on MPC8572DS & MPC8536DS by Kumar Gala · 16 years ago
  72. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  73. 374b903 Fix compiler warning in lib_ppc/board.c by Heiko Schocher · 16 years ago
  74. 0f8cbc1 Do not init SATA when disabled on 8536DS. by Jason Jin · 16 years ago
  75. ec4d8c1 fsl_diu: fix alignment error that caused malloc corruption by Nikita V. Youshchenko · 16 years ago
  76. 1f7bab0 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 16 years ago
  77. e46c7bf FSL: Fix get_cpu_board_revision() return value. by Rafal Czubak · 16 years ago
  78. d26154c mpc83xx: spd_sdram: fix ddr sdram base address assignment bug by Anton Vorontsov · 16 years ago
  79. 0e8d158 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  80. 5a1aceb rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  81. 0cf4fd3 rename environment.c in env_embedded.c to reflect is functionality by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  82. e8d1854 Update Freescale 85xx boards to sys_eeprom.c by Timur Tabi · 16 years ago
  83. 10efa02 Moved initialization of EEPRO100 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  84. ccdd12f Moved initialization of TSI108 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  85. 0b252f5 Moved initialization of RTL8139 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  86. 89973f8 Introduce netdev.h header file and remove externs by Ben Warren · 16 years ago
  87. 5a8a163 Add pixis_set_sgmii command by Andy Fleming · 16 years ago
  88. 216f2a7 Add SGMII support for the 8544 DS by Andy Fleming · 16 years ago
  89. 652f7c2 Add support for Freescale SGMII Riser Card by Andy Fleming · 16 years ago
  90. f78ced3 ColdFire: Multiple fixes for MCF5445x platforms by TsiChung Liew · 16 years ago
  91. 0ba6bfe Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 16 years ago
  92. 9490a7f mpc85xx: Add support for the MPC8536DS reference board by Kumar Gala · 16 years ago
  93. 129ba61 mpc85xx: Add support for the MPC8572DS reference board by Kumar Gala · 16 years ago
  94. 1167a2f FSL DDR: Convert MPC8544DS to new DDR code. by Kumar Gala · 16 years ago
  95. e6f5b35 FSL DDR: Convert MPC8568MDS to new DDR code. by Jon Loeliger · 17 years ago
  96. e31d2c1 FSL DDR: Convert MPC8548CDS to new DDR code. by Jon Loeliger · 17 years ago
  97. aa11d85 FSL DDR: Convert MPC8541CDS to new DDR code. by Jon Loeliger · 17 years ago
  98. 2b40edb FSL DDR: Convert MPC8555ADS to new DDR code. by Jon Loeliger · 17 years ago
  99. 8b62511 FSL DDR: Convert MPC8560ADS to new DDR code. by Jon Loeliger · 17 years ago
  100. 9617c8d FSL DDR: Convert MPC8540ADS to new DDR code. by Kumar Gala · 16 years ago