From patchwork Sat Aug 24 14:44:18 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 1152658 X-Patchwork-Delegate: bmeng.cn@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="V4nJGxad"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 46G1N10X32z9sDB for ; Sun, 25 Aug 2019 00:48:00 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id B73B3C21E57; Sat, 24 Aug 2019 14:45:11 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 024CAC21E2F; Sat, 24 Aug 2019 14:44:48 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 6DEDDC21E45; Sat, 24 Aug 2019 14:44:38 +0000 (UTC) Received: from mail-io1-f67.google.com (mail-io1-f67.google.com [209.85.166.67]) by lists.denx.de (Postfix) with ESMTPS id E4F1AC21E07 for ; Sat, 24 Aug 2019 14:44:35 +0000 (UTC) Received: by mail-io1-f67.google.com with SMTP id x4so26843581iog.13 for ; Sat, 24 Aug 2019 07:44:35 -0700 (PDT) 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=F08y9JWwHzTVPgX9+gKbvnZXevyG1OI/T60qOoCO60M=; b=V4nJGxadECj/nD+3/tw84247LZjydkAuOw0KboNTLN76mwr1ntEhmTb8qli7lyvmIK cHOM1urlzu+bB/vpHpR8S53FkgdwEi8xRPJm+BA4WyNh4v8m9HLbv7/5sr/yUN7m/Gfl KnAZt76mNIZLF+QskFMlPWQRrs1wukrOu+74I= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=F08y9JWwHzTVPgX9+gKbvnZXevyG1OI/T60qOoCO60M=; b=f9FoCJCrslpBo5+U/Ec0/qMmtC+KY1vGyEYT4IwzNcfK2kx9dY40T/Xnhv8Icw8Sjj Nup9X7JZ/2n+jw3Yn8AYd0WLVdy4znnUWkmJhixYDfepm9Ni/MeHmTms8b+LZ/frIdR8 GiffKxHGYct5ygiK3uh34teaOH3F5Qc2V2vjQCzHDTnP2YemlWLuaLt4CqSwLP8OwNvl BSwof/NNjpbLmcw5MM/JW+NYM7GTh9jiNEXm1VBOJlpZmox7t8RTrqQ53f1YtzB8flWI Fy/XJnZ22E3IgnPdm+DRnTl97knZZ8k7w8EOo8zxOrwRb2X1DVcddz9wfHDNf9JenyzC geug== X-Gm-Message-State: APjAAAXhgzBv5vFjB1miA3DuFrHAVJ1b7DMt48GJaNa3OehIjTbucexj eF28LWsVe0R8evZIgW3ZnZqwX10uNfc= X-Google-Smtp-Source: APXvYqwPpklk8sLwYe5Zx30gPN6MhzcWHAEwknUJCCYLIBC4cwFw17J5QFEyEe5t69PZX9/ATGuc4Q== X-Received: by 2002:a5e:cb0a:: with SMTP id p10mr10567814iom.133.1566657874801; Sat, 24 Aug 2019 07:44:34 -0700 (PDT) Received: from kiwi.bld.corp.google.com ([2620:15c:183:0:8223:87c:a681:66aa]) by smtp.gmail.com with ESMTPSA id c19sm5614385ioi.22.2019.08.24.07.44.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 24 Aug 2019 07:44:34 -0700 (PDT) From: Simon Glass To: U-Boot Mailing List Date: Sat, 24 Aug 2019 08:44:18 -0600 Message-Id: <20190824144422.235024-7-sjg@chromium.org> X-Mailer: git-send-email 2.23.0.187.g17f5b7556c-goog In-Reply-To: <20190824144422.235024-1-sjg@chromium.org> References: <20190824144422.235024-1-sjg@chromium.org> MIME-Version: 1.0 Subject: [U-Boot] [PATCH v2 06/10] x86: Move fsp_fv.h to the generic fsp directory X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" This header file is the same for FSP v1 and v2. Move it into the general fsp directory. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: None arch/x86/include/asm/{fsp1 => fsp}/fsp_fv.h | 0 arch/x86/include/asm/fsp1/fsp_support.h | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename arch/x86/include/asm/{fsp1 => fsp}/fsp_fv.h (100%) diff --git a/arch/x86/include/asm/fsp1/fsp_fv.h b/arch/x86/include/asm/fsp/fsp_fv.h similarity index 100% rename from arch/x86/include/asm/fsp1/fsp_fv.h rename to arch/x86/include/asm/fsp/fsp_fv.h diff --git a/arch/x86/include/asm/fsp1/fsp_support.h b/arch/x86/include/asm/fsp1/fsp_support.h index c55119448b..f0f1cea599 100644 --- a/arch/x86/include/asm/fsp1/fsp_support.h +++ b/arch/x86/include/asm/fsp1/fsp_support.h @@ -7,9 +7,9 @@ #ifndef __FSP_SUPPORT_H__ #define __FSP_SUPPORT_H__ +#include #include #include "fsp_hob.h" -#include "fsp_fv.h" #include "fsp_ffs.h" #include "fsp_infoheader.h" #include "fsp_bootmode.h"