summaryrefslogtreecommitdiffstats
path: root/cpu/mpc5xxx/ide.c
Commit message (Collapse)AuthorAgeFilesLines
* Minor coding style cleanup.Wolfgang Denk2007-08-291-1/+1
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* [UC101] Fix: if no CF in the board, U-Boot resets sometimes.Heiko Schocher2007-08-281-0/+8
| | | | Signed-off-by: Heiko Schocher <hs@denx.de>
* cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-101-2/+2
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-1/+2
|
* Patch by Mark Jonas, 01 Jul 2004:wdenk2004-07-111-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-141-1/+1
|
* * Patch by Yuli Barcohen, 4 Mar 2004:wdenk2004-03-141-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-271-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.
OpenPOWER on IntegriCloud