Re: [U-Boot] [PATCH] arm: arm64 32bit address relocation

2019-02-28 Thread Ibai Erkiaga Elorza
; Meenakshi Aggarwal > > ; Stefan Roese ; Prabhakar > > Kushwaha > > Subject: [U-Boot][PATCH] arm: arm64 32bit address relocation > > > > Current relocation code is limited to 21bit PC-relative addressing > > which might not be enough for bigger code sizes. The

Re: [U-Boot] [PATCH] arm: arm64 32bit address relocation

2019-02-28 Thread Udit Kumar
Hi Ibai > -Original Message- > From: Ibai Erkiaga > Sent: Wednesday, February 27, 2019 8:18 PM > To: u-boot@lists.denx.de > Cc: Ibai Erkiaga ; Udit Kumar > ; Tom Rini ; Albert Aribaud > ; Meenakshi Aggarwal > ; Stefan Roese ; Prabhakar > Kushwaha > Subje

[U-Boot] [PATCH] arm: arm64 32bit address relocation

2019-02-27 Thread Ibai Erkiaga
Current relocation code is limited to 21bit PC-relative addressing which might not be enough for bigger code sizes. The following patch increases the addressing to 32bit PC-relative. This feature is specially interesting if U-Boot is build without optimiation (-O0) as the text section is increased