Page MenuHomeFreeBSD

Add workaround for vt efifb's early use of PHYS_TO_DMAP
ClosedPublic

Authored by emaste on Nov 11 2014, 2:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 17, 2:57 PM
Unknown Object (File)
Tue, Jan 14, 10:37 AM
Unknown Object (File)
Mon, Jan 13, 9:03 PM
Unknown Object (File)
Sun, Jan 12, 2:20 PM
Unknown Object (File)
Dec 25 2024, 9:33 PM
Unknown Object (File)
Dec 25 2024, 8:21 PM
Unknown Object (File)
Dec 21 2024, 10:51 AM
Unknown Object (File)
Nov 16 2024, 5:42 AM
Subscribers
None

Details

Summary

In vt_efifb_init the framebuffer's physaddr is passed to PHYS_TO_DMAP before the DMAP is setup. The result is not actually accessed until after the mapping is setup, though. Loosen the assertion in PHYS_TO_DMAP for now, to allow use when dmaplimit == 0.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste retitled this revision from to Add bandaid for vt efifb's early use of PHYS_TO_DMAP.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added reviewers: royger, kib.
kib edited edge metadata.
This revision is now accepted and ready to land.Nov 11 2014, 2:49 PM
emaste retitled this revision from Add bandaid for vt efifb's early use of PHYS_TO_DMAP to Add workaround for vt efifb's early use of PHYS_TO_DMAP.
emaste edited edge metadata.

As suggested by kib, add comment at macro definition

emaste updated this revision to Diff 2358.

Closed by commit rS274382 (authored by @emaste).