Page MenuHomeFreeBSD

Add NXP/Freescale DIU driver for PowerPC SoCs
ClosedPublic

Authored by jhibbits on Sep 24 2016, 5:20 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 24, 5:42 AM
Unknown Object (File)
Fri, Jan 17, 5:29 PM
Unknown Object (File)
Fri, Jan 17, 12:17 PM
Unknown Object (File)
Thu, Jan 16, 11:10 AM
Unknown Object (File)
Sat, Jan 11, 5:30 AM
Unknown Object (File)
Thu, Jan 9, 5:45 AM
Unknown Object (File)
Nov 19 2024, 10:15 PM
Unknown Object (File)
Nov 19 2024, 3:26 PM
Subscribers

Details

Summary

This enables some features of the DIU, using a static configuration,
specified either via a 'edid' property on the 'display' FDT node, or a
'video-mode' environment variable (bootarg). 'video-mode' was chosen because it
matches u-boot's naming, so it can be set with:

setenv bootargs video-mode=${video-mode}

at the u-boot CLI.

Mouse cursor is not supported currently, as a hardware cursor is not supported
by framebuffer VT yet.

Diff Detail

Event Timeline

jhibbits retitled this revision from to Add NXP/Freescale DIU driver for PowerPC SoCs.
jhibbits updated this object.
jhibbits edited the test plan for this revision. (Show Details)
jhibbits added reviewers: PowerPC, nwhitehorn, marcel.
This revision was automatically updated to reflect the committed changes.