[bootlin/training-materials updates] master: kernel: Introduce a real DT chapter (bdb36e2b)

Miquel Raynal miquel.raynal at bootlin.com
Sat Jan 14 00:07:03 CET 2023


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

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

commit bdb36e2b8038da3e58c8c7ba89dd32d17281021e
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Fri Dec 23 18:56:44 2022 +0100

    kernel: Introduce a real DT chapter
    
    This is still work in progress, the chapter for the sysdev training has
    been pulled, the first explanation of the device tree adapted to the
    BBB, I need to update a few other examples to better match the purpose
    of the kernel training.
    
    Then, we will have to create a new small lab inviting people to play
    with the device tree, followed by a lecture explaining the parsing of
    the device tree and what the kernel does to create devices internally.
    
    With all this, we will eventually will drop the "equivalent" chapter
    about DT, including the platform device explanation.
    
    TODO: The pinmuxing part has been commented out for now, it will be
    updated later.
    TODO: We need to do a first lab at the end of this chapter.
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


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

bdb36e2b8038da3e58c8c7ba89dd32d17281021e
 mk/linux-kernel.mk                              |    1 +
 slides/kernel-hw-devices/dt-inheritance-bbb.dia | 1537 +++++++++++++++++++++++
 slides/kernel-hw-devices/dt-inheritance.dia     |  649 ++++++++++
 slides/kernel-hw-devices/kernel-hw-devices.tex  | 1192 ++++++++++++++++++
 slides/kernel-hw-devices/simple-hardware.dia    |  938 ++++++++++++++
 5 files changed, 4317 insertions(+)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --ignore-space-at-eol --textconv --ext-diff --cc bdb36e2b8038da3e58c8c7ba89dd32d17281021e



More information about the training-materials-updates mailing list