[bootlin/training-materials updates] master: Boot time: remove outline slides (28766af2)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Mar 1 15:35:16 CET 2021


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

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

commit 28766af25d9a3d1923d5b3f72f9d99868000062c
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Mar 1 15:35:16 2021 +0100

    Boot time: remove outline slides
    
    - Will show to agenda to participants anyway
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

28766af25d9a3d1923d5b3f72f9d99868000062c
 mk/boot-time.mk                                    |  1 -
 .../boot-time-course-outline.tex                   | 56 ----------------------
 2 files changed, 57 deletions(-)

diff --git a/mk/boot-time.mk b/mk/boot-time.mk
index f227cb91..680e6930 100644
--- a/mk/boot-time.mk
+++ b/mk/boot-time.mk
@@ -6,7 +6,6 @@ BOOT_TIME_SLIDES = \
 		course-information-title \
 		beagleboneblack-board \
 		beaglecam \
-		boot-time-course-outline \
 		board-setup-lab \
 		boot-time-principles \
 		build-system-bootloader-kernel-lab \
diff --git a/slides/boot-time-course-outline/boot-time-course-outline.tex b/slides/boot-time-course-outline/boot-time-course-outline.tex
deleted file mode 100644
index c8a2aacf..00000000
--- a/slides/boot-time-course-outline/boot-time-course-outline.tex
+++ /dev/null
@@ -1,56 +0,0 @@
-\begin{frame}
-\frametitle{Course outline - Day 1}
-\begin{columns}
-\column[t]{0.5\textwidth}
-Morning
-  \begin{itemize}
-    \item Lecture: principles
-    \item Lab: compiling the bootloader, kernel and root filesystem
-    \item Lab: setting up the system, customizing the build system
-\end{itemize}
-\column[t]{0.5\textwidth}
-  Afternoon
-  \begin{itemize}
-    \item Lecture: measuring time, software and hardware methods
-    \item Lab: measuring time, software and hardware methods
-    \item Lecture and lab: finding the optimum toolchain
-  \end{itemize}
-\end{columns}
-\end{frame}
-
-\begin{frame}
-\frametitle{Course outline - Day 2}
-\begin{columns}
-\column[t]{0.5\textwidth}
-Morning
-  \begin{itemize}
-    \item Lecture and lab: optimizing the application
-    \item Lecture and lab optimizing system initialization
-\end{itemize}
-\column[t]{0.5\textwidth}
-  Afternoon
-  \begin{itemize}
-    \item Lecture and lab: filesystem optimizations
-    \item Lecture and lab: kernel optimizations
-  \end{itemize}
-\end{columns}
-\end{frame}
-
-\begin{frame}
-\frametitle{Course outline - Day 3}
-\begin{columns}
-\column[t]{0.5\textwidth}
-Morning
-  \begin{itemize}
-    \item Lab: kernel optimizations (continued)
-\end{itemize}
-\column[t]{0.5\textwidth}
-  Afternoon
-  \begin{itemize}
-    \item Lecture and lab: bootloader optimizations
-    \item Wrap-up: achieved results
-    \item Questions and answers with participants
-  \end{itemize}
-\end{columns}
-\end{frame}
-




More information about the training-materials-updates mailing list