]> git.proxmox.com Git - mirror_edk2.git/commit - OvmfPkg/OvmfPkg.dec
OvmfPkg/OvmfPkg.dec: Add 8259-related PCDs in OVMF DEC file
authorHao Wu <hao.a.wu@intel.com>
Tue, 2 Apr 2019 07:28:50 +0000 (15:28 +0800)
committerHao Wu <hao.a.wu@intel.com>
Thu, 11 Apr 2019 00:57:27 +0000 (08:57 +0800)
commit460ffed242af83000945f69f75e381426c172ac8
treec960b75278dfd261794fa8265a1109980a1bf2b2
parent10fa47e538290bb22ff5de39bedcce1dd92d488f
OvmfPkg/OvmfPkg.dec: Add 8259-related PCDs in OVMF DEC file

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

According to the DEC file in PcAtChipsetPkg, this commit adds the two
8259-driver-related PCDs into the OvmfPkg DEC file.

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

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

in OvmfPkg.dec instead.

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