Page MenuHomeFreeBSD

Initial import of Ralink/Mediatek MIPS SoC support #1
ClosedPublic

Authored by sgalabov on Apr 4 2016, 3:21 PM.
Tags
Referenced Files
F171225641: D5826.id14977.diff
Wed, Sep 9, 3:52 PM
Unknown Object (File)
Tue, Sep 8, 4:47 PM
Unknown Object (File)
Sat, Sep 5, 3:33 AM
Unknown Object (File)
Fri, Sep 4, 8:51 PM
Unknown Object (File)
Fri, Sep 4, 5:13 PM
Unknown Object (File)
Fri, Sep 4, 7:46 AM
Unknown Object (File)
Thu, Sep 3, 12:50 PM
Unknown Object (File)
Thu, Sep 3, 5:39 AM
Subscribers

Details

Summary

This revision adds the following parts:

  • mtk_machdep.c - machine dependent low level init code
  • mtk_soc.[ch] - SoC clocks detection and some utility functions
  • mtk_sysctl.[ch] - Common interface to read/write/modify SoC system control registers, used by some of the other drivers and utility functions
  • fdt_reset.[ch] and fdt_reset_if.m - simple FDT resets support, based on the fdt_clock implementation already in the tree. For the moment resets and clocks are managet using these implementations. I am planning to port those to the new extres framework in the future, but currently I simply don't have time to do this part too.

Diff Detail

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

Event Timeline

sgalabov retitled this revision from to Initial import of Ralink/Mediatek MIPS SoC support #1.
sgalabov updated this object.
sgalabov edited the test plan for this revision. (Show Details)
sgalabov added a reviewer: adrian.
sgalabov set the repository for this revision to rS FreeBSD src repository - subversion.
sgalabov added a project: MIPS.
adrian edited edge metadata.
This revision is now accepted and ready to land.Apr 4 2016, 10:56 PM
This revision was automatically updated to reflect the committed changes.