Page MenuHomeFreeBSD

Fix armv8 secondary PIC initialization order
ClosedPublic

Authored by wma_semihalf.com on Jul 13 2015, 10:03 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 26, 6:06 AM
Unknown Object (File)
Fri, Apr 26, 6:06 AM
Unknown Object (File)
Dec 20 2023, 6:06 AM
Unknown Object (File)
Nov 29 2023, 3:42 AM
Unknown Object (File)
Nov 29 2023, 3:42 AM
Unknown Object (File)
Nov 21 2023, 5:36 PM
Unknown Object (File)
Nov 13 2023, 2:58 PM
Unknown Object (File)
Nov 13 2023, 2:39 PM
Subscribers

Details

Summary

Call arm_init_secondary before any other PIC-related functions are called. This is necessary for GICv3 where PIC_INIT_SECONDARY allocates resources needed for all further operations.

Diff Detail

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

Event Timeline

wma_semihalf.com retitled this revision from to Fix armv8 secondary PIC initialization order.
wma_semihalf.com updated this object.
wma_semihalf.com edited the test plan for this revision. (Show Details)
wma_semihalf.com added reviewers: andrew, zbb, emaste.
wma_semihalf.com set the repository for this revision to rS FreeBSD src repository - subversion.
zbb edited edge metadata.
This revision is now accepted and ready to land.Jul 14 2015, 9:15 AM
This revision was automatically updated to reflect the committed changes.