summaryrefslogtreecommitdiffstats
path: root/doc/book-enea-linux-release-info/doc/eltf_params_updated.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/book-enea-linux-release-info/doc/eltf_params_updated.xml')
-rw-r--r--doc/book-enea-linux-release-info/doc/eltf_params_updated.xml282
1 files changed, 282 insertions, 0 deletions
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
new file mode 100644
index 0000000..dfcee4a
--- /dev/null
+++ b/doc/book-enea-linux-release-info/doc/eltf_params_updated.xml
@@ -0,0 +1,282 @@
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4<section id="eltf_created_params">
5 <title>File with Parameters in the Book Auto-updated by ELFT</title>
6
7 <note>
8 <para>See the <emphasis
9 role="bold">eltf_params_updated_template_howto_use.txt</emphasis> text
10 file for description of how to create the final <emphasis
11 role="bold">eltf_params_updated.xml</emphasis> from this template and for
12 all <emphasis role="bold">REQUIREMENTS</emphasis>. Use the command
13 "<emphasis role="bold">make eltf</emphasis>" to extract a full list of all
14 ELTF variables, which always begins with ELTF_ and don't only rely on the
15 howto text file list! The plan is that ELTF will auto-update this when
16 needed.</para>
17 </note>
18
19 <section id="host_prereq">
20 <title>Common Parameters</title>
21
22 <bridgehead>A programlisting, ID
23 "eltf-prereq-apt-get-commands-host"</bridgehead>
24
25 <para id="eltf-prereq-apt-get-commands-host"><programlisting># Host Ubuntu 16.04.2 LTS 64bit
26sudo apt-get -y update
27sudo apt-get -y install sed wget subversion git-core coreutils unzip texi2html \
28 texinfo libsdl1.2-dev docbook-utils fop gawk python-pysqlite2 diffstat \
29 make gcc build-essential xsltproc g++ desktop-file-utils chrpath \
30 libgl1-mesa-dev libglu1-mesa-dev autoconf automake groff libtool xterm \
31 libxml-parser-perl</programlisting></para>
32
33 <bridgehead>A programlisting, ID
34 "eltf-getting-repo-install-command"</bridgehead>
35
36 <para id="eltf-getting-repo-install-command"><programlisting>mkdir -p ~/bin
37curl https://storage.googleapis.com/git-repo-downloads/repo &gt; ~/bin/repo
38chmod a+x ~/bin/repo
39export PATH=~/bin:$PATH</programlisting></para>
40
41 <bridgehead>Several phrase elements, various IDs. Ensure EL_REL_VER is
42 correct also compared to the "previous" REL VER in pardoc-distro.xml
43 "prev_baseline".</bridgehead>
44
45 <para id="EneaLinux_REL_VER"><phrase>8</phrase></para>
46
47 <para id="Yocto_VER"><phrase>2.5</phrase></para>
48
49 <para id="Yocto_NAME"><phrase>sumo</phrase></para>
50
51 <para id="ULINK_YOCTO_PROJECT_DOWNLOAD"><ulink
52 url="http://www.yoctoproject.org/downloads">http://www.yoctoproject.org/downloads</ulink></para>
53
54 <para id="ULINK_ENEA_LINUX_URL"><ulink
55 url="http://linux.enea.com/EneaLinux7.0">http://linux.enea.com/EneaLinux8.0</ulink></para>
56
57 <bridgehead>A programlisting, ID "eltf-repo-cloning-enea-linux". Use
58 $MACHINE/default.xml as parameter, where MACHINE is one of the target
59 directory names in the manifest.</bridgehead>
60
61 <para id="eltf-repo-cloning-enea-linux"><programlisting>mkdir enea-linux
62cd enea-linux
63repo init -u git@git.enea.com:linux/manifests/el_manifests-rt.git \
64 -b refs/tags/Enea_Linux_8.0 -m $MACHINE/default.xml
65repo sync</programlisting></para>
66
67 <bridgehead>A table with ONE row, only the row with ID
68 "eltf-eclipse-version-row" is included in the book. MANUALLY in book, set
69 condition hidden if eclipse is not in the release.</bridgehead>
70
71 <informaltable>
72 <tgroup cols="1">
73 <tbody>
74 <row id="eltf-eclipse-version-row">
75 <entry>Eclipse version 4.7 (Oxygen) plus command line development
76 tools are included in this Enea Linux release.</entry>
77 </row>
78 </tbody>
79 </tgroup>
80 </informaltable>
81
82 <bridgehead>Below is one big section with title "Supported Targets with
83 Parameters". The entire section is included completely in the book via ID
84 "eltf-target-tables-section" and shall be LAST in the template. The
85 template contains ONE target subsection. COPY/APPEND it, if multiple
86 targets exist in the release and optionally add rows with additional
87 target parameters in each target subsection table.</bridgehead>
88 </section>
89
90 <section id="eltf-target-tables-section">
91 <title>Supported Reference Boards with Parameters</title>
92
93 <para>The table(s) below describes the target(s) supported in this Enea
94 Linux release.</para>
95
96 <table>
97 <title>MACHINE Information Intel Xeon D</title>
98
99 <tgroup cols="2">
100 <colspec align="center" />
101
102 <thead>
103 <row>
104 <entry align="center">Component</entry>
105
106 <entry align="center">Description</entry>
107 </row>
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>
178
179 <row>
180 <entry align="left">Architecture and Description</entry>
181
182 <entry>x86-64</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>
219
220 <table>
221 <title>MACHINE Information Intel NUC Kaby Lake</title>
222
223 <tgroup cols="2">
224 <colspec align="center" />
225
226 <thead>
227 <row>
228 <entry align="center">Component</entry>
229
230 <entry align="center">Description</entry>
231 </row>
232 </thead>
233
234 <tbody>
235 <row>
236 <entry align="left">Target official name</entry>
237
238 <entry>Intel NUC Kaby Lake</entry>
239 </row>
240
241 <row>
242 <entry align="left">Architecture and Description</entry>
243
244 <entry>x86-64</entry>
245 </row>
246
247 <row>
248 <entry align="left">Link to target datasheet</entry>
249
250 <entry><ulink
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>
257
258 <entry>Git-commit-id: TBD</entry>
259 </row>
260
261 <row>
262 <entry align="left">GCC version</entry>
263
264 <entry>7.3</entry>
265 </row>
266
267 <row>
268 <entry align="left">Linux Kernel Version</entry>
269
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>
281 </section>
282</section>