Re: [U-Boot] [PATCH 2/2] arm64: add better spin-table support

2016-06-27 Thread Chen-Yu Tsai
Hi, On Mon, Jun 27, 2016 at 6:47 PM, Andre Przywara wrote: > Hi Masahiro, > > On 25/06/16 05:08, Masahiro Yamada wrote: >> Hi Andre, >> >> >> 2016-06-19 19:33 GMT+09:00 André Przywara : >>> Hi, >>> >>> On 19/06/16 09:57, Masahiro Yamada wrote: 2016-06-18 18:40 GMT+09:00 Linus Walleij : >

Re: [U-Boot] [PATCH 2/2] arm64: add better spin-table support

2016-06-27 Thread york sun
On 06/24/2016 09:15 PM, Masahiro Yamada wrote: > Hi York, > > 2016-06-21 1:30 GMT+09:00 york sun : >> On 06/19/2016 03:34 AM, André Przywara wrote: >>> Hi, >>> >>> On 19/06/16 09:57, Masahiro Yamada wrote: 2016-06-18 18:40 GMT+09:00 Linus Walleij : > On Fri, Jun 17, 2016 at 2:51 PM, Masahi

Re: [U-Boot] [PATCH 2/2] arm64: add better spin-table support

2016-06-27 Thread Andre Przywara
Hi Masahiro, On 25/06/16 05:08, Masahiro Yamada wrote: > Hi Andre, > > > 2016-06-19 19:33 GMT+09:00 André Przywara : >> Hi, >> >> On 19/06/16 09:57, Masahiro Yamada wrote: >>> 2016-06-18 18:40 GMT+09:00 Linus Walleij : On Fri, Jun 17, 2016 at 2:51 PM, Masahiro Yamada wrote: >

Re: [U-Boot] [PATCH 2/2] arm64: add better spin-table support

2016-06-24 Thread Masahiro Yamada
Hi York, 2016-06-21 1:30 GMT+09:00 york sun : > On 06/19/2016 03:34 AM, André Przywara wrote: >> Hi, >> >> On 19/06/16 09:57, Masahiro Yamada wrote: >>> 2016-06-18 18:40 GMT+09:00 Linus Walleij : On Fri, Jun 17, 2016 at 2:51 PM, Masahiro Yamada wrote: > There are two enable met

Re: [U-Boot] [PATCH 2/2] arm64: add better spin-table support

2016-06-24 Thread Masahiro Yamada
Hi Andre, 2016-06-19 19:33 GMT+09:00 André Przywara : > Hi, > > On 19/06/16 09:57, Masahiro Yamada wrote: >> 2016-06-18 18:40 GMT+09:00 Linus Walleij : >>> On Fri, Jun 17, 2016 at 2:51 PM, Masahiro Yamada >>> wrote: >>> There are two enable methods supported by ARM64 Linux; psci and sp

Re: [U-Boot] [PATCH 2/2] arm64: add better spin-table support

2016-06-20 Thread york sun
On 06/19/2016 03:34 AM, André Przywara wrote: > Hi, > > On 19/06/16 09:57, Masahiro Yamada wrote: >> 2016-06-18 18:40 GMT+09:00 Linus Walleij : >>> On Fri, Jun 17, 2016 at 2:51 PM, Masahiro Yamada >>> wrote: >>> There are two enable methods supported by ARM64 Linux; psci and spin-table.

Re: [U-Boot] [PATCH 2/2] arm64: add better spin-table support

2016-06-19 Thread André Przywara
Hi, On 19/06/16 09:57, Masahiro Yamada wrote: > 2016-06-18 18:40 GMT+09:00 Linus Walleij : >> On Fri, Jun 17, 2016 at 2:51 PM, Masahiro Yamada >> wrote: >> >>> There are two enable methods supported by ARM64 Linux; psci and >>> spin-table. The latter is simpler and easier to use for quick SoC >>

Re: [U-Boot] [PATCH 2/2] arm64: add better spin-table support

2016-06-19 Thread Masahiro Yamada
2016-06-18 0:05 GMT+09:00 Mark Rutland : > On Fri, Jun 17, 2016 at 09:51:49PM +0900, Masahiro Yamada wrote: >> There are two enable methods supported by ARM64 Linux; psci and >> spin-table. The latter is simpler and easier to use for quick SoC >> bring-up. >> >> So, I used the spin-table for my fi

Re: [U-Boot] [PATCH 2/2] arm64: add better spin-table support

2016-06-19 Thread Masahiro Yamada
2016-06-18 18:40 GMT+09:00 Linus Walleij : > On Fri, Jun 17, 2016 at 2:51 PM, Masahiro Yamada > wrote: > >> There are two enable methods supported by ARM64 Linux; psci and >> spin-table. The latter is simpler and easier to use for quick SoC >> bring-up. >> >> So, I used the spin-table for my firs

Re: [U-Boot] [PATCH 2/2] arm64: add better spin-table support

2016-06-18 Thread york sun
On 06/17/2016 05:51 AM, Masahiro Yamada wrote: > There are two enable methods supported by ARM64 Linux; psci and > spin-table. The latter is simpler and easier to use for quick SoC > bring-up. > > So, I used the spin-table for my first ARMv8 SoC porting, but I > found its support in U-Boot was poo

Re: [U-Boot] [PATCH 2/2] arm64: add better spin-table support

2016-06-18 Thread Linus Walleij
On Fri, Jun 17, 2016 at 2:51 PM, Masahiro Yamada wrote: > There are two enable methods supported by ARM64 Linux; psci and > spin-table. The latter is simpler and easier to use for quick SoC > bring-up. > > So, I used the spin-table for my first ARMv8 SoC porting, but I > found its support in U-B

Re: [U-Boot] [PATCH 2/2] arm64: add better spin-table support

2016-06-18 Thread Mark Rutland
On Fri, Jun 17, 2016 at 09:51:49PM +0900, Masahiro Yamada wrote: > There are two enable methods supported by ARM64 Linux; psci and > spin-table. The latter is simpler and easier to use for quick SoC > bring-up. > > So, I used the spin-table for my first ARMv8 SoC porting, but I > found its suppor