Skip to content
  • Masahiro Yamada's avatar
    ARM: uniphier: support Debug UART · d5cf3297
    Masahiro Yamada authored
    
    
    For ARM32 architecture, CONFIG_DEBUG_LL is available for early
    low-level debugging (and actually UniPhier 32bit SoCs use it), but
    ARM64 architecture does not support it.  Instead, CONFIG_DEBUG_UART
    is available as an architecture-independent debug facility.
    
    This commit supports it on all the UniPhier SoCs (including the new
    ARMv8 SoCs), which is very useful for new SoC bringups.
    
    Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
    d5cf3297