Re: [PATCH 0/8] firmware: arm_scpi: add support for legacy SCPI protocol

2016-11-21 Thread Sudeep Holla
On 21/11/16 15:04, Ryan Harkin wrote: [...] Switching to u-boot won't solve any thermal sensor calibration problems. Indeed. The board Russell had was one of those early ones which was not calibrated properly. He is now able to use the 16.10 release after calibration. -- Regards, Sudeep

Re: [PATCH 0/8] firmware: arm_scpi: add support for legacy SCPI protocol

2016-11-21 Thread Ryan Harkin
On 8 November 2016 at 17:46, Russell King - ARM Linux wrote: > On Tue, Nov 08, 2016 at 05:37:25PM +, Sudeep Holla wrote: >> >> >> On 08/11/16 16:06, Russell King - ARM Linux wrote: >> >On Tue, Nov 08, 2016 at 03:40:38PM +, Russell King - ARM Linux wrote: >> >>As it contains a zero sized Im

Re: [PATCH 0/8] firmware: arm_scpi: add support for legacy SCPI protocol

2016-11-08 Thread Russell King - ARM Linux
On Tue, Nov 08, 2016 at 05:37:25PM +, Sudeep Holla wrote: > > > On 08/11/16 16:06, Russell King - ARM Linux wrote: > >On Tue, Nov 08, 2016 at 03:40:38PM +, Russell King - ARM Linux wrote: > >>As it contains a zero sized Image and .dtb files, I tried copying my > >>Image and .dtb over, and

Re: [PATCH 0/8] firmware: arm_scpi: add support for legacy SCPI protocol

2016-11-08 Thread Sudeep Holla
On 08/11/16 16:06, Russell King - ARM Linux wrote: On Tue, Nov 08, 2016 at 03:40:38PM +, Russell King - ARM Linux wrote: As it contains a zero sized Image and .dtb files, I tried copying my Image and .dtb over, and also copied my original config.txt (only change is AUTORUN: FALSE). It sti

Re: [PATCH 0/8] firmware: arm_scpi: add support for legacy SCPI protocol

2016-11-08 Thread Russell King - ARM Linux
On Tue, Nov 08, 2016 at 04:08:38PM +, Sudeep Holla wrote: > I will focus on this and see what's happening. I have issue with network > on my setup with debug build and Linaro guys are not seeing it. I revert > to release build of UEFI for that. Anyways one suggestion I have right > now is to er

Re: [PATCH 0/8] firmware: arm_scpi: add support for legacy SCPI protocol

2016-11-08 Thread Sudeep Holla
On 08/11/16 15:40, Russell King - ARM Linux wrote: On Tue, Nov 08, 2016 at 03:11:07PM +, Sudeep Holla wrote: On 08/11/16 14:51, Russell King - ARM Linux wrote: On Wed, Nov 02, 2016 at 10:52:03PM -0600, Sudeep Holla wrote: This is minor rework of the series[1] from Neil Armstrong's to sup

Re: [PATCH 0/8] firmware: arm_scpi: add support for legacy SCPI protocol

2016-11-08 Thread Russell King - ARM Linux
On Tue, Nov 08, 2016 at 03:40:38PM +, Russell King - ARM Linux wrote: > As it contains a zero sized Image and .dtb files, I tried copying my > Image and .dtb over, and also copied my original config.txt (only > change is AUTORUN: FALSE). It still doesn't appear to boot beyond > this point. We

Re: [PATCH 0/8] firmware: arm_scpi: add support for legacy SCPI protocol

2016-11-08 Thread Russell King - ARM Linux
On Tue, Nov 08, 2016 at 03:11:07PM +, Sudeep Holla wrote: > On 08/11/16 14:51, Russell King - ARM Linux wrote: > >On Wed, Nov 02, 2016 at 10:52:03PM -0600, Sudeep Holla wrote: > >>This is minor rework of the series[1] from Neil Armstrong's to support > >>legacy SCPI protocol to make DT bindings

Re: [PATCH 0/8] firmware: arm_scpi: add support for legacy SCPI protocol

2016-11-08 Thread Sudeep Holla
On 08/11/16 14:51, Russell King - ARM Linux wrote: On Wed, Nov 02, 2016 at 10:52:03PM -0600, Sudeep Holla wrote: This is minor rework of the series[1] from Neil Armstrong's to support legacy SCPI protocol to make DT bindings more generic and move out all the platform specific bindings out of t

Re: [PATCH 0/8] firmware: arm_scpi: add support for legacy SCPI protocol

2016-11-08 Thread Russell King - ARM Linux
On Wed, Nov 02, 2016 at 10:52:03PM -0600, Sudeep Holla wrote: > This is minor rework of the series[1] from Neil Armstrong's to support > legacy SCPI protocol to make DT bindings more generic and move out all > the platform specific bindings out of the generic binding document. Is this what would b

Re: [PATCH 0/8] firmware: arm_scpi: add support for legacy SCPI protocol

2016-11-03 Thread Neil Armstrong
On 11/03/2016 05:52 AM, Sudeep Holla wrote: > Hi, > > This is minor rework of the series[1] from Neil Armstrong's to support > legacy SCPI protocol to make DT bindings more generic and move out all > the platform specific bindings out of the generic binding document. > > -- > Regards, > Sudeep >

[PATCH 0/8] firmware: arm_scpi: add support for legacy SCPI protocol

2016-11-02 Thread Sudeep Holla
Hi, This is minor rework of the series[1] from Neil Armstrong's to support legacy SCPI protocol to make DT bindings more generic and move out all the platform specific bindings out of the generic binding document. -- Regards, Sudeep [1] http://www.spinics.net/lists/arm-kernel/msg534999.html Nei