ARM: psci: factor out smc command into commands/
So far, the smc command was only usable when barebox also provides the
secure monitor. It's useful to have it when barebox is a PSCI consumer
as well to test whether the secure monitor works.
Factor out the code into commands/ in preparation to do so.
No functional change.

Signed-off-by: Ahmad Fatoum <ahmad@a3f.at>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 390bc78 commit d5f14e585c4d07e913f8f52ebd0f22d4d808bee5
@Ahmad Fatoum Ahmad Fatoum authored on 15 Nov 2019
Sascha Hauer committed on 19 Nov 2019
Showing 4 changed files
View
arch/arm/cpu/psci.c
View
commands/Kconfig
View
commands/Makefile
View
commands/smc.c 0 → 100644