README.marubun-pcmcia (1a247ba7fa5fb09f56892a09a990f03ce564b3e2) | README.marubun-pcmcia (6d0f6bcf337c5261c08fabe12982178c2c489d76) |
---|---|
1 2U-Boot MARUBUN MR-SHPC-01 PCMCIA controller driver 3 Last update 21/11/2007 by Nobuhiro Iwamatsu 4 5======================================================================================== 6 70. What's this? 8 This driver supports MARUBUN MR-SHPC-01. --- 19 unchanged lines hidden (view full) --- 28 * CONFIG_MARUBUN_PCCARD 29 If you want to use this device driver, should define CONFIG_MARUBUN_PCCARD. 30 ex. #define CONFIG_MARUBUN_PCCARD 31 32 * CONFIG_PCMCIA_SLOT_A 33 Most devices have only one slot. You should define CONFIG_PCMCIA_SLOT_A . 34 ex. #define CONFIG_PCMCIA_SLOT_A 1 35 | 1 2U-Boot MARUBUN MR-SHPC-01 PCMCIA controller driver 3 Last update 21/11/2007 by Nobuhiro Iwamatsu 4 5======================================================================================== 6 70. What's this? 8 This driver supports MARUBUN MR-SHPC-01. --- 19 unchanged lines hidden (view full) --- 28 * CONFIG_MARUBUN_PCCARD 29 If you want to use this device driver, should define CONFIG_MARUBUN_PCCARD. 30 ex. #define CONFIG_MARUBUN_PCCARD 31 32 * CONFIG_PCMCIA_SLOT_A 33 Most devices have only one slot. You should define CONFIG_PCMCIA_SLOT_A . 34 ex. #define CONFIG_PCMCIA_SLOT_A 1 35 |
36 * CFG_MARUBUN_MRSHPC | 36 * CONFIG_SYS_MARUBUN_MRSHPC |
37 This is MR-SHPC-01 PCMCIA controler base address. 38 You should do the setting matched to your environment. | 37 This is MR-SHPC-01 PCMCIA controler base address. 38 You should do the setting matched to your environment. |
39 ex. #define CFG_MARUBUN_MRSHPC 0xb03fffe0 | 39 ex. #define CONFIG_SYS_MARUBUN_MRSHPC 0xb03fffe0 |
40 ( for MS7722SE01 environment ) 41 | 40 ( for MS7722SE01 environment ) 41 |
42 * CFG_MARUBUN_MW1 | 42 * CONFIG_SYS_MARUBUN_MW1 |
43 This is MR-SHPC-01 memory window base address. 44 You should do the setting matched to your environment. | 43 This is MR-SHPC-01 memory window base address. 44 You should do the setting matched to your environment. |
45 ex. #define CFG_MARUBUN_MW1 0xb0400000 | 45 ex. #define CONFIG_SYS_MARUBUN_MW1 0xb0400000 |
46 ( for MS7722SE01 environment ) 47 | 46 ( for MS7722SE01 environment ) 47 |
48 * CFG_MARUBUN_MW1 | 48 * CONFIG_SYS_MARUBUN_MW1 |
49 This is MR-SHPC-01 attribute window base address. 50 You should do the setting matched to your environment. | 49 This is MR-SHPC-01 attribute window base address. 50 You should do the setting matched to your environment. |
51 ex. #define CFG_MARUBUN_MW2 0xb0500000 | 51 ex. #define CONFIG_SYS_MARUBUN_MW2 0xb0500000 |
52 ( for MS7722SE01 environment ) 53 | 52 ( for MS7722SE01 environment ) 53 |
54 * CFG_MARUBUN_MW1 | 54 * CONFIG_SYS_MARUBUN_MW1 |
55 This is MR-SHPC-01 I/O window base address. 56 You should do the setting matched to your environment. | 55 This is MR-SHPC-01 I/O window base address. 56 You should do the setting matched to your environment. |
57 ex. #define CFG_MARUBUN_IO 0xb0600000 | 57 ex. #define CONFIG_SYS_MARUBUN_IO 0xb0600000 |
58 ( for MS7722SE01 environment ) 59 603. Other 61 * Check Compact Flash only. 62 * Maybe, NE2000 compatible NIC is sure to move. 63 64Copyright (c) 2007 65 Nobuhiro Iwamatsu <iwamatsu@nigaur.org> | 58 ( for MS7722SE01 environment ) 59 603. Other 61 * Check Compact Flash only. 62 * Maybe, NE2000 compatible NIC is sure to move. 63 64Copyright (c) 2007 65 Nobuhiro Iwamatsu <iwamatsu@nigaur.org> |