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, Apr 14, 8:30 AM
Unknown Object (File)
Sat, Apr 13, 5:23 PM
Unknown Object (File)
Sat, Apr 13, 1:51 PM
Unknown Object (File)
Sat, Apr 13, 10:19 AM
Unknown Object (File)
Dec 27 2023, 7:48 PM
Unknown Object (File)
Dec 23 2023, 11:24 AM
Unknown Object (File)
Dec 12 2023, 3:37 AM
Unknown Object (File)
Nov 17 2023, 6:18 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