]> git.proxmox.com Git - mirror_edk2.git/commit - ArmVirtPkg/ArmVirtPkg.dec
ArmPlatformPkg/ArmVirtualizationPkg: introduce PCDs for device tree base address
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 18 Sep 2014 17:56:44 +0000 (17:56 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 18 Sep 2014 17:56:44 +0000 (17:56 +0000)
commitad6f3dafb86b93066ea9e0301629bae0cf7e3018
tree6ad0a8952b6c6e83cbb9a3410657b8f1a53ae7ea
parentad90df8ac0182c70fc28218156982a4443d23982
ArmPlatformPkg/ArmVirtualizationPkg: introduce PCDs for device tree base address

Introduce gArmVirtualizationTokenSpaceGuid.PcdDeviceTreeBaseAddress and
PcdDeviceTreeInitialBaseAddress, which will be used by virtual machine ports
that discover the system configuration from a flattened device tree DTB image.

The latter is FixedPcd only, and should contain the initial offset of the DTB,
the former may be declared as dynamic, and updated at runtime if the DTB is
relocated before the DXE phase.

Contributed-under: TianoCore Contribution Agreement 1.0
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16135 6f19259b-4bc3-4df7-8a09-765794883524
ArmPlatformPkg/ArmVirtualizationPkg/ArmVirtualizationPkg.dec [new file with mode: 0644]