Browse Source

SimicsX58SktPkg: Replace vtf0 bin with source module

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

Updated SimicsX58SktPkg to use the source version of
UefiCpuPkg/ResetVector/Vtf0. This will allow the Vtf0 binary
to be removed from the edk2 repository

Cc: Michael Kinney <michael.d.kinney@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Michael Kubacki <michael.a.kubacki@intel.com>
Signed-off-by: Prince Agyeman <prince.agyeman@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Reviewed-by: Michael Kubacki <michael.a.kubacki@intel.com>
Agyeman, Prince 4 years ago
parent
commit
6d86e59942

+ 1 - 1
Silicon/Intel/SimicsX58SktPkg/SktPkgPei.dsc

@@ -10,5 +10,5 @@
   #
   # SEC Phase modules
   #
-  UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.inf
+  UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf
   UefiCpuPkg/CpuMpPei/CpuMpPei.inf

+ 1 - 1
Silicon/Intel/SimicsX58SktPkg/SktSecInclude.fdf

@@ -13,4 +13,4 @@
 # The code in this FV handles the initial firmware startup, and
 # decompresses the PEI and DXE FVs which handles the rest of the boot sequence.
 #
-INF  RuleOverride=RESET_VECTOR USE = IA32 UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.inf
+INF  RuleOverride=RESET_VECTOR USE = IA32 UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf