1======================
2STi ARM Linux Overview
3======================
4
5Introduction
6------------
7
8  The ST Microelectronics Multimedia and Application Processors range of
9  CortexA9 System-on-Chip are supported by the 'STi' platform of
10  ARM Linux. Currently STiH415, STiH416 SOCs are supported with both
11  B2000 and B2020 Reference boards.
12
13
14configuration
15-------------
16
17  A generic configuration is provided for both STiH415/416, and can be used as the
18  default by::
19
20	make stih41x_defconfig
21
22Layout
23------
24
25  All the files for multiple machine families (STiH415, STiH416, and STiG125)
26  are located in the platform code contained in arch/arm/mach-sti
27
28  There is a generic board board-dt.c in the mach folder which support
29  Flattened Device Tree, which means, It works with any compatible board with
30  Device Trees.
31
32
33Document Author
34---------------
35
36  Srinivas Kandagatla <srinivas.kandagatla@st.com>, (c) 2013 ST Microelectronics
37