summaryrefslogtreecommitdiff
path: root/Board/EM/Csm/csm.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Board/EM/Csm/csm.sdl')
-rw-r--r--Board/EM/Csm/csm.sdl35
1 files changed, 24 insertions, 11 deletions
diff --git a/Board/EM/Csm/csm.sdl b/Board/EM/Csm/csm.sdl
index 5aaf973..3526135 100644
--- a/Board/EM/Csm/csm.sdl
+++ b/Board/EM/Csm/csm.sdl
@@ -20,7 +20,7 @@ End
TOKEN
Name = "CSM16_VERSION_MINOR"
- Value = "76"
+ Value = "78"
Help = "CSM16 minor version"
TokenType = Integer
TargetMAK = Yes
@@ -29,7 +29,7 @@ End
TOKEN
Name = "CSM_VERSION_BUILD"
- Value = "81"
+ Value = "82"
Help = "CSM module build version"
TokenType = Integer
TargetMAK = Yes
@@ -86,15 +86,6 @@ TOKEN
End
TOKEN
- Name = "LEGACY_TO_EFI_BOOTRECORD_RETURN"
- Value = "0"
- Help = "This token controls the LegacyToEfi feature after legacy boot gives control to the boot record\Disabled: next boot option can be Legacy only.\Enabled: next boot option can be either Legacy or UEFI."
- TokenType = Boolean
- TargetH = Yes
- Token = "LEGACY_TO_EFI_DEFAULT" "=" "1"
-End
-
-TOKEN
Name = "LEGACY_TO_EFI_BOOT_BUFFER_SIZE"
Value = "0x300000"
Help = "Size of buffer used to save memory context before legacy boot."
@@ -198,6 +189,14 @@ TOKEN
End
TOKEN
+ Name = "CSM_ALLOW_LARGE_OPROMS"
+ Value = "0"
+ Help = "Enabling this switch allows CSM to load and execute legacy Option ROMs larger than 128K. If enabled, the >128KB size will be taken from PCIR structure, not from ROM header."
+ TokenType = Boolean
+ TargetH = Yes
+End
+
+TOKEN
Name = "PXE_BASECODE_ROM_FILE"
Value = "AddOn\Pxebase.lom"
Help = "PXE base code ROM file."
@@ -364,3 +363,17 @@ ELINK
Name = "CSM_INIT_LEGACY_MEMORY_FUNCTIONS"
InvokeOrder = ReplaceParent
End
+
+ELINK
+ Name = "CSM_16_CALL_COMPANION_FUNCTIONS"
+ InvokeOrder = ReplaceParent
+End
+
+TOKEN
+ Name = "ACPI_TIMER_IN_LEGACY_SUPPORT"
+ Value = "0"
+ Help = "Enable this token if ACPI timer needs to be used in AmiLegacy16 instead of 8254 timer for delay.\ If disabled 8254 timer will be used for creating delay."
+ TokenType = Boolean
+ TargetH = Yes
+ Token = "ACPI_SUPPORT" "=" "1"
+End \ No newline at end of file