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

dts: 2712: Drop some numa options from bootargs #6434

Draft
wants to merge 1 commit into
base: rpi-6.6.y
Choose a base branch
from

Conversation

popcornmix
Copy link
Collaborator

@popcornmix popcornmix commented Oct 23, 2024

iommu_dma_numa_policy=interleave is not valid in the current tree It generates an unknown setting will be passed to usespace warning

system_heap.max_order=0 is wanted when numa is enabled, but may not be when it is disabled.

Add it on firmware side when we know if numa=fake=<n> is used.

iommu_dma_numa_policy=interleave is not valid in the current tree
It generates an unknown setting will be passed to usespace warning

system_heap.max_order=0 is wanted when numa is enabled, but may not
be when it is disabled.

Add it on firmware side when we know if numa=fake=<n> is used.

Signed-off-by: Dom Cobley <[email protected]>
@popcornmix
Copy link
Collaborator Author

Draft until bootloader side is merged and available.

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.

1 participant