aboutsummaryrefslogtreecommitdiff
path: root/Platforms
diff options
context:
space:
mode:
authorGraeme Gregory <graeme.gregory@linaro.org>2016-07-05 21:18:47 +0100
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2016-07-06 11:27:31 +0200
commit1b1ea24a65ac489f852d0842b959140c15843e7f (patch)
treee665aff88da1058f7fc832fd42f9e1149f65daff /Platforms
parent7170bce20c48f7dd851275563ab13257967a5ab2 (diff)
Platforms/Arm/FVP: add magic to fdf to allow aslc
Without this statement in fdf file ACPI tables defined in aslc files do not automagically get included in the XSDT. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Graeme Gregory <graeme.gregory@linaro.org> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Diffstat (limited to 'Platforms')
-rw-r--r--Platforms/ARM/VExpress/ArmVExpress-FVP-AArch64.fdf1
1 files changed, 1 insertions, 0 deletions
diff --git a/Platforms/ARM/VExpress/ArmVExpress-FVP-AArch64.fdf b/Platforms/ARM/VExpress/ArmVExpress-FVP-AArch64.fdf
index 41267ba..9b455d7 100644
--- a/Platforms/ARM/VExpress/ArmVExpress-FVP-AArch64.fdf
+++ b/Platforms/ARM/VExpress/ArmVExpress-FVP-AArch64.fdf
@@ -356,5 +356,6 @@ READ_LOCK_STATUS = TRUE
[Rule.Common.USER_DEFINED.ACPITABLE]
FILE FREEFORM = $(NAMED_GUID) {
+ RAW ACPI |.acpi
RAW ASL |.aml
}