gma config: Add new device IDs for Raptor Lake
References:
RaptorLake External Design Specification Volume 1 (640555)
Change-Id: Icfba8143b306faa85bd4585b11633c8bd01f6f48
Signed-off-by: Anil Kumar <anil.kumar.k@intel.com>
Reviewed-on: https://review.coreboot.org/c/libgfxinit/+/77983
Reviewed-by: Jérémy Compostella <jeremy.compostella@intel.com>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: Nico Huber <nico.h@gmx.de>
diff --git a/common/hw-gfx-gma-config.ads.template b/common/hw-gfx-gma-config.ads.template
index b438c40..0bc7d80 100644
--- a/common/hw-gfx-gma-config.ads.template
+++ b/common/hw-gfx-gma-config.ads.template
@@ -542,7 +542,11 @@
Device_Id = 16#a7a0# or
Device_Id = 16#a7a1# or
Device_Id = 16#a7a8# or
- Device_Id = 16#a7a9#);
+ Device_Id = 16#a7a9# or
+ Device_Id = 16#a7aa# or
+ Device_Id = 16#a7ab# or
+ Device_Id = 16#a7ac# or
+ Device_Id = 16#a7ad#);
function Is_Alder_Lake (Device_Id : Word16) return Boolean is
(Is_Alder_Lake_P (Device_Id) or
Is_Alder_Lake_N (Device_Id) or