Re: [edk2] [PATCH] Pkg-Module: ArmPkg Fix Mmu Initialization Problem.

2016-09-26 Thread Kurt Kennett
In the second one I sent or the first one? The second one I sent is in Plain Text, while the first one may not have been. Let me try once more here. Sorry to everyone who on the list who doesn't care! :) K2 -Original Message- From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org]

Re: [edk2] [PATCH] Pkg-Module: ArmPkg Fix Mmu Initialization Problem.

2016-09-26 Thread Ard Biesheuvel
On 26 September 2016 at 10:10, Kurt Kennett wrote: > Weird. I line-wrapped the commit log and somehow it became un-line-wrapped. > So... sorry, I didn't forget. :) > No, the commit log looks fine. The patch itself contains weird non-ASCII space characters though: +

Re: [edk2] [PATCH] Pkg-Module: ArmPkg Fix Mmu Initialization Problem.

2016-09-26 Thread Kurt Kennett
Weird. I line-wrapped the commit log and somehow it became un-line-wrapped. So... sorry, I didn't forget. :) K2 -Original Message- From: Kurt Kennett Sent: Monday, September 26, 2016 10:08 AM To: 'Ard Biesheuvel' Cc: edk2-devel@lists.01.org; Leif Lindholm

Re: [edk2] [PATCH] Pkg-Module: ArmPkg Fix Mmu Initialization Problem.

2016-09-26 Thread Kurt Kennett
Thanks Ard. Trying to learn how to do this for the future and I appreciate the feedback and hand-holding. I will resubmit now with the changes you requested. K2 -Original Message- From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] Sent: Monday, September 26, 2016 10:04 AM To:

Re: [edk2] [PATCH] Pkg-Module: ArmPkg Fix Mmu Initialization Problem.

2016-09-26 Thread Ard Biesheuvel
On 26 September 2016 at 08:36, Kurt Kennett wrote: > During Mmu initialization in the CpuDxe, for a page table any bits set in > the 'NextSectionAttributes' are garbage and were set from bits that are > actually part of the pagetable address. We clear it out to zero

[edk2] [PATCH] Pkg-Module: ArmPkg Fix Mmu Initialization Problem.

2016-09-26 Thread Kurt Kennett
During Mmu initialization in the CpuDxe, for a page table any bits set in the 'NextSectionAttributes' are garbage and were set from bits that are actually part of the pagetable address. We clear it out to zero so that the SyncCacheConfigPage will use the page attributes instead of trying to

[edk2] [PATCH] Pkg-Module: ArmPkg Fix Mmu Initialization Problem.

2016-09-23 Thread Kurt Kennett
Please see attached proposed patch. K2 ___ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel