MLK-18577-3 armv8: xen: add console write hypercall
authorPeng Fan <peng.fan@nxp.com>
Tue, 12 Jun 2018 08:00:23 +0000 (16:00 +0800)
committerYe Li <ye.li@nxp.com>
Thu, 29 Apr 2021 12:06:38 +0000 (05:06 -0700)
commitdc44f3ace024f24e7ac658c3290b3202a6cf2a07
treeadc8d5b3b5e6be64b69af3576f4ea16ad5d6cc42
parentc44c7741d5941b9f4b4a73a6435b2fa12b653cce
MLK-18577-3 armv8: xen: add console write hypercall

Introduce console write hypercall to let Uboot could directly
output with xen console, this needs CONFIG_VERBOSE_DEBUG
enabled in xen.

Because input is not a must requirement in android VM,
and develop pvconsole needs more efforts, so let's use
this hypercall first.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
(cherry picked from commit 8836c3104a1edfe542e0c1cef6690bc9d3d842a0)
(cherry picked from commit aea71150857d4617009730683c95d858acb43392)
(cherry picked from commit 3173d3ac39bed27a3197829ea13ffce5a89b07ac)
arch/arm/cpu/armv8/xen/Makefile
arch/arm/cpu/armv8/xen/print.c [new file with mode: 0644]