summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2018-07-13 10:49:06 +0200
committerSona Sarmadi <sona.sarmadi@enea.com>2018-07-16 08:08:23 +0200
commit4bc19d7a7a378e9950d6230f9be4c47a5ee425e1 (patch)
treee1ebfbd6c2050de0791c43febd5c3c59af0db700
parentd55a7d64b03d223903003732cf4a6f62f85b741c (diff)
downloadel_releases-standard-4bc19d7a7a378e9950d6230f9be4c47a5ee425e1.tar.gz
Updated rel-info for EL8
Change-Id: I453e7c5ef03b01a8a46a4699559568bb70536977 Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
-rw-r--r--doc/book-enea-linux-release-info/doc/about_release.xml10
-rw-r--r--doc/book-enea-linux-release-info/doc/eltf_params_updated.xml232
-rw-r--r--doc/book-enea-linux-release-info/doc/main_changes.xml5
3 files changed, 182 insertions, 65 deletions
diff --git a/doc/book-enea-linux-release-info/doc/about_release.xml b/doc/book-enea-linux-release-info/doc/about_release.xml
index 0ed0730..c11ecff 100644
--- a/doc/book-enea-linux-release-info/doc/about_release.xml
+++ b/doc/book-enea-linux-release-info/doc/about_release.xml
@@ -32,8 +32,8 @@
32 below:</para> 32 below:</para>
33 33
34 <programlisting>-- Documentation/ 34 <programlisting>-- Documentation/
35 /* Enea Linux 7 documentation */ 35 /* Enea Linux 8 documentation */
36 -- raspberrypi3-64/ 36 -- intel-corei7-64/
37 /* artifacts for the reference machine */ 37 /* artifacts for the reference machine */
38 -- deb/ 38 -- deb/
39 /* deb packages */ 39 /* deb packages */
@@ -49,11 +49,9 @@
49 -- various artifacts 49 -- various artifacts
50 -- sdk 50 -- sdk
51 /* SDK related artifacts including SDK installer and manifests */ 51 /* SDK related artifacts including SDK installer and manifests */
52 -- enea-glibc-x86_64-enea-image-standard-sdk-aarch64-\
53 toolchain-ext-7.0.sh
54 /* self-extracting archive installing cross-compilation 52 /* self-extracting archive installing cross-compilation
55 toolchain for the platform */ 53 toolchain for the platform */
56 -- x86_64-buildtools-nativesdk-standalone-7.0.sh 54 -- x86_64-buildtools-nativesdk-standalone-8.0.sh
57 /* self-extracting archive installing additional tools 55 /* self-extracting archive installing additional tools
58 for the host machine */</programlisting> 56 for the host machine */</programlisting>
59 57
@@ -234,4 +232,4 @@
234 </listitem> 232 </listitem>
235 </itemizedlist></para> 233 </itemizedlist></para>
236 </section> 234 </section>
237</chapter> \ No newline at end of file 235</chapter>
diff --git a/doc/book-enea-linux-release-info/doc/eltf_params_updated.xml b/doc/book-enea-linux-release-info/doc/eltf_params_updated.xml
index 0aa2e06..2a354cf 100644
--- a/doc/book-enea-linux-release-info/doc/eltf_params_updated.xml
+++ b/doc/book-enea-linux-release-info/doc/eltf_params_updated.xml
@@ -42,17 +42,17 @@ export PATH=~/bin:$PATH</programlisting></para>
42 correct also compared to the "previous" REL VER in pardoc-distro.xml 42 correct also compared to the "previous" REL VER in pardoc-distro.xml
43 "prev_baseline".</bridgehead> 43 "prev_baseline".</bridgehead>
44 44
45 <para id="EneaLinux_REL_VER"><phrase>7</phrase></para> 45 <para id="EneaLinux_REL_VER"><phrase>8</phrase></para>
46 46
47 <para id="Yocto_VER"><phrase>2.3</phrase></para> 47 <para id="Yocto_VER"><phrase>2.5</phrase></para>
48 48
49 <para id="Yocto_NAME"><phrase>pyro</phrase></para> 49 <para id="Yocto_NAME"><phrase>sumo</phrase></para>
50 50
51 <para id="ULINK_YOCTO_PROJECT_DOWNLOAD"><ulink 51 <para id="ULINK_YOCTO_PROJECT_DOWNLOAD"><ulink
52 url="http://www.yoctoproject.org/downloads/core/pyro23">http://www.yoctoproject.org/downloads/core/pyro23</ulink></para> 52 url="http://www.yoctoproject.org/downloads">http://www.yoctoproject.org/downloads</ulink></para>
53 53
54 <para id="ULINK_ENEA_LINUX_URL"><ulink 54 <para id="ULINK_ENEA_LINUX_URL"><ulink
55 url="http://linux.enea.com/EneaLinux7.0">http://linux.enea.com/EneaLinux7.0</ulink></para> 55 url="http://linux.enea.com/EneaLinux7.0">http://linux.enea.com/EneaLinux8.0</ulink></para>
56 56
57 <bridgehead>A programlisting, ID "eltf-repo-cloning-enea-linux". Use 57 <bridgehead>A programlisting, ID "eltf-repo-cloning-enea-linux". Use
58 $MACHINE/default.xml as parameter, where MACHINE is one of the target 58 $MACHINE/default.xml as parameter, where MACHINE is one of the target
@@ -61,7 +61,7 @@ export PATH=~/bin:$PATH</programlisting></para>
61 <para id="eltf-repo-cloning-enea-linux"><programlisting>mkdir enea-linux 61 <para id="eltf-repo-cloning-enea-linux"><programlisting>mkdir enea-linux
62cd enea-linux 62cd enea-linux
63repo init -u git@git.enea.com:linux/manifests/el_manifests-standard.git \ 63repo init -u git@git.enea.com:linux/manifests/el_manifests-standard.git \
64 -b refs/tags/Enea_Linux_7.0_RC4 -m $MACHINE/default.xml 64 -b refs/tags/Enea_Linux_8.0 -m $MACHINE/default.xml
65repo sync</programlisting></para> 65repo sync</programlisting></para>
66 66
67 <bridgehead>A table with ONE row, only the row with ID 67 <bridgehead>A table with ONE row, only the row with ID
@@ -90,75 +90,193 @@ repo sync</programlisting></para>
90 <section id="eltf-target-tables-section"> 90 <section id="eltf-target-tables-section">
91 <title>Supported Reference Boards with Parameters</title> 91 <title>Supported Reference Boards with Parameters</title>
92 92
93 <para>The section(s) below describe the target(s) supported in this Enea 93 <para>The table(s) below describes the target(s) supported in this Enea
94 Linux release.</para> 94 Linux release.</para>
95 95
96 <section id="eltf-target-table-rpi"> 96 <table>
97 <title>MACHINE raspberry pi 3 - Information</title> 97 <title>MACHINE Information Intel Xeon D</title>
98 98
99 <para><informaltable> 99 <tgroup cols="2">
100 <tgroup cols="2"> 100 <colspec align="center" />
101 <colspec colwidth="6*" />
102 101
103 <colspec colwidth="9*" /> 102 <thead>
103 <row>
104 <entry align="center">Component</entry>
104 105
105 <tbody> 106 <entry align="center">Description</entry>
106 <row> 107 </row>
107 <entry>Target official name</entry> 108 </thead>
109
110 <tbody>
111 <row>
112 <entry align="left">Target official name</entry>
113
114 <entry>Intel Xeon D</entry>
115 </row>
116
117 <row>
118 <entry align="left">Architecture and Description</entry>
119
120 <entry>x86-64</entry>
121 </row>
122
123 <row>
124 <entry align="left">Link to target datasheet</entry>
125
126 <entry><ulink
127 url="https://www.intel.com/content/www/us/en/processors/xeon/xeon-d-1500-datasheet-vol-1.html">Intel
128 Xeon D datasheet</ulink></entry>
129 </row>
130
131 <row>
132 <entry align="left">Poky version</entry>
133
134 <entry>Git-commit-id: TBD</entry>
135 </row>
136
137 <row>
138 <entry align="left">GCC version</entry>
139
140 <entry>7.3</entry>
141 </row>
142
143 <row>
144 <entry align="left">Linux Kernel Version</entry>
145
146 <entry>4.14</entry>
147 </row>
148
149 <row condition="hidden">
150 <entry align="left">Supported Drivers</entry>
151
152 <entry>Ethernet, RTC, UART</entry>
153 </row>
154 </tbody>
155 </tgroup>
156 </table>
157
158 <table>
159 <title>MACHINE Information Intel Atom C3000</title>
160
161 <tgroup cols="2">
162 <colspec align="center" />
163
164 <thead>
165 <row>
166 <entry align="center">Component</entry>
167
168 <entry align="center">Description</entry>
169 </row>
170 </thead>
171
172 <tbody>
173 <row>
174 <entry align="left">Target official name</entry>
175
176 <entry>Intel Atom C3000</entry>
177 </row>
108 178
109 <entry>Raspberry Pi 3</entry> 179 <row>
110 </row> 180 <entry align="left">Architecture and Description</entry>
111 181
112 <row> 182 <entry>x86-64</entry>
113 <entry>Architecture and Description</entry> 183 </row>
184
185 <row>
186 <entry align="left">Link to target datasheet</entry>
187
188 <entry><ulink
189 url="https://www.intel.com/content/www/us/en/products/docs/processors/atom/c-series/c3000-family-datasheet.html">Intel
190 Atom datasheet</ulink></entry>
191 </row>
192
193 <row>
194 <entry align="left">Poky version</entry>
195
196 <entry>Git-commit-id: TBD</entry>
197 </row>
198
199 <row>
200 <entry align="left">GCC version</entry>
201
202 <entry>7.3</entry>
203 </row>
204
205 <row>
206 <entry align="left">Linux Kernel Version</entry>
207
208 <entry>4.14</entry>
209 </row>
210
211 <row condition="hidden">
212 <entry align="left">Supported Drivers</entry>
213
214 <entry>Ethernet, RTC, UART</entry>
215 </row>
216 </tbody>
217 </tgroup>
218 </table>
114 219
115 <entry>ARM Cortex-A53 (ARMv8)</entry> 220 <table>
116 </row> 221 <title>MACHINE Information Intel NUC Kaby Lake</title>
117 222
118 <row> 223 <tgroup cols="2">
119 <entry>Link to target datasheet</entry> 224 <colspec align="center" />
120 225
121 <entry>See <ulink 226 <thead>
122 url="https://www.raspberrypi.org/documentation/hardware/computemodule/RPI-CM-DATASHEET-V1_0.pdf">link 227 <row>
123 to Raspberry Pi's datasheet</ulink></entry> 228 <entry align="center">Component</entry>
124 </row>
125 229
126 <row condition="hidden"> 230 <entry align="center">Description</entry>
127 <entry>Poky version</entry> 231 </row>
232 </thead>
128 233
129 <entry>Git-commit-id: 234 <tbody>
130 2021e95bcd986e5bcfe457da5c3e16d60241d050</entry> 235 <row>
131 </row> 236 <entry align="left">Target official name</entry>
132 237
133 <row> 238 <entry>Intel NUC Kaby Lake</entry>
134 <entry>GCC version</entry> 239 </row>
135 240
136 <entry>6.3</entry> 241 <row>
137 </row> 242 <entry align="left">Architecture and Description</entry>
138 243
139 <row> 244 <entry>x86-64</entry>
140 <entry>Linux Kernel Version</entry> 245 </row>
141 246
142 <entry>4.9</entry> 247 <row>
143 </row> 248 <entry align="left">Link to target datasheet</entry>
144 249
145 <row> 250 <entry><ulink
146 <entry>Supported Drivers</entry> 251 url="https://www.intel.com/content/dam/www/public/us/en/documents/product-briefs/nuc-kit-nuc7i5bnh-nuc7i5bnk-brief.pdf">Intel
252 NUC Kaby Lake datasheet</ulink></entry>
253 </row>
254
255 <row>
256 <entry align="left">Poky version</entry>
147 257
148 <entry>Ethernet, I2C, SPI, PCM/I2S, UART, USB, 258 <entry>Git-commit-id: TBD</entry>
149 SD/SDHC/SDXC</entry> 259 </row>
150 </row>
151 260
152 <row> 261 <row>
153 <entry>Enea deb folder for downloading DEB packages for this 262 <entry align="left">GCC version</entry>
154 target</entry>
155 263
156 <entry><ulink 264 <entry>7.3</entry>
157 url="http://linux.enea.com/EneaLinux7.0/deb">http://linux.enea.com/EneaLinux7.0/deb</ulink></entry> 265 </row>
158 </row> 266
159 </tbody> 267 <row>
160 </tgroup> 268 <entry align="left">Linux Kernel Version</entry>
161 </informaltable></para> 269
162 </section> 270 <entry>4.14</entry>
271 </row>
272
273 <row condition="hidden">
274 <entry align="left">Supported Drivers</entry>
275
276 <entry>Ethernet, RTC, UART</entry>
277 </row>
278 </tbody>
279 </tgroup>
280 </table>
163 </section> 281 </section>
164</section> \ No newline at end of file 282</section>
diff --git a/doc/book-enea-linux-release-info/doc/main_changes.xml b/doc/book-enea-linux-release-info/doc/main_changes.xml
index 9f036db..4ea7bef 100644
--- a/doc/book-enea-linux-release-info/doc/main_changes.xml
+++ b/doc/book-enea-linux-release-info/doc/main_changes.xml
@@ -29,7 +29,8 @@
29 </listitem> 29 </listitem>
30 30
31 <listitem> 31 <listitem>
32 <para>New targets: Raspberry Pi 3</para> 32 <para>New targets: Intel Xeon D, Intel Atom C3000 and Intel NUC Kaby
33 Lake.</para>
33 </listitem> 34 </listitem>
34 </itemizedlist> 35 </itemizedlist>
35 </section> 36 </section>
@@ -50,4 +51,4 @@
50 51
51 <xi:include href="pkgdiff_generated.xml" 52 <xi:include href="pkgdiff_generated.xml"
52 xmlns:xi="http://www.w3.org/2001/XInclude" /> 53 xmlns:xi="http://www.w3.org/2001/XInclude" />
53</chapter> \ No newline at end of file 54</chapter>