Blame view

doc/README.marubun-pcmcia 2.02 KB
33ecdc2f9   Nobuhiro Iwamatsu   sh: Add marubun's...
1
2
3
  
  U-Boot MARUBUN MR-SHPC-01 PCMCIA controller driver
  	Last update 21/11/2007 by Nobuhiro Iwamatsu
61fb15c51   Wolfgang Denk   Fix coding style ...
4

33ecdc2f9   Nobuhiro Iwamatsu   sh: Add marubun's...
5
  ========================================================================================
61fb15c51   Wolfgang Denk   Fix coding style ...
6
  0. What's this?
33ecdc2f9   Nobuhiro Iwamatsu   sh: Add marubun's...
7
8
9
      This driver supports MARUBUN MR-SHPC-01.
  	url: http://www.marubun.co.jp/product/semicon/devices/qgc18e0000002n2z.html
  	(Sorry Japanese only.)
61fb15c51   Wolfgang Denk   Fix coding style ...
10
11
      This chip is used with SuperH well, and adopted by the
      reference board.
33ecdc2f9   Nobuhiro Iwamatsu   sh: Add marubun's...
12
13
  	ex. * MS7750SE01
  		* MS7722SE01
61fb15c51   Wolfgang Denk   Fix coding style ...
14
  		* other
33ecdc2f9   Nobuhiro Iwamatsu   sh: Add marubun's...
15
      This chip doesn't support CardBus.
61fb15c51   Wolfgang Denk   Fix coding style ...
16
  1. base source code
33ecdc2f9   Nobuhiro Iwamatsu   sh: Add marubun's...
17
      The code is based on sources from the Linux kernel
53677ef18   Wolfgang Denk   Big white-space c...
18
  	( arch/sh/kernel/cf-enabler.c ).
33ecdc2f9   Nobuhiro Iwamatsu   sh: Add marubun's...
19

61fb15c51   Wolfgang Denk   Fix coding style ...
20
  2. How to use
33ecdc2f9   Nobuhiro Iwamatsu   sh: Add marubun's...
21
22
23
24
25
      The options you have to specify in the config file are (with the
      value for my board as an example):
  
      * CONFIG_MARUBUN_PCCARD
  	If you want to use this device driver, should define CONFIG_MARUBUN_PCCARD.
53677ef18   Wolfgang Denk   Big white-space c...
26
  	ex.	#define CONFIG_MARUBUN_PCCARD
61fb15c51   Wolfgang Denk   Fix coding style ...
27

33ecdc2f9   Nobuhiro Iwamatsu   sh: Add marubun's...
28
      * CONFIG_PCMCIA_SLOT_A
53677ef18   Wolfgang Denk   Big white-space c...
29
  	Most devices have only one slot. You should define CONFIG_PCMCIA_SLOT_A .
33ecdc2f9   Nobuhiro Iwamatsu   sh: Add marubun's...
30
  	ex.	#define CONFIG_PCMCIA_SLOT_A    1
6d0f6bcf3   Jean-Christophe PLAGNIOL-VILLARD   rename CFG_ macro...
31
      * CONFIG_SYS_MARUBUN_MRSHPC
1cc0a9f49   Robert P. J. Day   Fix various typos...
32
  	This is MR-SHPC-01 PCMCIA controller base address.
61fb15c51   Wolfgang Denk   Fix coding style ...
33
  	You should do the setting matched to your environment.
6d0f6bcf3   Jean-Christophe PLAGNIOL-VILLARD   rename CFG_ macro...
34
  	ex.  #define CONFIG_SYS_MARUBUN_MRSHPC 0xb03fffe0
33ecdc2f9   Nobuhiro Iwamatsu   sh: Add marubun's...
35
  	     ( for MS7722SE01 environment )
6d0f6bcf3   Jean-Christophe PLAGNIOL-VILLARD   rename CFG_ macro...
36
      * CONFIG_SYS_MARUBUN_MW1
33ecdc2f9   Nobuhiro Iwamatsu   sh: Add marubun's...
37
  	This is MR-SHPC-01 memory window base address.
61fb15c51   Wolfgang Denk   Fix coding style ...
38
  	You should do the setting matched to your environment.
6d0f6bcf3   Jean-Christophe PLAGNIOL-VILLARD   rename CFG_ macro...
39
  	ex. #define CONFIG_SYS_MARUBUN_MW1 0xb0400000
33ecdc2f9   Nobuhiro Iwamatsu   sh: Add marubun's...
40
  	     ( for MS7722SE01 environment )
61fb15c51   Wolfgang Denk   Fix coding style ...
41

6d0f6bcf3   Jean-Christophe PLAGNIOL-VILLARD   rename CFG_ macro...
42
      * CONFIG_SYS_MARUBUN_MW1
33ecdc2f9   Nobuhiro Iwamatsu   sh: Add marubun's...
43
  	This is MR-SHPC-01 attribute window base address.
61fb15c51   Wolfgang Denk   Fix coding style ...
44
  	You should do the setting matched to your environment.
6d0f6bcf3   Jean-Christophe PLAGNIOL-VILLARD   rename CFG_ macro...
45
  	ex. #define CONFIG_SYS_MARUBUN_MW2 0xb0500000
33ecdc2f9   Nobuhiro Iwamatsu   sh: Add marubun's...
46
  	     ( for MS7722SE01 environment )
61fb15c51   Wolfgang Denk   Fix coding style ...
47

6d0f6bcf3   Jean-Christophe PLAGNIOL-VILLARD   rename CFG_ macro...
48
      * CONFIG_SYS_MARUBUN_MW1
33ecdc2f9   Nobuhiro Iwamatsu   sh: Add marubun's...
49
  	This is MR-SHPC-01 I/O window base address.
61fb15c51   Wolfgang Denk   Fix coding style ...
50
  	You should do the setting matched to your environment.
6d0f6bcf3   Jean-Christophe PLAGNIOL-VILLARD   rename CFG_ macro...
51
  	ex. #define CONFIG_SYS_MARUBUN_IO  0xb0600000
33ecdc2f9   Nobuhiro Iwamatsu   sh: Add marubun's...
52
53
54
55
56
57
58
59
  	     ( for MS7722SE01 environment )
  
  3. Other
      * Check Compact Flash only.
      * Maybe, NE2000 compatible NIC is sure to move.
  
  Copyright (c) 2007
  	Nobuhiro Iwamatsu <iwamatsu@nigaur.org>