On Wed, 25 Mar 2020 at 20:49, Laszlo Ersek wrote:
>
> On 03/25/20 16:29, Ard Biesheuvel wrote:
> > The new ArmMmuLib code is easier to reason about, so that is what I did:
> > currently, when we create mappings that cover existing table entries, we
> > may end up overwriting those with block entri
On 03/25/20 16:29, Ard Biesheuvel wrote:
> The new ArmMmuLib code is easier to reason about, so that is what I did:
> currently, when we create mappings that cover existing table entries, we
> may end up overwriting those with block entries without taking the mapping
> attributes of the original ta
Patch set version 3 looks good to me. I have reviewed and tested the changes
locally.
Reviewed-by: Ashish Singhal
Tested-by: Ashish Singhal
Thanks
Ashish
From: Ard Biesheuvel
Sent: Wednesday, March 25, 2020 9:29 AM
To: devel@edk2.groups.io
Cc: Ard Biesheuvel
The new ArmMmuLib code is easier to reason about, so that is what I did:
currently, when we create mappings that cover existing table entries, we
may end up overwriting those with block entries without taking the mapping
attributes of the original table entries into account. So let's fix this.
I h