From 0e7add1d75fc75762208af84579e6809589ea6e5 Mon Sep 17 00:00:00 2001 From: Anthony PERARD Date: Wed, 20 Jul 2022 06:17:10 -0700 Subject: [PATCH] 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 Reviewed-by: Michael D Kinney Acked-by: Ard Biesheuvel --- .../Library/XenHypercallLib/{Aarch64 => AArch64}/Hypercall.S | 0 OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename OvmfPkg/Library/XenHypercallLib/{Aarch64 => AArch64}/Hypercall.S (100%) diff --git a/OvmfPkg/Library/XenHypercallLib/Aarch64/Hypercall.S b/OvmfPkg/Library/XenHypercallLib/AArch64/Hypercall.S similarity index 100% rename from OvmfPkg/Library/XenHypercallLib/Aarch64/Hypercall.S rename to OvmfPkg/Library/XenHypercallLib/AArch64/Hypercall.S diff --git a/OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf b/OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf index 32ae73f7aa..edb7787239 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