[bootlin/training-materials updates] master: slides/sysdev-kernel-building: mention SPARC as initial platform with DT (e9298eb8)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Dec 7 11:36:11 CET 2022


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

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

commit e9298eb82012dd3b3aacf72259a39e428bcfb799
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Dec 7 11:35:43 2022 +0100

    slides/sysdev-kernel-building: mention SPARC as initial platform with DT
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

e9298eb82012dd3b3aacf72259a39e428bcfb799
 slides/sysdev-kernel-building/sysdev-kernel-building.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/sysdev-kernel-building/sysdev-kernel-building.tex b/slides/sysdev-kernel-building/sysdev-kernel-building.tex
index a7858af3..5cccaa3c 100644
--- a/slides/sysdev-kernel-building/sysdev-kernel-building.tex
+++ b/slides/sysdev-kernel-building/sysdev-kernel-building.tex
@@ -529,8 +529,8 @@ Cleaning targets:
   \item Depending on the architecture, such hardware is either
     described in ACPI tables (x86), using C code directly within the kernel,
     or using a special hardware description language in a {\em Device Tree}.
-  \item The Device Tree (DT) was created for PowerPC, and later was
-    adopted by other architectures (ARM, ARC...). Now Linux
+  \item The Device Tree (DT) was initially used for SPARC and PowerPC, and
+    later was adopted by other architectures (ARM, ARC...). Now Linux
     has DT support in most architectures.
   \item Its main purpose is to describe the hardware and its integration:
     non-discoverable devices, clocks, interrupts, DMA channels, pin




More information about the training-materials-updates mailing list