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 1/3] 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 c69f4174e..1ec6037bf 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 From e341f40cc44e22e0191553de5e0ad034a4eaf03b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabe=20Ga=C5=82=C4=85zka?= <38294951+flawedworld@users.noreply.github.com> Date: Mon, 3 Feb 2020 22:09:42 +0000 Subject: [PATCH 2/3] Update coreboot-x230.config --- config/coreboot-x230.config | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/coreboot-x230.config b/config/coreboot-x230.config index 1ec6037bf..c8ef10f44 100644 --- a/config/coreboot-x230.config +++ b/config/coreboot-x230.config @@ -24,5 +24,3 @@ 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 From 801bbed601de9e3a2617f83c9b7b81fd2118a253 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabe=20Ga=C5=82=C4=85zka?= <38294951+flawedworld@users.noreply.github.com> Date: Sun, 23 Feb 2020 18:51:42 +0000 Subject: [PATCH 3/3] Update coreboot-x230.config --- config/coreboot-x230.config | 1 + 1 file changed, 1 insertion(+) diff --git a/config/coreboot-x230.config b/config/coreboot-x230.config index c8ef10f44..cdab5d864 100644 --- a/config/coreboot-x230.config +++ b/config/coreboot-x230.config @@ -24,3 +24,4 @@ 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_STATIC_OPTION_TABLE=y