summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraywu <raywu@aaeon.com.tw>2018-12-13 16:23:28 +0800
committerraywu <raywu@aaeon.com.tw>2018-12-13 16:23:28 +0800
commit875d03f07f6a2ba88b4dc237f08fd299da65efc2 (patch)
tree7b2256cfddf7f622e04497a5ddd0a4a2b6ebf01f
parent8a5d7221bdf4dfa57476de4c5be27c7ee2dacd40 (diff)
downloadzprj-875d03f07f6a2ba88b4dc237f08fd299da65efc2.tar.xz
DW01 - Supported FixedBootOrder Module
-rw-r--r--Board/EM/Setup/Boot.vfr4
-rw-r--r--CRB/CSP.sdl2
-rw-r--r--SharkBayDT.veb4
3 files changed, 8 insertions, 2 deletions
diff --git a/Board/EM/Setup/Boot.vfr b/Board/EM/Setup/Boot.vfr
index 43e625a..f0ea151 100644
--- a/Board/EM/Setup/Boot.vfr
+++ b/Board/EM/Setup/Boot.vfr
@@ -186,6 +186,7 @@ formset guid = BOOT_FORM_SET_GUID,
CSM_OPT_OUT_PXE_OPROM
+#if !FIXED_BOOT_ORDER_SUPPORT //(EIP9585)
SEPARATOR
SUBTITLE(STRING_TOKEN(STR_BOOT_ORDER_SUBTITLE))
suppressif ideqvallist BOOT_MANAGER.BootCount == 0xFFFF;
@@ -211,10 +212,12 @@ formset guid = BOOT_FORM_SET_GUID,
help = STRING_TOKEN(STR_BBS_ORDER_HELP);
endif;
#endif
+#endif //#if !FIXED_BOOT_ORDER_SUPPORT //(EIP9585)
#define FORM_SET_GOTO
#include <SetupDefinitions.h>
#undef FORM_SET_GOTO
endform;
+#if !FIXED_BOOT_ORDER_SUPPORT //(EIP9585)
#if !defined(GROUP_BOOT_OPTIONS_BY_TAG) || GROUP_BOOT_OPTIONS_BY_TAG==1
form
formid = AUTO_ID(BBS_ORDER_FORM),
@@ -237,6 +240,7 @@ formset guid = BOOT_FORM_SET_GUID,
endif;
endform;
#endif
+#endif //#if !FIXED_BOOT_ORDER_SUPPORT //(EIP9585)
#define FORM_SET_FORM
#include <SetupDefinitions.h>
#undef FORM_SET_FORM
diff --git a/CRB/CSP.sdl b/CRB/CSP.sdl
index 83240be..7a7b226 100644
--- a/CRB/CSP.sdl
+++ b/CRB/CSP.sdl
@@ -1654,7 +1654,7 @@ End
TOKEN
Name = "BBS_USB_DEVICE_TYPE_SUPPORT"
- Value = "1"
+ Value = "0"
Help = "Treat USB devices as a separate BBS device type"
TokenType = Boolean
TargetH = Yes
diff --git a/SharkBayDT.veb b/SharkBayDT.veb
index 3845b63..648abc8 100644
--- a/SharkBayDT.veb
+++ b/SharkBayDT.veb
@@ -799,7 +799,9 @@
"Core\EM\AMIDebugRx\binaries\LIBS\DbgrUsbCableSelectLib.cif"= "SS: Alaska;$/Alaska/BIN/Modules/AMIDebugRx\binaries/LIBS;4.6.2_AMIDebugRx_2.04.0074"
"Core\EM\AMIDebugRx\binaries\LIBS\DbgrX64Lib\DbgrX64Lib.cif"= "SS: Alaska;$/Alaska/BIN/Modules/AMIDebugRx\binaries/LIBS/DbgrX64Lib;4.6.2_AMIDebugRx_2.04.0074"
"Core\EM\AMIDebugRx\binaries\LIBS\DebuggerLib\DebuggerLib.cif"= "SS: Alaska;$/Alaska/BIN/Modules/AMIDebugRx\binaries/LIBS/DebuggerLib;4.6.2_AMIDebugRx_2.04.0074"
-
+"FixedBootOrder.cif"= "SS: ALASKA;$/Alaska/BIN/Modules/Template/FixedBootOrder Demo;4.6.5.1_FixedBootOrder_17"
+"Board\EM\FixedBootOrder\DefaultFixedBootOrder\DefaultFixedBootOrder.cif"= "SS: ALASKA;$/Alaska/BIN/Modules/Template/FixedBootOrder Demo\Board/em/FixedBootOrder;4.6.5.1_FixedBootOrder_17"
+"Board\EM\FixedBootOrder\FixedBootOrderStyle\FixedBootOrderStyle.cif"= "SS: ALASKA;$/Alaska/BIN/Modules/Template/FixedBootOrder Demo\Board/em/FixedBootOrder;4.6.5.1_FixedBootOrder_17"
"Board\Board.cif"= "SS: Alaska;$/Alaska/BIN/Board;4.6.5.4_Board_31"
"Board\em\Setup\Setup.cif"= "SS: Alaska;$/Alaska/BIN/Board\Setup;4.6.5.4_Board_31"
"Include\Protocol\AmiSetupProtocol.cif"= "SS: ALASKA;$/Alaska/BIN/Board\Setup;4.6.5.4_Board_31"