aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/uartlite.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10[POWERPC] Uartlite: bootwrapper bug fix, getc loops foreverGrant Likely1-2/+2
Fixes inverted logic in uartlite_getc Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-10-03[POWERPC] Uartlite: Add macros for register namesGrant Likely1-6/+21
Add macros to define register names to improve readability. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
2007-10-03[POWERPC] Virtex: Add uartlite bootwrapper driverGrant Likely1-0/+64
Allows the bootwrapper to use the uartlite device for console output. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>