mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-17 10:31:31 +00:00
gma: Expect zero Audio_VID_DID on Ibex Peak
It turned out that Ibex Peak, the PCH paired with the original Ironlake graphics in Nehalem processors, doesn't have that id. Change-Id: I928ca8df18b67a427c587ae768b4980e62b8fe1e Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/16960 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
@@ -658,7 +658,7 @@ is
|
||||
when Ivybridge |
|
||||
Sandybridge => Audio_VID_DID = 16#8086_2806# or
|
||||
Audio_VID_DID = 16#8086_2805#,
|
||||
when Ironlake => Audio_VID_DID = 16#8086_2804#); -- not sure
|
||||
when Ironlake => Audio_VID_DID = 16#0000_0000#);
|
||||
end Check_Platform;
|
||||
begin
|
||||
pragma Warnings (GNATprove, Off, "unused variable ""Write_Delay""",
|
||||
|
||||
Reference in New Issue
Block a user