commit | 2be12549c900303c418fcbb7044979e190fd4e7e | [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 May 13 19:05:27 2013 -0400 |
tree | 7386c714a03976d31f2c8f8654a6fbd879e7310d | |
parent | de2773b359751f6abf40b1112b07c1d1da26e786 [diff] |
ARM: bL_switcher: add a simple /dev user interface for debugging purposes Only the basic to aid debugging. Usage: echo <cpuid>,<clusterid> > /dev/b.L_switcher where <cpuid> is between 0 and 3, and <clusterid> is 0 for the A15 cluster and 1 for the A7 cluster. Signed-off-by: nicolas Pitre <nico@linaro.org>