mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
tools/smccli.py: Shut down cleanly, increase verbosity
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
434a3b6c78
commit
e2b87b695f
1 changed files with 3 additions and 0 deletions
|
@ -9,8 +9,11 @@ from m1n1.fw.smc import SMCClient
|
|||
|
||||
smc_addr = u.adt["arm-io/smc"].get_reg(0)[0]
|
||||
smc = SMCClient(u, smc_addr, None)
|
||||
smc.verbose = 3
|
||||
|
||||
smc.start()
|
||||
smc.start_ep(0x20)
|
||||
|
||||
run_shell(globals(), msg="Have fun!")
|
||||
|
||||
smc.stop()
|
||||
|
|
Loading…
Reference in a new issue