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)
Thu, Feb 20, 12:47 AM
Unknown Object (File)
Tue, Feb 18, 6:41 PM
Unknown Object (File)
Tue, Feb 18, 6:25 PM
Unknown Object (File)
Tue, Feb 18, 6:03 PM
Unknown Object (File)
Jan 19 2025, 7:26 PM
Unknown Object (File)
Dec 2 2024, 3:21 PM
Unknown Object (File)
Nov 6 2024, 12:16 PM
Unknown Object (File)
Nov 3 2024, 8:11 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 Skipped
Unit
Tests Skipped

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

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.