From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 23 Oct 2025 17:12:27 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vBwzL-00Azer-1V for lore@lore.pengutronix.de; Thu, 23 Oct 2025 17:12:27 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1vBwzK-0000Zm-Ss; Thu, 23 Oct 2025 17:12:26 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1vBwzG-0000ZW-Ou; Thu, 23 Oct 2025 17:12:22 +0200 Received: from dude04.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::ac]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vBwzG-0054tY-1t; Thu, 23 Oct 2025 17:12:22 +0200 Received: from rhi by dude04.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1vBwzG-000000023h2-2Dzq; Thu, 23 Oct 2025 17:12:22 +0200 From: Roland Hieber To: distrokit@pengutronix.de Date: Thu, 23 Oct 2025 17:12:18 +0200 Message-ID: <20251023151221.490829-1-rhi@pengutronix.de> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [DistroKit] [PATCH 1/2] doc: document available boards at PTX X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Roland Hieber Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false --- doc/hardware_mips_qemu.rst | 4 ++++ doc/hardware_v7a_beaglebone_black.rst | 5 +++++ doc/hardware_v7a_qemu.rst | 4 ++++ doc/hardware_v7a_riot.rst | 5 +++++ doc/hardware_v8a_rock3a.rst | 5 +++++ doc/hardware_x86_64_qemu.rst | 5 +++++ 6 files changed, 28 insertions(+) diff --git a/doc/hardware_mips_qemu.rst b/doc/hardware_mips_qemu.rst index ca5049f6fad2..91a1d314b24e 100644 --- a/doc/hardware_mips_qemu.rst +++ b/doc/hardware_mips_qemu.rst @@ -11,3 +11,7 @@ There are two ways to run DistroKit inside qemu: * Without barebox: Run ``./configs/platform-mips/run`` to directly start the kernel without barebox. +Maintenance Status +------------------ +Automated boot tests for the qemu machine are run at PTX for the *master* and +*next* branches. diff --git a/doc/hardware_v7a_beaglebone_black.rst b/doc/hardware_v7a_beaglebone_black.rst index f0adfb926cfd..42873c7983cc 100644 --- a/doc/hardware_v7a_beaglebone_black.rst +++ b/doc/hardware_v7a_beaglebone_black.rst @@ -1,6 +1,11 @@ Beaglebone Black ================ +Maintenance Status +------------------ +This board is available at PTX (labgrid place name ``distrokit-beaglebone``) +and automated boot tests are run for the *master* and *next* branches. + Boot Media ---------- Use the image ``platform-v7a/images/beaglebone.hdimg`` and write it to your MicroSD-Card. diff --git a/doc/hardware_v7a_qemu.rst b/doc/hardware_v7a_qemu.rst index c993f880ce41..7c6da82e269a 100644 --- a/doc/hardware_v7a_qemu.rst +++ b/doc/hardware_v7a_qemu.rst @@ -11,3 +11,7 @@ There are two ways to run DistroKit inside qemu: * Without barebox: Run ``./configs/platform-v7a/run`` to directly start the kernel without barebox. +Maintenance Status +------------------ +Automated boot tests for the qemu machine are run at PTX for the *master* and +*next* branches. diff --git a/doc/hardware_v7a_riot.rst b/doc/hardware_v7a_riot.rst index 25c6bae5aab3..e82a41d0eb7a 100644 --- a/doc/hardware_v7a_riot.rst +++ b/doc/hardware_v7a_riot.rst @@ -1,6 +1,11 @@ RIoT-Board ================ +Maintenance Status +------------------ +This board is available at PTX (labgrid place name ``distrokit-riotboard``) +and automated boot tests are run for the *master* and *next* branches. + Boot Media ---------- Use the image ``platform-v7a/images/riotboard.hdimg`` and write it to your SD card. diff --git a/doc/hardware_v8a_rock3a.rst b/doc/hardware_v8a_rock3a.rst index 72bf1876ef7c..3981ea9c070d 100644 --- a/doc/hardware_v8a_rock3a.rst +++ b/doc/hardware_v8a_rock3a.rst @@ -1,6 +1,11 @@ Radxa Rock 3 Model A ==================== +Maintenance Status +------------------ +This board is available at PTX (labgrid place name ``distrokit-rock3a``) +and automated boot tests are run for the *master* and *next* branches. + Boot Media ---------- diff --git a/doc/hardware_x86_64_qemu.rst b/doc/hardware_x86_64_qemu.rst index e64c23c44f71..c645335614ed 100644 --- a/doc/hardware_x86_64_qemu.rst +++ b/doc/hardware_x86_64_qemu.rst @@ -4,3 +4,8 @@ QEMU The x86_64 platform is ready to run in qemu, using the pc-q35-2.12 KVM simulation. To run DistroKit inside qemu, execute ``./configs/platform-x86_64/run``. + +Maintenance Status +------------------ +Automated boot tests for the qemu machine are run at PTX for the *master* and +*next* branches. -- 2.47.3