Skip to content
  • Øyvind Harboe's avatar
    arm7/9: fix "reset run + halt" · 3e71449a
    Øyvind Harboe authored
    
    
    if polling is off, then "reset run + halt" would fail
    since halt incorrectly assumed the target was in the
    reset state as it is the internal poll implementation
    that moves the sw tracking of the target state out
    of the reset state.
    
    To reproduce:
    
    > reset run; halt
    JTAG tap: zy1000.cpu tap/device found: 0x1f0f0f0f (mfg: 0x787, part: 0xf0f0, ver: 0x1)
    BUG: arm7/9 does not support halt during reset. This is handled in arm7_9_assert_reset()
    
    Signed-off-by: default avatarØyvind Harboe <oyvind.harboe@zylin.com>
    3e71449a