From 31bb486c913795c8b67d1c4dbaae2bdec4943fc9 Mon Sep 17 00:00:00 2001 From: raywu Date: Thu, 13 Sep 2018 16:11:56 +0800 Subject: SLP1.0 / SLP2.0 / Default Password / Logo / Fix Boot Order --- Core/EM/SLP20/SlpSupport.sdl | 52 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 Core/EM/SLP20/SlpSupport.sdl (limited to 'Core/EM/SLP20/SlpSupport.sdl') diff --git a/Core/EM/SLP20/SlpSupport.sdl b/Core/EM/SLP20/SlpSupport.sdl new file mode 100644 index 0000000..780efb5 --- /dev/null +++ b/Core/EM/SLP20/SlpSupport.sdl @@ -0,0 +1,52 @@ +TOKEN + Name = "SlpSupport_SUPPORT" + Value = "1" + Help = "Main switch to enable SlpSupport support in Project" + TokenType = Boolean + TargetMAK = Yes + Master = Yes + Token = "ACPI_SUPPORT" "=" "1" +End + +PATH + Name = "SLP_SUPPORT_DIR" +End + +MODULE + Help = "Includes SlpSupport.mak to Project" + File = "SlpSupport.mak" +End + +ELINK + Name = "$(BUILD_DIR)\SlpSupport.ffs" + Parent = "FV_MAIN" + InvokeOrder = AfterParent +End + +ELINK + Name = "$(BUILD_DIR)\Slp20Marker.ffs" + Parent = "FV_MAIN" + InvokeOrder = AfterParent +End + +ELINK + Name = "$(BUILD_DIR)\Slp20PubKey.ffs" + Parent = "FV_MAIN" + InvokeOrder = AfterParent +End + +TOKEN + Name = "SLP_MARKER_ROM_FILENAME" + Value = "$(SLP_SUPPORT_DIR)\Marker.bin" + Help = "SLP2.0 Marker key rom file" + TokenType = File + TargetMAK = Yes +End + +TOKEN + Name = "SLP_PUBKEY_ROM_FILENAME" + Value = "$(SLP_SUPPORT_DIR)\PubKey.bin" + Help = "SLP2.0 Public key rom file" + TokenType = File + TargetMAK = Yes +End -- cgit v1.2.3