summaryrefslogtreecommitdiff
path: root/Core/EM/Capsule2_0/Capsule2_0.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Core/EM/Capsule2_0/Capsule2_0.sdl')
-rw-r--r--Core/EM/Capsule2_0/Capsule2_0.sdl60
1 files changed, 60 insertions, 0 deletions
diff --git a/Core/EM/Capsule2_0/Capsule2_0.sdl b/Core/EM/Capsule2_0/Capsule2_0.sdl
new file mode 100644
index 0000000..ade3693
--- /dev/null
+++ b/Core/EM/Capsule2_0/Capsule2_0.sdl
@@ -0,0 +1,60 @@
+TOKEN
+ Name = Capsule2_0_SUPPORT
+ Value = 1
+ TokenType = Boolean
+ TargetH = Yes
+ TargetMAK = Yes
+ Master = Yes
+ Help = "Main switch to enable Capsule2_0 support in Project"
+End
+
+PATH
+ Name = Capsule2_0_DIR
+ Help = "Path to Capsule2_0 Module in Project"
+End
+
+MODULE
+ Help = "Includes Capsule2_0.mak to Project"
+ File = "Capsule2_0.mak"
+End
+
+TOKEN
+ Name = "SUPPORT_UPDATE_CAPSULE_RESET"
+ Value = "1"
+ Help = "If ON - platform supports memory preserve across reset."
+ TokenType = Boolean
+ TargetH = Yes
+End
+
+TOKEN
+ Name = "MAX_CAPSULE_SIZE"
+ Value = "0x4000000"
+ Help = "Maximum size for capsule"
+ TokenType = Integer
+ TargetH = Yes
+End
+
+ELINK
+ Name = "Capsule20PeiInit,"
+ Parent = "PeiInitNV,"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "Capsule20RuntimeInit,"
+ Parent = "RuntimeInitialize"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "ProcessCapsule,"
+ Parent = "ConnectRootBridgeHandles,"
+ InvokeOrder = BeforeParent
+End
+
+ELINK
+ Name = "OemProcessCapsuleList"
+ Help = "List of callback functions to be called to process OEM capsule"
+ InvokeOrder = ReplaceParent
+End
+