Re: [edk2] [PATCH] UefiCpuPkg/CpuDxe: Fix multiple entries of RT_CODE in memory map

2017-11-09 Thread Wang, Jian J
; Cc: Laszlo Ersek <ler...@redhat.com>; Yao, Jiewen <jiewen@intel.com>; > Dong, Eric <eric.d...@intel.com> > Subject: [edk2] [PATCH] UefiCpuPkg/CpuDxe: Fix multiple entries of RT_CODE in > memory map > > > v5: > >Coding style clean-up > > >

[edk2] [PATCH] UefiCpuPkg/CpuDxe: Fix multiple entries of RT_CODE in memory map

2017-11-09 Thread Jian J Wang
> v5: >Coding style clean-up > v4: > a. Remove DoUpdate and check attributes mismatch all the time to avoid >a logic hole > b. Add warning message if failed to update capability > c. Add local variable to hold new attributes to make code cleaner > v3: > a. Add comment to explain more on

Re: [edk2] [PATCH] UefiCpuPkg/CpuDxe: Fix multiple entries of RT_CODE in memory map

2017-10-26 Thread Wang, Jian J
ntel.com> > Subject: Re: [edk2] [PATCH] UefiCpuPkg/CpuDxe: Fix multiple entries of > RT_CODE in memory map > > Hello Jian, > > On 10/23/17 08:50, Jian J Wang wrote: > > More than one entry of RT_CODE memory might cause boot problem for > some > > old OS

Re: [edk2] [PATCH] UefiCpuPkg/CpuDxe: Fix multiple entries of RT_CODE in memory map

2017-10-26 Thread Laszlo Ersek
Hello Jian, On 10/23/17 08:50, Jian J Wang wrote: > More than one entry of RT_CODE memory might cause boot problem for some > old OSs. This patch will fix this issue to keep OS compatibility as much > as possible. > > Cc: Eric Dong > Cc: Jiewen Yao >

Re: [edk2] [PATCH] UefiCpuPkg/CpuDxe: Fix multiple entries of RT_CODE in memory map

2017-10-26 Thread Laszlo Ersek
evel@lists.01.org >> Cc: Yao, Jiewen <jiewen@intel.com>; Dong, Eric <eric.d...@intel.com> >> Subject: Re: [edk2] [PATCH] UefiCpuPkg/CpuDxe: Fix multiple entries of >> RT_CODE in memory map >> >> On 10/25/17 03:33, Wang, Jian J wrote: >>>

Re: [edk2] [PATCH] UefiCpuPkg/CpuDxe: Fix multiple entries of RT_CODE in memory map

2017-10-25 Thread Wang, Jian J
com>; Dong, Eric <eric.d...@intel.com> > Subject: Re: [edk2] [PATCH] UefiCpuPkg/CpuDxe: Fix multiple entries of > RT_CODE in memory map > > On 10/25/17 03:33, Wang, Jian J wrote: > > Hi Laszlo, > > > > Thanks for the feedback. I'd like to explain a b

Re: [edk2] [PATCH] UefiCpuPkg/CpuDxe: Fix multiple entries of RT_CODE in memory map

2017-10-25 Thread Laszlo Ersek
j.w...@intel.com>; edk2-devel@lists.01.org >> Cc: Yao, Jiewen <jiewen@intel.com>; Dong, Eric <eric.d...@intel.com> >> Subject: Re: [edk2] [PATCH] UefiCpuPkg/CpuDxe: Fix multiple entries of >> RT_CODE in memory map >> >> On 10/23/17 08:50, Jian J Wang wro

Re: [edk2] [PATCH] UefiCpuPkg/CpuDxe: Fix multiple entries of RT_CODE in memory map

2017-10-24 Thread Wang, Jian J
; edk2-devel@lists.01.org > Cc: Yao, Jiewen <jiewen@intel.com>; Dong, Eric <eric.d...@intel.com> > Subject: Re: [edk2] [PATCH] UefiCpuPkg/CpuDxe: Fix multiple entries of > RT_CODE in memory map > > On 10/23/17 08:50, Jian J Wang wrote: > > More than one entry of

Re: [edk2] [PATCH] UefiCpuPkg/CpuDxe: Fix multiple entries of RT_CODE in memory map

2017-10-24 Thread Laszlo Ersek
On 10/23/17 08:50, Jian J Wang wrote: > More than one entry of RT_CODE memory might cause boot problem for some > old OSs. This patch will fix this issue to keep OS compatibility as much > as possible. > > Cc: Eric Dong > Cc: Jiewen Yao >

[edk2] [PATCH] UefiCpuPkg/CpuDxe: Fix multiple entries of RT_CODE in memory map

2017-10-23 Thread Jian J Wang
More than one entry of RT_CODE memory might cause boot problem for some old OSs. This patch will fix this issue to keep OS compatibility as much as possible. Cc: Eric Dong Cc: Jiewen Yao Contributed-under: TianoCore Contribution Agreement 1.1