Hannah Williams (hannah.williams@intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13506
-gerrit
commit 6aa723a8450d10ccfe312cee76f9150b2ace5012 Author: Hannah Williams hannah.williams@intel.com Date: Thu Jan 28 14:25:32 2016 -0800
soc/braswell: Fix Global NVS base address
TEST=Boot to OS Signed-off-by: Hannah Williams hannah.williams@intel.com
Change-Id: I9b43eb4f6f7af62a8a0bbe7bfa08feee1eaca24e --- src/soc/intel/braswell/acpi/globalnvs.asl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/soc/intel/braswell/acpi/globalnvs.asl b/src/soc/intel/braswell/acpi/globalnvs.asl index 5c8a75f..a53834a 100644 --- a/src/soc/intel/braswell/acpi/globalnvs.asl +++ b/src/soc/intel/braswell/acpi/globalnvs.asl @@ -25,8 +25,9 @@ Name(\PICM, 0) /* IOAPIC/8259 */ * we have to fix it up in coreboot's ACPI creation phase. */
+External (NVSA)
-OperationRegion (GNVS, SystemMemory, 0xC0DEBABE, 0x2000) +OperationRegion (GNVS, SystemMemory, NVSA, 0x2000) Field (GNVS, ByteAcc, NoLock, Preserve) { /* Miscellaneous */