Re: [edk2-devel] [edk2-platforms: PATCH v2 01/10] Marvell/Armada7k8k: Fix 32-bit compilation

2019-08-16 Thread Leif Lindholm
On Thu, Aug 15, 2019 at 04:54:05AM +0200, Marcin Wojtas wrote: > It turned out, that the recently added features broke > ARM compilation. Fix all issues: > * Use SIGNATURE_32 only > * Do not shift address by 32-bit in ICU > * Limit memory for ARM build to 1GB and stop using non-existent PCD > >

[edk2-devel] [edk2-platforms: PATCH v2 01/10] Marvell/Armada7k8k: Fix 32-bit compilation

2019-08-14 Thread Marcin Wojtas
It turned out, that the recently added features broke ARM compilation. Fix all issues: * Use SIGNATURE_32 only * Do not shift address by 32-bit in ICU * Limit memory for ARM build to 1GB and stop using non-existent PCD Signed-off-by: Marcin Wojtas ---