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,7 +7,7 @@
import sys, os, logging
sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', 'library'))
import common, lib.lib
import common, lib.lib, lib.error
def alloc_pio(pio_list):
try: