From 59e5c80237f76dfb5dff9b751aa23f30ef54a3af Mon Sep 17 00:00:00 2001 From: Lijian Zhao Date: Thu, 28 Feb 2019 23:55:30 -0800 Subject: soc/intel/cannonlake: Fix DSDT compile remarks The following remarks show up during cannonlake based platform coreboot build: dsdt.asl 55: Offset (0x00), Remark 2158 - ^ Unnecessary/redundant use of Offset operator dsdt.asl 136: Offset (0xa8), Remark 2158 - ^ Unnecessary/redundant use of Offset operator Address those two remarks in coreboot. BUG=N/A TEST=Build coreboot and check build log to see no more remark. Signed-off-by: Lijian Zhao Change-Id: Iad660347b32d90ac1176654820375e30a21b5ffe Reviewed-on: https://review.coreboot.org/c/31666 Tested-by: build bot (Jenkins) Reviewed-by: HAOUAS Elyes Reviewed-by: Bora Guvendik --- src/soc/intel/cannonlake/acpi/globalnvs.asl | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/intel/cannonlake/acpi/globalnvs.asl') diff --git a/src/soc/intel/cannonlake/acpi/globalnvs.asl b/src/soc/intel/cannonlake/acpi/globalnvs.asl index ac60b36d51..940cf4396b 100644 --- a/src/soc/intel/cannonlake/acpi/globalnvs.asl +++ b/src/soc/intel/cannonlake/acpi/globalnvs.asl @@ -32,7 +32,6 @@ OperationRegion (GNVS, SystemMemory, NVSA, 0x2000) Field (GNVS, ByteAcc, NoLock, Preserve) { /* Miscellaneous */ - Offset (0x00), OSYS, 16, // 0x00 - Operating System SMIF, 8, // 0x02 - SMI function PCNT, 8, // 0x03 - Processor Count -- cgit v1.2.3