Skip to content

Commit f932efd

Browse files
committed
doc: update for RI.6
- change default compiler from xt-xcc to xt-clang; - update tested/supported linux kernel versions; - update cover and list of changes. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
1 parent 1dad41d commit f932efd

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

doc/preface.dox

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,10 @@
3535
/// Changes from the Previous Version
3636
/// ---------------------------------
3737
///
38-
/// The following changes were made to this document for the Cadence RI-2019.1
38+
/// The following changes were made to this document for the Cadence RI-2021.6
3939
/// release of Xtensa processors. Subsequent releases may contain updates for
4040
/// features in this release or additional features may be added.
4141
///
42-
/// * New chapter \ref features is added and the chapter \ref features_operation
43-
/// is now a section inside this chapter.
44-
/// * New section \ref features_multiqueue is added to the \ref features chapter.
45-
/// * Information about the new `simple-xos` port is added to the
46-
/// \ref building_libraries chapter.
42+
/// * Range of tested and supported linux kernel versions is updated.
43+
/// * configure script invocation examples are updated to reflect new example
44+
/// directories layout, subsystem parameters and default compiler choice.

doc/title.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
OSCI, SystemC, Open SystemC, Open SystemC Initiative, and SystemC Initiative are registered trademarks of Open SystemC Initiative, Inc. in the United States and other countries and are used with permission. All other trademarks are the property of their respective holders.
160160
\vspace*{2.5cm}
161161
\newline Issue Date: \twodigits{\the\month}/{\the\year}
162-
\newline RI-2019.3
162+
\newline RI-2021.6
163163
\vspace*{0.4cm}
164164
\newline
165165
\vspace*{0.5cm}

doc/xrp_user_guide.dox

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ work on a very broad range of Xtensa cores. It is tested with Xtensa
102102
software versions RF.5 and later.
103103

104104
The Linux kernel driver is tested with a number of Linux kernel versions from
105-
3.18 to 5.3 and is known to work on Xtensa, 32- and 64-bit ARM and x86 Linux.
105+
3.18 to 5.4 and is known to work on Xtensa, 32- and 64-bit ARM and x86 Linux.
106106

107107
The driver makes the following assumptions:
108108
- The DSP has the same endianness as the host.
@@ -1041,7 +1041,7 @@ variable to the `configure` or to `make`:
10411041
for xtensa:
10421042

10431043
<pre>
1044-
$ ./configure --host=xtensa-elf CC=xt-xcc
1044+
$ ./configure --host=xtensa-elf CC=xt-clang
10451045
$ make
10461046
</pre>
10471047

@@ -1091,7 +1091,7 @@ binary may be used with `configure` or `make` command.
10911091
$ ./configure --host=xtensa-elf --disable-host --disable-standalone \
10921092
--enable-example \
10931093
DSP_LSP=vp6-mp/package/cores/DSP_0/xtensa-elf/lib/sim-stacklocal \
1094-
CC='xt-xcc --xtensa-core=visionp6_ao'
1094+
CC='xt-clang --xtensa-core=visionp6_ao'
10951095
$ make
10961096
</pre>
10971097

@@ -1112,7 +1112,7 @@ binary may be used with `configure` or `make` command.
11121112
--enable-standalone --enable-example \
11131113
DSP_LSP=vp6-mp/package/cores/DSP_0/xtensa-elf/lib/sim-stacklocal \
11141114
DSP_COMM_BASE=0x10000000 \
1115-
CC='xt-xcc --xtensa-core=visionp6_ao'
1115+
CC='xt-clang --xtensa-core=visionp6_ao'
11161116
$ make
11171117
</pre>
11181118

@@ -1141,7 +1141,7 @@ binary may be used with `configure` or `make` command.
11411141
- `HOST_CACHEATTR`: value for the `_memmap_cacheattr_reset` symbol.
11421142

11431143
<pre>
1144-
$ ./configure --host=xtensa-elf CC=xt-xcc --enable-example
1144+
$ ./configure --host=xtensa-elf CC=xt-clang --enable-example
11451145
$ make
11461146
</pre>
11471147

0 commit comments

Comments
 (0)