aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorwdenk2004-03-14 08:09:05 -0600
committerwdenk2004-03-14 08:09:05 -0600
commit4d13cbad1c81ad7901151fec381bae8c30f4338a (patch)
treeecb8e4694a7a8ddea27f9f6838c61393cbd4c12b /README
parentc3f9d4939af90eb8e30119601c86c05bde6c7345 (diff)
downloadu-boot-4d13cbad1c81ad7901151fec381bae8c30f4338a.tar.gz
u-boot-4d13cbad1c81ad7901151fec381bae8c30f4338a.tar.xz
u-boot-4d13cbad1c81ad7901151fec381bae8c30f4338a.zip
* Patch by Tolunay Orkun, 5 Mar 2004:
Fix early board initialization for Cogent CSB272 board * Patch by Ed Okerson, 3 Mar 2004: fix CFI flash writes for little endian systems * Patch by Reinhard Meyer, 01 Mar 2004: generalize USB and IDE support for MPC5200 with according changes to IceCube.h and TOP5200.h add Am29LV256 256 MBit FLASH support for TOP5200 boards add info about USB and IDE to README
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 14 insertions, 4 deletions
diff --git a/README b/README
index 5bf0ead245..1df1ef0639 100644
--- a/README
+++ b/README
@@ -660,10 +660,13 @@ The following options need to be configured:
660 one partition type as well. 660 one partition type as well.
661 661
662- IDE Reset method: 662- IDE Reset method:
663 CONFIG_IDE_RESET_ROUTINE 663 CONFIG_IDE_RESET_ROUTINE - this is defined in several
664 board configurations files but used nowhere!
664 665
665 Set this to define that instead of a reset Pin, the 666 CONFIG_IDE_RESET - is this is defined, IDE Reset will
666 routine ide_set_reset(int idereset) will be used. 667 be performed by calling the function
668 ide_set_reset(int reset)
669 which has to be defined in a board specific file
667 670
668- ATAPI Support: 671- ATAPI Support:
669 CONFIG_ATAPI 672 CONFIG_ATAPI
@@ -728,7 +731,7 @@ The following options need to be configured:
728 731
729- USB Support: 732- USB Support:
730 At the moment only the UHCI host controller is 733 At the moment only the UHCI host controller is
731 supported (PIP405, MIP405); define 734 supported (PIP405, MIP405, MPC5200); define
732 CONFIG_USB_UHCI to enable it. 735 CONFIG_USB_UHCI to enable it.
733 define CONFIG_USB_KEYBOARD to enable the USB Keyboard 736 define CONFIG_USB_KEYBOARD to enable the USB Keyboard
734 end define CONFIG_USB_STORAGE to enable the USB 737 end define CONFIG_USB_STORAGE to enable the USB
@@ -736,6 +739,13 @@ The following options need to be configured:
736 Note: 739 Note:
737 Supported are USB Keyboards and USB Floppy drives 740 Supported are USB Keyboards and USB Floppy drives
738 (TEAC FD-05PUB). 741 (TEAC FD-05PUB).
742 MPC5200 USB requires additional defines:
743 CONFIG_USB_CLOCK
744 for 528 MHz Clock: 0x0001bbbb
745 CONFIG_USB_CONFIG
746 for differential drivers: 0x00001000
747 for single ended drivers: 0x00005000
748
739 749
740- MMC Support: 750- MMC Support:
741 The MMC controller on the Intel PXA is supported. To 751 The MMC controller on the Intel PXA is supported. To