Attention is currently required from: Benjamin Doron, Felix Held, Lean Sheng Tan, Matt DeVillier, Maximilian Brune.
Hello Felix Held, Julius Werner, Lean Sheng Tan, Matt DeVillier, Maximilian Brune, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/84796?usp=email
to look at the new patch set (#5).
The following approvals got outdated and were removed: Code-Review+2 by Lean Sheng Tan, Verified+1 by build bot (Jenkins)
Change subject: lib/{fit,fit_payload}.c: Enhance support for FIT images ......................................................................
lib/{fit,fit_payload}.c: Enhance support for FIT images
This is done with the intention of supporting Universal Payload.
Currently, we read an "entry-start" prop. This should be called "entry", awaiting the spec change here https://github.com/UniversalPayload/spec/pull/19.
We also implement support for the "load" prop. Note that this is implemented here as a fdt64_t, which may need to be checked against other implementations.
The selected configuration no longer requires an FDT. In this case, we'll attempt a config matching the board ID, then fallback to the FIT default compat.
Change-Id: I6a21954c0dc5fd820d135e8cd0599ce87903a1c0 Signed-off-by: Benjamin Doron benjamin.doron@9elements.com --- M src/include/fit.h M src/lib/fit.c M src/lib/fit_payload.c 3 files changed, 122 insertions(+), 28 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/84796/5