Page MenuHomeFreeBSD

[BHND] Add support for matching of MIPS & ARM cores
ClosedPublic

Authored by mizhka on May 6 2016, 5:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 23 2024, 9:20 AM
Unknown Object (File)
Feb 14 2024, 1:26 AM
Unknown Object (File)
Jan 18 2024, 7:24 AM
Unknown Object (File)
Jan 10 2024, 3:37 AM
Unknown Object (File)
Dec 20 2023, 1:13 AM
Unknown Object (File)
Nov 8 2023, 11:17 AM
Unknown Object (File)
Nov 8 2023, 2:48 AM
Unknown Object (File)
Nov 6 2023, 11:16 AM
Subscribers

Details

Summary

Extend macros for MIPS & ARM cores. Now only BCM cores can be matched by matching mechanism.

Diff Detail

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

Event Timeline

mizhka retitled this revision from to [BHND] Add support for matching of MIPS & ARM cores.
mizhka updated this object.
mizhka edited the test plan for this revision. (Show Details)
mizhka added reviewers: adrian, landon_landonf.org.
mizhka set the repository for this revision to rS FreeBSD src repository - subversion.
landon_landonf.org edited edge metadata.

Other than minor style(9) whitespace and prefixing the macro names, looks good.

sys/dev/bhnd/bhnd.h
264 ↗(On Diff #15981)

minor style(9): should be a \t between #define and the macro name.

Could you also prefix these with BHND_? Could be BHND_MIPS_DEV to keep them short.

This revision now requires changes to proceed.May 6 2016, 8:50 PM
mizhka edited edge metadata.
  • Fix style(9) issue (tab after #define)
  • Macros names start with BHND_ now
This revision is now accepted and ready to land.May 11 2016, 7:34 PM
This revision was automatically updated to reflect the committed changes.