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

2016-11-02 Thread Tom Rini
On Tue, Nov 01, 2016 at 06:04:28PM +0800, macro.wav...@gmail.com wrote: > From: 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 change

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

2016-11-01 Thread macro . wave . z
From: 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 --- arch/arm/include/asm/macro.h | 2 +- 1 file c