aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-realview/uncompress.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-03-28[ARM] Fix decompressor serial IO to give CRLF not LFCRRussell King1-13/+7
As per the corresponding change to the serial drivers, arrange for ARM decompressors to give CRLF. Move the common putstr code into misc.c such that machines only need to supply "putc" and "flush" functions. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2005-10-31[ARM] Add support for ARM RealView boardCatalin Marinas1-0/+54
Support for RealView EB. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>