-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arm: Fix SMCCC emulation for booting FreeBSD.
The QEMU PSCI emulation filters SMCCC calls for PSCI. Invalid function codes will cause an invalid instruction exception. - Fix the implementation to disregard the top 32bits of SMCCC FN codes, as for DEN0028D. - Allow SMCCC PCI configuration probing instead of raising an exception.
- Loading branch information
1 parent
4ecafc2
commit ad27dd3
Showing
2 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters