Page MenuHomeFreeBSD

Fix bus numbering in ThunderX ITS quirk
ClosedPublic

Authored by wma_semihalf.com on Oct 1 2015, 7:01 AM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 22 2024, 6:49 AM
Unknown Object (File)
Dec 13 2024, 12:07 AM
Unknown Object (File)
Dec 7 2024, 8:34 PM
Unknown Object (File)
Nov 29 2024, 3:09 PM
Unknown Object (File)
Nov 22 2024, 12:05 PM
Unknown Object (File)
Nov 15 2024, 5:55 AM
Unknown Object (File)
Nov 14 2024, 1:00 PM
Unknown Object (File)
Nov 4 2024, 5:30 PM

Details

Summary

Internal busses (thus ECAM access) should be mapped to all values from 0 to 143.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

wma_semihalf.com retitled this revision from to Fix bus numbering in ThunderX ITS quirk.
wma_semihalf.com updated this object.
wma_semihalf.com edited the test plan for this revision. (Show Details)
wma_semihalf.com added a reviewer: arm64.
wma_semihalf.com set the repository for this revision to rS FreeBSD src repository - subversion.
zbb added a reviewer: zbb.
This revision is now accepted and ready to land.Oct 1 2015, 7:38 PM
sys/arm64/arm64/gic_v3_its.c
1479 ↗(On Diff #8995)

What is magic about 143?

sys/arm64/arm64/gic_v3_its.c
1479 ↗(On Diff #8995)

It should be a #defined constant

This revision now requires review to proceed.Oct 23 2015, 10:51 AM
This revision was automatically updated to reflect the committed changes.