[bootlin/training-materials updates] master: Embedded Linux slides: update supported architectures (e9c73c47)

Michael Opdenacker michael.opdenacker at bootlin.com
Sun May 9 18:25:52 CEST 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/e9c73c4743e31c62d358114ccb599070780f0499

>---------------------------------------------------------------

commit e9c73c4743e31c62d358114ccb599070780f0499
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Sun May 9 18:25:52 2021 +0200

    Embedded Linux slides: update supported architectures
    
    - c6x no longer supported
    - Some spacing improvements
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

e9c73c4743e31c62d358114ccb599070780f0499
 slides/sysdev-intro/sysdev-intro.tex                               | 7 +++----
 slides/sysdev-linux-intro-features/sysdev-linux-intro-features.tex | 2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/slides/sysdev-intro/sysdev-intro.tex b/slides/sysdev-intro/sysdev-intro.tex
index 4d8e15b4..2471a4a5 100644
--- a/slides/sysdev-intro/sysdev-intro.tex
+++ b/slides/sysdev-intro/sysdev-intro.tex
@@ -241,13 +241,12 @@
   \begin{itemize}
   \item x86 and x86-64, as found on PC platforms, but also embedded systems
     (multimedia, industrial)
-  \item ARM, with hundreds of different {\em System on Chip}s ({\em
-	SoC}: CPU + on-chip devices, for all sorts of products)
-  \item RISC-V, the rising architecture with a free instruction set
+  \item ARM, with hundreds of different {\em System on Chip}s\\
+        ({\em SoC}: CPU + on-chip devices, for all sorts of products)
+  \item RISC-V, the rising architecture with a free instruction set\\
         (from high-end cloud computing to the smallest embedded systems)
   \item PowerPC (mainly real-time, industrial applications)
   \item MIPS (mainly networking applications)
-  \item c6x (TI DSP architecture)
   \item Microblaze (Xilinx), Nios II (Altera): soft cores on FPGAs
   \item Others: ARC, m68k, Xtensa, SuperH...
   \end{itemize}
diff --git a/slides/sysdev-linux-intro-features/sysdev-linux-intro-features.tex b/slides/sysdev-linux-intro-features/sysdev-linux-intro-features.tex
index f5042d58..ed2a45ec 100644
--- a/slides/sysdev-linux-intro-features/sysdev-linux-intro-features.tex
+++ b/slides/sysdev-linux-intro-features/sysdev-linux-intro-features.tex
@@ -160,7 +160,7 @@
     supported by \code{gcc}
   \item 32 bit architectures (\kdir{arch} subdirectories)\\
     Examples: \ksubarch{arm}, \ksubarch{arc},
-    \ksubarch{c6x} (DSP), \ksubarch{m68k}, \ksubarch{microblaze} (soft
+    \ksubarch{m68k}, \ksubarch{microblaze} (soft
         core on FPGA)...
   \item 64 bit architectures:\\
     Examples: \ksubarch{alpha}, \ksubarch{arm64}, \ksubarch{ia64}...




More information about the training-materials-updates mailing list