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
Unknown Object (File)
Nov 7 2023, 9:40 AM
Unknown Object (File)
Sep 27 2023, 9:21 PM
Unknown Object (File)
Sep 16 2023, 1:23 AM
Unknown Object (File)
Sep 9 2023, 3:15 AM
Unknown Object (File)
Aug 13 2023, 6:46 AM
Unknown Object (File)
Aug 2 2023, 6:41 PM
Unknown Object (File)
Dec 23 2022, 9:58 AM
Unknown Object (File)
Mar 23 2017, 12:38 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.