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)
Dec 22 2023, 9:25 PM
Unknown Object (File)
Nov 13 2023, 12:10 PM
Unknown Object (File)
Oct 25 2023, 8:04 AM
Unknown Object (File)
Oct 11 2023, 5:19 AM
Unknown Object (File)
Aug 31 2023, 7:04 PM
Unknown Object (File)
Aug 24 2023, 2:03 AM
Unknown Object (File)
Jul 26 2023, 4:31 PM
Unknown Object (File)
Jul 3 2023, 6:03 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.