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 6A0AAC4332F for ; Tue, 8 Nov 2022 21:53:17 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id B449684DE8; Tue, 8 Nov 2022 22:53:14 +0100 (CET) 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="OiwGbwoY"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 8B8EA84D85; Tue, 8 Nov 2022 22:53:12 +0100 (CET) Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) (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 4703984EC7 for ; Tue, 8 Nov 2022 22:53:09 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=bb@ti.com Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 2A8Lr4cF051443; Tue, 8 Nov 2022 15:53:04 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1667944384; bh=Z8Ghrkzuk2Ycm8yuJWsG+Asa2Vkkd5nP/t439RX5kVA=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=OiwGbwoYx2qSbJ+tGJGq9hJ3f7/MG0K5kjbRZHbWY32J/OYd5pjLQDER33/4xfS+C fKTneIB8FChmlQMk1vqceBRYjuBTBWwe+6IiPWiTjoh1MofxF/MR3T6iBkK5a7QI3C xa+DIqNsekhbudDdN/mcMrqh2eMNVLkh90hy8kVU= Received: from DLEE103.ent.ti.com (dlee103.ent.ti.com [157.170.170.33]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 2A8Lr4bj025133 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 8 Nov 2022 15:53:04 -0600 Received: from DLEE114.ent.ti.com (157.170.170.25) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.6; Tue, 8 Nov 2022 15:53:04 -0600 Received: from fllv0040.itg.ti.com (10.64.41.20) by DLEE114.ent.ti.com (157.170.170.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.6 via Frontend Transport; Tue, 8 Nov 2022 15:53:04 -0600 Received: from localhost (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 2A8Lr4uv093109; Tue, 8 Nov 2022 15:53:04 -0600 Date: Tue, 8 Nov 2022 15:53:04 -0600 From: Bryan Brattlof To: Andrew Davis CC: Tom Rini , Peter Robinson , Lukasz Majewski , Sean Anderson , Jaehoon Chung , Nishanth Menon , Georgi Vlaev , Vignesh Raghavendra , UBoot Mailing List Subject: Re: [PATCH 0/8] Introduce initial TI's am62a support Message-ID: <20221108215304.y2ivntw7cwuh37yb@bryanbrattlof.com> References: <20221104001358.13353-1-bb@ti.com> <20221104130841.GB2116612@bill-the-cat> <7367e62d-9aa5-b6db-27df-44b8ab3c344e@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline In-Reply-To: <7367e62d-9aa5-b6db-27df-44b8ab3c344e@ti.com> X-PGP-Fingerprint: D3D1 77E4 0A38 DF4D 1853 FEEF 41B9 0D5D 71D5 6CE0 User-Agent: NeoMutt/20171215 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 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.6 at phobos.denx.de X-Virus-Status: Clean On November 4, 2022 thus sayeth Andrew Davis: > On 11/4/22 8:08 AM, Tom Rini wrote: > > On Fri, Nov 04, 2022 at 11:49:39AM +0000, Peter Robinson wrote: > > > Hi Bryan, > > > > > > > This series will introduce basic support (SD and UART) support for Texas > > > > Instruments AM62Ax SK EVM. > > > > > > > > The am62ax shares many of the same features as the am62x however it uses > > > > a new 32bit controller and therefore depends on the patch I sent last > > > > week updating the macros used by the k3-ddrss ram driver[0]. > > > > > > > > Here is some proof of life & more documentation if you're interested :) > > > > > > > > Bootlog:https://paste.sr.ht/~bryanb/e0a418ba7dd452749d2dd1efb5e91b2875a01708 > > > > Technical Reference Manual:https://www.ti.com/lit/zip/spruj16 > > > > Schematics:https://www.ti.com/lit/zip/sprr459 > > > > > > Does this board need a readme for how to build the firmware, these > > > days there generally needs to be ATF and probably a slew of other > > > firmwares linked into a FIT image or similar to build the entire > > > firmware bundle, a readme would likely be a useful addition for people > > > getting started if there's not a generic TI 64 bit build doc, and if > > > there is that likely needs an update to include this SoC/board. I > > > didn't see anything that looked like that in the file list below. > > > > Agreed, something under doc/board/ti/ is needed as well for the series, > > thanks! > > > > I see we do have some files at board/ti/{j721e,j721s2}/README with some > good info on all this firmware source/building. Much of that info is > common and could be factored out into a "generic TI 64 bit build doc". > Cool! I can add this to the series :) Thanks for reviewing everyone ~Bryan