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 0F46BC433F5 for ; Mon, 17 Jan 2022 15:06:43 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 24A1183810; Mon, 17 Jan 2022 16:05:51 +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="KZFl7sfg"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id A817B82C6D; Mon, 17 Jan 2022 16:05:27 +0100 (CET) Received: from mail-il1-x135.google.com (mail-il1-x135.google.com [IPv6:2607:f8b0:4864:20::135]) (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 C578E837DE for ; Mon, 17 Jan 2022 16:05:01 +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@chromium.org Received: by mail-il1-x135.google.com with SMTP id i14so14965431ila.11 for ; Mon, 17 Jan 2022 07:05:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=JMc+Kukg/t+IvvCFwACOYRGatHwsCYzLz5lpYpAcxGE=; b=KZFl7sfgDVmcdorS8eSbCGTHHIa5g/a8nMSV9LfYujhw8jE+SV00ycUhPqK1a9wptp CoIeLGSwXPJJhjPJD6VnSa2FhuAum+odis4/F3eraKrFGeC9+rpZbZy7uqgE6qymHr0I TOaqnuaWdIWCrpjm9WYzCDXJk5lX0Gr/hNBXk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=JMc+Kukg/t+IvvCFwACOYRGatHwsCYzLz5lpYpAcxGE=; b=SEsZUa/HBZcnOJSos/u6U0m0WeSJ4hStQkiFMRs4CtAfHVfMdUgOTN9DYfB0qg+tH5 elkuaO90NuFpQwAN/o3ltP/emUF4xxjlGR2qnD2ZQ5LH3YqiheCakWAsWyM/1nMMqL+o y8cq3TfHNM/K2XyWqe2pXsF8OlIxlfzHiefdsBtqrT93ZxcXG43UGzcECG79meVuGIrH DkuIS+sUAJhQ+QLUorIP2DvSLRGgHECcuNOz5bquXdUrApD2qO6Rv53U4TyZC27ZRdCl rh5lkG7PnEWTAC1jXMWV36lKrvUk5kUZ9ifbNvZLUM9U9m8R+Z7ZGoxC/Qi2SEy2+E5d 5PAQ== X-Gm-Message-State: AOAM530wZkdglpeD/7xqQJqJ0LDU3tILRE5L8aP/NwLrvrhBVIa1INra Utw3+vB/nYV8saF9HAKN7ilJFSCQrWn/mw== X-Google-Smtp-Source: ABdhPJx2sZeBUhdLfHx/ZvXEFrtQCidLL72f0VzdHDcRh+CIuuFwRuc5FfuqVc2V+Uhg4rk2kXF5Jg== X-Received: by 2002:a05:6e02:190e:: with SMTP id w14mr11211939ilu.191.1642431900314; Mon, 17 Jan 2022 07:05:00 -0800 (PST) Received: from kiwi.bld.corp.google.com (c-67-190-101-114.hsd1.co.comcast.net. [67.190.101.114]) by smtp.gmail.com with ESMTPSA id f21sm9379320iol.42.2022.01.17.07.04.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 17 Jan 2022 07:04:59 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Ilias Apalodimas , Tom Rini , =?UTF-8?q?Fran=C3=A7ois=20Ozog?= , Heinrich Schuchardt , Bill Mills , Simon Glass , Bin Meng Subject: [PATCH v2 14/16] x86: Move Intel GNVS file into the common include directory Date: Mon, 17 Jan 2022 08:04:26 -0700 Message-Id: <20220117150428.1580273-8-sjg@chromium.org> X-Mailer: git-send-email 2.34.1.703.g22d0c6ccf7-goog In-Reply-To: <20220117150428.1580273-1-sjg@chromium.org> References: <20220117150428.1580273-1-sjg@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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.2 at phobos.denx.de X-Virus-Status: Clean Move this so we can include it from sandbox, needed since it is in a bloblist and must have a check. Signed-off-by: Simon Glass --- (no changes since v1) arch/x86/cpu/apollolake/acpi.c | 2 +- arch/x86/cpu/intel_common/acpi.c | 2 +- arch/x86/include/asm/arch-apollolake/global_nvs.h | 2 +- board/google/chromebook_coral/coral.c | 2 +- {arch/x86/include/asm => include}/intel_gnvs.h | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename {arch/x86/include/asm => include}/intel_gnvs.h (100%) diff --git a/arch/x86/cpu/apollolake/acpi.c b/arch/x86/cpu/apollolake/acpi.c index fd21c0b4968..2822b8d06d1 100644 --- a/arch/x86/cpu/apollolake/acpi.c +++ b/arch/x86/cpu/apollolake/acpi.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include @@ -21,7 +22,6 @@ #include #include #include -#include #include #include #include diff --git a/arch/x86/cpu/intel_common/acpi.c b/arch/x86/cpu/intel_common/acpi.c index 15f19da2067..4a288e85252 100644 --- a/arch/x86/cpu/intel_common/acpi.c +++ b/arch/x86/cpu/intel_common/acpi.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include @@ -23,7 +24,6 @@ #include #include #include -#include #include #include #include diff --git a/arch/x86/include/asm/arch-apollolake/global_nvs.h b/arch/x86/include/asm/arch-apollolake/global_nvs.h index ef8eb228dbe..639d8f2de78 100644 --- a/arch/x86/include/asm/arch-apollolake/global_nvs.h +++ b/arch/x86/include/asm/arch-apollolake/global_nvs.h @@ -10,6 +10,6 @@ #ifndef _GLOBAL_NVS_H_ #define _GLOBAL_NVS_H_ -#include +#include #endif /* _GLOBAL_NVS_H_ */ diff --git a/board/google/chromebook_coral/coral.c b/board/google/chromebook_coral/coral.c index 53c5171d02b..ca63cf4ef51 100644 --- a/board/google/chromebook_coral/coral.c +++ b/board/google/chromebook_coral/coral.c @@ -11,13 +11,13 @@ #include #include #include +#include #include #include #include #include #include #include -#include #include #include #include diff --git a/arch/x86/include/asm/intel_gnvs.h b/include/intel_gnvs.h similarity index 100% rename from arch/x86/include/asm/intel_gnvs.h rename to include/intel_gnvs.h -- 2.34.1.703.g22d0c6ccf7-goog