Jeremy Jackson uploaded patch set #3 to this change.

View Change

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

To view, visit change 42028. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I3e904e44137f731f239f51dbf224965f33838e19
Gerrit-Change-Number: 42028
Gerrit-PatchSet: 3
Gerrit-Owner: Jeremy Jackson <jerj@coplanar.net>
Gerrit-Reviewer: Arthur Heymans <arthur@aheymans.xyz>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: newpatchset