diff options
author | Laszlo Ersek <lersek@redhat.com> | 2015-02-23 16:04:35 +0000 |
---|---|---|
committer | lersek <lersek@Edk2> | 2015-02-23 16:04:35 +0000 |
commit | 4c7ee75dfc3dcf8513f2b3428da08c242638a26f (patch) | |
tree | 2c28d521eebabd3671e6bebb870156da82851b39 | |
parent | e17b1db501b3ba8ea375cea46d8a9d4379cab954 (diff) | |
download | edk2-platforms-4c7ee75dfc3dcf8513f2b3428da08c242638a26f.tar.xz |
MdePkg: BasePciLibPciExpress: list ARM and AARCH64 as valid architectures
"ArmPlatformPkg/ArmVirtualizationPkg/ArmVirtualization.dsc.inc" references
this PciLib instance.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Olivier Martin <Olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16915 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf b/MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf index 9df8117952..6ccd54ff9d 100644 --- a/MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf +++ b/MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf @@ -27,7 +27,7 @@ #
-# VALID_ARCHITECTURES = IA32 X64 IPF EBC
+# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM AARCH64
#
[Sources]
|