Re: [U-Boot] [PATCH v4 2/6] ARMv8: Enable SMC instruction

2016-11-30 Thread york sun
On 11/30/2016 01:47 AM, Hongbo Zhang wrote: > OK. > > And currently this series are against the community tree, and if this > should go to your tree, I should rebase to yours, right? > No. Please use upstream master branch. I trye to keep my repo in sync but mostly it is behind by several

Re: [U-Boot] [PATCH v4 2/6] ARMv8: Enable SMC instruction

2016-11-30 Thread Hongbo Zhang
OK. And currently this series are against the community tree, and if this should go to your tree, I should rebase to yours, right? On Wed, Nov 30, 2016 at 4:49 AM, york sun wrote: > On 11/25/2016 02:47 AM, Hongbo Zhang wrote: >> PSCI implementation needs the SMC instruction to

Re: [U-Boot] [PATCH v4 2/6] ARMv8: Enable SMC instruction

2016-11-29 Thread york sun
On 11/25/2016 02:47 AM, Hongbo Zhang wrote: > PSCI implementation needs the SMC instruction to be enabled. > Following the legacy codes pattern, no bit macro definition and bit operation > are used, only the immediate data used in line is changed. > > Signed-off-by: Hongbo Zhang

[U-Boot] [PATCH v4 2/6] ARMv8: Enable SMC instruction

2016-11-25 Thread Hongbo Zhang
PSCI implementation needs the SMC instruction to be enabled. Following the legacy codes pattern, no bit macro definition and bit operation are used, only the immediate data used in line is changed. Signed-off-by: Hongbo Zhang Reviewed-by: Tom Rini ---