Page MenuHomeFreeBSD

Fix ARM Cortex-A8 (BBB) PMU Event List
ClosedPublic

Authored by bz on Oct 13 2015, 1:39 PM.
Tags
None
Referenced Files
F108921072: D3876.diff
Wed, Jan 29, 2:19 PM
Unknown Object (File)
Tue, Jan 21, 7:53 AM
Unknown Object (File)
Nov 12 2024, 7:48 PM
Unknown Object (File)
Sep 26 2024, 2:05 PM
Unknown Object (File)
Sep 25 2024, 12:20 PM
Unknown Object (File)
Sep 22 2024, 7:55 PM
Unknown Object (File)
Sep 21 2024, 5:52 PM
Unknown Object (File)
Sep 18 2024, 1:52 AM
Subscribers

Details

Summary

Now that we can detect the Cortex-A8 properly, fix the event list
according to the Crtex-A8 TRM r3p2 section 3.2.49.
The A8 list differs from the "ARM-v7 common" list, given the A8
was an earlier model.

Obtained from: Cambridge/L41
Sponsored by: DARPA/AFRL

Diff Detail

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

Event Timeline

bz retitled this revision from to Fix ARM Cortex-A8 (BBB) PMU Event List.
bz updated this object.
bz edited the test plan for this revision. (Show Details)
bz added reviewers: andrew, gnn, br.
bz set the repository for this revision to rS FreeBSD src repository - subversion.
bz added a subscriber: pmc.
andrew edited edge metadata.

Looks correct for the A8, and is no more incorrect for the A9 than before (events 0x08 and 0x0e are unimplemented there).

This revision is now accepted and ready to land.Oct 13 2015, 2:16 PM
This revision was automatically updated to reflect the committed changes.