]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
add 'terminal program' functionality
authorHarald Welte <laforge@openmoko.org>
Wed, 19 Dec 2007 13:14:47 +0000 (14:14 +0100)
committerWolfgang Denk <wd@denx.de>
Wed, 9 Jan 2008 12:26:38 +0000 (13:26 +0100)
commitd16471ee05ce7ac5392bc0e9fe3ff4b58a768f33
tree488f1ba2197d0a2fd31c279a1eaa31e8fa2de35e
parent62d4f4365341576f5a5307b2b205a5aa2e3c6be6
add 'terminal program' functionality

This patch adds a 'cu' like serial terminal command to u-boot
using which you can access other serial ports from the system console.

OpenMoko uses this in their Neo1973 phones to get access to the GSM
Modem and GPS chip from the bootloader.

Signed-off-by: Harald Welte <laforge@openmoko.org>
common/Makefile
common/cmd_terminal.c [new file with mode: 0644]
include/config_cmd_all.h