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
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
Unknown Object (File)
Mar 3 2024, 7:08 AM
Unknown Object (File)
Feb 14 2024, 7:55 PM
Unknown Object (File)
Jan 17 2024, 3:08 AM
Unknown Object (File)
Jan 11 2024, 1:09 PM
Unknown Object (File)
Jan 7 2024, 9:12 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 Not Applicable
Unit
Tests Not Applicable

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
64 ↗(On Diff #18526)

heh, get rid of this line.

66 ↗(On Diff #18526)

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.