aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/debug/sirf.S
Commit message (Collapse)AuthorAge
* ARM: sirf: add two debug ports for CSRatlas7 SoCGuo Zeng2015-01-20
| | | | | | | | | | | | this patch adds UART0 and UART1 as LLUART port, as the new Atlas7 registers layout are different, it also refines some names of old hard-coded MARCOs and uses CONFIG_DEBUG_UART_PHYS/DEBUG_UART_VIRT to define different base addresses for multiple ports. Signed-off-by: Guo Zeng <Guo.Zeng@csr.com> Signed-off-by: Zhiwu Song <Zhiwu.Song@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
* ARM: sirf: drop Marco low-level debug portBarry Song2015-01-14
| | | | | | | | Marco will not be supported any more. it has been replaced by CSR Atlas7. Signed-off-by: Barry Song <Baohua.Song@csr.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
* ARM: sirf: move debug-macro.S to include/debug/sirf.SArnd Bergmann2013-03-25
The new style ll_debug implementation for multiplatform requires the platform glue to be in include/debug, so let's move it there to separate the debugging logic from the platform code. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Tested-by: Barry Song <Baohua.Song@csr.com>