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 47EAFC05027 for ; Thu, 9 Feb 2023 23:34:42 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 7925F85BA0; Fri, 10 Feb 2023 00:34:39 +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="usbDBf8R"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 37E4E85B53; Fri, 10 Feb 2023 00:34:37 +0100 (CET) Received: from mail-qt1-x82d.google.com (mail-qt1-x82d.google.com [IPv6:2607:f8b0:4864:20::82d]) (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 E29AA85C5F for ; Fri, 10 Feb 2023 00:34:33 +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-qt1-x82d.google.com with SMTP id f10so4115707qtv.1 for ; Thu, 09 Feb 2023 15:34:33 -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=E+Xx5moPc3rU309AOvR+N1JcowBMWSPzHv4MCgMBcjY=; b=usbDBf8Rs3iE6118GRemzj8F9mvJXMoGI/ETPdeHvg7S/WbjMQKfP9GnQX0Zr7FQhR nhg0nCTErP7mthNq8S1wmTAFgqVbMqFbX/fv+Om06LOe6dQpCgrMstQeLyf+W3u1VGQX E3PBHhRG0O6ai8fbimJj44PUDLl692NGNgeV4= 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=E+Xx5moPc3rU309AOvR+N1JcowBMWSPzHv4MCgMBcjY=; b=g+xum/IYc25+6ZDdSs4vGVpvy2/Cw/Zzv5yDiOeUclYQM41YHVWi+j/QJDm/pAJqoG YPJoz9VZ7KYmcwOdZ18efnk14UPyWdtqnttrEVazc9LV7LHIqaQUEPIGgL/SajrcdTvZ bODlyw8D4WHVyP9Wbiu+8OHJVLFgw2SFFfVB89cdRFOn/wiVus4byesNPkANG1PZjUYK TTy7Ye/yyv2V50oQ1fNApV3eQUf8q7+HWm0eT/XtuCSIssA4+G49EqRBJIN8h8kdVAgz /1UTjs4UjMV+EMpLyup9O9OGVwwZMNkTs6V4Uj8D7caaOfYLV81AhoFi5d/4R6Kjwlz0 WORw== X-Gm-Message-State: AO0yUKUAesn5bivTQM67OLGSFAr82toFj5m3SP7anvYls0MrVZ8JEOWZ OomsF1f+VHjHhLs8KQKpDmziOw== X-Google-Smtp-Source: AK7set9LhG2gP4U1nkMqI4Bu0dDwyqA7WsvM0jrWvnBaIptCWi6VjvIUKgIOR19N/k4nDNxJ77F/Nw== X-Received: by 2002:a05:622a:1209:b0:3b8:6bf8:9584 with SMTP id y9-20020a05622a120900b003b86bf89584mr23299906qtx.35.1675985672491; Thu, 09 Feb 2023 15:34:32 -0800 (PST) Received: from bill-the-cat (2603-6081-7b00-6400-3812-7488-b449-9d25.res6.spectrum.com. [2603:6081:7b00:6400:3812:7488:b449:9d25]) by smtp.gmail.com with ESMTPSA id y206-20020a3764d7000000b0071c2a68d6f2sm2366140qkb.20.2023.02.09.15.34.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Feb 2023 15:34:32 -0800 (PST) Date: Thu, 9 Feb 2023 18:34:30 -0500 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List Subject: Re: [PATCH v2 119/169] Correct SPL use of PCI_PNP Message-ID: References: <20230205224118.233425-63-sjg@chromium.org> <20230205224118.233425-120-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="LPKUa6WKlR4EMNCP" Content-Disposition: inline In-Reply-To: <20230205224118.233425-120-sjg@chromium.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.6 at phobos.denx.de X-Virus-Status: Clean --LPKUa6WKlR4EMNCP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 05, 2023 at 03:40:28PM -0700, Simon Glass wrote: > This converts 1 usage of this option to the non-SPL form, since there is > no SPL_PCI_PNP defined in Kconfig >=20 > Signed-off-by: Simon Glass On x86, this is used to avoid the code in SPL/TPL. --=20 Tom --LPKUa6WKlR4EMNCP Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmPlgv0ACgkQFHw5/5Y0 tyyBzwv/borCj46rfAiIyKUpq9mO1X8SpCqgxqi5/hRFuylvrFPpVg3MPuXtPKa+ 9YdRPSq3PJ544jSgKZ0Ei5/oX/H/Op0uVjeEUz5KnrfDV3vj6N0/PqHDhOBBFD0z 6dPyTesyMWV6L27J1RuTL7fb9CuuQEwS3JKxpRBe/crVysKDhR+DSTi8eCqC1J9m AIzfScWCUQrNornMjEm0Brw+Vq5w3UDRlDJ6cKKDfTwMcmqfpy+B0Ti+0TdrhcdE s6CcAp4c3HG8JO0azeAB1zQaX0SEYsJFwJRVh1AHKoyY7vpWi+jSBHgTEqHrlyGg 1jr0PM6/FCXZutuSDqDjTh7wSAjuo6DnSgbUaMIZmAnnj21LRiGwdo6OM43T4SXr ZvNQ4DI3jCeUY+bQmjAN4ze9EDjRSy0Rzv/j23+8EihV6BQdDHMsIPEwncHYb0xc lfiQZsh/qGRqEqoDGVsYpi8qkJJfmCYCTY8Iq4YywkJn9RyWix0Grf076O0TDpMh e/6wY3OT =NCB/ -----END PGP SIGNATURE----- --LPKUa6WKlR4EMNCP--