summaryrefslogtreecommitdiff
path: root/OvmfPkg
diff options
context:
space:
mode:
authorAnthony PERARD <anthony.perard@citrix.com>2022-07-20 06:17:10 -0700
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-07-28 01:22:13 +0000
commit0e7add1d75fc75762208af84579e6809589ea6e5 (patch)
treec187654570e3be48aa6b8b5744690de8dda0fbaa /OvmfPkg
parent1774a44ad91d01294bace32b0060ce26da2f0140 (diff)
downloadedk2-0e7add1d75fc75762208af84579e6809589ea6e5.zip
edk2-0e7add1d75fc75762208af84579e6809589ea6e5.tar.gz
edk2-0e7add1d75fc75762208af84579e6809589ea6e5.tar.bz2
OvmfPkg/XenHypercallLib: Fix naming of AArch64
Fix path to follow naming convention of "AArch64", and allow the path in "Maintainers.txt" to work as expected. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3982 Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com> Acked-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'OvmfPkg')
-rw-r--r--OvmfPkg/Library/XenHypercallLib/AArch64/Hypercall.S (renamed from OvmfPkg/Library/XenHypercallLib/Aarch64/Hypercall.S)0
-rw-r--r--OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf2
2 files changed, 1 insertions, 1 deletions
diff --git a/OvmfPkg/Library/XenHypercallLib/Aarch64/Hypercall.S b/OvmfPkg/Library/XenHypercallLib/AArch64/Hypercall.S
index 1533d48..1533d48 100644
--- a/OvmfPkg/Library/XenHypercallLib/Aarch64/Hypercall.S
+++ b/OvmfPkg/Library/XenHypercallLib/AArch64/Hypercall.S
diff --git a/OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf b/OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf
index 32ae73f..edb7787 100644
--- a/OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf
+++ b/OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf
@@ -42,7 +42,7 @@
Arm/Hypercall.S
[Sources.AARCH64]
- Aarch64/Hypercall.S
+ AArch64/Hypercall.S
[Sources]
XenHypercall.c