# HG changeset patch # User Mychaela Falconia # Date 1560120987 0 # Node ID 6791499809e0d2ff268e7b41dcd3d471818d061a # Parent 7d0b9a3de444f48c9878b4172e2abec0066f3939 gtm900/fw-reg-config: note that the main config regs are as expected diff -r 7d0b9a3de444 -r 6791499809e0 gtm900/fw-reg-config --- a/gtm900/fw-reg-config Sun Jun 09 21:05:12 2019 +0000 +++ b/gtm900/fw-reg-config Sun Jun 09 22:56:27 2019 +0000 @@ -1,3 +1,7 @@ +Reading the ASIC_CONF_REG, IO_CONF_REG and IO_CNTL_REG registers via ETM when +the firmware is running shows the same values that are set by the Init_Target() +code we have disassembled. + When the firmware is running, reading the ARMIO_LATCH_OUT register via ETM returns 0x3F07, i.e., GPIO outputs 0, 1 and 2 (RI, DSR, DCD) are 1s, meaning modem control signals inactive.