[PATCH v5 8/8] fdt: get FDT from bloblist

Tom Rini trini at konsulko.com
Sat Jan 13 16:27:32 CET 2024


On Fri, Jan 12, 2024 at 01:33:34PM -0800, Raymond Mao wrote:

> Get device tree from a bloblist if it exists.
> If not, fallback to traditional way.
> 
> Signed-off-by: Raymond Mao <raymond.mao at linaro.org>
> ---
> Changes in v2
> - Refactor of board_fdt_blob_setup().
> Changes in v4
> - Move the logics from board custom function to fdt library.
> Changes in V5
> - Rebase the changes on top of master.
> 
>  lib/fdtdec.c | 18 +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)

Why was this just not dropped after:
commit 70fe23859437ffe4efe0793423937d8b78ebf9d6
Author: Simon Glass <sjg at chromium.org>
Date:   Wed Jan 3 18:49:19 2024 -0700

    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 at chromium.org>
    Reviewed-by: Tom Rini <trini at konsulko.com>
    Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>

The commit message is wrong, as it looks like it tweaks how
CONFIG_OF_BOARD works to be differently wrong than today (which is in
turn a different thread and we can just not change it more right now,
and not have another thread about it).

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20240113/e762d353/attachment.sig>


More information about the U-Boot mailing list