Dinesh Gehlot has uploaded this change for review. ( https://review.coreboot.org/c/libgfxinit/+/82681?usp=email )
Change subject: gma: Add graphics id for tivviks ......................................................................
gma: Add graphics id for tivviks
This patch includes the graphics IDs for the Tivviks board.
BUG=b:343004931 TEST=eSOL verified on tivviks board.
Change-Id: I23a19ab99e1bd1bc88f472116097f364b48d5b79 Signed-off-by: Dinesh Gehlot digehlot@google.com --- M common/hw-gfx-gma-config.ads.template 1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/libgfxinit refs/changes/81/82681/1
diff --git a/common/hw-gfx-gma-config.ads.template b/common/hw-gfx-gma-config.ads.template index 13fe224..cb46fda 100644 --- a/common/hw-gfx-gma-config.ads.template +++ b/common/hw-gfx-gma-config.ads.template @@ -563,7 +563,9 @@ function Is_Alder_Lake_N (Device_ID : Word16) return Boolean is (Device_Id = 16#46d0# or Device_Id = 16#46d1# or - Device_Id = 16#46d2#); + Device_Id = 16#46d2# or + Device_Id = 16#46d3# or + Device_Id = 16#46d4#); function Is_Raptor_Lake_P (Device_ID : Word16) return Boolean is (Device_Id = 16#a720# or Device_Id = 16#a721# or