Re: [edk2-devel] [PATCH v2 03/31] OvmfPkg: Introduce XenResetVector

2019-04-10 Thread Laszlo Ersek
On 04/09/19 13:08, Anthony PERARD wrote: > Copy of OvmfPkg/ResetVector, with one changes: > - SEC_DEFAULT_CR0: enable cache (bit 30 or CD set to 0) > > Xen copies the OVMF code to RAM, there is no need to disable cache. > > This new module will later be modified to add a new entry point, more >

[edk2-devel] [PATCH v2 03/31] OvmfPkg: Introduce XenResetVector

2019-04-09 Thread Anthony PERARD
Copy of OvmfPkg/ResetVector, with one changes: - SEC_DEFAULT_CR0: enable cache (bit 30 or CD set to 0) Xen copies the OVMF code to RAM, there is no need to disable cache. This new module will later be modified to add a new entry point, more detail in a following commit "OvmfPkg/XenResetVector: