Re: [U-Boot] [PATCH v1] spl: add support to booting with ATF

2017-10-25 Thread Dan Handley
Hi Peng > -Original Message- > From: Peng Fan [mailto:peng@nxp.com] > Sent: 25 October 2017 02:39 > > diff --git a/common/spl/spl_atf.c b/common/spl/spl_atf.c new file mode > > 100644 index 000..ec3f675 > > --- /dev/null > > +++ b/common/spl/spl_atf.c > > @@ -0,0 +1,92 @@ > > +/*

Re: [U-Boot] [PATCH v1] spl: add support to booting with ATF

2017-10-24 Thread Peng Fan
> diff --git a/common/spl/spl_atf.c b/common/spl/spl_atf.c new file mode > 100644 index 000..ec3f675 > --- /dev/null > +++ b/common/spl/spl_atf.c > @@ -0,0 +1,92 @@ > +/* > + * Reference to the ARM TF Project, > + * plat/arm/common/arm_bl2_setup.c > + * Portions copyright (c) 2013-2016, ARM Lim

Re: [U-Boot] [PATCH v1] spl: add support to booting with ATF

2017-03-22 Thread Kever Yang
Hi Simon, On 03/22/2017 09:05 PM, Simon Glass wrote: Hi Kever, On 20 March 2017 at 00:41, Kever Yang wrote: ATF(ARM Trust Firmware) is used by ARM arch64 SoCs, find more infomation about ATF at: SPL is consider as BL2 in ATF, it needs to load other part of ATF binary like BL31, BL32, SCP-BL3

Re: [U-Boot] [PATCH v1] spl: add support to booting with ATF

2017-03-22 Thread Tom Rini
On Wed, Mar 22, 2017 at 07:05:30AM -0600, Simon Glass wrote: > Hi Kever, > > On 20 March 2017 at 00:41, Kever Yang wrote: > > ATF(ARM Trust Firmware) is used by ARM arch64 SoCs, find more infomation > > about ATF at: > > > > SPL is consider as BL2 in ATF, it needs to load other part of ATF binary

Re: [U-Boot] [PATCH v1] spl: add support to booting with ATF

2017-03-22 Thread Simon Glass
Hi Kever, On 20 March 2017 at 00:41, Kever Yang wrote: > ATF(ARM Trust Firmware) is used by ARM arch64 SoCs, find more infomation > about ATF at: > > SPL is consider as BL2 in ATF, it needs to load other part of ATF binary > like BL31, BL32, SCP-BL30, and BL33(U-Boot). And needs to prepare the >

[U-Boot] [PATCH v1] spl: add support to booting with ATF

2017-03-19 Thread Kever Yang
ATF(ARM Trust Firmware) is used by ARM arch64 SoCs, find more infomation about ATF at: SPL is consider as BL2 in ATF, it needs to load other part of ATF binary like BL31, BL32, SCP-BL30, and BL33(U-Boot). And needs to prepare the parameter for BL31 which including entry and image information for a