Page MenuHomeFreeBSD

Enhance Armada 38x SoC identification string
ClosedPublic

Authored by mw_semihalf.com on May 25 2017, 3:00 PM.
Tags
Referenced Files
F153173855: D10899.id29624.diff
Sun, Apr 19, 2:46 PM
F153142039: D10899.id29624.diff
Sun, Apr 19, 11:01 AM
F153137487: D10899.id29726.diff
Sun, Apr 19, 10:23 AM
F153131041: D10899.id28788.diff
Sun, Apr 19, 9:24 AM
F153126571: D10899.id28788.diff
Sun, Apr 19, 8:32 AM
F153092476: D10899.id28788.diff
Sun, Apr 19, 2:14 AM
Unknown Object (File)
Fri, Apr 17, 5:58 PM
Unknown Object (File)
Fri, Apr 17, 5:55 AM
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 Not Applicable
Unit
Tests Not Applicable

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
424 ↗(On Diff #28788)

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.