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

2016-09-28 Thread Hongbo Zhang
This patch should be move before adding or setting up PSCI, because if PSCI is ready without SMC enabled, kernel detects PSCI exist from DT, then it issues SMC call for psci_version(), this causes instruction not defined exception. Will update this in next iteration, and welcome any review comment

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

2016-09-27 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