summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@siemens.com>2016-09-11 23:30:04 +0200
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:43:39 +0800
commit81632e4d972ac81785a1979b62f3a4f1597a30a7 (patch)
tree544188a7465e4c427bb68f148716e2688db4f923 /MAINTAINERS
parent68ac48b39f27c880f4bb4663c03f651ccd013b92 (diff)
jailhouse: Add simple debug console via the hypervisor
Jailhouse allows explicitly enabled cells to write character-wise messages to the hypervisor debug console. Make use of this for a platform-agnostic boot diagnosis channel, specifically for non-root cells. This also comes with earlycon support. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> (cherry picked from commit 60685bd589aef4972d20724863079edf2039eaa2) From http://git.kiszka.org/?p=linux.git;a=shortlog;h=refs/heads/queues/jailhouse
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 9d3a5c54a41d..07cb4d674c93 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8761,6 +8761,7 @@ L: jailhouse-dev@googlegroups.com
S: Maintained
F: arch/x86/kernel/jailhouse.c
F: arch/x86/include/asm/jailhouse_para.h
+F: drivers/virt/jailhouse_dbgcon.c
JC42.4 TEMPERATURE SENSOR DRIVER
M: Guenter Roeck <linux@roeck-us.net>