Re: [edk2] [PATCH 0/2] BaseTools ARM/AARCH64: improve XIP support

2016-08-09 Thread Ard Biesheuvel
On 9 August 2016 at 06:01, Gao, Liming wrote: > Reviewed-by: Liming Gao > Thanks Pushed as 3cdbd7528bd4 BaseTools CLANG35: add missing XIP flags for AARCH64 0f73cca02b64 BaseTools ARM: impose strict alignment only for XIP modules >> -Original

Re: [edk2] [PATCH 0/2] BaseTools ARM/AARCH64: improve XIP support

2016-08-08 Thread Gao, Liming
Reviewed-by: Liming Gao > -Original Message- > From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] > Sent: Monday, August 08, 2016 6:40 PM > To: leif.lindh...@linaro.org; Zhu, Yonghong ; > Gao, Liming ;

[edk2] [PATCH 0/2] BaseTools ARM/AARCH64: improve XIP support

2016-08-08 Thread Ard Biesheuvel
Patch #1 adds the missing XIP flags to CLANG35, to prevent code to be generated that performs unaligned accesses before the MMU is on. Patch #2 extends the XIP CC flags support to ARM. Ard Biesheuvel (2): BaseTools CLANG35: add missing XIP flags for AARCH64 BaseTools ARM: impose strict