Attention is currently required from: Anil Kumar K, Arthur Heymans, Cliff Huang, Jérémy Compostella, Paul Menzel, Pratikkumar V Prajapati, Subrata Banik.
Hello Anil Kumar K, Arthur Heymans, Cliff Huang, Paul Menzel, Pratikkumar V Prajapati, Subrata Banik, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/76762?usp=email
to look at the new patch set (#10).
The following approvals got outdated and were removed: Code-Review+1 by Paul Menzel, Verified+1 by build bot (Jenkins)
Change subject: cbfstool: Add relocation support for EFI binaries ......................................................................
cbfstool: Add relocation support for EFI binaries
This patch allows EFI binaries stored in CBFS to be relocated at build time using the `--xip' option flag.
It allows to include a Pre-EFI Initialization Module driver in CBFS and to execute it in pre-memory stages. Such a module could perform some platform specific initialization operations such as graphics initialization operations for instance.
BUG=b:279173035 TEST=Included and dumped an EFI from the generated verified that the base address has been changed to match the location in SPINOR
Change-Id: I5e98ffd1d864cf9ac675421471d888334d8ab28b Signed-off-by: Jeremy Compostella jeremy.compostella@intel.com --- M src/commonlib/fsp_relocate.c M src/commonlib/include/commonlib/fsp.h M util/cbfstool/cbfstool.c 3 files changed, 55 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/76762/10