commit | b22537c682671de97c932d5addb6b7d087352aa1 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nicolas.pitre@linaro.org> | Thu Apr 12 03:04:28 2012 -0400 |
committer | Nicolas Pitre <nicolas.pitre@linaro.org> | Mon Aug 05 00:13:00 2013 -0400 |
tree | b45150a7499e9462481973cc1b84c8eb71f71bc8 | |
parent | 272614351423ce8c37ff730efc130e5b73fe64f5 [diff] |
ARM: bL_switcher: add a simple /dev user interface for debugging purposes 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>