Re: [U-Boot] U-boot support for FIT image with 64 bit Linux Kernel

2016-06-29 Thread Simon Glass
Hi, On 27 June 2016 at 00:07, vinoth eswaran wrote: > On Sun, Jun 26, 2016 at 4:53 AM, Simon Glass wrote: >> >> +Bin >> >> Hi, >> >> On 23 June 2016 at 08:45, vinoth eswaran wrote: >> > Hello, >> > >> > I am working on an embedded project with the u-boot and Minnowboard >> > max. With compresse

Re: [U-Boot] U-boot support for FIT image with 64 bit Linux Kernel

2016-06-27 Thread vinoth eswaran
On Sun, Jun 26, 2016 at 4:53 AM, Simon Glass wrote: > > +Bin > > Hi, > > On 23 June 2016 at 08:45, vinoth eswaran wrote: > > Hello, > > > > I am working on an embedded project with the u-boot and Minnowboard > > max. With compressed kernel (bzImage) everything works fine, I want to > > check the

Re: [U-Boot] U-boot support for FIT image with 64 bit Linux Kernel

2016-06-25 Thread Simon Glass
+Bin Hi, On 23 June 2016 at 08:45, vinoth eswaran wrote: > Hello, > > I am working on an embedded project with the u-boot and Minnowboard > max. With compressed kernel (bzImage) everything works fine, I want to > check the performance with > uncompressed kernel (vmlinux). > > So for creating the

[U-Boot] U-boot support for FIT image with 64 bit Linux Kernel

2016-06-23 Thread vinoth eswaran
Hello, I am working on an embedded project with the u-boot and Minnowboard max. With compressed kernel (bzImage) everything works fine, I want to check the performance with uncompressed kernel (vmlinux). So for creating the image.fit file I followed the instructions as per the file x86-fit-boot.t