Patrick Rudolph has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/49175 )
Change subject: device/Kconfig: Use more fine grained Kconfig for graphics init ......................................................................
device/Kconfig: Use more fine grained Kconfig for graphics init
Add MAINBOARD_HAS_NATIVE_ASPEED_VGA_INIT.
Change-Id: Iee2d7d89a54418a5a93a57da37462c5cfb17c11c Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com --- M src/device/Kconfig M src/drivers/aspeed/ast2050/Kconfig 2 files changed, 8 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/49175/1
diff --git a/src/device/Kconfig b/src/device/Kconfig index 789e239..baa7110 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -46,6 +46,13 @@ Selected by mainboards / drivers that provide native graphics init for Intel GPUs within coreboot.
+config MAINBOARD_HAS_NATIVE_ASPEED_VGA_INIT + def_bool n + select MAINBOARD_HAS_NATIVE_VGA_INIT + help + Selected by mainboards / drivers that provide native graphics + init for Aspeed GPUs within coreboot. + config MAINBOARD_FORCE_NATIVE_VGA_INIT def_bool n depends on MAINBOARD_HAS_NATIVE_VGA_INIT || MAINBOARD_HAS_LIBGFXINIT diff --git a/src/drivers/aspeed/ast2050/Kconfig b/src/drivers/aspeed/ast2050/Kconfig index 7d2c728..5023b1f 100644 --- a/src/drivers/aspeed/ast2050/Kconfig +++ b/src/drivers/aspeed/ast2050/Kconfig @@ -1,4 +1,4 @@ config DRIVERS_ASPEED_AST2050 bool select DRIVERS_ASPEED_AST_COMMON - select MAINBOARD_HAS_NATIVE_VGA_INIT + select MAINBOARD_HAS_NATIVE_ASPEED_VGA_INIT
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/49175 )
Change subject: device/Kconfig: Use more fine grained Kconfig for graphics init ......................................................................
Patch Set 1: Code-Review+1
(1 comment)
https://review.coreboot.org/c/coreboot/+/49175/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/49175/1//COMMIT_MSG@7 PS1, Line 7: Use more fine grained Kconfig for graphics init Add MAINBOARD_HAS_NATIVE_ASPEED_VGA_INIT
Hello Felix Singer, build bot (Jenkins), Angel Pons, Michael Niewöhner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/49175
to look at the new patch set (#2).
Change subject: device/Kconfig: Add MAINBOARD_HAS_NATIVE_ASPEED_VGA_INIT ......................................................................
device/Kconfig: Add MAINBOARD_HAS_NATIVE_ASPEED_VGA_INIT
This will allow a more fine grained control about graphics drivers to run.
Change-Id: Iee2d7d89a54418a5a93a57da37462c5cfb17c11c Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com --- M src/device/Kconfig M src/drivers/aspeed/ast2050/Kconfig 2 files changed, 8 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/49175/2
Martin L Roth has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/49175?usp=email )
Change subject: device/Kconfig: Add MAINBOARD_HAS_NATIVE_ASPEED_VGA_INIT ......................................................................
Abandoned
This patch has not been touched in over 12 months. Anyone who wants to take over work on this patch, please feel free to restore it and do any work needed to get it merged. If you create a new patch based on this work, please credit the original author.