mirror of https://github.com/acidanthera/audk.git
Add default parameters for EfiRom for Cirrus Logic 5430.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8943 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5106d42295
commit
b9c6eef15b
|
@ -32,6 +32,12 @@
|
|||
|
||||
ENTRY_POINT = InitializeCirrusLogic5430
|
||||
|
||||
PCI_VENDOR_ID = 0x1013
|
||||
PCI_DEVICE_ID = 0x00A8
|
||||
PCI_CLASS_CODE = 0x030000
|
||||
PCI_REVISION = 0x00
|
||||
COMPRESS = TRUE
|
||||
|
||||
#
|
||||
# The following information is for reference only and not required by the build tools.
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue