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 63CD5C4332F for ; Fri, 9 Dec 2022 22:55:15 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 25353852E7; Fri, 9 Dec 2022 23:54:24 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.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=konsulko.com header.i=@konsulko.com header.b="newgc0zt"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id EA136852E7; Fri, 9 Dec 2022 23:54:21 +0100 (CET) Received: from mail-wr1-x436.google.com (mail-wr1-x436.google.com [IPv6:2a00:1450:4864:20::436]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id A8F20852A9 for ; Fri, 9 Dec 2022 23:54:19 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-wr1-x436.google.com with SMTP id h10so6660677wrx.3 for ; Fri, 09 Dec 2022 14:54:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=rhFZjMa0X2bmBmFh8sCra00l0r0DhEBhAYV6b6b0dMY=; b=newgc0zt8+EXmjMyBi2vK2SylYqGhCnMu3ouP/C5aHa5rrzdytzcSFbPhxua8cKsAj mwqMgTLRMZs9H3yl1volhJB18uwZLHcTHbrXC/Rht8TgT3L3pWHtGnwl8YCL/1Kdpu46 RmDglrI7+7TwFSM0UNOaBBsNaU4F3H+BZDyYE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=rhFZjMa0X2bmBmFh8sCra00l0r0DhEBhAYV6b6b0dMY=; b=sHF63DoO6rPpnnb2Aw69fP1BbNVC3C4ZKLlq/6H8zxb+KFVAt+MJNiY9hGDH7xDG5a HOeMklIOM0mDaerQ124SYkl7CvX63k6YzwDu8OcOLi0ZF+PnAmDF7eY/3E0QbvoJufUU uSZN6xLWpARmCORH2fU6l3FSUqdirW/UOkvCS6s19p4vWzsdb3UGBstvEIIKudyANvLd Io29iijDycR65bucWtZZjBBor9Nb2Sytd0sWxsYIPGUXgXjfEMGnluwGI3aknfU9M2P/ lqrRpiJbr6qeNHyiN5cx+Wu6XyYdVbUsUVSvspTQ/oydhv789Ln1+RU2zHVpZnyoOaeW E1bw== X-Gm-Message-State: ANoB5pmkm0KDsoPF9LI23t2jXzlMJMXT1ai9xSqNOEWZdmoXeTTuDWFg NB9yNTDOowLQO0gLgDbstvtMEw== X-Google-Smtp-Source: AA0mqf7585X/R1w2SoIj+dARB9Vb5xHhMWkc/Shp2NCqsNjLvKt05C4vTCsxqXSCNOeEb0Joaxprzg== X-Received: by 2002:adf:ee11:0:b0:242:331b:cc81 with SMTP id y17-20020adfee11000000b00242331bcc81mr4746355wrn.11.1670626459263; Fri, 09 Dec 2022 14:54:19 -0800 (PST) Received: from bill-the-cat (2603-6081-7b00-6400-b826-a734-d5f3-47e0.res6.spectrum.com. [2603:6081:7b00:6400:b826:a734:d5f3:47e0]) by smtp.gmail.com with ESMTPSA id l11-20020a5d526b000000b002422202fa7fsm2355154wrc.39.2022.12.09.14.54.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 09 Dec 2022 14:54:18 -0800 (PST) Date: Fri, 9 Dec 2022 17:54:15 -0500 From: Tom Rini To: Bryan Brattlof Cc: Lukasz Majewski , Sean Anderson , Jaehoon Chung , Nishanth Menon , Georgi Vlaev , Andrew Davis , Vignesh Raghavendra , UBoot Mailing List Subject: Re: [PATCH 7/8] board: ti: introduce the basic files needed to support the am62a Message-ID: <20221209225415.GF3787616@bill-the-cat> References: <20221104001358.13353-1-bb@ti.com> <20221104001358.13353-8-bb@ti.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="dbDT/M9/G+2Qv7ne" Content-Disposition: inline In-Reply-To: <20221104001358.13353-8-bb@ti.com> X-Clacks-Overhead: GNU Terry Pratchett 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 --dbDT/M9/G+2Qv7ne Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 03, 2022 at 07:13:57PM -0500, Bryan Brattlof wrote: > Introduce the bare minimum SD and UART support for the am62a sk. >=20 > Signed-off-by: Bryan Brattlof > Reviewed-by: Tom Rini Applied to u-boot/next, thanks! --=20 Tom --dbDT/M9/G+2Qv7ne Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmOTvJcACgkQFHw5/5Y0 tyzu2AwAipdx6wnNj6aopAGgVLpOcvbmFYCvmmoq+Bf2QppuY60qOayEtjlIh0gT izGNYPhsg7yAV2DCIGoOMUuFIXpE6B4JWdceSnbbAS5PXsGdc7LspUjfVp8zPNX4 WuenS0788gBvVZreaeh8J9IZ4KaorefUidA1VCvrrktVo9ctpRLesWZi1fh5NGht katqL/6EZ5OXaFPz6W1Lj17A/N4aYpW/vP8YAbKZSiOch3s8Pl0WxVGKMg3n0KMK e3AslQy6oQso4lN4ucCw3b18NlMEqjekvEIXXeKvB62KazbYFEXkNDgnYqoC6wiN uZTAG6Y6HU4R6eerIW8fOJmP3qFZP3/devt+qXXTFp8NPkDCv42SkFLXrtPK8Ry+ F3Cd9aMwUquEvguLjUV9e8dxOC1DOougCGl+RIbQVp9QrgAlkt4dH1P+ZGkzjhGL LLl9SfgoF2eiUsiUV7GqtJgl4ujV600DrBS2CVjR19Yzs5UJd08RNj+AUyAWKUPY ipttaztu =3aTF -----END PGP SIGNATURE----- --dbDT/M9/G+2Qv7ne--