From c22c80ccaa347d83d18e0a0e08b60d55b80d8553 Mon Sep 17 00:00:00 2001 From: raywu Date: Wed, 4 Jul 2018 08:39:46 +0800 Subject: Adjust BIOS Default / SATA Mode set to Legacy IDE as default --- Board/EM/Platform/AcpiPlatform.sd | 4 ++-- Board/EM/Setup/Setup.uni | Bin 24798 -> 24798 bytes 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Board/EM') 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 Binary files a/Board/EM/Setup/Setup.uni and b/Board/EM/Setup/Setup.uni differ -- cgit v1.2.3