Page MenuHomeFreeBSD

Enhance Armada 38x SoC identification string
ClosedPublic

Authored by mw_semihalf.com on May 25 2017, 3:00 PM.
Tags
Referenced Files
F163521163: D10899.id28788.diff
Fri, Jul 24, 2:14 AM
Unknown Object (File)
Wed, Jul 22, 8:08 PM
Unknown Object (File)
Mon, Jul 20, 3:48 AM
Unknown Object (File)
Sat, Jul 11, 7:38 PM
Unknown Object (File)
Sat, Jul 4, 9:30 PM
Unknown Object (File)
Sat, Jul 4, 3:52 PM
Unknown Object (File)
Fri, Jul 3, 4:42 AM
Unknown Object (File)
Thu, Jul 2, 11:15 PM
Subscribers

Details

Summary

Add hw_clockrate and CPU frequency, basing on sample-at-reset
configuration.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

I would like it if rather than using __weak_reference we were to architect the code properly.

sys/arm/mv/mv_common.c
425

This won't work in a kernel that supports multiple implementations of get_cpu_freq.

Instead of using weak_reference for get_cpu_clk, provide dummy functions for all other Marvell SoC's (same way as get_tclk is done).

This revision is now accepted and ready to land.Jun 15 2017, 11:14 PM
This revision was automatically updated to reflect the committed changes.