diff options
author | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
---|---|---|
committer | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
commit | b7c51c9cf4864df6aabb99a1ae843becd577237c (patch) | |
tree | eebe9b0d0ca03062955223097e57da84dd618b9a /Core/EM/FastBoot/FastBootSMI.sdl | |
download | zprj-master.tar.xz |
Diffstat (limited to 'Core/EM/FastBoot/FastBootSMI.sdl')
-rw-r--r-- | Core/EM/FastBoot/FastBootSMI.sdl | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/Core/EM/FastBoot/FastBootSMI.sdl b/Core/EM/FastBoot/FastBootSMI.sdl new file mode 100644 index 0000000..755fa0a --- /dev/null +++ b/Core/EM/FastBoot/FastBootSMI.sdl @@ -0,0 +1,40 @@ +TOKEN + Name = "FAST_BOOT_SMI_SUPPORT" + Value = "0" + Help = "Switch to enable FastBootSMI in the project." + TokenType = Boolean + TargetEQU = Yes + TargetMAK = Yes + TargetH = Yes + Master = Yes +End + +TOKEN + Name = "FAST_BOOT_ENABLE_SWSMI" + Value = "0xDB" + TokenType = Integer + TargetH = Yes +End + +TOKEN + Name = "FAST_BOOT_DISABLE_SWSMI" + Value = "0xDC" + TokenType = Integer + TargetH = Yes +End + +PATH + Name = "FastBootSMI_DIR" +End + +MODULE + Help = "Includes FastBootSMI.mak to Project" + File = "FastBootSMI.mak" +End + +ELINK + Name = "$(BUILD_DIR)\FastBootSMI.ffs" + Parent = "FV_MAIN" + InvokeOrder = AfterParent +End + |