cheza: Wrap FMAP sections with calibration data in RO_PRESERVE section

The Cheza board contains a couple of non-standard FMAP sections that
contain per-board calibration data. When flashing new firmware to the
board, care should be taken to copy these sections over so that all
features can still function correctly afterwards. This patch wraps a new
RO_PRESERVE FMAP section around these sections to make them easier to
preserve as a group.

Change-Id: I77919336f609a1be399598736f46921c3da99e68
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/28728
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: T Michael Turney <mturney@codeaurora.org>
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
This commit is contained in:
Julius Werner 2018-09-24 12:59:04 -07:00 committed by Patrick Georgi
parent cc16ec13ef
commit d4c5b211d5
1 changed files with 4 additions and 2 deletions

View File

@ -24,8 +24,10 @@ FLASH@0x0 8M {
RO_FRID 0x100 RO_FRID 0x100
} }
RO_VPD 16K RO_VPD 16K
RO_DDR_TRAINING 8K RO_PRESERVE {
RO_FSG RO_DDR_TRAINING 8K
RO_FSG
}
} }
RW_VPD 32K RW_VPD 32K