summaryrefslogtreecommitdiff
path: root/arch/arm/common/bL_switcher_dummy_if.c
AgeCommit message (Collapse)Author
2013-08-05ARM: bL_switcher: add a simple /dev user interface for debugging purposesNicolas Pitre
Only the basic call to aid debugging. *** NOT FOR PRODUCTION *** Usage: echo <cpuid>,<clusterid> > /dev/b.L_switcher where <cpuid> is the logical CPU number, and <clusterid> is 0 for the first cluster and 1 for the second cluster. Signed-off-by: nicolas Pitre <nico@linaro.org>