OMAP3: Add Pandora support
[kernel/u-boot.git] / doc / README.omap3
1
2 Summary
3 =======
4
5 This README is about U-Boot support for TI's ARM Cortex-A8 based OMAP3 [1]
6 family of SoCs. TI's OMAP3 SoC family contains an ARM Cortex-A8. Additionally,
7 some family members contain a TMS320C64x+ DSP and/or an Imagination SGX 2D/3D
8 graphics processor and various other standard peripherals.
9
10 Currently the following boards are supported:
11
12 * OMAP3530 BeagleBoard [2]
13
14 * Gumstix Overo [3]
15
16 * TI EVM [4]
17
18 * OpenPandora Ltd. Pandora [5]
19
20 Toolchain
21 =========
22
23 While ARM Cortex-A8 support ARM v7 instruction set (-march=armv7a) we compile
24 with -march=armv5 to allow more compilers to work. For U-Boot code this has
25 no performance impact.
26
27 Build
28 =====
29
30 * BeagleBoard:
31
32 make omap3_beagle_config
33 make
34
35 * Gumstix Overo:
36
37 make omap3_overo_config
38 make
39
40 * TI EVM:
41
42 make omap3_evm_config
43 make
44
45 * Pandora:
46
47 make omap3_pandora_config
48 make
49
50 Custom commands
51 ===============
52
53 To make U-Boot for OMAP3 support NAND device SW or HW ECC calculation, U-Boot
54 for OMAP3 supports custom user command
55
56 nandecc hw/sw
57
58 To be compatible with NAND drivers using SW ECC (e.g. kernel code)
59
60 nandecc sw
61
62 enables SW ECC calculation. HW ECC enabled with
63
64 nandecc hw
65
66 is typically used to write 2nd stage bootloader (known as 'x-loader') which is
67 executed by OMAP3's boot rom and therefore has to be written with HW ECC.
68
69 For all other commands see
70
71 help
72
73 Acknowledgements
74 ================
75
76 OMAP3 U-Boot is based on U-Boot tar ball [6] for BeagleBoard and EVM done by
77 several TI employees.
78
79 Links
80 =====
81
82 [1] OMAP3:
83
84 http://www.ti.com/omap3 (high volume) and
85 http://www.ti.com/omap35x (broad market)
86
87 [2] OMAP3530 BeagleBoard:
88
89 http://beagleboard.org/
90
91 [3] Gumstix Overo:
92
93 http://www.gumstix.net/Overo/
94
95 [4] TI EVM:
96
97 http://focus.ti.com/docs/toolsw/folders/print/tmdxevm3503.html
98
99 [5] OpenPandora Ltd. Pandora:
100
101 http://openpandora.org/
102
103 [6] TI OMAP3 U-Boot:
104
105 http://beagleboard.googlecode.com/files/u-boot_beagle_revb.tar.gz