mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-12-18 17:53:10 +00:00
hv/trace_dcp.py: import firmware vesrions from the HV
Signed-off-by: Janne Grunau <j@jannau.net>
This commit is contained in:
parent
6f057d3395
commit
13afd0c98e
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@ from io import BytesIO
|
|||
|
||||
from enum import IntEnum
|
||||
|
||||
from m1n1.constructutils import Ver
|
||||
from m1n1.proxyutils import RegMonitor
|
||||
from m1n1.utils import *
|
||||
from m1n1.trace.dart import DARTTracer
|
||||
|
@ -12,6 +13,8 @@ from m1n1.trace.asc import ASCTracer, EP, EPState, msg, msg_log, DIR
|
|||
from m1n1.fw.afk.rbep import *
|
||||
from m1n1.fw.afk.epic import *
|
||||
|
||||
Ver.set_version(hv.u)
|
||||
|
||||
if True:
|
||||
dcp_adt_path = "/arm-io/dcp"
|
||||
dcp_dart_adt_path = "/arm-io/dart-dcp"
|
||||
|
|
Loading…
Reference in a new issue