blob: 65610bf52ebffbad7e13d8f522df603487ef59e2 [file] [log] [blame]
viresh kumarfc0c1952010-04-01 12:31:21 +01001 SPEAr ARM Linux Overview
2 ==========================
3
4Introduction
5------------
6
7 SPEAr (Structured Processor Enhanced Architecture).
8 weblink : http://www.st.com/spear
9
10 The ST Microelectronics SPEAr range of ARM9/CortexA9 System-on-Chip CPUs are
Viresh Kumar71e09a92012-04-20 22:39:48 +053011 supported by the 'spear' platform of ARM Linux. Currently SPEAr1310,
12 SPEAr1340, SPEAr300, SPEAr310, SPEAr320 and SPEAr600 SOCs are supported.
viresh kumarfc0c1952010-04-01 12:31:21 +010013
14 Hierarchy in SPEAr is as follows:
15
16 SPEAr (Platform)
17 - SPEAr3XX (3XX SOC series, based on ARM9)
18 - SPEAr300 (SOC)
Viresh Kumarc5fa4fd2012-03-23 00:17:43 +053019 - SPEAr300 Evaluation Board
viresh kumarfc0c1952010-04-01 12:31:21 +010020 - SPEAr310 (SOC)
Viresh Kumarc5fa4fd2012-03-23 00:17:43 +053021 - SPEAr310 Evaluation Board
viresh kumarfc0c1952010-04-01 12:31:21 +010022 - SPEAr320 (SOC)
Viresh Kumarc5fa4fd2012-03-23 00:17:43 +053023 - SPEAr320 Evaluation Board
viresh kumarfc0c1952010-04-01 12:31:21 +010024 - SPEAr6XX (6XX SOC series, based on ARM9)
25 - SPEAr600 (SOC)
Viresh Kumarc5fa4fd2012-03-23 00:17:43 +053026 - SPEAr600 Evaluation Board
viresh kumarfc0c1952010-04-01 12:31:21 +010027 - SPEAr13XX (13XX SOC series, based on ARM CORTEXA9)
Viresh Kumar71e09a92012-04-20 22:39:48 +053028 - SPEAr1310 (SOC)
29 - SPEAr1310 Evaluation Board
30 - SPEAr1340 (SOC)
31 - SPEAr1340 Evaluation Board
viresh kumarfc0c1952010-04-01 12:31:21 +010032
33 Configuration
34 -------------
35
36 A generic configuration is provided for each machine, and can be used as the
37 default by
Viresh Kumar71e09a92012-04-20 22:39:48 +053038 make spear13xx_defconfig
39 make spear3xx_defconfig
40 make spear6xx_defconfig
viresh kumarfc0c1952010-04-01 12:31:21 +010041
42 Layout
43 ------
44
Viresh Kumar71e09a92012-04-20 22:39:48 +053045 The common files for multiple machine families (SPEAr3xx, SPEAr6xx and
46 SPEAr13xx) are located in the platform code contained in arch/arm/plat-spear
viresh kumarfc0c1952010-04-01 12:31:21 +010047 with headers in plat/.
48
49 Each machine series have a directory with name arch/arm/mach-spear followed by
50 series name. Like mach-spear3xx, mach-spear6xx and mach-spear13xx.
51
Viresh Kumar71e09a92012-04-20 22:39:48 +053052 Common file for machines of spear3xx family is mach-spear3xx/spear3xx.c, for
53 spear6xx is mach-spear6xx/spear6xx.c and for spear13xx family is
54 mach-spear13xx/spear13xx.c. mach-spear* also contain soc/machine specific
55 files, like spear1310.c, spear1340.c spear300.c, spear310.c, spear320.c and
56 spear600.c. mach-spear* doesn't contains board specific files as they fully
57 support Flattened Device Tree.
viresh kumarfc0c1952010-04-01 12:31:21 +010058
59
60 Document Author
61 ---------------
62
Viresh Kumar10d89352012-06-20 12:53:02 -070063 Viresh Kumar <viresh.linux@gmail.com>, (c) 2010-2012 ST Microelectronics