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
F137075216: D6246.id15981.diff
Fri, Nov 21, 2:29 AM
F137074700: D6246.diff
Fri, Nov 21, 2:28 AM
F137073108: D6246.id16028.diff
Fri, Nov 21, 2:23 AM
F137073102: D6246.id.diff
Fri, Nov 21, 2:23 AM
F137072995: D6246.id16421.diff
Fri, Nov 21, 2:23 AM
Unknown Object (File)
Mon, Nov 17, 11:17 AM
Unknown Object (File)
Thu, Nov 13, 1:26 AM
Unknown Object (File)
Sat, Nov 8, 7:32 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.