summaryrefslogtreecommitdiff
path: root/Board/EM
diff options
context:
space:
mode:
authorraywu <raywu@aaeon.com>2018-07-04 08:39:46 +0800
committerraywu <raywu@aaeon.com>2018-07-04 08:39:46 +0800
commitc22c80ccaa347d83d18e0a0e08b60d55b80d8553 (patch)
treed4d3eb3eed604e61ebb7a3b0b926695979ce997b /Board/EM
parentb2f42f4aa16c4adb94fcd02df7192d1263045e61 (diff)
downloadzprj-c22c80ccaa347d83d18e0a0e08b60d55b80d8553.tar.xz
Adjust BIOS Default / SATA Mode set to Legacy IDE as default
Diffstat (limited to 'Board/EM')
-rw-r--r--Board/EM/Platform/AcpiPlatform.sd4
-rw-r--r--Board/EM/Setup/Setup.unibin24798 -> 24798 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/Board/EM/Platform/AcpiPlatform.sd b/Board/EM/Platform/AcpiPlatform.sd
index 1439c7f..7fe3d40 100644
--- a/Board/EM/Platform/AcpiPlatform.sd
+++ b/Board/EM/Platform/AcpiPlatform.sd
@@ -523,8 +523,8 @@
oneof varid = SETUP_DATA.NativeAspmEnable,\
prompt = STRING_TOKEN(STR_NATIVE_ASPM_PROMPT),\
help = STRING_TOKEN(STR_NATIVE_ASPM_HELP),\
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED, key = 0;\
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED, key = 0;\
+ option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED, key = 0;\
+ option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED, key = 0;\
endoneof;
#if PTID_SUPPORT
diff --git a/Board/EM/Setup/Setup.uni b/Board/EM/Setup/Setup.uni
index 5171885..1b29289 100644
--- a/Board/EM/Setup/Setup.uni
+++ b/Board/EM/Setup/Setup.uni
Binary files differ