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)
Sun, Apr 14, 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
Unknown Object (File)
Dec 12 2023, 12:43 PM
Unknown Object (File)
Nov 7 2023, 6:53 AM
Unknown Object (File)
Nov 3 2023, 2:39 AM
Unknown Object (File)
Oct 29 2023, 2:52 PM
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