Hello build bot (Jenkins), Patrick Georgi, Martin Roth, Arthur Heymans,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/42028
to look at the new patch set (#3).
Change subject: Create separate .config files in CBFS for fallback/normal prefixes ......................................................................
Create separate .config files in CBFS for fallback/normal prefixes
When building using CONFIG_UPDATE_IMAGE=y, the previous copy of .config is overwritten when adding files to coreboot.rom CBFS via cbfstool at the end of the build. This should be a separate file to track the origin if each prefix (fallback and normal) separately, since there can be two different versions and/or configurations. Also the "revision" file benefits from the same treatment.
The original config and revision files are retained for backwards compatibility, if not updating an existing image. This also serves to record these files for the bootblock.
Signed-off-by: Jeremy Jackson jerj@coplanar.net Change-Id: I3e904e44137f731f239f51dbf224965f33838e19 --- M Makefile.inc M payloads/external/Makefile.inc M src/mainboard/facebook/fbg1701/board_mboot.h M util/board_status/board_status.sh 4 files changed, 21 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/28/42028/3