Re: [edk2] [patch V2 0/2] UefiCpuPkg/PiSmmCpu: Enable Write Protection in SMM.

2015-11-30 Thread Laszlo Ersek
On 11/27/15 16:23, jiewen yao wrote: > This series patch enables write protection in SMM. > We always set RW+P bit for page table by default, and set WP in CR0. > So that we can use page table write-protection for code later. > > Contributed-under: TianoCore Contribution Agreement 1.0 >

Re: [edk2] [patch V2 0/2] UefiCpuPkg/PiSmmCpu: Enable Write Protection in SMM.

2015-11-30 Thread Laszlo Ersek
On 11/27/15 16:23, jiewen yao wrote: > This series patch enables write protection in SMM. > We always set RW+P bit for page table by default, and set WP in CR0. > So that we can use page table write-protection for code later. > > Contributed-under: TianoCore Contribution Agreement 1.0 >

Re: [edk2] [patch V2 0/2] UefiCpuPkg/PiSmmCpu: Enable Write Protection in SMM.

2015-11-30 Thread Yao, Jiewen
] UefiCpuPkg/PiSmmCpu: Enable Write Protection in SMM. On 11/27/15 16:23, jiewen yao wrote: > This series patch enables write protection in SMM. > We always set RW+P bit for page table by default, and set WP in CR0. > So that we can use page table write-protection for code later. > > Co

[edk2] [patch V2 0/2] UefiCpuPkg/PiSmmCpu: Enable Write Protection in SMM.

2015-11-27 Thread jiewen yao
This series patch enables write protection in SMM. We always set RW+P bit for page table by default, and set WP in CR0. So that we can use page table write-protection for code later. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen"