summaryrefslogtreecommitdiff
path: root/doc/README.spear
blob: a6ff7fdaefd4fd19a11547377a18caf453e8052e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56

SPEAr (Structured Processor Enhanced Architecture).

SPEAr600 is also known as SPEArPlus and SPEAr300 is also known as SPEArBasic

The SPEAr SoC family embeds a customizable logic that can be programmed
one-time by a customer at silicon mask level (i.e. not at runtime!).

We are now adding the support in u-boot for two SoC: SPEAr600 and SPEAr3xx.

All 4 SoCs share common peripherals.

1. ARM926ejs core based (sp600 has two cores, the 2nd handled only in Linux)
2. FastEthernet (sp600 has Gbit version, but same controller - GMAC)
3. USB Host
4. USB Device
5. NAND controller (FSMC)
6. Serial NOR ctrl
7. I2C
8. SPI
9. CLCD
10. others ..

Everything is supported in Linux.
u-boot is not currently supporting all peripeharls (just a few as listed below).
1. USB Device
2. NAND controller (FSMC)
3. Serial Memory Interface
4. EMI (Parallel NOR interface)
4. I2C
5. UART

Build options
	make spear600_config
	make spear300_config
	make spear310_config
	make spear320_config

Further options
	make ENV=NAND (supported by all 4 SoCs)
	- This option generates a uboot image that saves environment inn NAND

	make CONSOLE=USB (supported by all 4 SoCs)
	- This option generates a uboot image for using usbdevice as a tty i/f

	make FLASH=PNOR (supported by SPEAr310 and SPEAr320)
	- This option generates a uboot image that supports emi controller for
	CFI compliant parallel NOR flash

Mac id storage and retrieval in spear platforms

Please read doc/README.enetaddr for the implementation guidelines for mac id
usage. Basically, environment has precedence over board specific storage. The
ethaddr beeing used for the network interface is always taken only from
environment variables. Although, we can check the mac id programmed in i2c
memory by using chip_config command