summaryrefslogtreecommitdiff
path: root/OvmfPkg
diff options
context:
space:
mode:
authorLaszlo Ersek <lersek@redhat.com>2018-03-10 18:10:02 +0100
committerLaszlo Ersek <lersek@redhat.com>2018-03-13 14:30:13 +0100
commitb15e00c823d330a058f25e8142acbd1a68998c1c (patch)
tree640e971640829921cd125e72a6cca3848119562b /OvmfPkg
parentb0c6d928cbca1a79a8fa1bfea04db6fe66516cc4 (diff)
downloadedk2-b15e00c823d330a058f25e8142acbd1a68998c1c.zip
edk2-b15e00c823d330a058f25e8142acbd1a68998c1c.tar.gz
edk2-b15e00c823d330a058f25e8142acbd1a68998c1c.tar.bz2
OvmfPkg/AcpiPlatformDxe: sort [Sources*] sections in the INF files
This makes it easier to insert future source files, and to see the source files that are unique to either INF file. No functional changes. Cc: Anthony Perard <anthony.perard@citrix.com> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Julien Grall <julien.grall@linaro.org> Cc: Phil Dennis-Jordan <phil@philjordan.eu> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'OvmfPkg')
-rw-r--r--OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf6
-rw-r--r--OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf6
2 files changed, 6 insertions, 6 deletions
diff --git a/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf b/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf
index 9a9b2e6..f1ab80d 100644
--- a/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf
+++ b/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf
@@ -28,12 +28,12 @@
[Sources]
AcpiPlatform.c
+ BootScript.c
+ EntryPoint.c
+ PciDecoding.c
Qemu.c
QemuFwCfgAcpi.c
Xen.c
- EntryPoint.c
- PciDecoding.c
- BootScript.c
[Packages]
MdePkg/MdePkg.dec
diff --git a/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf b/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf
index adc50cf..6b6e787 100644
--- a/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf
+++ b/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf
@@ -27,11 +27,11 @@
#
[Sources]
- QemuFwCfgAcpiPlatform.c
- QemuFwCfgAcpi.c
+ BootScript.c
EntryPoint.c
PciDecoding.c
- BootScript.c
+ QemuFwCfgAcpi.c
+ QemuFwCfgAcpiPlatform.c
[Packages]
MdePkg/MdePkg.dec