]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
bcm27xx: bcm2712: support all devices 18622/head
authorDave Marquard <dave-atx@users.noreply.github.com>
Sun, 27 Apr 2025 00:39:33 +0000 (17:39 -0700)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Tue, 6 May 2025 16:07:40 +0000 (18:07 +0200)
- RPi 500
- RPi 5 Compute Module
- RPi 5B (bcm2712 d0 rev)

Signed-off-by: Dave Marquard <dave-atx@users.noreply.github.com>
Link: https://github.com/openwrt/openwrt/pull/18622
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
target/linux/bcm27xx/base-files/etc/board.d/02_network
target/linux/bcm27xx/base-files/lib/preinit/05_set_preinit_iface_brcm2708
target/linux/bcm27xx/image/Makefile

index f246139c385bd81a02524816a808afab7fcbb5bc..e05c369d642db299a4b558ee7660f4ce5b5d637c 100644 (file)
@@ -17,6 +17,8 @@ raspberrypi,3-model-b-plus |\
 raspberrypi,400 |\
 raspberrypi,4-compute-module |\
 raspberrypi,4-model-b |\
+raspberrypi,500 |\
+raspberrypi,5-compute-module |\
 raspberrypi,5-model-b |\
 raspberrypi,model-b |\
 raspberrypi,model-b-plus |\
index 120475b55dcda648a359888206f4df2e72d5f163..bce75d7119b29ad7cf5008ebbe8616ca4bbe8d5e 100644 (file)
@@ -12,6 +12,8 @@ set_preinit_iface() {
        raspberrypi,400 |\
        raspberrypi,4-compute-module |\
        raspberrypi,4-model-b |\
+       raspberrypi,500 |\
+       raspberrypi,5-compute-module |\
        raspberrypi,5-model-b |\
        raspberrypi,model-b |\
        raspberrypi,model-b-plus |\
index 23bc3a35c9edd8e579c9f7fd4e4b7e18ac512485..0ded372a3f27290d771b3e2d6a23dd102aa70b1a 100644 (file)
@@ -193,10 +193,19 @@ ifeq ($(SUBTARGET),bcm2711)
 endif
 
 define Device/rpi-5
-  DEVICE_MODEL := 5
+  DEVICE_MODEL := 5/500/CM5
   KERNEL_IMG := kernel_2712.img
-  DEVICE_DTS := broadcom/bcm2712-rpi-5-b
-  SUPPORTED_DEVICES := raspberrypi,5-model-b
+  DEVICE_DTS := \
+       broadcom/bcm2712-rpi-5-b \
+       broadcom/bcm2712-rpi-cm5-cm4io \
+       broadcom/bcm2712-rpi-cm5-cm5io \
+       broadcom/bcm2712-rpi-cm5l-cm4io \
+       broadcom/bcm2712-rpi-cm5l-cm5io \
+       broadcom/bcm2712d0-rpi-5-b
+  SUPPORTED_DEVICES := \
+       raspberrypi,500 \
+       raspberrypi,5-compute-module \
+       raspberrypi,5-model-b
   DEVICE_PACKAGES := \
        cypress-firmware-43455-sdio \
        brcmfmac-nvram-43455-sdio \