Re: [U-Boot] RFC: Alternative boot_jump_linux() function

2018-05-27 Thread Nicolas Dechesne
Ramon, Tom, On Sat, May 26, 2018 at 7:58 AM, Ramon Fried wrote: > On Sat, May 26, 2018 at 5:18 AM, Tom Rini wrote: > > On Fri, May 25, 2018 at 05:41:31PM +0300, Ramon Fried wrote: > >> On Fri, May 25, 2018 at 3:11 PM, Tom Rini wrote: > >> > On Thu, May 17, 2018 at 07:48:45PM +0300, Ramon Fried

Re: [U-Boot] RFC: Alternative boot_jump_linux() function

2018-05-25 Thread Ramon Fried
On Sat, May 26, 2018 at 5:18 AM, Tom Rini wrote: > On Fri, May 25, 2018 at 05:41:31PM +0300, Ramon Fried wrote: >> On Fri, May 25, 2018 at 3:11 PM, Tom Rini wrote: >> > On Thu, May 17, 2018 at 07:48:45PM +0300, Ramon Fried wrote: >> >> On Thu, May 17, 2018 at 5:22 PM, Tom Rini wrote: >> >> > On

Re: [U-Boot] RFC: Alternative boot_jump_linux() function

2018-05-25 Thread Tom Rini
On Fri, May 25, 2018 at 05:41:31PM +0300, Ramon Fried wrote: > On Fri, May 25, 2018 at 3:11 PM, Tom Rini wrote: > > On Thu, May 17, 2018 at 07:48:45PM +0300, Ramon Fried wrote: > >> On Thu, May 17, 2018 at 5:22 PM, Tom Rini wrote: > >> > On Thu, May 17, 2018 at 02:01:55PM +0300, Ramon Fried wrote

Re: [U-Boot] RFC: Alternative boot_jump_linux() function

2018-05-25 Thread Ramon Fried
On Fri, May 25, 2018 at 3:11 PM, Tom Rini wrote: > On Thu, May 17, 2018 at 07:48:45PM +0300, Ramon Fried wrote: >> On Thu, May 17, 2018 at 5:22 PM, Tom Rini wrote: >> > On Thu, May 17, 2018 at 02:01:55PM +0300, Ramon Fried wrote: >> > >> >> Hi. >> >> I'm currently working on snapdragon bootloader

Re: [U-Boot] RFC: Alternative boot_jump_linux() function

2018-05-25 Thread Tom Rini
On Thu, May 17, 2018 at 07:48:45PM +0300, Ramon Fried wrote: > On Thu, May 17, 2018 at 5:22 PM, Tom Rini wrote: > > On Thu, May 17, 2018 at 02:01:55PM +0300, Ramon Fried wrote: > > > >> Hi. > >> I'm currently working on snapdragon bootloader support and in the > >> particular case where U-boot is

Re: [U-Boot] RFC: Alternative boot_jump_linux() function

2018-05-24 Thread Ramon Fried
Ping On Thu, May 17, 2018 at 7:48 PM, Ramon Fried wrote: > On Thu, May 17, 2018 at 5:22 PM, Tom Rini wrote: >> On Thu, May 17, 2018 at 02:01:55PM +0300, Ramon Fried wrote: >> >>> Hi. >>> I'm currently working on snapdragon bootloader support and in the >>> particular case where U-boot is running

Re: [U-Boot] RFC: Alternative boot_jump_linux() function

2018-05-17 Thread Ramon Fried
On Thu, May 17, 2018 at 5:22 PM, Tom Rini wrote: > On Thu, May 17, 2018 at 02:01:55PM +0300, Ramon Fried wrote: > >> Hi. >> I'm currently working on snapdragon bootloader support and in the >> particular case where U-boot is running in Aarch32 and the kernel is >> Aarch64 the specific implementati

Re: [U-Boot] RFC: Alternative boot_jump_linux() function

2018-05-17 Thread Tom Rini
On Thu, May 17, 2018 at 02:01:55PM +0300, Ramon Fried wrote: > Hi. > I'm currently working on snapdragon bootloader support and in the > particular case where U-boot is running in Aarch32 and the kernel is > Aarch64 the specific implementation is to jump to Linux through SCM > call. > > I try to

Re: [U-Boot] RFC: Alternative boot_jump_linux() function

2018-05-17 Thread Ramon Fried
On Thu, May 17, 2018 at 2:48 PM, Peter Robinson wrote: > Hi, > >> I'm currently working on snapdragon bootloader support and in the >> particular case where U-boot is running in Aarch32 and the kernel is >> Aarch64 the specific implementation is to jump to Linux through SCM >> call. > > I seem to

Re: [U-Boot] RFC: Alternative boot_jump_linux() function

2018-05-17 Thread Peter Robinson
Hi, > I'm currently working on snapdragon bootloader support and in the > particular case where U-boot is running in Aarch32 and the kernel is > Aarch64 the specific implementation is to jump to Linux through SCM > call. I seem to remember the Allwinner A64 Pine64 starts in 32 bit mode and switch

[U-Boot] RFC: Alternative boot_jump_linux() function

2018-05-17 Thread Ramon Fried
Hi. I'm currently working on snapdragon bootloader support and in the particular case where U-boot is running in Aarch32 and the kernel is Aarch64 the specific implementation is to jump to Linux through SCM call. I try to find the best possible way to provide an alternative boot function. Adding #