]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bhyve: Add PL011 UART emulation
authorAndrew Turner <andrew@freebsd.org>
Wed, 3 Apr 2024 16:46:43 +0000 (12:46 -0400)
committerMark Johnston <markj@FreeBSD.org>
Wed, 10 Apr 2024 15:17:55 +0000 (11:17 -0400)
commitf3003a0dfb91ce887587ff73ce758f31a921e5a3
tree9b5f07f2030526884c29c9a85e106a73ce03938f
parentafc10f8bba3dd293a66461aaca41237c986b6ca7
bhyve: Add PL011 UART emulation

This will be use for arm64 guests, instead of the existing ns16550 UART
model.

Reviewed by: corvink, jhb
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D40997
usr.sbin/bhyve/uart_emul.h
usr.sbin/bhyve/uart_pl011.c [new file with mode: 0644]