lenovo: add config ONBOARD_VGA_IS_PRIMARY

Hardware / Coreboot - Patrick Rudolph [das-labor.org] - 15 March 2016 15:35 UTC

Fix for the T4xx and T5xx series. It does not apply to X2xx/X6x series as those have only one GPU, which is always connected to the display.

The T6x series needs special care not handled with this patch.

Without ONBOARD_VGA_IS_PRIMARY the onboard GPU would be deactivated in case a dedicated GPU is found and active, leaving the system without a working display.

Change-Id: I94d1700e9afb75de83a4f2ed1ff53ba3b0559ae1

8ebb95d lenovo: add config ONBOARD_VGA_IS_PRIMARY
src/mainboard/lenovo/t400/Kconfig | 4 ++++
src/mainboard/lenovo/t420s/Kconfig | 4 ++++
src/mainboard/lenovo/t430s/Kconfig | 4 ++++
src/mainboard/lenovo/t520/Kconfig | 4 ++++
src/mainboard/lenovo/t530/Kconfig | 4 ++++
5 files changed, 20 insertions(+)

Upstream: review.coreboot.org


  • Share