Re: [U-Boot] Unable to boot the new FIT image

2014-06-06 Thread Simon Glass
Hi Harsha, On 3 June 2014 22:40, Harsha Kiran wrote: > > Hi Simon, > > On Tue, Jun 3, 2014 at 9:58 PM, Simon Glass wrote: >> >> Hi Harsha, >> >> On 3 June 2014 20:29, Harsha Kiran wrote: >> > Hi Simon, >> > >> > I was able to succesfully test the Secure u-boot on the beaglebone black >> > from

Re: [U-Boot] Unable to boot the new FIT image

2014-06-03 Thread Harsha Kiran
Hi Simon, On Tue, Jun 3, 2014 at 9:58 PM, Simon Glass wrote: > Hi Harsha, > > On 3 June 2014 20:29, Harsha Kiran wrote: > > Hi Simon, > > > > I was able to succesfully test the Secure u-boot on the beaglebone black > > from the u-boot-x86 Bone git. > > Thanks for all the help and it was a great

Re: [U-Boot] Unable to boot the new FIT image

2014-06-03 Thread Harsha Kiran
Hi Simon, I was able to succesfully test the Secure u-boot on the beaglebone black from the u-boot-x86 Bone git. Thanks for all the help and it was a great beaglebone_vboot.txt file ! I have some of minor things i would like to mention when i followed the procedure. 1) in the 7th step 7. Put U-

Re: [U-Boot] Unable to boot the new FIT image

2014-06-03 Thread Simon Glass
Hi Harsha, On 3 June 2014 20:29, Harsha Kiran wrote: > Hi Simon, > > I was able to succesfully test the Secure u-boot on the beaglebone black > from the u-boot-x86 Bone git. > Thanks for all the help and it was a great beaglebone_vboot.txt file ! Good! > > I have some of minor things i would li

Re: [U-Boot] Unable to boot the new FIT image

2014-06-02 Thread Simon Glass
Hi Harsha, On 31 May 2014 07:45, Harsha Kiran wrote: > Hi Simon, > > I started working on the secure u-boot loading the FIT images and there are > some of the issues i observed. > > I took the latest U-Boot 2014.07-rc2 and applied the below mentioned > patches.. > > (..http://patchwork.ozlabs.org

Re: [U-Boot] Unable to boot the new FIT image

2014-05-31 Thread Harsha Kiran
Hi Simon, I started working on the secure u-boot loading the FIT images and there are some of the issues i observed. I took the latest U-Boot 2014.07-rc2 and applied the below mentioned patches.. (..http://patchwork.ozlabs.org/patch/339609/) (..http://patchwork.ozlabs.org/patch/339610/) (..http:

Re: [U-Boot] Unable to boot the new FIT image

2014-05-26 Thread Simon Glass
Hi, On 24 May 2014 20:15, Harsha Kiran wrote: > Hi Simon. > I am able to successfully load the FIT image now :) Thanks for the help. > > I applied Heiko's patch. If CONFIG_OF_CONTROL is defined, the behaviour of > the board is same as i mentioned in my previous emails. I tried removing the > CONF

Re: [U-Boot] Unable to boot the new FIT image

2014-05-25 Thread Harsha Kiran
Hi Simon. I am able to successfully load the FIT image now :) Thanks for the help. I applied Heiko's patch. If CONFIG_OF_CONTROL is defined, the behaviour of the board is same as i mentioned in my previous emails. I tried removing the CONFIG_OF_CONTROL from the config file and it was able to read

Re: [U-Boot] Unable to boot the new FIT image

2014-05-23 Thread Simon Glass
Hi, On 21 May 2014 15:12, Simon Glass wrote: > Hi Harsha, > > On 21 May 2014 06:46, Harsha Kiran wrote: >> Hi Simon, >> >> I have added the next patch in the series i.e., (../339610/) But the >> result is still the same. This particular patch just created a device tree >> In the arch/arm/dts

Re: [U-Boot] Unable to boot the new FIT image

2014-05-21 Thread Simon Glass
Hi Harsha, On 21 May 2014 06:46, Harsha Kiran wrote: > Hi Simon, > > I have added the next patch in the series i.e., (../339610/) But the > result is still the same. This particular patch just created a device tree > In the arch/arm/dts folder For the beaglebone. I have already tried creating

Re: [U-Boot] Unable to boot the new FIT image

2014-05-21 Thread Harsha Kiran
Hi Simon, I have added the next patch in the series i.e., (../339610/) But the result is still the same. This particular patch just created a device tree In the arch/arm/dts folder For the beaglebone. I have already tried creating for am335x-evmsk and was able to build the u-boot-dtb.bin. I h

Re: [U-Boot] Unable to boot the new FIT image

2014-05-19 Thread Simon Glass
t# > U-Boot# > > Please let me know if I am still missing anything. > > Thanks, > Harsha kiran > > > > > > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: Monday, May 19, 2014 10:43 AM > To: Jagan Teki

Re: [U-Boot] Unable to boot the new FIT image

2014-05-19 Thread KJ H. Kiran
w if I am still missing anything. Thanks, Harsha kiran -Original Message- From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass Sent: Monday, May 19, 2014 10:43 AM To: Jagan Teki Cc: KJ H. Kiran; u-boot@lists.denx.de; tr...@ti.com Subject: Re: [U-Boot] Unable to b

Re: [U-Boot] Unable to boot the new FIT image

2014-05-19 Thread Simon Glass
+Tom On 19 May 2014 07:39, Jagan Teki wrote: > > On Mon, May 19, 2014 at 10:06 AM, KJ H. Kiran wrote: > > > > Hi , > > > > > > I am trying to make a eval board from TI to boot it with the new FIT image > > format. > > > > > > I have followed the below procedure but iam getting the "No valid FDT

Re: [U-Boot] Unable to boot the new FIT image

2014-05-19 Thread Jagan Teki
On Mon, May 19, 2014 at 10:06 AM, KJ H. Kiran wrote: > > Hi , > > > I am trying to make a eval board from TI to boot it with the new FIT image > format. > > > I have followed the below procedure but iam getting the "No valid FDT found - > please append one to U-Boot binary, use u-boot-dtb.bin or

[U-Boot] Unable to boot the new FIT image

2014-05-19 Thread KJ H. Kiran
Hi , I am trying to make a eval board from TI to boot it with the new FIT image format. I have followed the below procedure but iam getting the "No valid FDT found - please append one to U-Boot binary, use u-boot-dtb.bin or define CONFIG_OF_EMBED." error message. Cannot find out what is the