diff options
| author | Leah Rowe <vimuser@noreply.codeberg.org> | 2025-12-15 14:57:52 +0100 |
|---|---|---|
| committer | Leah Rowe <vimuser@noreply.codeberg.org> | 2025-12-15 14:57:52 +0100 |
| commit | f3dc54432e9df32080a062f942d8b81e2102170f (patch) | |
| tree | b64298a8b02a61f9f74c9c74cfe816453fdbf72b /config/coreboot/t480_vfsp_16mb | |
| parent | ec8617f27a00b34b0d500b3d21f94872402816f8 (diff) | |
| parent | 809e5d29a4f34b4160133f06001271e8627485c4 (diff) | |
Merge pull request 'T480: Add Thunderbolt support' (#387) from hustlerone/lbmk-alpine_ridge:master into master
Reviewed-on: https://codeberg.org/libreboot/lbmk/pulls/387
Diffstat (limited to 'config/coreboot/t480_vfsp_16mb')
| -rw-r--r-- | config/coreboot/t480_vfsp_16mb/config/libgfxinit_corebootfb | 1 | ||||
| -rw-r--r-- | config/coreboot/t480_vfsp_16mb/config/libgfxinit_txtmode | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/coreboot/t480_vfsp_16mb/config/libgfxinit_corebootfb b/config/coreboot/t480_vfsp_16mb/config/libgfxinit_corebootfb index 2b4d9b0c..df90c2db 100644 --- a/config/coreboot/t480_vfsp_16mb/config/libgfxinit_corebootfb +++ b/config/coreboot/t480_vfsp_16mb/config/libgfxinit_corebootfb @@ -624,6 +624,7 @@ CONFIG_BOOT_DEVICE_SPI_FLASH_RW_NOMMAP=y CONFIG_BOOT_DEVICE_SPI_FLASH_RW_NOMMAP_EARLY=y # CONFIG_SPI_FLASH_NO_FAST_READ is not set CONFIG_DRIVERS_UART=y +CONFIG_DRIVERS_INTEL_DTBT=y # CONFIG_DRIVERS_UART_OXPCIE is not set # CONFIG_VPD is not set # CONFIG_DRIVERS_EMULATION_QEMU_FW_CFG is not set diff --git a/config/coreboot/t480_vfsp_16mb/config/libgfxinit_txtmode b/config/coreboot/t480_vfsp_16mb/config/libgfxinit_txtmode index cc8d4fa4..d09d0494 100644 --- a/config/coreboot/t480_vfsp_16mb/config/libgfxinit_txtmode +++ b/config/coreboot/t480_vfsp_16mb/config/libgfxinit_txtmode @@ -625,6 +625,7 @@ CONFIG_DRIVERS_UART=y # CONFIG_DRIVERS_GENESYSLOGIC_GL9755 is not set # CONFIG_DRIVERS_GENESYSLOGIC_GL9763E is not set CONFIG_DRIVERS_I2C_DESIGNWARE=y +CONFIG_DRIVERS_INTEL_DTBT=y # CONFIG_DRIVERS_I2C_MAX98396 is not set # CONFIG_FSP_USE_REPO is not set # CONFIG_DISPLAY_HOBS is not set |
