]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
feat(kernel-modules): add driver memory
authorNicolas Chauvet <kwizart@gmail.com>
Wed, 21 Oct 2020 15:01:49 +0000 (17:01 +0200)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Mon, 8 Feb 2021 21:15:48 +0000 (21:15 +0000)
External Memory Controller (EMC) drivers can be built as a module.

On Tegra, this allows tegra_drm to load faster and without deferred
probes, instead of waiting for the rootfs for the tegra*_emc dependencies.

Tested on jetson-tk1 and ac100.

Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>
modules.d/90kernel-modules/module-setup.sh

index cab81ffaa7774e16c49cabec3b2e521fbcfa7d55..6affae37872b48527bab15bbb8d47871e8ee42c3 100755 (executable)
@@ -79,6 +79,7 @@ installkernel() {
                 "=drivers/hwmon" \
                 "=drivers/hwspinlock" \
                 "=drivers/i2c/busses" \
+                "=drivers/memory" \
                 "=drivers/mfd" \
                 "=drivers/mmc/core" \
                 "=drivers/phy" \