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 083D5C64EC4 for ; Fri, 3 Mar 2023 14:50:33 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id B75DB85CDD; Fri, 3 Mar 2023 15:50:31 +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="B6A+Ck5c"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id E89F285D50; Fri, 3 Mar 2023 15:50:29 +0100 (CET) Received: from mail-qt1-x833.google.com (mail-qt1-x833.google.com [IPv6:2607:f8b0:4864:20::833]) (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 313F185C64 for ; Fri, 3 Mar 2023 15:50:27 +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-x833.google.com with SMTP id c19so2996442qtn.13 for ; Fri, 03 Mar 2023 06:50:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1677855026; 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=tTOXzdKA5sFBV9gdJs9SCdJFV+lFhH3TLtsFX+vE0mQ=; b=B6A+Ck5cYlHrPZmKv6zE9oqCLEaZXT+yh+xRj0COqppvZ+Cs16M9oqeT4UaVfBtfCW 7utfZ3i8TINBDLeTOCR5kPUz9MTEgcrm5U1qqGz95Yut45Jfw2TTupy95FQnbpM4ob31 1vnuam/0MXfRUkQiWnpwPC74QFpJQBJrrGDl4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1677855026; 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=tTOXzdKA5sFBV9gdJs9SCdJFV+lFhH3TLtsFX+vE0mQ=; b=3T8vpu1ecO8BLYRu6b4H2g84FflPfh856SkzYVijhmxZyoF/f3+j13iWVxEp0vzx7e wihzIf3vSvwpnJ5+6wZSRom2JFHG6X0EOAbRdKp5eBVJxZ7OpLGlVhWrjhgUZ/jUNoq3 24AFPgFDuYoULTpfvLUuIQK60OkGF4cLiX2ajGGNeprUgGtnDbk3rfDulm8ckqc8wZUR nx8eazLLpxcqcn6vDmdgIdeA3XOt92ETpFwH3CEGpnMuQGDUCpLAH6hT+68das5Be0Ma QCHYR7hb1/vVCzw1Thj/9oV/cIIytkimmT/lnsXLcN8lToiqBrNXswVUZqfCOVMHEcdL Qzvw== X-Gm-Message-State: AO0yUKVQWB7jG8XpXgDWijItPQXVAUt7QFbgoyCwwCsyEroYRtkx3dWx 70V78S0ExsjiVgAjWDgKpyops/PP77kZCsQEFdo= X-Google-Smtp-Source: AK7set/UTzFm0jUtmID4czYLtMoKI7hUEFnrSc7DRZ0Kt5aqAF3vosgbkEZaCIXtTAdQhGi8D7SG2Q== X-Received: by 2002:a05:622a:1752:b0:3b8:6801:9092 with SMTP id l18-20020a05622a175200b003b868019092mr3658110qtk.9.1677855025819; Fri, 03 Mar 2023 06:50:25 -0800 (PST) Received: from bill-the-cat (2603-6081-7b00-6400-0000-0000-0000-036b.res6.spectrum.com. [2603:6081:7b00:6400::36b]) by smtp.gmail.com with ESMTPSA id s184-20020a372cc1000000b0074235fc7a69sm1825472qkh.68.2023.03.03.06.50.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Mar 2023 06:50:25 -0800 (PST) Date: Fri, 3 Mar 2023 09:50:23 -0500 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Bin Meng Subject: Re: [PATCH v5 32/44] x86: Fix up use of X86_32BIT_INIT and X86_64 options Message-ID: <20230303145023.GA275547@bill-the-cat> References: <20230222163425.2043934-1-sjg@chromium.org> <20230222163425.2043934-33-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="VZSW7WrQneet5Up1" Content-Disposition: inline In-Reply-To: <20230222163425.2043934-33-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 --VZSW7WrQneet5Up1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 22, 2023 at 09:34:13AM -0700, Simon Glass wrote: > Drop the invalid SPL_ in a CONFIG_IS_ENABLED() usage. Use the correct > X86_64 option in msr.h since SPL may be 32-bit when U-Bout proper is > not. >=20 > Signed-off-by: Simon Glass > --- >=20 > (no changes since v4) >=20 > Changes in v4: > - Reduce and rename commit >=20 > arch/x86/cpu/qemu/qemu.c | 2 +- > arch/x86/include/asm/msr.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) This changes spl on chromebook_link64 a lot, have you confirmed it there? --=20 Tom --VZSW7WrQneet5Up1 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmQCCSUACgkQFHw5/5Y0 tyzhJAv/fp+Zl1R1k+OxE6UtxjZ2HTzAbPqdVKNEL4XSlxnTa/5HlvO6g2El6ENg A+RXwvH9L625wxkbzLCJNr6YbbGM0FViulYNPNY+EmCXD8FKvsI2GuS+qVjLfWIa Z4/GoLYBDNJs/FSTBC5mdM64HoJ64HeDzVyVEQ4ppXr6IQbrVoPv26prXFyEtMv5 n4ZkCzYmjzgXzCjVW36lBGcPLmJMr4s7ii0t3WuNIMrmGIEoOHxHVZKch5E0R4X0 bub89X8nCWmve39MKEo3kYNDomyiS92driSz5Sm62mzvYbkJ4DYptVd/hmavNEzw gm0GAHqM8lyUiIEJldVwMIs4cbmhkzUqRdSUdu/s2nPnMZQS0REsN4WQBEP9xjbR TLLkEC0qXFAIlht3tjL2Nt+7LFB3lAoTPHJWfRzy2YjWVYDFZVn6FW1JpRdv9yu3 xDacZvhC211w0Pct60N37ica5zRkEdO+A/1qvhbgzF0fg//l+pTZ/gc9Hduirq8K 5H0xs9Lz =9lIe -----END PGP SIGNATURE----- --VZSW7WrQneet5Up1--