]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: add uart dcc support
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sun, 22 Feb 2009 14:49:28 +0000 (15:49 +0100)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sun, 22 Feb 2009 14:49:28 +0000 (15:49 +0100)
commit4f5728987f4f9f7845688482aa2b7f2127768165
treee5ddb625e83ddaa8101528de0838f593f3fae318
parent0cd18fa982f9a8c1a90ce971379a7d6408976d48
arm: add uart dcc support

Serial driver via the EmbeddedICE macrocell's DCC channel using
co-processor 14.

It does include a timeout to ensure that the system does not
totally freeze when there is nothing connected to read.

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
common/devices.c
drivers/serial/Makefile
drivers/serial/arm_dcc.c [new file with mode: 0644]
include/devices.h
lib_arm/board.c