Skip to content
  • David Brownell's avatar
    ARM920T scanchain 15 comments/cleanup · aa8db989
    David Brownell authored
    
    
    For folk who don't know the ARM920 JTAG interface very well, the
    two modes of scan chain 15 access to CP15 are confusing.
    
    Make those parts of the ARM920 code less opaque, by:
    
     - Adding comments referencing the relevant parts of the TRM,
       catching up to similar updates in the User's Guide.
    
     - Replacing magic numbers in physical access clients with
       symbolic equivalents.
    
    No functional change.
    
    Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
    aa8db989