Blame view

doc/README.rmobile 1.6 KB
5977503a8   Nobuhiro Iwamatsu   rmobile: Add README
1
2
3
4
  Summary
  =======
  
  This README is about U-Boot support for Renesas's ARM Cortex-A9 based RMOBILE[1]
36da5f84a   Nobuhiro Iwamatsu   arm: rmobile: Upd...
5
6
  and R-Car[2]family of SoCs. Renesas's RMOBILE/R-Car SoC family contains an ARM
  Cortex-A9.
5977503a8   Nobuhiro Iwamatsu   rmobile: Add README
7
8
  
  Currently the following boards are supported:
36da5f84a   Nobuhiro Iwamatsu   arm: rmobile: Upd...
9
10
11
12
  * KMC KZM-A9-GT [3]
  * Atmark-Techno Armadillo-800-EVA [4]
  * Renesas Electronics Lager
  * Renesas Electronics Koelsch
5977503a8   Nobuhiro Iwamatsu   rmobile: Add README
13
14
15
16
17
18
19
20
  
  Toolchain
  =========
  
  ARM Cortex-A9 support ARM v7 instruction set (-march=armv7a).
  But currently we compile with -march=armv5 to allow more compilers to work.
  (For U-Boot code this has no performance impact.)
  Because there was no compiler which is supporting armv7a not much before.
36da5f84a   Nobuhiro Iwamatsu   arm: rmobile: Upd...
21
  Currently, ELDK[5], Linaro[6], CodeSourcey[7] and Emdebian[8] supports -march=armv7a
5977503a8   Nobuhiro Iwamatsu   rmobile: Add README
22
23
24
25
26
27
  and you can get.
  
  Build
  =====
  
  * KZM-A9-GT
36da5f84a   Nobuhiro Iwamatsu   arm: rmobile: Upd...
28
29
    make kzm9g_config
    make
5977503a8   Nobuhiro Iwamatsu   rmobile: Add README
30
31
  
  * Armadillo-800-EVA
36da5f84a   Nobuhiro Iwamatsu   arm: rmobile: Upd...
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
    make armadillo-800eva_config
    make
  
    Note: Armadillo-800-EVA's U-Boot supports booting from SDcard only.
          Please see "B.2 Appendix B Boot Specifications" in hardware manual.
  
  * Lager
  
    make lager_config
    make
  
  * Koelsch
  
    make koelsch_config
    make
5977503a8   Nobuhiro Iwamatsu   rmobile: Add README
47
48
49
50
51
52
53
  
  Links
  =====
  
  [1] Renesas RMOBILE:
  
  http://am.renesas.com/products/soc/assp/mobile/r_mobile/index.jsp
36da5f84a   Nobuhiro Iwamatsu   arm: rmobile: Upd...
54
55
56
57
58
  [2] Renesas R-Car:
  
  http://am.renesas.com/products/soc/assp/automotive/index.jsp
  
  [3] KZM-A9-GT
5977503a8   Nobuhiro Iwamatsu   rmobile: Add README
59
60
  
  http://www.kmckk.co.jp/kzma9-gt/index.html
36da5f84a   Nobuhiro Iwamatsu   arm: rmobile: Upd...
61
  [4] Armadillo-800-EVA
5977503a8   Nobuhiro Iwamatsu   rmobile: Add README
62
63
  
  http://armadillo.atmark-techno.com/armadillo-800-EVA
36da5f84a   Nobuhiro Iwamatsu   arm: rmobile: Upd...
64
  [5] ELDK
5977503a8   Nobuhiro Iwamatsu   rmobile: Add README
65
66
  
  http://www.denx.de/wiki/view/ELDK-5/WebHome#Section_1.6.
36da5f84a   Nobuhiro Iwamatsu   arm: rmobile: Upd...
67
  [6] Linaro
5977503a8   Nobuhiro Iwamatsu   rmobile: Add README
68
69
  
  http://www.linaro.org/downloads/
36da5f84a   Nobuhiro Iwamatsu   arm: rmobile: Upd...
70
  [7] CodeSourcey
5977503a8   Nobuhiro Iwamatsu   rmobile: Add README
71
72
  
  http://www.mentor.com/embedded-software/codesourcery
36da5f84a   Nobuhiro Iwamatsu   arm: rmobile: Upd...
73
  [8] Emdebian
5977503a8   Nobuhiro Iwamatsu   rmobile: Add README
74
75
  
  http://www.emdebian.org/crosstools.html