Re: [U-Boot] sun50i blocking SPL changes

2017-11-25 Thread André Przywara
On 26/11/17 00:15, Dr. Philipp Tomsich wrote: > >> On 26 Nov 2017, at 01:06, André Przywara wrote: >> >> On 25/11/17 23:35, Dr. Philipp Tomsich wrote: >>> Jagan, >>> >>> I resolved this by introducing a new Kconfig that affects what functionality >>> is included in spl_fit.c; however, this leaves

Re: [U-Boot] sun50i blocking SPL changes

2017-11-25 Thread Dr. Philipp Tomsich
> On 26 Nov 2017, at 01:06, André Przywara wrote: > > On 25/11/17 23:35, Dr. Philipp Tomsich wrote: >> Jagan, >> >> I resolved this by introducing a new Kconfig that affects what functionality >> is included in spl_fit.c; however, this leaves an uneasy feeling, as we now >> start to have differ

Re: [U-Boot] sun50i blocking SPL changes

2017-11-25 Thread André Przywara
On 25/11/17 23:35, Dr. Philipp Tomsich wrote: > Jagan, > > I resolved this by introducing a new Kconfig that affects what functionality > is included in spl_fit.c; however, this leaves an uneasy feeling, as we now > start to have different logic in our SPL stage. Thanks for taking care. Is that a

Re: [U-Boot] sun50i blocking SPL changes

2017-11-25 Thread Dr. Philipp Tomsich
Jagan, I resolved this by introducing a new Kconfig that affects what functionality is included in spl_fit.c; however, this leaves an uneasy feeling, as we now start to have different logic in our SPL stage. Is there a plan in place to move sun50i to a TPL->SPL->U-Boot model? Thanks, Philipp. >

Re: [U-Boot] sun50i blocking SPL changes

2017-11-24 Thread Dr. Philipp Tomsich
> On 24 Nov 2017, at 21:36, Jagan Teki wrote: > > On Sat, Nov 25, 2017 at 1:17 AM, Dr. Philipp Tomsich > wrote: >> Jagan, Maxime & Tom, >> >> I have a couple of changes to spl_fit.c queued that we need to get merged to >> fix some issues for ATF support on Rockchip platforms. > > Does all rk

Re: [U-Boot] sun50i blocking SPL changes

2017-11-24 Thread Jagan Teki
On Sat, Nov 25, 2017 at 2:06 AM, Jagan Teki wrote: > On Sat, Nov 25, 2017 at 1:17 AM, Dr. Philipp Tomsich > wrote: >> Jagan, Maxime & Tom, >> >> I have a couple of changes to spl_fit.c queued that we need to get merged to >> fix some issues for ATF support on Rockchip platforms. > > Does all rk6

Re: [U-Boot] sun50i blocking SPL changes

2017-11-24 Thread Jagan Teki
On Sat, Nov 25, 2017 at 1:17 AM, Dr. Philipp Tomsich wrote: > Jagan, Maxime & Tom, > > I have a couple of changes to spl_fit.c queued that we need to get merged to > fix some issues for ATF support on Rockchip platforms. Does all rk64 has enough SPL size's to fit? > However, due to internal ali

[U-Boot] sun50i blocking SPL changes

2017-11-24 Thread Dr. Philipp Tomsich
Jagan, Maxime & Tom, I have a couple of changes to spl_fit.c queued that we need to get merged to fix some issues for ATF support on Rockchip platforms. However, due to internal alignment before the ARMv8 vectors, this breaks the sun50i builds (all exceeding their SPL size by up to approx. 1KB),