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)
Fri, May 17, 5:33 AM
Unknown Object (File)
Thu, May 16, 11:27 PM
Unknown Object (File)
Mon, May 13, 8:12 AM
Unknown Object (File)
Mon, May 13, 7:38 AM
Unknown Object (File)
Apr 14 2024, 7:17 PM
Unknown Object (File)
Feb 17 2024, 3:23 AM
Unknown Object (File)
Dec 23 2023, 8:20 AM
Unknown Object (File)
Dec 20 2023, 8:10 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