Page MenuHomeFreeBSD

ARM CP15 operations for db show command
ClosedPublic

Authored by jpa-semihalf.com on May 4 2015, 2:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 24, 6:12 PM
Unknown Object (File)
Feb 22 2024, 12:56 PM
Unknown Object (File)
Feb 22 2024, 12:09 AM
Unknown Object (File)
Jan 26 2024, 7:51 PM
Unknown Object (File)
Dec 23 2023, 9:21 AM
Unknown Object (File)
Dec 23 2023, 4:32 AM
Unknown Object (File)
Dec 5 2023, 1:36 AM
Unknown Object (File)
Nov 13 2023, 1:33 PM
Subscribers

Details

Summary

Following suggestion from https://reviews.freebsd.org/D2340 I extracted related parts of bigger commit into a new and independent one.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

jpa-semihalf.com retitled this revision from to ARM CP15 operations for db show command.
jpa-semihalf.com updated this object.
jpa-semihalf.com edited the test plan for this revision. (Show Details)
jpa-semihalf.com added reviewers: imp, andrew, mmel, skra, ian.
jpa-semihalf.com added a subscriber: Unknown Object (MLST).
imp edited edge metadata.

I really like this...

This revision is now accepted and ready to land.May 5 2015, 10:42 PM
sys/arm/arm/machdep.c
118

__ARM_ARCH >= 6 ?

sys/arm/include/cpu-v6.h
146–154

Why __ARM_ARCH >= 7 ? ACTRL, SCTRL, PAR and ATS1CPR exist on ARMv6, only L2CTLR is ARMv7.

sys/arm/include/sysreg.h
228

__ARM_ARCH >= 7. Keep the list ordered, please.

Right, sorry for the mess with the #ifdefs, fixing it.

jpa-semihalf.com edited edge metadata.
jpa-semihalf.com marked 3 inline comments as done.

Thank you for previous comments. Here is updated diff, I hope it is fine now.

This revision now requires review to proceed.May 6 2015, 9:46 AM
mmel edited edge metadata.

Perfect, thanks.

This revision is now accepted and ready to land.May 6 2015, 9:49 AM

Commited in r282547. Can it be closed?