Re: [U-Boot] [RFC PATCH 3/3] spl: add support to booting with ATF

2017-01-28 Thread Tom Rini
On Thu, Jan 26, 2017 at 07:23:40AM -0700, Simon Glass wrote: > +Tom for license comment > > Hi, > > On 6 January 2017 at 00:55, Michal Simek wrote: > > Hi, > > > > On 6.1.2017 08:09, Kever Yang wrote: > >> Hi Michal, > >> > >> Thanks for your comments. > >> > >> On 01/02/2017 11:05 PM, Micha

Re: [U-Boot] [RFC PATCH 3/3] spl: add support to booting with ATF

2017-01-26 Thread Simon Glass
+Tom for license comment Hi, On 6 January 2017 at 00:55, Michal Simek wrote: > Hi, > > On 6.1.2017 08:09, Kever Yang wrote: >> Hi Michal, >> >> Thanks for your comments. >> >> On 01/02/2017 11:05 PM, Michal Simek wrote: >>> On 29.12.2016 11:25, Kever Yang wrote: ATF(ARM Trust Firmware)

Re: [U-Boot] [RFC PATCH 3/3] spl: add support to booting with ATF

2017-01-18 Thread Kever Yang
Hi Who is suppose to maintain source in "common/spl"? I hope to get more comments before my first version patch without 'RFC' and with suggestion from Michal. Thanks, - Kever On 12/29/2016 06:25 PM, Kever Yang wrote: ATF(ARM Trust Firmware) is used by ARM arch64 SoCs, find more infomation a

Re: [U-Boot] [RFC PATCH 3/3] spl: add support to booting with ATF

2017-01-05 Thread Michal Simek
Hi, On 6.1.2017 08:09, Kever Yang wrote: > Hi Michal, > > Thanks for your comments. > > On 01/02/2017 11:05 PM, Michal Simek wrote: >> On 29.12.2016 11:25, Kever Yang wrote: >>> ATF(ARM Trust Firmware) is used by ARM arch64 SoCs, find more infomation >>> about ATF at: >>> >>> SPL is consider

Re: [U-Boot] [RFC PATCH 3/3] spl: add support to booting with ATF

2017-01-05 Thread Kever Yang
Hi Michal, Thanks for your comments. On 01/02/2017 11:05 PM, Michal Simek wrote: On 29.12.2016 11:25, 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 SPL repl

Re: [U-Boot] [RFC PATCH 3/3] spl: add support to booting with ATF

2017-01-02 Thread Michal Simek
On 29.12.2016 11:25, 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 SPL replaces BL2 in ATF > like BL31, BL32, SCP-BL30, and BL33(U-Boot). And needs to prepa

[U-Boot] [RFC PATCH 3/3] spl: add support to booting with ATF

2016-12-29 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