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
F153315020: D5826.diff
Mon, Apr 20, 10:35 AM
Unknown Object (File)
Tue, Apr 14, 6:21 AM
Unknown Object (File)
Mon, Apr 13, 9:19 PM
Unknown Object (File)
Mon, Apr 13, 8:31 AM
Unknown Object (File)
Sun, Apr 12, 8:38 PM
Unknown Object (File)
Fri, Apr 3, 10:04 PM
Unknown Object (File)
Mon, Mar 30, 9:37 AM
Unknown Object (File)
Mon, Mar 30, 12:33 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.