Page MenuHomeFreeBSD

Split bcm_mipscore.c into bcm_mips (BMIPS32/BMIPS3300) and bcm_mips74k drivers.
ClosedPublic

Authored by landonf on Sep 5 2016, 11:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 17, 6:15 PM
Unknown Object (File)
Fri, Jan 10, 9:30 PM
Unknown Object (File)
Dec 7 2024, 11:29 PM
Unknown Object (File)
Nov 27 2024, 5:04 AM
Unknown Object (File)
Nov 18 2024, 7:14 PM
Unknown Object (File)
Nov 18 2024, 6:49 PM
Unknown Object (File)
Nov 18 2024, 6:40 AM
Unknown Object (File)
Nov 18 2024, 3:55 AM
Subscribers

Details

Summary

The BMIPS32/3300 cores use a register layout distinct from the MIPS74K core,
and are only found on siba(4) devices.

Diff Detail

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

Event Timeline

landonf retitled this revision from to Split bcm_mipscore.c into bcm_mips (BMIPS32/BMIPS3300) and bcm_mips74k drivers..
landonf updated this object.
landonf edited the test plan for this revision. (Show Details)
landonf added reviewers: mizhka, adrian.
mizhka edited edge metadata.

I would call bcm_mips4k instead of bcm_mips.

This revision is now accepted and ready to land.Sep 6 2016, 5:16 AM
landonf edited edge metadata.
  • Rename bcm_mips to bcm_bmips; the cores in question are all in the 'BMIPS' family.
This revision now requires review to proceed.Sep 18 2016, 1:25 AM
adrian edited edge metadata.

of /course/ it's different. heh.

sure, if it works for mizkha.. :)

This revision is now accepted and ready to land.Sep 18 2016, 3:50 AM
mizhka edited edge metadata.

Please ship it!

sys/mips/broadcom/bcm_mips74k.c
48 ↗(On Diff #20410)

BMIPS74K is not BroadCom term :) May be simple MIPS74k?

This revision was automatically updated to reflect the committed changes.