]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a simple-framebuffer vt driver
authorAndrew Turner <andrew@FreeBSD.org>
Wed, 26 Apr 2023 05:44:10 +0000 (00:44 -0500)
committerKyle Evans <kevans@FreeBSD.org>
Wed, 26 Apr 2023 05:44:48 +0000 (00:44 -0500)
commitd5035d913cc6453320df53840fea2145fe1d0128
tree0e058c9423cc4c1ee26910dac0a92b7a78e517b2
parent61fd6a1ea2961736952ef060b625637f9816343c
Add a simple-framebuffer vt driver

This allows us to support this hardware and, in the future, use clocks
so they are enabled past the initial kernel boot process.

Reviewed by: ray
Differential Revision: https://reviews.freebsd.org/D30103
sys/arm64/conf/std.dev
sys/conf/files
sys/dev/vt/hw/simplefb/simplefb.c [new file with mode: 0644]