[bootlin/training-materials updates] master: sysdev: slides: bootloaders-sequence: reorder examples by similarity (88327999)

Luca Ceresoli luca.ceresoli at bootlin.com
Thu Feb 9 08:56:03 CET 2023


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

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

commit 883279999b8f5c5540898dbff8d1208f0b4a7ea7
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Wed Feb 8 22:57:31 2023 +0100

    sysdev: slides: bootloaders-sequence: reorder examples by similarity
    
    Swap the STM32MP1 and i.MX6 slides in order to group together the examples
    that are similar:
    
     * First AM335x and i.MX6, which have no secure world
     * Then STM32MP1 and Allwinner ARMv8, which have secure world
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

883279999b8f5c5540898dbff8d1208f0b4a7ea7
 .../sysdev-bootloaders-sequence.tex                      | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/slides/sysdev-bootloaders-sequence/sysdev-bootloaders-sequence.tex b/slides/sysdev-bootloaders-sequence/sysdev-bootloaders-sequence.tex
index 628905d0..31bfef31 100644
--- a/slides/sysdev-bootloaders-sequence/sysdev-bootloaders-sequence.tex
+++ b/slides/sysdev-bootloaders-sequence/sysdev-bootloaders-sequence.tex
@@ -548,14 +548,6 @@
   \end{center}
 \end{frame}
 
-\begin{frame}{STM32MP1: ARMv7}
-  \begin{center}
-    \includegraphics[width=\textwidth]{common/sequence-stm32mp1.pdf}
-  \end{center}
-  \vspace{0.3cm}
-  Note: booting with U-Boot SPL and U-Boot is also possible.
-\end{frame}
-
 \begin{frame}{NXP i.MX6: ARMv7}
   \begin{center}
     \includegraphics[height=0.7\textheight]{slides/sysdev-bootloaders-sequence/sequence-imx.pdf}
@@ -566,6 +558,14 @@
   flow on i.MX6.
 \end{frame}
 
+\begin{frame}{STM32MP1: ARMv7}
+  \begin{center}
+    \includegraphics[width=\textwidth]{common/sequence-stm32mp1.pdf}
+  \end{center}
+  \vspace{0.3cm}
+  Note: booting with U-Boot SPL and U-Boot is also possible.
+\end{frame}
+
 \begin{frame}{Allwinner ARMv8 cores}
   \begin{center}
     \includegraphics[height=0.8\textheight]{slides/sysdev-bootloaders-sequence/sequence-allwinner-64-bit.pdf}




More information about the training-materials-updates mailing list