linux icon indicating copy to clipboard operation
linux copied to clipboard

dts: 2712: Drop some numa options from bootargs

Open popcornmix opened this issue 1 year ago • 1 comments

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 avatar Oct 23 '24 18:10 popcornmix

Draft until bootloader side is merged and available.

popcornmix avatar Oct 23 '24 18:10 popcornmix

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

popcornmix avatar Nov 05 '24 17:11 popcornmix

You'll need to resolve the merge conflict.

pelwell avatar Nov 05 '24 17:11 pelwell

Rebased

popcornmix avatar Nov 05 '24 18:11 popcornmix