nb/intel/haswell/gma.c: Add ULX PCI device IDs

Change-Id: Ida3d2dcdf89342b084c8e1fbf3fae7e47a7238d2
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50137
Reviewed-by: Jamal Wright <Crabstorage@getbackinthe.kitchen>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Angel Pons 2021-01-29 18:07:01 +01:00 committed by Paul Fagerburg
parent fbc46a3bfb
commit bc04997f75
1 changed files with 2 additions and 0 deletions

View File

@ -485,6 +485,8 @@ static const unsigned short pci_device_ids[] = {
0x0a06, /* ULT GT1 */ 0x0a06, /* ULT GT1 */
0x0a16, /* ULT GT2 */ 0x0a16, /* ULT GT2 */
0x0a26, /* ULT GT3 */ 0x0a26, /* ULT GT3 */
0x0a0e, /* ULX GT1 */
0x0a1e, /* ULX GT2 */
0, 0,
}; };