summaryrefslogtreecommitdiff
path: root/Board/EM
diff options
context:
space:
mode:
authorraywu <raywu@aaeon.com.tw>2018-10-09 10:12:34 +0800
committerraywu <raywu@aaeon.com.tw>2018-10-09 10:12:34 +0800
commit0d5117f062989f8e661f92725df7d48bfcf21a53 (patch)
tree143b8a0057cd9fff235a9c8a758dce389a8aefda /Board/EM
parentfd6c379e109f89627f2a915cb4f0089d0392e0fb (diff)
downloadzprj-0d5117f062989f8e661f92725df7d48bfcf21a53.tar.xz
Release [DW03AR00] - Bring Up
Diffstat (limited to 'Board/EM')
-rw-r--r--Board/EM/Platform/AcpiPlatform.c6
-rw-r--r--Board/EM/Platform/Library/Protocol/GlobalNvsArea/GlobalNvsArea.h2
-rw-r--r--Board/EM/Setup/Setup.unibin24786 -> 24786 bytes
3 files changed, 4 insertions, 4 deletions
diff --git a/Board/EM/Platform/AcpiPlatform.c b/Board/EM/Platform/AcpiPlatform.c
index e7cbe97..3e34931 100644
--- a/Board/EM/Platform/AcpiPlatform.c
+++ b/Board/EM/Platform/AcpiPlatform.c
@@ -1067,9 +1067,9 @@ AcpiPlatformInit (
mGlobalNvsArea.Area->Revision = GLOBAL_NVS_AREA_REVISION_1;
-{
- mGlobalNvsArea.Area->ComIrqShareMode = gSetupData->F81216ComIrqShareMode ;
-}
+//{
+// mGlobalNvsArea.Area->ComIrqShareMode = gSetupData->F81216ComIrqShareMode ;
+//}
Status = pBS->InstallMultipleProtocolInterfaces (&ImageHandle,
&gEfiGlobalNvsAreaProtocolGuid,
diff --git a/Board/EM/Platform/Library/Protocol/GlobalNvsArea/GlobalNvsArea.h b/Board/EM/Platform/Library/Protocol/GlobalNvsArea/GlobalNvsArea.h
index 0734577..a087173 100644
--- a/Board/EM/Platform/Library/Protocol/GlobalNvsArea/GlobalNvsArea.h
+++ b/Board/EM/Platform/Library/Protocol/GlobalNvsArea/GlobalNvsArea.h
@@ -522,7 +522,7 @@ typedef struct {
UINT8 SPST; // (688) SATA port state, Bit0 - Port0, Bit1 - Port1, Bit2 - Port2, Bit3 - Port3
UINT8 ECLP; // (689) EC Low Power Mode: 1 - Enabled, 0 - Disabled
UINT8 INSC; // (690) Intel RMT Configuration
- UINT8 ComIrqShareMode;
+// UINT8 ComIrqShareMode;
} EFI_GLOBAL_NVS_AREA;
#pragma pack ()
diff --git a/Board/EM/Setup/Setup.uni b/Board/EM/Setup/Setup.uni
index b74e149..039a56a 100644
--- a/Board/EM/Setup/Setup.uni
+++ b/Board/EM/Setup/Setup.uni
Binary files differ