summaryrefslogtreecommitdiff
path: root/cpu/mpc5xxx/ide.c
Commit message (Collapse)AuthorAgeLines
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-31-1/+2
|
* Patch by Mark Jonas, 01 Jul 2004:wdenk2004-07-11-0/+6
| | | | | Added support for Total5100 and Total5200 (Rev.1 and Rev.2) MGT5100 and MPC5200 based Freescale platforms.
* Code cleanup; make several boards compile & link.wdenk2004-03-14-1/+1
|
* * Patch by Yuli Barcohen, 4 Mar 2004:wdenk2004-03-14-18/+6
| | | | | | | | | | | | | | | | | Fix problems with GCC 3.3.x which changed handling of global variables explicitly initialized to zero (now in .bss instead of .data as before). * Patch by Leon Kukovec, 02 Mar 2004: add strswab() to fix IDE LBA capacity, firmware and model numbers on little endian machines * Patch by Masami Komiya, 02 Mar 2004: - Remove get_ticks() from NFS code - Add verification of RPC transaction ID * Patch by Pierre Aubert, 02 Mar 2004: cleanup for IDE and USB drivers for MPC5200
* * Patch by Pierre Aubert, 26 Feb 2004wdenk2004-02-27-0/+93
add IDE support for MPC5200 * Patch by Masami Komiya, 26 Feb 2004: add autoload via NFS * Patch by Stephen Williams Use of CONFIG_SERIAL_SOFTWARE_FIFO in board.c consistent with uses elsewhere in the source.