gma config: Add new device IDs for Raptor Lake
References:
RaptorLake External Design Specification Volume 1 (640555)
(cherry picked from commit 87469f2ec0028f26ea54021ad02a94f9b1ee7759)
Original-Change-Id: Icfba8143b306faa85bd4585b11633c8bd01f6f48
Original-Signed-off-by: Anil Kumar <anil.kumar.k@intel.com>
Original-Reviewed-on: https://review.coreboot.org/c/libgfxinit/+/77983
Original-Reviewed-by: Jérémy Compostella <jeremy.compostella@intel.com>
Original-Reviewed-by: Subrata Banik <subratabanik@google.com>
Original-Tested-by: Nico Huber <nico.h@gmx.de>
GitOrigin-RevId: 87469f2ec0028f26ea54021ad02a94f9b1ee7759
Change-Id: I6362141b94de8925392b3a8ab47e8bef9c7e2194
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/coreboot/libgfxinit/+/4882857
Commit-Queue: Reka Norman <rekanorman@chromium.org>
Reviewed-by: Reka Norman <rekanorman@chromium.org>
Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
Reviewed-by: Kangheui Won <khwon@chromium.org>
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