Page MenuHomeFreeBSD

Add support Atheros AR531x soc.
ClosedPublic

Authored by yamori813_yahoo.co.jp on Jul 19 2016, 12:27 AM.
Tags
None
Referenced Files
F83931901: D7237.id18526.diff
Fri, May 17, 12:38 AM
F83931898: D7237.id19435.diff
Fri, May 17, 12:38 AM
Unknown Object (File)
Mon, May 13, 6:46 PM
Unknown Object (File)
Mon, May 13, 2:01 PM
Unknown Object (File)
Mon, May 13, 10:43 AM
Unknown Object (File)
Mon, Apr 22, 10:14 PM
Unknown Object (File)
Mar 8 2024, 5:54 PM
Unknown Object (File)
Mar 3 2024, 7:30 AM

Details

Summary

This support code two type soc. One is AR5312 type. Other is AR5315. AR531x is same soc AR231x. AR5312 is two port ether and cfi flash. AR5315 is one pport ether and spi flash. This code base on NetBSD code. Network interface like tulip. Network code is base on idt/if_kr.c.

Test Plan

AR2312,AR2313,AR2315,AR2317

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 4848
Build 4911: arc lint + arc unit

Event Timeline

yamori813_yahoo.co.jp retitled this revision from to Add support Atheros AR531x soc..
yamori813_yahoo.co.jp updated this object.
yamori813_yahoo.co.jp edited the test plan for this revision. (Show Details)

cool, this is a good start!

Once this is done and in the tree i'll go figure out the wifi side of things and see if our HAL code even works at the moment.

sys/mips/atheros/ar531x/apb.c
65

heh, get rid of this line.

67

Make this say, AR5XXX_APB_DEBUG and put it into sys/conf/options.mips . I should do the same for the ar71xx APB code.

  • Merge branch 'master' into ar531x_support
  • fixed build error
This revision was automatically updated to reflect the committed changes.