Commit 36da5f84a90df444bbac0c3197d4945383075b76

Authored by Nobuhiro Iwamatsu
Committed by Nobuhiro Iwamatsu
1 parent d2c7074b95

arm: rmobile: Update README.rmobile

Add infomation of Lager and Koelsh board, and R-Car.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

Showing 1 changed file with 34 additions and 15 deletions Side-by-side Diff

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