From a75bc85df3da707d75531b001150cc8501573184 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 8 Jun 2020 21:42:09 +0200 Subject: console: T2569: initial implementation with XML and Python Migrate the serial console subsystem to XML and Python. --- interface-definitions/system-console.xml.in | 86 +++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 interface-definitions/system-console.xml.in (limited to 'interface-definitions') diff --git a/interface-definitions/system-console.xml.in b/interface-definitions/system-console.xml.in new file mode 100644 index 000000000..ccaaa51b2 --- /dev/null +++ b/interface-definitions/system-console.xml.in @@ -0,0 +1,86 @@ + + + + + + + Serial console configuration + 100 + + + + + Serial console device name + + ttySN + Serial device name + + + ttyUSBX + USB Serial device name + + + hvc0 + Xen console + + + ^(ttyS|ttyUSB|hvc)[0-9]+$ + + + + + + Console baud rate + + 1200 2400 4800 9600 19200 38400 57600 115200 + + + 1200 + 1200 bps + + + 2400 + 2400 bps + + + 4800 + 4800 bps + + + 9600 + 9600 bps + + + 19200 + 19200 bps + + + 38400 + 38400 bps + + + 57600 + 57600 bps + + + 115200 + 115200 bps + + + (1200|2400|4800|9600|19200|38400|57600|115200) + + + + + + + + Enable screen blank powersaving on VGA console + + + + + + + + -- cgit v1.2.3