acrn-hypervisor/hypervisor/debug
Minggui Cao 0307b21896 HV: change vuart port (used by SOS) to ttyS2
On MRB, there are some differences for SOS uart setting between
debug version and release version:
  for debug version, ttyS0 is vuart, ttyS1 is 00:18.0, ttyS2 is 00:18.1,
    ttyS3 is 00:18.3.
  for release version, ttyS0 is 00:18.0, ttyS1 is 00:18.1, ttyS2 is
00:18.2, ttyS3 is 00:18.3. There is no vuart.

port: 00:18.0 is for bluetooth usage, ttyS0 can't be used as SOS console
for release build.

after change, debug build: vuart -->ttyS2 (SOS console);
release version: ttyS2; 00:18.2, it can be used as SOS console too.

for UEFI platform, also change acrn.conf console=ttyS0-->ttyS2
to matched with vart change.

Tracked-On: #1690
Signed-off-by: Minggui Cao <minggui.cao@intel.com>
Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
2018-11-02 13:00:54 +08:00
..
console.c hv:clear up the usage of printf data struct 2018-09-28 16:40:07 +08:00
dump.c HV:fix "Pointer param should be declared pointer to const" 2018-10-25 13:45:14 +08:00
hypercall.c HV: Added Initial support for SEP/SOCWATCH profiling 2018-10-26 13:39:07 +08:00
logmsg.c hv:Replace dynamic memory with static for sbuf 2018-11-01 11:21:49 +08:00
npk_log.c hv: fix 'No brackets to then/else' 2018-10-11 16:48:11 +08:00
printf.c hv:Clear up printf related definition 2018-09-28 13:59:38 +08:00
profiling.c HV: bug fix:possible access to NULL pointer 2018-10-31 09:48:56 +08:00
sbuf.c hv:Replace dynamic memory with static for sbuf 2018-11-01 11:21:49 +08:00
shell_priv.h hv: fix integer violations 2018-11-02 11:05:32 +08:00
shell.c HV: fix bug "vmexit" cmd cause HV console hung 2018-11-02 09:13:57 +08:00
uart16550.c hv:clear up the usage of printf data struct 2018-09-28 16:40:07 +08:00
uart16550.h hv: fix integer violations 2018-11-02 11:05:32 +08:00
vuart.c HV: change vuart port (used by SOS) to ttyS2 2018-11-02 13:00:54 +08:00