Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crypto: intel_fcs: check platform name when invoke mmap #18

Open
wants to merge 1 commit into
base: socfpga-6.6.22-lts
Choose a base branch
from

Conversation

2005songliwei
Copy link

fcs_mmap() is specific for Agilex board SMMU feature, other boards like Stratix10 and N5X don't support SMMU, if called mmap() with fcs_client command on those two boards will get error message "vmalloc failed mmap fcs_mmap" continuously, because the variables in fcs_mmap are initialized under condition that platform is named "agilex" in FCS probe stage, so add the same check in fcs_mmap() to avoid print useless and annoying info on those boards which don't support SMMU.

fcs_mmap() is specific for Agilex board SMMU feature, other boards
like Stratix10 and N5X don't support SMMU, if called mmap() with
fcs_client command on those two boards will get error message
"vmalloc failed mmap fcs_mmap" continuously, because the variables
in fcs_mmap are initialized under condition that platform is named "agilex"
in FCS probe stage, so add the same check in fcs_mmap() to avoid
print useless and annoying info on those boards which don't support
SMMU.

Signed-off-by: Liwei Song <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants