Attention is currently required from: Martin Roth, Arthur Heymans, Aaron Durbin, Patrick Rudolph. Hello build bot (Jenkins), Patrick Georgi, Martin Roth, Aaron Durbin, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/50926
to look at the new patch set (#6).
Change subject: cpu/intel/fit: Add the FIT table as a separate CBFS file ......................................................................
cpu/intel/fit: Add the FIT table as a separate CBFS file
With CBnT a digest needs to be made of the IBB, in this case the bootblock. After that the BPM containing the IBB digest needs to be added to the FIT table. If the fit table is inside the IBB that would make the digest invalid. The proper solution is to move the FIT table out of the bootblock.
Change-Id: I352e11d5f7717147a877be16a87e9ae35ae14856 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/cpu/intel/fit/Makefile.inc M src/cpu/intel/fit/fit.S M src/security/intel/cbnt/Makefile.inc M src/security/intel/txt/Makefile.inc M src/security/vboot/Makefile.inc 5 files changed, 46 insertions(+), 29 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/50926/6