coreboot-kgpe-d16/src
Hung-Te Lin 4708612061 fmap: Add FMAP_AREA_PRESERVE
When updating firmware, we may need to preserve some sections like VPD,
calibration data, ... etc. The logic can be hard-coded in updater as a
list of known names, but a better solution is to have that directly
declared inside FMAP area flags.

To do that, the first step is to apply the changes in flash map
(http://crosreview.com/1493767). A new FMAP_AREA_PRESERVE is now
defined and will be set in future with new syntax in FMD parser.

BUG=chromium:936768
TEST=make; boots an x86 image.

Change-Id: Idba5c8d4a4c5d272f22be85d2054c6c0ce020b1b
Signed-off-by: Hung-Te Lin <hungte@chromium.org>
Reviewed-on: https://review.coreboot.org/c/31676
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
2019-03-04 13:25:01 +00:00
..
acpi
arch arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv field 2019-03-04 13:16:29 +00:00
commonlib fmap: Add FMAP_AREA_PRESERVE 2019-03-04 13:25:01 +00:00
console console: Split loglevel for fast and slow 2019-02-27 11:10:00 +00:00
cpu arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv field 2019-03-04 13:16:29 +00:00
device device/pci: Organize Makefile 2019-03-03 13:45:58 +00:00
drivers device/pci: Fix PCI accessor headers 2019-03-01 20:32:15 +00:00
ec ec/google/chromeec: fix the error status passing 2019-02-27 11:08:18 +00:00
include {src/include},{soc/intel): Configure HDA codecs 2019-03-04 13:22:24 +00:00
lib device/pci: Fix PCI accessor headers 2019-03-01 20:32:15 +00:00
mainboard Revert "mb/google/poppy/variants/atlas: Update DPTF parameters" 2019-03-04 13:23:07 +00:00
northbridge device/pci: Fix PCI accessor headers 2019-03-01 20:32:15 +00:00
security console: Refactor printk() varargs prototypes 2019-02-27 11:09:31 +00:00
soc src/soc/intel/braswell/cpu.c: Set up local APIC 2019-03-04 13:22:48 +00:00
southbridge arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv field 2019-03-04 13:16:29 +00:00
superio superio/ite/common: add option for enabling 5 FANs 2019-03-02 19:32:38 +00:00
vendorcode vendorcode/intel/fsp/fsp2_0/cml: Add FSP header files for Cometlake 2019-02-28 13:33:40 +00:00
Kconfig