From 4ea079d0d79f09386fa0cbb0e5b7dc88e0c17311 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 3 Dec 2025 11:00:43 +0200 Subject: [PATCH] raspberrypi-cm5-io-board.conf: CM5 IO Board Add a dedicated machine configuration for the Raspberry Pi Compute Module 5 IO Board. Although it is closely aligned with Raspberry Pi 5, several peripherals differ. Providing a separate configuration will enable targeted support and feature implementation for those distinct peripherals. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi --- conf/machine/raspberrypi-cm5-io-board.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 conf/machine/raspberrypi-cm5-io-board.conf diff --git a/conf/machine/raspberrypi-cm5-io-board.conf b/conf/machine/raspberrypi-cm5-io-board.conf new file mode 100644 index 0000000..13e846a --- /dev/null +++ b/conf/machine/raspberrypi-cm5-io-board.conf @@ -0,0 +1,7 @@ +#@TYPE: Machine +#@NAME: Raspberry Pi Compute Module 5 IO Board (64-bit) +#@DESCRIPTION: Machine configuration for the Raspberry Pi Compute Module 5 IO Board in 64 bits mode + +MACHINEOVERRIDES =. "raspberrypi5:" + +include conf/machine/raspberrypi5.conf