drivers/genesyslogic/gl9763e: Add driver for Genesys Logic GL9763E
The device is a PCIe to eMMC bridge controller to be used in the Chromebook as the boot disk. The datasheet name is GL9763E and the revision is 02. The patch sets single request AXI, disables ASPM L0s and enables SSC. Signed-off-by: Ben Chuang <benchuanggli@gmail.com> Change-Id: I158c79f5ac6e559f335b6b50092469c7b1646c56 Reviewed-on: https://review.coreboot.org/c/coreboot/+/43751 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
@@ -2033,6 +2033,9 @@
|
||||
#define PCI_DEVICE_ID_ALTIMA_AC1000 0x03e8
|
||||
#define PCI_DEVICE_ID_ALTIMA_AC9100 0x03ea
|
||||
|
||||
#define PCI_VENDOR_ID_GLI 0x17a0
|
||||
#define PCI_DEVICE_ID_GLI_9763E 0xe763
|
||||
|
||||
#define PCI_VENDOR_ID_XGI 0x18ca
|
||||
#define PCI_DEVICE_ID_XGI_20 0x0020
|
||||
#define PCI_DEVICE_ID_XGI_40 0x0040
|
||||
|
Reference in New Issue
Block a user