Re: [edk2] [PATCH 10/10] ArmPlatformPkg: do not invalidate the entire data cache at startup

2015-11-04 Thread Ard Biesheuvel
On 3 November 2015 at 11:16, Ard Biesheuvel wrote: > Drop the call to ArmInvalidateDataCache () from the PrePi and PrePeiCore > startup sequences. This kind of data cache maintenance should not be > performed at the UEFI firmware level. > > Contributed-under: TianoCore

[edk2] [PATCH 10/10] ArmPlatformPkg: do not invalidate the entire data cache at startup

2015-11-03 Thread Ard Biesheuvel
Drop the call to ArmInvalidateDataCache () from the PrePi and PrePeiCore startup sequences. This kind of data cache maintenance should not be performed at the UEFI firmware level. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel ---