coreboot/src
Hung-Te Lin e5861828ee mainboard: Enable PRESERVE flag in all vboot/chromeos FMD files
For Chrome OS (or vboot), The PRESERVE flags should be applied on
following sections:
 RO_PRESERVE, RO_VPD, RW_PRESERVE, RW_ELOG, RW_NVRAM, RW_SMMSTORE,
 RW_VPD, RO_FSG (b:116326638), SI_GBE (chromium:936768),
 SI_PDR (chromium:936768)

With the new PRESERVE flag, we don't need RO_PRESERVE and RW_PRESERVE in
the future. But it's still no harm to use it if there are multiple
sections all needing to be preserved.

BUG=chromium:936768
TEST=Builds google/eve and google/kukui inside Chrome OS source tree.
     Also boots successfully on eve and kukui devices.

Change-Id: I6664ae3d955001ed14374e2788d400ba5fb9b7f8
Signed-off-by: Hung-Te Lin <hungte@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31709
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
2019-03-05 20:52:06 +00:00
..
acpi arch/x86: Add common AMD ACPI hardware definitions 2017-11-10 19:15:38 +00:00
arch arch/io.h: Separate MMIO and PNP ops 2019-03-04 15:59:23 +00:00
commonlib device/mmio.h: Add include file for MMIO ops 2019-03-04 15:57:39 +00:00
console arch/io.h: Separate MMIO and PNP ops 2019-03-04 15:59:23 +00:00
cpu device/mmio.h: Add include file for MMIO ops 2019-03-04 15:57:39 +00:00
device device/mmio.h: Add include file for MMIO ops 2019-03-04 15:57:39 +00:00
drivers device/mmio.h: Add include file for MMIO ops 2019-03-04 15:57:39 +00:00
ec device/pnp: Add header files for PNP ops 2019-03-04 15:58:55 +00:00
include arch/io.h: Separate MMIO and PNP ops 2019-03-04 15:59:23 +00:00
lib mb/qemu-{i440fx,q35}: Use POSTCAR stage to load the ramstage 2019-03-05 19:35:37 +00:00
mainboard mainboard: Enable PRESERVE flag in all vboot/chromeos FMD files 2019-03-05 20:52:06 +00:00
northbridge device/mmio.h: Add include file for MMIO ops 2019-03-04 15:57:39 +00:00
security console: Refactor printk() varargs prototypes 2019-02-27 11:09:31 +00:00
soc soc/intel/braswell: Add SMBus support 2019-03-05 12:23:56 +00:00
southbridge arch/io.h: Drop includes in fam10 romstages 2019-03-05 16:19:37 +00:00
superio device/pnp: Add header files for PNP ops 2019-03-04 15:58:55 +00:00
vendorcode device/mmio.h: Add include file for MMIO ops 2019-03-04 15:57:39 +00:00
Kconfig Kconfig: Add system type entries for common enclosures 2019-02-05 16:03:29 +00:00