x86: coreboot: Enable support for the configuration editor
Enable cedit support along with required options and a simple style. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -54,6 +54,13 @@
|
|||||||
menu-inset = <3>;
|
menu-inset = <3>;
|
||||||
menuitem-gap-y = <1>;
|
menuitem-gap-y = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cedit-theme {
|
||||||
|
font-size = <30>;
|
||||||
|
menu-inset = <3>;
|
||||||
|
menuitem-gap-y = <1>;
|
||||||
|
menu-title-margin-x = <30>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
sysinfo {
|
sysinfo {
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ CONFIG_SHOW_BOOT_PROGRESS=y
|
|||||||
CONFIG_USE_BOOTARGS=y
|
CONFIG_USE_BOOTARGS=y
|
||||||
CONFIG_BOOTARGS="root=/dev/sdb3 init=/sbin/init rootwait ro"
|
CONFIG_BOOTARGS="root=/dev/sdb3 init=/sbin/init rootwait ro"
|
||||||
CONFIG_BOOTCOMMAND="bootflow scan -l; if bootflow menu; then cls; bootflow boot; fi"
|
CONFIG_BOOTCOMMAND="bootflow scan -l; if bootflow menu; then cls; bootflow boot; fi"
|
||||||
|
CONFIG_CEDIT=y
|
||||||
CONFIG_SYS_PBSIZE=532
|
CONFIG_SYS_PBSIZE=532
|
||||||
CONFIG_PRE_CONSOLE_BUFFER=y
|
CONFIG_PRE_CONSOLE_BUFFER=y
|
||||||
CONFIG_SYS_CONSOLE_INFO_QUIET=y
|
CONFIG_SYS_CONSOLE_INFO_QUIET=y
|
||||||
@@ -46,6 +47,7 @@ CONFIG_TFTP_TSIZE=y
|
|||||||
CONFIG_USE_ROOTPATH=y
|
CONFIG_USE_ROOTPATH=y
|
||||||
CONFIG_REGMAP=y
|
CONFIG_REGMAP=y
|
||||||
CONFIG_SYSCON=y
|
CONFIG_SYSCON=y
|
||||||
|
CONFIG_OFNODE_MULTI_TREE=y
|
||||||
# CONFIG_ACPIGEN is not set
|
# CONFIG_ACPIGEN is not set
|
||||||
CONFIG_SYS_IDE_MAXDEVICE=4
|
CONFIG_SYS_IDE_MAXDEVICE=4
|
||||||
CONFIG_SYS_ATA_DATA_OFFSET=0
|
CONFIG_SYS_ATA_DATA_OFFSET=0
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ CONFIG_SHOW_BOOT_PROGRESS=y
|
|||||||
CONFIG_USE_BOOTARGS=y
|
CONFIG_USE_BOOTARGS=y
|
||||||
CONFIG_BOOTARGS="root=/dev/sdb3 init=/sbin/init rootwait ro"
|
CONFIG_BOOTARGS="root=/dev/sdb3 init=/sbin/init rootwait ro"
|
||||||
CONFIG_BOOTCOMMAND="bootflow scan -l; if bootflow menu; then cls; bootflow boot; fi"
|
CONFIG_BOOTCOMMAND="bootflow scan -l; if bootflow menu; then cls; bootflow boot; fi"
|
||||||
|
CONFIG_CEDIT=y
|
||||||
CONFIG_PRE_CONSOLE_BUFFER=y
|
CONFIG_PRE_CONSOLE_BUFFER=y
|
||||||
CONFIG_SYS_CONSOLE_INFO_QUIET=y
|
CONFIG_SYS_CONSOLE_INFO_QUIET=y
|
||||||
CONFIG_LOG=y
|
CONFIG_LOG=y
|
||||||
@@ -42,6 +43,7 @@ CONFIG_TFTP_TSIZE=y
|
|||||||
CONFIG_USE_ROOTPATH=y
|
CONFIG_USE_ROOTPATH=y
|
||||||
CONFIG_REGMAP=y
|
CONFIG_REGMAP=y
|
||||||
CONFIG_SYSCON=y
|
CONFIG_SYSCON=y
|
||||||
|
CONFIG_OFNODE_MULTI_TREE=y
|
||||||
# CONFIG_ACPIGEN is not set
|
# CONFIG_ACPIGEN is not set
|
||||||
CONFIG_SYS_IDE_MAXDEVICE=4
|
CONFIG_SYS_IDE_MAXDEVICE=4
|
||||||
CONFIG_SYS_ATA_DATA_OFFSET=0
|
CONFIG_SYS_ATA_DATA_OFFSET=0
|
||||||
|
|||||||
Reference in New Issue
Block a user