Re: [U-Boot] [PATCH] ARMv8: add GOT sections to the list of sections copied

2017-04-04 Thread Tom Rini
On Fri, Mar 24, 2017 at 07:08:55PM +0100, Philipp Tomsich wrote: > Recent Linux distributions (e.g. Debian 9) include cross-compilers for > AArch64, but only for the aarch64-linux-gnu triplet only. It can thus > be expected that users will attempt to use the system cross-compiler > (instead of an

Re: [U-Boot] [PATCH] ARMv8: add GOT sections to the list of sections copied

2017-03-25 Thread Simon Glass
On 24 March 2017 at 12:08, Philipp Tomsich wrote: > Recent Linux distributions (e.g. Debian 9) include cross-compilers for > AArch64, but only for the aarch64-linux-gnu triplet only. It can thus > be expected that users will attempt to use the system cross-compiler > (instead of an aarch64-elf var

[U-Boot] [PATCH] ARMv8: add GOT sections to the list of sections copied

2017-03-24 Thread Philipp Tomsich
Recent Linux distributions (e.g. Debian 9) include cross-compilers for AArch64, but only for the aarch64-linux-gnu triplet only. It can thus be expected that users will attempt to use the system cross-compiler (instead of an aarch64-elf variant) to compile U-Boot for their ARMv8 target systems. On