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

Merged
merged 1 commit into from
Nov 5, 2024

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.

@popcornmix
Copy link
Collaborator Author

Draft until bootloader side is merged and available.

@popcornmix popcornmix marked this pull request as ready for review November 5, 2024 17:07
@popcornmix
Copy link
Collaborator Author

Bootloader should now do this, so marking this as ready.

@pelwell
Copy link
Contributor

pelwell commented Nov 5, 2024

You'll need to resolve the merge conflict.

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

Rebased

@pelwell pelwell merged commit 624eb35 into raspberrypi:rpi-6.6.y Nov 5, 2024
11 of 12 checks passed
popcornmix added a commit to raspberrypi/firmware that referenced this pull request Nov 5, 2024
popcornmix added a commit to raspberrypi/rpi-firmware that referenced this pull request Nov 5, 2024
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