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