Re: [edk2] [PATCH V2] ArmPkg: Invalidate cache after allocating UC memory

2015-11-22 Thread Ard Biesheuvel
On 23 November 2015 at 07:13, Heyi Guo wrote: > It is implied that the memory returned from UncachedMemoryAllocationLib > should have cache invalidated. So we invalidate memory range after > changing memory attribute to uncached. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed

[edk2] [PATCH V2] ArmPkg: Invalidate cache after allocating UC memory

2015-11-22 Thread Heyi Guo
It is implied that the memory returned from UncachedMemoryAllocationLib should have cache invalidated. So we invalidate memory range after changing memory attribute to uncached. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Heyi Guo Cc: Leif Lindholm Cc: Ard Biesheuvel