summaryrefslogtreecommitdiff
path: root/src/config/Options.lb
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r--src/config/Options.lb41
1 files changed, 35 insertions, 6 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb
index 936f9c3727..a175f358e8 100644
--- a/src/config/Options.lb
+++ b/src/config/Options.lb
@@ -117,7 +117,7 @@ define OBJCOPY
comment "Objcopy command"
end
define LINUXBIOS_VERSION
- default "1.1.5"
+ default "1.1.6"
export always
comment "LinuxBIOS version"
end
@@ -318,6 +318,12 @@ define CONFIG_UNCOMPRESSED
export always
comment "Set for uncompressed image"
end
+define CONFIG_LB_MEM_TOPK
+ format "%d"
+ default 1024
+ export always
+ comment "Kilobytes of memory to initialized before executing code from RAM"
+end
define HAVE_OPTION_TABLE
default 0
export always
@@ -331,6 +337,29 @@ define USE_OPTION_TABLE
end
###############################################
+# CMOS variable options
+###############################################
+define LB_CKS_RANGE_START
+ default 49
+ format "%d"
+ export always
+ comment "First CMOS byte to use for LinuxBIOS options"
+end
+define LB_CKS_RANGE_END
+ default 125
+ format "%d"
+ export always
+ comment "Last CMOS byte to use for LinuxBIOS options"
+end
+define LB_CKS_LOC
+ default 126
+ format "%d"
+ export always
+ comment "Pair of bytes to use for CMOS checksum"
+end
+
+
+###############################################
# Build targets
###############################################
@@ -427,15 +456,15 @@ define MAINBOARD_VENDOR
export always
comment "Vendor of mainboard"
end
-define CONFIG_SYS_CLK_FREQ
+define MAINBOARD_POWER_ON_AFTER_POWER_FAIL
default none
export used
- comment "System clock frequency in MHz"
+ comment "Default power on after power fail setting"
end
-define CONFIG_KEYBOARD
- default 0
+define CONFIG_SYS_CLK_FREQ
+ default none
export used
- comment "Run PC keyboard enable code"
+ comment "System clock frequency in MHz"
end
define CONFIG_LEGACY_VGABIOS
default 0