Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: e3e47d7963985f669f5826eac41b3ac4f19fc444 https://github.com/tianocore/edk2/commit/e3e47d7963985f669f5826eac41b3ac4f19fc444 Author: S, Ashraf Ali <ashraf.al...@intel.com> Date: 2021-09-18 (Sat, 18 Sep 2021)
Changed paths: A UefiCpuPkg/SecCore/SecCoreNative.inf M UefiCpuPkg/UefiCpuPkg.dsc Log Message: ----------- UefiCpuPkg: SecCoreNative without ResetVector REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3492 Currently SecCore.inf having the resetvector code under IA32. if the user wants to use both SecCore and UefiCpuPkg ResetVector it's not possible, since SecCore and ResetVector(VTF0.INF/ResetVector.inf) are sharing the same GUID which is BFV. to overcome this issue we can create the Duplicate version of the SecCore.inf as SecCoreNative.inf which contains pure SecCore Native functionality without resetvector. SecCoreNative.inf should have the Unique GUID so that it can be used along with UefiCpuPkg ResetVector in there implementation. Reviewed-by: Ray Ni <ray...@intel.com> Cc: Rahul Kumar <rahul1.ku...@intel.com> Cc: Debkumar De <debkumar...@intel.com> Cc: Harry Han <harry....@intel.com> Cc: Catharine West <catharine.w...@intel.com> Cc: Digant H Solanki <digant.h.sola...@intel.com> Cc: Sangeetha V <sangeeth...@intel.com> Signed-off-by: Ashraf Ali S <ashraf.al...@intel.com> _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits