summaryrefslogtreecommitdiffstats
path: root/ArmVirtPkg/ArmVirtQemuKernel.fdf
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2016-06-21 12:23:43 +0200
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2016-06-23 16:07:38 +0200
commitbf57a42a0e2cf1c68e9db2f61c82ce93c806ab07 (patch)
tree63175836adb16754dda55bcbf68e99c842c176c3 /ArmVirtPkg/ArmVirtQemuKernel.fdf
parent733c0c88c358ef76fc9182c654a4a55d36f44704 (diff)
downloadedk2-bf57a42a0e2cf1c68e9db2f61c82ce93c806ab07.tar.gz
edk2-bf57a42a0e2cf1c68e9db2f61c82ce93c806ab07.tar.bz2
edk2-bf57a42a0e2cf1c68e9db2f61c82ce93c806ab07.zip
ArmVirtPkg: add FDF definition for empty varstore
Similar to how OVMF implements this, add a FD definition for the varstore firmware volume and the FTW areas. The template was taken from the file OvmfPkg/VarStore.fdf.inc, and subsequently modified to accommodate the differences in NOR flash layout. This affects the FvLength, Checksum and BlockMap[0] fields in the FV header, the Size field of the varstore header, and the Crc and WriteQueueSize fields of the FTW header. The event log region is not used by ArmVirtQemu, so it has been omitted. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'ArmVirtPkg/ArmVirtQemuKernel.fdf')
-rw-r--r--ArmVirtPkg/ArmVirtQemuKernel.fdf1
1 files changed, 1 insertions, 0 deletions
diff --git a/ArmVirtPkg/ArmVirtQemuKernel.fdf b/ArmVirtPkg/ArmVirtQemuKernel.fdf
index 6db0668a88..f6dcbc1d54 100644
--- a/ArmVirtPkg/ArmVirtQemuKernel.fdf
+++ b/ArmVirtPkg/ArmVirtQemuKernel.fdf
@@ -91,6 +91,7 @@ DATA = {
gArmTokenSpaceGuid.PcdFvBaseAddress|gArmTokenSpaceGuid.PcdFvSize
FV = FVMAIN_COMPACT
+!include VarStore.fdf.inc
################################################################################
#