From 6c85d7a61ea01392dd572b255eceb881c309feaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabe=20Ga=C5=82=C4=85zka?= <38294951+flawedworld@users.noreply.github.com> Date: Sat, 1 Feb 2020 17:43:35 +0000 Subject: [PATCH] Add ability to change CMOS values for X230 Add ability to change CMOS values by genning SMBIOS tables and using the values from stock bios, this allows for editing of SMBIOS values to change things such as VRAM allocation, FN and CTRL key swap etc --- config/coreboot-x230.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/coreboot-x230.config b/config/coreboot-x230.config index c69f4174..1ec6037b 100644 --- a/config/coreboot-x230.config +++ b/config/coreboot-x230.config @@ -23,3 +23,6 @@ CONFIG_PAYLOAD_OPTIONS="" CONFIG_LINUX_COMMAND_LINE="intel_iommu=igfx_off quiet" CONFIG_LINUX_INITRD="../../build/x230/initrd.cpio.xz" CONFIG_DEBUG_SMM_RELOCATION=y +CONFIG_USE_OPTION_TABLE=y +CONFIG_GENERATE_SMBIOS_TABLES=y +CONFIG_SMBIOS_PROVIDED_BY_MOBO=y