config-tools: allow SERIAL_CONSOLE to use any native ttyS#

Remove the restriction that SERIAL_CONSOLE needs to be ttys0, ttys1,
ttys2 or ttys3.

1. Lossen the restriction in xsd.
2. Rewrite the document.
3. Refine the intx.py. Refine the logic which take effect if the <irq>
is specified in "SOS_COM#_IRQ" for SOS VM's legacy vuart 0.

Tracked-On: #6610
Signed-off-by: Yang,Yu-chu <yu-chu.yang@intel.com>
This commit is contained in:
Yang,Yu-chu
2021-09-16 16:27:59 -07:00
committed by wenlingz
parent c8e2060d37
commit 4ca2b3a860
5 changed files with 27 additions and 19 deletions

View File

@@ -7,3 +7,6 @@
class ResourceError(Exception):
"""Raise this error when it is out of resource"""
class SettingError(Exception):
"""Raise this error when manual scenario configuration has a conflict with board information"""