Page MenuHomeFreeBSD

vt: splash: Use splash screen passed from loader
ClosedPublic

Authored by manu on Jul 9 2024, 12:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 23, 11:28 PM
Unknown Object (File)
Fri, Mar 20, 4:19 PM
Unknown Object (File)
Thu, Mar 19, 6:39 PM
Unknown Object (File)
Sat, Mar 14, 4:41 AM
Unknown Object (File)
Thu, Mar 12, 8:17 AM
Unknown Object (File)
Feb 8 2026, 3:30 PM
Unknown Object (File)
Feb 8 2026, 8:43 AM
Unknown Object (File)
Feb 1 2026, 1:43 PM
Subscribers

Details

Summary

If loader(8) gives use a splash screen to use using the MODINFOMD_SPLASH
type, use it if RB_MUTE is set to "YES".
By design only argb data will be displayed.

Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

manu requested review of this revision.Jul 9 2024, 12:44 PM
This revision is now accepted and ready to land.Jul 9 2024, 12:57 PM
imp added inline comments.
sys/dev/vt/vt_core.c
1668

I'm surprised we don't have a wrapper for this by now

sys/dev/vt/vt_core.c
1668

That won't be needed after we nuke all 32bits platforms :)