Re: [edk2] [PATCH] IntelFsp2Pkg/FspSecCore: Make FSP funcitons position independent

2016-10-12 Thread Mudusuru, Giri P
> Cc: Ma, Maurice <maurice...@intel.com>; Yao, Jiewen > <jiewen@intel.com>; Mudusuru, Giri P <giri.p.mudus...@intel.com> > Subject: [edk2] [PATCH] IntelFsp2Pkg/FspSecCore: Make FSP funcitons position > independent > > The current AsmGetFspInfoHeader functio

[edk2] [PATCH] IntelFsp2Pkg/FspSecCore: Make FSP funcitons position independent

2016-10-12 Thread Maurice Ma
The current AsmGetFspInfoHeader function in FspHeader.nasm is position dependent code since it uses absolute address. Change to use relative address instead to make it position independent. Cc: Jiewen Yao Cc: Giri P Mudusuru Contributed-under: