nixpkgs/pkgs/os-specific
Samuel Dionne-Riel 4e75a31e98 linux: configure aarch64 contiguous memory allocator via kernel config
As per the in-line comment, this is where distros should configure it.
Not via kernel command line parameters.

As found by looking at the implementation, while exploring the cause of
a bug on the Raspberry Pi 4, it was found that `cma=` on the command
line parameters will overwrite the values a device tree will have
configured for a given platform.

With this, the more recent 5.4 vendor kernel boots just fine on the
Raspberry Pi 4 using our common configuration.
2020-12-31 18:20:49 +01:00
..
bsd
darwin Merge pull request #105938 from virusdave/dnicponski/scratch/add_osx-cpu-temp 2020-12-11 06:56:57 +01:00
linux linux: configure aarch64 contiguous memory allocator via kernel config 2020-12-31 18:20:49 +01:00
solo5 treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
windows