Page MenuHomeFreeBSD

Clear the indirect flag in the GICv3 ITS driver
ClosedPublic

Authored by andrew on Oct 4 2022, 11:51 AM.
Tags
None
Referenced Files
F109016717: D36873.diff
Thu, Jan 30, 4:56 PM
Unknown Object (File)
Dec 9 2024, 8:12 PM
Unknown Object (File)
Nov 23 2024, 9:39 PM
Unknown Object (File)
Nov 13 2024, 2:40 PM
Unknown Object (File)
Oct 19 2024, 11:50 PM
Unknown Object (File)
Oct 13 2024, 2:13 AM
Unknown Object (File)
Oct 9 2024, 12:05 PM
Unknown Object (File)
Sep 30 2024, 1:38 PM
Subscribers

Details

Summary

The indirect flag tells the hardware to use a flat or two level table.
As we only support using the flat table ensure the flag that marks
which is in use is set correctly.

We can't rely on this being set correctly as some firmware may set the
indirect flag, e.g. booting from LinuxBoot.

Sponsored by: The FreeBSD Foundation

Diff Detail

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

Event Timeline

This fixes the issues I was seeing with missing interrupts...
I get to mountroot> now on the images that before would stall

This revision is now accepted and ready to land.Oct 4 2022, 3:28 PM