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
Unknown Object (File)
Wed, Mar 26, 7:26 AM
Unknown Object (File)
Thu, Mar 13, 11:55 AM
Unknown Object (File)
Mon, Mar 10, 11:48 PM
Unknown Object (File)
Mar 7 2025, 6:45 PM
Unknown Object (File)
Mar 7 2025, 4:09 PM
Unknown Object (File)
Mar 7 2025, 10:49 AM
Unknown Object (File)
Mar 6 2025, 1:36 PM
Unknown Object (File)
Feb 23 2025, 9:36 PM
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.