Re: [U-Boot] [PATCH v3 01/11] ARM: PSCI: change PSCI function IDs base and offsets

2016-05-23 Thread Hongbo Zhang
On Mon, May 23, 2016 at 11:54 PM, Mark Rutland wrote: > On Wed, May 18, 2016 at 05:10:24PM +0800, macro.wav...@gmail.com wrote: >> From: Wang Dongsheng >> >> According to PSCI specification v1.0, the PSCI functions should start from >> 0x8400 for SMC32, this patch changes this base value as w

Re: [U-Boot] [PATCH v3 01/11] ARM: PSCI: change PSCI function IDs base and offsets

2016-05-23 Thread Mark Rutland
On Wed, May 18, 2016 at 05:10:24PM +0800, macro.wav...@gmail.com wrote: > From: Wang Dongsheng > > According to PSCI specification v1.0, the PSCI functions should start from > 0x8400 for SMC32, this patch changes this base value as well as other > function offset values. I agree that these a

Re: [U-Boot] [PATCH v3 01/11] ARM: PSCI: change PSCI function IDs base and offsets

2016-05-20 Thread Hongbo Zhang
On Thu, May 19, 2016 at 5:07 PM, Andre Przywara wrote: > Hi, > > On 19/05/16 09:45, Hongbo Zhang wrote: >> On Wed, May 18, 2016 at 6:07 PM, Andre Przywara >> wrote: >>> Hi, >>> >>> On 18/05/16 10:10, macro.wav...@gmail.com wrote: From: Wang Dongsheng According to PSCI specificati

Re: [U-Boot] [PATCH v3 01/11] ARM: PSCI: change PSCI function IDs base and offsets

2016-05-19 Thread Chen-Yu Tsai
On Thu, May 19, 2016 at 4:40 PM, Hongbo Zhang wrote: > On Wed, May 18, 2016 at 5:19 PM, Chen-Yu Tsai wrote: >> Hi, >> >> On Wed, May 18, 2016 at 5:10 PM, wrote: >>> From: Wang Dongsheng >>> >>> According to PSCI specification v1.0, the PSCI functions should start from >>> 0x8400 for SMC32,

Re: [U-Boot] [PATCH v3 01/11] ARM: PSCI: change PSCI function IDs base and offsets

2016-05-19 Thread Andre Przywara
Hi, On 19/05/16 09:45, Hongbo Zhang wrote: > On Wed, May 18, 2016 at 6:07 PM, Andre Przywara > wrote: >> Hi, >> >> On 18/05/16 10:10, macro.wav...@gmail.com wrote: >>> From: Wang Dongsheng >>> >>> According to PSCI specification v1.0, the PSCI functions should start from >>> 0x8400 for SMC3

Re: [U-Boot] [PATCH v3 01/11] ARM: PSCI: change PSCI function IDs base and offsets

2016-05-19 Thread Hongbo Zhang
On Wed, May 18, 2016 at 6:07 PM, Andre Przywara wrote: > Hi, > > On 18/05/16 10:10, macro.wav...@gmail.com wrote: >> From: Wang Dongsheng >> >> According to PSCI specification v1.0, the PSCI functions should start from >> 0x8400 for SMC32, this patch changes this base value as well as other >

Re: [U-Boot] [PATCH v3 01/11] ARM: PSCI: change PSCI function IDs base and offsets

2016-05-19 Thread Hongbo Zhang
On Wed, May 18, 2016 at 5:19 PM, Chen-Yu Tsai wrote: > Hi, > > On Wed, May 18, 2016 at 5:10 PM, wrote: >> From: Wang Dongsheng >> >> According to PSCI specification v1.0, the PSCI functions should start from >> 0x8400 for SMC32, this patch changes this base value as well as other >> functio

Re: [U-Boot] [PATCH v3 01/11] ARM: PSCI: change PSCI function IDs base and offsets

2016-05-18 Thread Chen-Yu Tsai
Hi, On Wed, May 18, 2016 at 5:10 PM, wrote: > From: Wang Dongsheng > > According to PSCI specification v1.0, the PSCI functions should start from > 0x8400 for SMC32, this patch changes this base value as well as other > function offset values. I think you should squash this into the PSCI v

Re: [U-Boot] [PATCH v3 01/11] ARM: PSCI: change PSCI function IDs base and offsets

2016-05-18 Thread Andre Przywara
Hi, On 18/05/16 10:10, macro.wav...@gmail.com wrote: > From: Wang Dongsheng > > According to PSCI specification v1.0, the PSCI functions should start from > 0x8400 for SMC32, this patch changes this base value as well as other > function offset values. Out of curiosity: Do you plan to ever

[U-Boot] [PATCH v3 01/11] ARM: PSCI: change PSCI function IDs base and offsets

2016-05-18 Thread macro . wave . z
From: Wang Dongsheng According to PSCI specification v1.0, the PSCI functions should start from 0x8400 for SMC32, this patch changes this base value as well as other function offset values. Signed-off-by: Wang Dongsheng Signed-off-by: Hongbo Zhang --- arch/arm/include/asm/psci.h | 10