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
Unknown Object (File)
Sun, Dec 15, 6:19 AM
Unknown Object (File)
Fri, Dec 6, 6:44 AM
Unknown Object (File)
Nov 23 2024, 2:35 PM
Unknown Object (File)
Nov 10 2024, 9:20 PM
Unknown Object (File)
Nov 1 2024, 10:24 AM
Unknown Object (File)
Oct 14 2024, 4:01 PM
Unknown Object (File)
Oct 4 2024, 6:58 AM
Unknown Object (File)
Oct 3 2024, 9:58 PM
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.