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)
Mon, Apr 6, 12:24 PM
Unknown Object (File)
Mon, Apr 6, 10:50 AM
Unknown Object (File)
Mon, Apr 6, 1:39 AM
Unknown Object (File)
Sun, Apr 5, 9:48 AM
Unknown Object (File)
Sat, Apr 4, 11:42 PM
Unknown Object (File)
Fri, Apr 3, 4:39 AM
Unknown Object (File)
Thu, Apr 2, 6:19 AM
Unknown Object (File)
Wed, Apr 1, 6:38 PM
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.