diff options
| author | Leah Rowe <leah@libreboot.org> | 2025-04-21 05:03:07 +0100 | 
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2025-04-21 06:38:30 +0100 | 
| commit | c7569a67145a9534b14f477e088bb60e4330f9be (patch) | |
| tree | 438b48769541907ae331aef3dc3c40e651e243db /config/coreboot/t500_8mb | |
| parent | 762c7ff43ebd065de62f26fbe5729d221110c5a0 (diff) | |
coreboot/next: merge with coreboot/default
I also cherry-picked a patch from Heads, that fixes build
issues caused by the hacks in the T480 port; several changes
made by Mate are now ifdef'd based on whether a KabyLake
ThinkPad is specified in defconfig.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/t500_8mb')
| -rw-r--r-- | config/coreboot/t500_8mb/config/libgfxinit_corebootfb | 2 | ||||
| -rw-r--r-- | config/coreboot/t500_8mb/config/libgfxinit_txtmode | 2 | 
2 files changed, 4 insertions, 0 deletions
| diff --git a/config/coreboot/t500_8mb/config/libgfxinit_corebootfb b/config/coreboot/t500_8mb/config/libgfxinit_corebootfb index ff076154..22de6c8d 100644 --- a/config/coreboot/t500_8mb/config/libgfxinit_corebootfb +++ b/config/coreboot/t500_8mb/config/libgfxinit_corebootfb @@ -185,6 +185,8 @@ CONFIG_PCIEXP_HOTPLUG_PREFETCH_MEM=0x10000000  # CONFIG_BOARD_LENOVO_THINKCENTRE_M900_TINY is not set  # CONFIG_BOARD_LENOVO_M920Q is not set  # CONFIG_BOARD_LENOVO_S230U is not set +# CONFIG_BOARD_LENOVO_T480 is not set +# CONFIG_BOARD_LENOVO_T480S is not set  # CONFIG_BOARD_LENOVO_T400 is not set  CONFIG_BOARD_LENOVO_T500=y  # CONFIG_BOARD_LENOVO_R400 is not set diff --git a/config/coreboot/t500_8mb/config/libgfxinit_txtmode b/config/coreboot/t500_8mb/config/libgfxinit_txtmode index 08c9236b..03a48de1 100644 --- a/config/coreboot/t500_8mb/config/libgfxinit_txtmode +++ b/config/coreboot/t500_8mb/config/libgfxinit_txtmode @@ -183,6 +183,8 @@ CONFIG_PCIEXP_HOTPLUG_PREFETCH_MEM=0x10000000  # CONFIG_BOARD_LENOVO_THINKCENTRE_M900_TINY is not set  # CONFIG_BOARD_LENOVO_M920Q is not set  # CONFIG_BOARD_LENOVO_S230U is not set +# CONFIG_BOARD_LENOVO_T480 is not set +# CONFIG_BOARD_LENOVO_T480S is not set  # CONFIG_BOARD_LENOVO_T400 is not set  CONFIG_BOARD_LENOVO_T500=y  # CONFIG_BOARD_LENOVO_R400 is not set | 
