summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:01 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:01 +0200
commit30528be5fca26decf1444b7b03f2ad50ac9b51b2 (patch)
tree750f7f65e640c73bbff744039086973e1114eaf6 /Documentation
parent4cb9aa41767e7ae271b855b3aa6951278edd2de7 (diff)
downloadbarebox-30528be5fca26decf1444b7b03f2ad50ac9b51b2.tar.gz
barebox-30528be5fca26decf1444b7b03f2ad50ac9b51b2.tar.xz
svn_rev_524
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/console.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/console.txt b/Documentation/console.txt
new file mode 100644
index 0000000000..7ed67202e4
--- /dev/null
+++ b/Documentation/console.txt
@@ -0,0 +1,13 @@
+-------------- U-Boot consoles ------------------
+
+U-Boot supports multiple consoles which may be simultaneously active.
+Depending on the configuration none, the first or all consoles are
+activated on startup, see CONSOLE_ACTIVATE_FIRST and CONSOLE_ACTIVATE_ALL
+options.
+
+During runtime the behaviour of the consoles can be controlled with the
+'active' parameter each console has. The console system recognizes three
+characters: 'i' for stdin, 'o' for stdout and 'e' for stderr. These options
+may be concatenated together as needed, so setting an 'active' parameter
+of a console to 'io' would enable it for stdout and stdin while leaving
+stderr disabled.