]> git.dujemihanovic.xyz Git - u-boot.git/commit
fdt: Allow the devicetree to come from a bloblist
authorSimon Glass <sjg@chromium.org>
Thu, 4 Jan 2024 01:49:19 +0000 (18:49 -0700)
committerSimon Glass <sjg@chromium.org>
Sun, 7 Jan 2024 20:45:07 +0000 (13:45 -0700)
commit70fe23859437ffe4efe0793423937d8b78ebf9d6
tree31991261712f24ce8459511cc6807d26aa9747f0
parent06ef8089f876b6dabf56caba31a05c003f03c629
fdt: Allow the devicetree to come from a bloblist

Standard passage provides for a bloblist to be passed from one firmware
phase to the next. That can be used to pass the devicetree along as well.
Add an option to support this.

Tests for this will be added as part of the Universal Payload work.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
doc/develop/devicetree/control.rst
include/fdtdec.h
lib/fdtdec.c