From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 22 Apr 2025 10:54:33 +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 1u79Oi-003yvZ-1D for lore@lore.pengutronix.de; Tue, 22 Apr 2025 10:54:32 +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 1u79Oh-0006hN-JR; Tue, 22 Apr 2025 10:54:31 +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 1u79Od-0006h8-EL; Tue, 22 Apr 2025 10:54:27 +0200 Received: from dude06.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::5c]) 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 1u79Od-001WQB-0o; Tue, 22 Apr 2025 10:54:27 +0200 Received: from fpg by dude06.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1u79Od-005QkO-0c; Tue, 22 Apr 2025 10:54:27 +0200 From: Fabian Pflug To: distrokit@pengutronix.de Date: Tue, 22 Apr 2025 10:54:20 +0200 Message-Id: <20250422085421.1266359-1-f.pflug@pengutronix.de> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [DistroKit] [PATCH 0/1] Add TQ-STKa93xx board 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: Fabian Pflug 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 The Barebox-patch has been send upstream and is already applied. There is still a small issues to fix over: ``` barebox@TQ-Systems i.MX93 TQMa93xxLA/TQMa93xxCA on MBa93xxCA starter kit:/ detect -a usb1: Bus 001 Device 001: ID 0000:0000 EHCI Host Controller usb1-0: Bus 001 Device 002: ID 0424:2517 ERROR: usb1-0-1: unable to get device descriptor (error=-110) ERROR: usb1-0-1: USB device not accepting new address (error=80000000) eth1: 1000Mbps full duplex link detected ``` Which seems to be related to the WLAN-Module, that is fix on the board. Maybe a power issue. I have requested the datasheet and waiting for it to fix it. Will probably result in an additional Barebox patch, that is for a later time. Board itself boots and can be used. Fabian Pflug (1): v8a: Add support for tq-ma93xxca .../barebox-common-defaultenv/init/bootsource | 2 +- configs/platform-v8a/barebox.config | 25 +++++++--- .../platform-v8a/config/images/imx93.config | 21 +++++++++ configs/platform-v8a/dts/bootstate.dtsi | 21 +++++++++ configs/platform-v8a/kernelconfig | 9 ++-- ...ma93xx-add-dummy-supply-to-regulator.patch | 38 +++++++++++++++ .../patches/barebox-2025.03.0/series | 1 + configs/platform-v8a/platformconfig | 5 +- .../platforms/image-tq-mba93xxca.in | 10 ++++ configs/platform-v8a/rules/firmware-imx.make | 1 + .../rules/image-tq-mba93xxca.make | 35 ++++++++++++++ doc/hardware.rst | 1 + doc/hardware_v8a_tqma93xxca.rst | 47 +++++++++++++++++++ 13 files changed, 203 insertions(+), 13 deletions(-) create mode 100644 configs/platform-v8a/config/images/imx93.config create mode 100644 configs/platform-v8a/patches/barebox-2025.03.0/0001-ARM-dts-tqma93xx-add-dummy-supply-to-regulator.patch create mode 100644 configs/platform-v8a/patches/barebox-2025.03.0/series create mode 100644 configs/platform-v8a/platforms/image-tq-mba93xxca.in create mode 100644 configs/platform-v8a/rules/image-tq-mba93xxca.make create mode 100644 doc/hardware_v8a_tqma93xxca.rst -- 2.39.5