Re: [U-Boot] [PATCH v3 2/2] MIPS: Stop building position independent code

2017-08-02 Thread Álvaro Fernández Rojas
Hi Paul, El 31/07/2017 a las 19:13, Paul Burton escribió: > On Monday, 31 July 2017 03:52:57 PDT Daniel Schwierzeck wrote: >> 2017-07-30 18:04 GMT+02:00 Álvaro Fernández Rojas : >>> El 30/07/2017 a las 16:05, Daniel Schwierzeck escribió: Am 30.07.2017 um 14:27 schrieb

Re: [U-Boot] [PATCH v3 2/2] MIPS: Stop building position independent code

2017-08-02 Thread Álvaro Fernández Rojas
Hi Daniel, El 31/07/2017 a las 12:52, Daniel Schwierzeck escribió: > 2017-07-30 18:04 GMT+02:00 Álvaro Fernández Rojas : >> >> >> El 30/07/2017 a las 16:05, Daniel Schwierzeck escribió: >>> >>> >>> Am 30.07.2017 um 14:27 schrieb Álvaro Fernández Rojas: I've been a bit busy

Re: [U-Boot] [PATCH v3 2/2] MIPS: Stop building position independent code

2017-07-31 Thread Paul Burton
On Monday, 31 July 2017 03:52:57 PDT Daniel Schwierzeck wrote: > 2017-07-30 18:04 GMT+02:00 Álvaro Fernández Rojas : > > El 30/07/2017 a las 16:05, Daniel Schwierzeck escribió: > >> Am 30.07.2017 um 14:27 schrieb Álvaro Fernández Rojas: > >>> I've been a bit busy lately and I

Re: [U-Boot] [PATCH v3 2/2] MIPS: Stop building position independent code

2017-07-31 Thread Daniel Schwierzeck
2017-07-30 18:04 GMT+02:00 Álvaro Fernández Rojas : > > > El 30/07/2017 a las 16:05, Daniel Schwierzeck escribió: >> >> >> Am 30.07.2017 um 14:27 schrieb Álvaro Fernández Rojas: >>> I've been a bit busy lately and I couldn't test this until now, but I have >>> to say that this

Re: [U-Boot] [PATCH v3 2/2] MIPS: Stop building position independent code

2017-07-30 Thread Álvaro Fernández Rojas
El 30/07/2017 a las 16:05, Daniel Schwierzeck escribió: > > > Am 30.07.2017 um 14:27 schrieb Álvaro Fernández Rojas: >> I've been a bit busy lately and I couldn't test this until now, but I have >> to say that this commit breaks u-boot bmips support :( >> >> BTW, I tried this on several bmips

Re: [U-Boot] [PATCH v3 2/2] MIPS: Stop building position independent code

2017-07-30 Thread Daniel Schwierzeck
Am 30.07.2017 um 14:27 schrieb Álvaro Fernández Rojas: > I've been a bit busy lately and I couldn't test this until now, but I have to > say that this commit breaks u-boot bmips support :( > > BTW, I tried this on several bmips boards (one of them is a Netgear CG3100D, > which uses u-boot.bin

Re: [U-Boot] [PATCH v3 2/2] MIPS: Stop building position independent code

2017-07-30 Thread Álvaro Fernández Rojas
I've been a bit busy lately and I couldn't test this until now, but I have to say that this commit breaks u-boot bmips support :( BTW, I tried this on several bmips boards (one of them is a Netgear CG3100D, which uses u-boot.bin instead of u-boot.elf) Do you have any idea on what could be

Re: [U-Boot] [PATCH v3 2/2] MIPS: Stop building position independent code

2017-06-23 Thread Daniel Schwierzeck
Am 19.06.2017 um 20:53 schrieb Paul Burton: > U-Boot has up until now built with -fpic for the MIPS architecture, > producing position independent code which uses indirection through a > global offset table, making relocation fairly straightforward as it > simply involves patching up GOT

[U-Boot] [PATCH v3 2/2] MIPS: Stop building position independent code

2017-06-19 Thread Paul Burton
U-Boot has up until now built with -fpic for the MIPS architecture, producing position independent code which uses indirection through a global offset table, making relocation fairly straightforward as it simply involves patching up GOT entries. Using -fpic does however have some downsides. The