Page MenuHomeFreeBSD

arm64: gic: disable the ITS if it's enabled prior to configuration
ClosedPublic

Authored by kevans on Mar 14 2022, 4:46 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 13, 9:29 PM
Unknown Object (File)
Wed, May 13, 9:29 PM
Unknown Object (File)
Wed, May 13, 9:21 PM
Unknown Object (File)
Apr 28 2026, 4:38 PM
Unknown Object (File)
Apr 28 2026, 9:07 AM
Unknown Object (File)
Apr 28 2026, 3:33 AM
Unknown Object (File)
Apr 22 2026, 3:19 PM
Unknown Object (File)
Apr 21 2026, 3:34 AM
Subscribers

Details

Summary

The ITS is defined to be disabled on a warm reset, but we may be coming
in via another kernel/hypervisor type setup where the ITS has been
previously configured then relinquished to the next kernel in the chain.

If it's enabled, the later configuration of GITS_BASER will almost
certainly fail -- clear it to prevent that.

Sponsored by: Ampere Computing
Submitted by: Klara, Inc.

Diff Detail

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