]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg/OvmfPkg.dec: Add PCD definitions used by copied CSM modules
authorHao A Wu <hao.a.wu@intel.com>
Wed, 15 May 2019 06:39:46 +0000 (14:39 +0800)
committerHao A Wu <hao.a.wu@intel.com>
Fri, 14 Jun 2019 05:05:39 +0000 (13:05 +0800)
commit51e55d81628826f698136d700d330f2e2c96aca7
treeb1b58eeaa44e2c1160526f453b11876393e095ce
parenteb7cad3f4abd1997cbd54a55bd7543050199b828
OvmfPkg/OvmfPkg.dec: Add PCD definitions used by copied CSM modules

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1811

This commit will add the PCD definitions consumed by the duplicated
drivers:

* VideoDxe
* LegacyBiosDxe

into the OvmfPkg DEC file.

Please note that, instead of adding these PCDs under section:
[PcdsFixedAtBuild, PcdsDynamic, PcdsDynamicEx, PcdsPatchableInModule]

as in IntelFrameworkModulePkg.dec file, they are added in section:
[PcdsFixedAtBuild]

in OvmfPkg.dec instead.

Cc: Ray Ni <ray.ni@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Hao A Wu <hao.a.wu@intel.com>
Reviewed-by: David Woodhouse <dwmw2@infradead.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
OvmfPkg/OvmfPkg.dec