]> git.proxmox.com Git - mirror_edk2.git/commit
UefiCpuPkg: Add missing components to UefiCpuPkg.dsc
authorSean Brogan <sean.brogan@microsoft.com>
Tue, 8 Oct 2019 03:27:33 +0000 (20:27 -0700)
committerMichael D Kinney <michael.d.kinney@intel.com>
Thu, 24 Oct 2019 00:47:29 +0000 (17:47 -0700)
commit20c082e8d764579bdd374bf156346b28aa3471de
tree70e976b2080c6196d7e550bcbcb44d3f80cc7a2d
parent79cd636f3ee1d89cf8282067ec33c59e1f2a6666
UefiCpuPkg: Add missing components to UefiCpuPkg.dsc

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

Update UefiCpuPkg.dsc to guarantee all libraries and
modules are always built.  Add the following components.

* UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.inf
* UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf

ResetVector.inf is a binary INF, so no source builds are
triggered from adding this line.  However, a build with
this component does verify the contents of the INF file.

Cc: Eric Dong <eric.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
UefiCpuPkg/UefiCpuPkg.dsc