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 DEEFFC433EF for ; Tue, 28 Dec 2021 08:33:58 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 4349D838E0; Tue, 28 Dec 2021 09:33:19 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org 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=chromium.org header.i=@chromium.org header.b="DWU72Fe9"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id EE3FB83890; Tue, 28 Dec 2021 09:32:50 +0100 (CET) Received: from mail-ot1-x330.google.com (mail-ot1-x330.google.com [IPv6:2607:f8b0:4864:20::330]) (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 A5EF0838A5 for ; Tue, 28 Dec 2021 09:32:30 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@google.com Received: by mail-ot1-x330.google.com with SMTP id s21-20020a05683004d500b0058f585672efso18739864otd.3 for ; Tue, 28 Dec 2021 00:32:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=m+sP0pQlGiIKwXtHeBkN1EDF1aQ6IYmPdzKzzXYCEOk=; b=DWU72Fe9J5lI40NOUJmamN9aalgWc5jKHpIYrCzvoK7akLYCGJM/oT8nfvS/ppu1nD jcL3pYZlwi5SBbLHp3G1O1YqnvJ+Oj6i5/wAsthceKV6HW9On6F2Zwm5Gzb7x1VrbuVj 0TrGUBIBYyomIfW8SXdoOTGvBp0yHbW7i8LhQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=m+sP0pQlGiIKwXtHeBkN1EDF1aQ6IYmPdzKzzXYCEOk=; b=RszBp15R+GKQUV5LgbtY5cO+xpIQaznmkATsqFhaD/lU0AGJLV7ElTBUqHpPPSKj2p 5N2wVWUMyirO35Ws4S1j6VsBmwDbGRUJwaHRnzP9mjWTQ3zkH8G8XqY2EMKpd9HvGfky MnpBIpAWAgyC+0UcDnJXyX9XkyNLXJbGglEcU+oW680fC4TaUoYnBtoindpAYmwNzyoi +/7cJrKJ+M8M3727pRatFuTb3WwT8q6MOxdsVfsAZqLLGsgxbHcFduZjGXmP575qdjVP vFyeunkkNhXWHcBu/bsehZHWT+OVj0Sv6iGq5TAEae94wmCgZvcmT1mlSIVZJhroK+3V XO8g== X-Gm-Message-State: AOAM533KKgcrdSG3HS9Ev79eSIUPeKhPR0p5NTMKargIizqOXosOPjqA gU2jnOvjy0RnQs9j3LujmQzvNBKMZ8E6YkH9K3riKKreDZGf8Xlo X-Google-Smtp-Source: ABdhPJw4thKR91uXqGeFP8RqsyKHHQcZSM3oKJT7Pyb6Olj8xDQ5w48WBb1kP/h1Rx8yRNEeIVcQQ66Xn24tXfogjXY= X-Received: by 2002:a05:6830:4389:: with SMTP id s9mr14830133otv.97.1640680349160; Tue, 28 Dec 2021 00:32:29 -0800 (PST) MIME-Version: 1.0 References: <20211126104252.5443-1-pali@kernel.org> <20211126104252.5443-11-pali@kernel.org> In-Reply-To: <20211126104252.5443-11-pali@kernel.org> From: Simon Glass Date: Tue, 28 Dec 2021 01:32:16 -0700 Message-ID: Subject: Re: [PATCH u-boot-next 10/12] x86: pci: Use PCI_CONF1_ADDRESS() macro To: =?UTF-8?Q?Pali_Roh=C3=A1r?= Cc: Stefan Roese , Bin Meng , U-Boot Mailing List Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.38 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.2 at phobos.denx.de X-Virus-Status: Clean On Fri, 26 Nov 2021 at 03:43, Pali Roh=C3=A1r wrote: > > x86 platform uses standard format of Config Address for PCI Configuration > Mechanism #1. So use new U-Boot macro PCI_CONF1_ADDRESS(). > > Signed-off-by: Pali Roh=C3=A1r > --- > arch/x86/cpu/pci.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Reviewed-by: Simon Glass