]> git.proxmox.com Git - mirror_edk2.git/commit
CorebootPayloadPkg/PciHostBridgeLib: clear aperture vars for (re)init
authorHeyi Guo <heyi.guo@linaro.org>
Wed, 28 Feb 2018 02:19:28 +0000 (10:19 +0800)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 15 Mar 2018 08:25:56 +0000 (08:25 +0000)
commit6a9e59a1bc40603fa8d9b25a406ea9bd5fe63915
tree5141ae7d69223c330fb0d6dfc2d392ea961b0826
parentac9b530e6b47c0957345e421b618d8bdd2bf21cf
CorebootPayloadPkg/PciHostBridgeLib: clear aperture vars for (re)init

Use ZeroMem() to initialize (or re-initialize) all fields in temporary
PCI_ROOT_BRIDGE_APERTURE variables to zero. This is not mandatory but
helpful for future extension: when we add new fields to
PCI_ROOT_BRIDGE_APERTURE and the default value of these fields can
safely be zero, this code will not suffer from an additional change.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Heyi Guo <heyi.guo@linaro.org>
Signed-off-by: Yi Li <phoenix.liyi@huawei.com>
Reviewed-by: Ni Ruiyu <ruiyu.ni@intel.com>
Reviewed-by: Benjamin You <benjamin.you@intel.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
CorebootPayloadPkg/Library/PciHostBridgeLib/PciHostBridgeSupport.c