summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-04-15 23:23:39 +0000
committerwdenk <wdenk>2004-04-15 23:23:39 +0000
commitea66bc8804b66633faae5b7066571c9d68b4d14a (patch)
treee5b4c3c3d36b0b27c4f3850f6efb56528966e77c /doc
parentdb01a2ea991b539ffbd36ab952fcf2e754789a83 (diff)
downloadblackbird-obmc-uboot-ea66bc8804b66633faae5b7066571c9d68b4d14a.tar.gz
blackbird-obmc-uboot-ea66bc8804b66633faae5b7066571c9d68b4d14a.zip
* Patch by George G. Davis, 02 Apr 2004:
add support for Intel Assabet board
Diffstat (limited to 'doc')
-rw-r--r--doc/README.PXA_CF18
1 files changed, 8 insertions, 10 deletions
diff --git a/doc/README.PXA_CF b/doc/README.PXA_CF
index 186f775f3c..e443d39596 100644
--- a/doc/README.PXA_CF
+++ b/doc/README.PXA_CF
@@ -1,15 +1,15 @@
-These are brief instructions on how to add support for CF adapters to
-custom designed PXA boards. You need to set the parameters in the
+These are brief instructions on how to add support for CF adapters to
+custom designed PXA boards. You need to set the parameters in the
config file. This should work for most implementations especially if you
follow the connections of the standard lubbock. Anyway just the block
-marked memory configuration should be touched since the other parameters
+marked memory configuration should be touched since the other parameters
are imposed by the PXA architecture.
#define CONFIG_PXA_PCMCIA 1
#define CONFIG_PXA_IDE 1
-#define CONFIG_PCMCIA_SLOT_A 1
+#define CONFIG_PCMCIA_SLOT_A 1
/* just to keep build system happy */
#define CFG_PCMCIA_MEM_ADDR 0x28000000
@@ -24,9 +24,9 @@ are imposed by the PXA architecture.
#define CFG_MCIO1_VAL 0x00000000
/* memory configuration */
-#define CFG_IDE_MAXBUS 1
+#define CFG_IDE_MAXBUS 1
/* max. 1 IDE bus */
-#define CFG_IDE_MAXDEVICE 1
+#define CFG_IDE_MAXDEVICE 1
/* max. 1 drive per IDE bus */
#define CFG_ATA_IDE0_OFFSET 0x0000
@@ -41,10 +41,8 @@ are imposed by the PXA architecture.
/* Offset for alternate registers */
#define CFG_ATA_ALT_OFFSET 0x3f0
-
-Another important point is that maybe you have to power the pcmcia
+
+Another important point is that maybe you have to power the pcmcia
subsystem. This is very board specific, for an example on how to
do it please search for CONFIG_EXADRON1 in cmd_pcmcia.c
-
-
OpenPOWER on IntegriCloud