From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CACCBC369C2 for ; Thu, 17 Apr 2025 23:05:49 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 9046C82E25; Fri, 18 Apr 2025 01:05:47 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="R38zt1Lb"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id BF61C82E38; Fri, 18 Apr 2025 01:05:45 +0200 (CEST) Received: from lelvem-ot01.ext.ti.com (lelvem-ot01.ext.ti.com [198.47.23.234]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 48CBE82CBC for ; Fri, 18 Apr 2025 01:05:43 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=j-humphreys@ti.com Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelvem-ot01.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 53HN5cUq132394 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 17 Apr 2025 18:05:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1744931138; bh=m7MROPFpD9S/eRtofe3A8zUg4hQyBf0ZGJByDZ6DYpg=; h=From:To:CC:Subject:In-Reply-To:References:Date; b=R38zt1LbReLiSxKfZKJfQk89YsBVVFYKWnLS8NwzeTgR6eagg62/TeTMMzEYshG56 hAzcwAiDQzqA1AybfeWairuvEoQDytuwKXnHg6I53KKjVRdmCjixP3GdFAVgC34p9c CYaOxnVWP+mTAilsP7pRU3s0tes4khU3tYlKHXC4= Received: from DLEE102.ent.ti.com (dlee102.ent.ti.com [157.170.170.32]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 53HN5cZ1111754 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 17 Apr 2025 18:05:38 -0500 Received: from DLEE112.ent.ti.com (157.170.170.23) by DLEE102.ent.ti.com (157.170.170.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 17 Apr 2025 18:05:38 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 17 Apr 2025 18:05:37 -0500 Received: from localhost (udb0321960.dhcp.ti.com [128.247.79.44]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 53HN5cjE127897; Thu, 17 Apr 2025 18:05:38 -0500 From: Jon Humphreys To: Nishanth Menon , Heinrich Schuchardt , Andrew Davis , "Neha Malcom Francis" , Robert Nelson , Tom Rini CC: Beleswar Padhi , Udit Kumar , "Nishanth Menon" , Subject: Re: [PATCH 0/9] board: beagle: beagley-ai: Cleanups and In-Reply-To: <20250411225717.3117370-1-nm@ti.com> References: <20250411225717.3117370-1-nm@ti.com> Date: Thu, 17 Apr 2025 18:05:38 -0500 Message-ID: <86ldryl77h.fsf@udb0321960.dhcp.ti.com> MIME-Version: 1.0 Content-Type: text/plain X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean Nishanth Menon writes: > Just happened to get a BeagleY-AI at desk and happened to test master > branch (7dd49a9264a6 drivers: scsi: Add 'erase' support), noticed a few > issues which were rather easy to solve.. so, here we go: > > Bootlog: https://gist.github.com/nmenon/a3a18825a783c0c3798cc72506cfead2 > > I tried to enable efi capsules, but I lost patience rather too soon. So > probably some other time or perhaps someone else would like to contribute. > Nishanth, since the BeagleY-AI does not have any on-board non-volatile storage, I don't think efi capsule update makes any sense anyway. Jon > Nishanth Menon (9): > board: beagle: beagley-ai: Add pattern match for MAINTAINERS > arch: arm: dts: k3-am67a-beagley-ai-u-boot: Mark main_gpio1 as > bootph-all > beagle: beagley-ai: env: Set up the boot devices and boot methods > beagle: beagley-ai: env: Setup scripts for LED control > beagle: beagley-ai: env: Enable DFU env options > configs: am67a_beagley_ai*: Use saveddefconfig > configs:am67a_beagley_ai*: Drop un-necessary config options > configs: am67a_beagley_ai_a53: Enable additional features > doc: beagle: Add BeagleY-AI documentation > > arch/arm/dts/k3-am67a-beagley-ai-u-boot.dtsi | 4 + > board/beagle/beagley-ai/MAINTAINERS | 4 +- > board/beagle/beagley-ai/beagley-ai.env | 7 +- > configs/am67a_beagley_ai_a53_defconfig | 165 +++++++++++--- > configs/am67a_beagley_ai_r5_defconfig | 109 ++++++++- > doc/board/beagle/am67a_beagley_ai.rst | 228 +++++++++++++++++++ > doc/board/beagle/index.rst | 1 + > doc/board/ti/k3.rst | 1 + > 8 files changed, 478 insertions(+), 41 deletions(-) > create mode 100644 doc/board/beagle/am67a_beagley_ai.rst > > -- > 2.47.0