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
F127822500: D45931.id140789.diff
Thu, Sep 4, 7:22 PM
Unknown Object (File)
Mon, Sep 1, 1:03 PM
Unknown Object (File)
Tue, Aug 26, 4:14 PM
Unknown Object (File)
Thu, Aug 21, 12:01 AM
Unknown Object (File)
Thu, Aug 14, 11:34 PM
Unknown Object (File)
Sun, Aug 10, 9:09 PM
Unknown Object (File)
Jul 12 2025, 11:57 AM
Unknown Object (File)
Jul 10 2025, 7:08 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 :)