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 295C6C433EF for ; Fri, 11 Feb 2022 00:36:18 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 630B38380E; Fri, 11 Feb 2022 01:35:58 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (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="Ief/e/DM"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 368EC837B6; Fri, 11 Feb 2022 01:35:56 +0100 (CET) Received: from mail-qt1-x829.google.com (mail-qt1-x829.google.com [IPv6:2607:f8b0:4864:20::829]) (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 094F4836B4 for ; Fri, 11 Feb 2022 01:35:53 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x829.google.com with SMTP id s1so7350348qtw.9 for ; Thu, 10 Feb 2022 16:35:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=+XuV5s4NrHYxBKdCBKq8MAvk/KWP8bJARwWuukgAcrA=; b=Ief/e/DMKV0nEEYENwPVWQgpwlEYZQ/0bufxu9Dz6gY+6YJSo8NXvMzjGC8QZFqK5W M4j8pNvyVlY4fvXMVvq/UBfjqmhtFjUKM4moeskOfiLIaoYt+gfQhAUzrsi85i7Jdlrj maDMdVoq/Dk27FNORMtjDRp+vIUpb9eGldhQI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=+XuV5s4NrHYxBKdCBKq8MAvk/KWP8bJARwWuukgAcrA=; b=AaQVkJY//CChMtNF6SZf8u+4FuuAXrYRBYFdw0vX5LURk8flRWnwdZ2/T3t3z1S+8w +1aA5ddnCnFllxRGj5hEg3Wg84iKl77EhYCt+DJRoTJ8A6+5pvxafjgcW6o9g35ruZ2y jXQ0KT8WW5AGCqyTLfK5pEQJIdgZqlXb4/JYkNhHCN3kQtJMUqx1n+Coq65KtZJ3BJsQ ucptk3z5gvm3bTm7d9NjrKytJRx+MQjXcqPkSfRCmNd9mQiTPET9Gc0o1vzb1Plz8jZv DihUousyiBXhkuMbw/ruyiMXVqKAC5qPxBWOgs25DabfkXu+ILF2VlFpzOWd/TtFIi7s ZsFA== X-Gm-Message-State: AOAM533zo72roddnc/dDOK93nJyS6sWOf95z9DfECvwac3nFhG5Ur1w/ tkAsKHf/rMTbp8hRbIWhLLGvPA== X-Google-Smtp-Source: ABdhPJyBhs/xserA3Q+uN/3hF5R+jT015TnvR+PFwFZlDymngffjIJJeKqNmX018HJ4rcoFPgzL0hw== X-Received: by 2002:a05:622a:1b86:: with SMTP id bp6mr6735905qtb.224.1644539751910; Thu, 10 Feb 2022 16:35:51 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id o3sm11774199qtw.3.2022.02.10.16.35.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Feb 2022 16:35:51 -0800 (PST) Date: Thu, 10 Feb 2022 19:35:49 -0500 From: Tom Rini To: Mark Kettenis Cc: u-boot@lists.denx.de, sjg@chromium.org, jh80.chung@samsung.com, sven@svenpeter.dev, marcan@marcan.st, bmeng.cn@gmail.com Subject: Re: [PATCH v2 3/9] arm: apple: Change SoC name from "m1" into "apple" Message-ID: <20220211003549.GR2697206@bill-the-cat> References: <20220122193819.84907-1-kettenis@openbsd.org> <20220122193819.84907-4-kettenis@openbsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="iq/fWD14IMVFWBCD" Content-Disposition: inline In-Reply-To: <20220122193819.84907-4-kettenis@openbsd.org> 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.5 at phobos.denx.de X-Virus-Status: Clean --iq/fWD14IMVFWBCD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jan 22, 2022 at 08:38:13PM +0100, Mark Kettenis wrote: > U-Boot is expected to support multiple generations of Apple SoCs > in a single binary with a single defconfig. Therefore it makes > more sense to set SYS_SOC to "apple". >=20 > Signed-off-by: Mark Kettenis > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! --=20 Tom --iq/fWD14IMVFWBCD Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmIFr2UACgkQFHw5/5Y0 tyw21gwAq46vTbI1ddb+xDtJiMLu/tCS+9I2xXCtt2NLel5tvakTPK47x8YAf1n4 zmZW954JrciY+ILNfzG3BTo2qZU2JdSK5ns6YM8LLk09DGV0gZzzICA9wgCggUPB 5sRXRTvsvH8fqt+IeoRQDoLJdlBlOQL5Mg66AP1C4MBEOTDg4Ww12rCa/LC+PpOh VkcaAXb+BdNQbW8L5U0+klQhf1MrHEyIPvWgyVNjI8MbxB+Avtsws6Awu0DmYRsn puQ79aYEHF7/MaHBdgr0osQKn4W20f5ST5VjKc41PXqkXay8FkSD4SxurgsA2MMt ktpvMn00/nUZdZjcBKp5INIVCRcieKBJ+Kgri35P716mLzwHL0SlJNbVxtJqbAHr gcbV12WeVpG1Lifb/+fCqX0sgJEANU+A8wD8ADbn08skRd4O7DTEWES7Sy/jZp4Y XHUPgROZ3P2Ni4aAhmzA9kRH9lVpNiRAsqoQ8KKSBTbcBHFUvxRuogqnTAGIu5rJ QSiP9SCJ =wEcD -----END PGP SIGNATURE----- --iq/fWD14IMVFWBCD--