Page MenuHomeFreeBSD

Make mv_common.c generic for Marvell Armada38X and ArmadaXP
ClosedPublic

Authored by mkm_semihalf.com on Mar 19 2018, 5:32 PM.
Tags
Referenced Files
Unknown Object (File)
Sun, Oct 12, 6:35 AM
Unknown Object (File)
Sun, Oct 12, 12:53 AM
Unknown Object (File)
Fri, Oct 10, 2:48 AM
Unknown Object (File)
Tue, Oct 7, 4:41 AM
Unknown Object (File)
Sat, Oct 4, 9:17 PM
Unknown Object (File)
Wed, Oct 1, 6:51 AM
Unknown Object (File)
Tue, Sep 30, 2:06 AM
Unknown Object (File)
Aug 15 2025, 12:31 AM
Subscribers

Details

Summary

Preparation for adding Armada38X and ArmadaXP SoC to GENERIC config.
Supported platform are listed in soc_family enum.
struct decode_win_spec contains platform specific functions and constants.
Function mv_check_soc_family checks SoC type and chooses proper structure during
runtime.
Platform dependent functions are splitted. Pointer to proper implementation is
chosen in runtime.
Unnecessary dummy functions are removed.
Because of changing registers name to more generic new definition of
FDT_DEVMAP_MAX in mv_machdep is added.

Diff Detail

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