Zheng Bao (zheng.bao@amd.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10904
-gerrit
commit ddfc47710ce13f133e7f5459114d023ced8c5457 Author: zbao fishbaozi@gmail.com Date: Thu Jun 25 16:58:02 2015 -0400
AMD Merlin Falcon: Disable UMA if external graphics is used
For Carrizo, if the external is used as primary graphics, the internal graphics can not be used. so we let the GFXUMA be depended on ONBOARD_VGA_IS_PRIMARY.
Change-Id: If7031b74583a2b9805d16fcf669fe8be3b58ed40 Signed-off-by: Zheng Bao zheng.bao@amd.com Signed-off-by: Zheng Bao fishbaozi@gmail.com --- src/mainboard/amd/bettong/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mainboard/amd/bettong/Kconfig b/src/mainboard/amd/bettong/Kconfig index 1f2d888..7877499 100644 --- a/src/mainboard/amd/bettong/Kconfig +++ b/src/mainboard/amd/bettong/Kconfig @@ -29,7 +29,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_MP_TABLE select HAVE_ACPI_TABLES select BOARD_ROMSIZE_KB_8192 - select GFXUMA + select GFXUMA if ONBOARD_VGA_IS_PRIMARY
config MAINBOARD_DIR string