From 04cf449e7727627969dadaf1aec829c429460ced Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 5 Sep 2015 17:38:09 -0500 Subject: drivers/aspeed: Add native text mode VGA support for the AST2050 Change-Id: I37763a59d2546cd0c0e57b31fdb7aa77c2c50bee Signed-off-by: Timothy Pearson Reviewed-on: http://review.coreboot.org/11937 Reviewed-by: Peter Stuge Tested-by: build bot (Jenkins) --- src/include/device/pci_ids.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include') diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index dcb8a42dfe..fcaf4aa824 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -1991,6 +1991,9 @@ #define PCI_DEVICE_ID_XGI_20 0x0020 #define PCI_DEVICE_ID_XGI_40 0x0040 +#define PCI_VENDOR_ID_ASPEED 0x1a03 +#define PCI_DEVICE_ID_ASPEED_AST2050_VGA 0x2000 + #define PCI_VENDOR_ID_SYMPHONY 0x1c1c #define PCI_DEVICE_ID_SYMPHONY_101 0x0001 -- cgit v1.2.3