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 D8AD6C05027 for ; Fri, 10 Feb 2023 12:42:27 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id B7E2A858B2; Fri, 10 Feb 2023 13:42:21 +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="KRt/mt6S"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id EDE2585FBC; Fri, 10 Feb 2023 13:42:08 +0100 (CET) Received: from mail-qt1-x82e.google.com (mail-qt1-x82e.google.com [IPv6:2607:f8b0:4864:20::82e]) (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 E967F85FBF for ; Fri, 10 Feb 2023 13:41:59 +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-x82e.google.com with SMTP id q13so5512064qtx.2 for ; Fri, 10 Feb 2023 04:41:59 -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=/inva0eT7IfuQcBlksNnTTZyWZIF4fJdEWYDTrTRhL8=; b=KRt/mt6StEG7G8SpzonIzO2HHM1WkOITGzgVOqEb3/6aUNbvrPalYuSiLX2KCMxAo/ Dqlmgv+6cG96ta862PTgx+aQdMmxSoYqAwCBJHgqxU6MpnOcvnnJrK+qwDkHxyclCYQX ldPEDA+SW9WF/vBCOcRO1jFi7jMvGu+UASIVM= 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=/inva0eT7IfuQcBlksNnTTZyWZIF4fJdEWYDTrTRhL8=; b=PquCQkMZa5NnQRuQOIEMVZDrPz4o6xlF8MdSnaErppxxdsKOkd6WeNOWeyO36Q7QSU q5ymqZWuLqxt6Vc51GFG+DrO4Y3yyMZ09reXbA1hWc6HJEd4083GGWHON3vrG+mDTJ3W /n08F5kntYJNWajvbdn2gkG7Taxx9QFeGh4R1N2n/MED3xu5njwTIYF6hiUPSV6QqoPZ feb1yZEyvMbI0xvrsnTVqS7QP9Luj560ME1+EntePQn0wfWtvulBZla3rEOD6sNwDtUK XO6kgIcTcvbPF9rgmsmzHk63Qr8TTaJQhBlYcTOiWOqNIePf8RqwaBQqwc+eX63Yrj0I RcLA== X-Gm-Message-State: AO0yUKXZVBe0pwCl/5KU8+lx2RVPGx7BDUtGCMMMzg7PycnZkafDNMz1 9CnbYXmjHWdX1YahTmow6r9VOQ== X-Google-Smtp-Source: AK7set8/s18FOH0JkLhCJyGz5a2j0MUxXukNC1XbdNGQgSs4cPuwwFeFZyKdu0aDE9LO2yUWBXAXag== X-Received: by 2002:a05:622a:cb:b0:3b8:6788:bf25 with SMTP id p11-20020a05622a00cb00b003b86788bf25mr23526685qtw.23.1676032916485; Fri, 10 Feb 2023 04:41:56 -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 u129-20020a376087000000b007339c5114a9sm3408578qkb.103.2023.02.10.04.41.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Feb 2023 04:41:56 -0800 (PST) Date: Fri, 10 Feb 2023 07:41:54 -0500 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List Subject: Re: [PATCH v2 099/169] Correct SPL uses of I8259_PIC Message-ID: References: <20230205224118.233425-63-sjg@chromium.org> <20230205224118.233425-100-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="99S8kQ4UvKhDbNnE" Content-Disposition: inline In-Reply-To: <20230205224118.233425-100-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 --99S8kQ4UvKhDbNnE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 05, 2023 at 03:40:08PM -0700, Simon Glass wrote: > This converts 4 usages of this option to the non-SPL form, since there is > no SPL_I8259_PIC defined in Kconfig >=20 > Signed-off-by: Simon Glass This is used to avoid code in SPL. --=20 Tom --99S8kQ4UvKhDbNnE Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmPmO5IACgkQFHw5/5Y0 tywarAv+Ppr8lbzT7kHok5JKmh+CnsZXqrwoCeiGxQga7j8fHCOxlmMsZ+4+zF0O JSD7055kIWvrm2GoAzSqSKyTMgis8GJYTmlpq0YtSJzZeFNYcvgCzLHc9aOtsQhC nENmqgusUXp9NG4DE6M3/BqBwdJoXDxQAtmbEXs8XFyAQMTo6oY27CYINqOGFERE tF29o62AL1IEkyaOU7VJnap7ttxowbSRr8buJizOobXt2rchYZOjk2tqyuDGqmgW WCf3FOyERi9Zv0K81FFR8iNA5XI09TrymK3iRmP4AZ6AewAIUJy+EPujGPgwd23b bpHTz2Lpc2B4UTdXUDEipL/5i8HohYjXTsk50mLnncTK/01KX+tYjTvK2RnHLknp qoR4/qw0SPEWhKFcgUNznNXlXR+F1Q9rssk/8aNLVyBGJaY3TCFgeQtu7BE1WGJC ZhILWFrkxmHKkcbCdA9vsLpwYY80rttcjHOuR1SkVV7l3Vc+KztHVwv3+pbK2Yka we31cKwz =UEYR -----END PGP SIGNATURE----- --99S8kQ4UvKhDbNnE--