summaryrefslogtreecommitdiff
path: root/arch/arm/mach-prima2/lluart.c
AgeCommit message (Collapse)AuthorFilesLines
2015-01-14ARM: sirf: drop Marco low-level debug portBarry Song1-2/+0
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>
2013-03-25ARM: sirf: enable multiplatform supportArnd Bergmann1-1/+1
All the prerequisites are there now, so we can move sirf into multiplatform. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2013-03-25ARM: sirf: move debug-macro.S to include/debug/sirf.SArnd Bergmann1-1/+11
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>
2011-07-09ARM: CSR: mapping early DEBUG_LL uartBarry Song1-0/+25
Signed-off-by: Barry Song <baohua.song@csr.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de>