From: Luca Boccassi Date: Thu, 27 Nov 2025 23:14:22 +0000 (+0000) Subject: mkosi-initrd: add a few modules for RPI X-Git-Tag: v26~49^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42e31875e31a20ad21776b290ac99d2029d31b72;p=thirdparty%2Fmkosi.git mkosi-initrd: add a few modules for RPI With this I can boot a RPI3 using this firmware: https://github.com/pftf/RPi3 --- diff --git a/mkosi/resources/mkosi-initrd/mkosi.conf.d/arm.conf b/mkosi/resources/mkosi-initrd/mkosi.conf.d/arm.conf new file mode 100644 index 000000000..7794093ed --- /dev/null +++ b/mkosi/resources/mkosi-initrd/mkosi.conf.d/arm.conf @@ -0,0 +1,11 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + +[Match] +Architecture=arm64 + +[Content] +# Needed on ARM boards like RPIs to get USB and sdcards working +KernelModules= + /drivers/mmc/host/ + brcmutil + udc-core