Page MenuHomeFreeBSD

Fix boot up on ARMADA38X uniprocessor variant
ClosedPublic

Authored by mw_semihalf.com on May 17 2017, 10:55 PM.
Tags
Referenced Files
F82979557: D10783.id28495.diff
Sat, May 4, 6:30 PM
Unknown Object (File)
Fri, Apr 26, 10:50 PM
Unknown Object (File)
Fri, Apr 19, 11:21 AM
Unknown Object (File)
Mar 29 2024, 8:41 AM
Unknown Object (File)
Mar 28 2024, 8:38 AM
Unknown Object (File)
Jan 18 2024, 10:55 AM
Unknown Object (File)
Dec 20 2023, 5:16 AM
Unknown Object (File)
Dec 14 2023, 6:20 AM
Subscribers

Details

Summary

Marvell Armada 380 is a uni-processor variant of the A38x SoC
family. A function platform_mp_setmaxid() was setting a hardcoded
value, which caused boot fail on A380. Fix this by relying on
the CPU count obtained from the device tree nodes.

Diff Detail

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

Event Timeline

While here, don't you want to add support for the 'hw.ncpu' tunable ?

This revision is now accepted and ready to land.May 18 2017, 6:24 PM
This revision was automatically updated to reflect the committed changes.