From patchwork Sun Aug 18 22:51:12 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 1148921 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="fKhQ/Ls1"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 46BXRq6PTxz9s3Z for ; Mon, 19 Aug 2019 08:54:15 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 908F3C21E18; Sun, 18 Aug 2019 22:52:33 +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=RCVD_IN_MSPIKE_H2, 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 72268C21E02; Sun, 18 Aug 2019 22:51:56 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 624D7C21E1D; Sun, 18 Aug 2019 22:51:32 +0000 (UTC) Received: from mail-io1-f68.google.com (mail-io1-f68.google.com [209.85.166.68]) by lists.denx.de (Postfix) with ESMTPS id 338EAC21DE8 for ; Sun, 18 Aug 2019 22:51:30 +0000 (UTC) Received: by mail-io1-f68.google.com with SMTP id q22so5962iog.4 for ; Sun, 18 Aug 2019 15:51:30 -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=QiSP2iFh0ke63zLWG0Hf921yo7P1nJHSJ8wGFaL9rUI=; b=fKhQ/Ls1UCUDiMkFVgJjv5U1vLSCvzk03W/m+nhnnwIKjJPEpdaAJXHCjERSgN0lic psVI0HPfyodovP3HpT3ysoKce0aL7L7gwk661k5JK16ewYNMoA1rEqiOWNZDPbcEScTH GagYVw2ej5CAqIw9smlIMCQP6t+9eweKvqhVs= 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=QiSP2iFh0ke63zLWG0Hf921yo7P1nJHSJ8wGFaL9rUI=; b=ayys1+VnZ9FaC2VTq3SwE9Gp+/51HUsWNym+u/er6XIEZG6bKg2LbDys7933t3YfKV jAGU4E9Jkbhmijl4jsD79xC7Hvf/Ty/3cIaJwZgrRvKaNIuj5WW6SLtV2giy52vwpNtS n27mdnafL/LWsizqMKZtf/92GJcZi+7ba/nO3i76S3jlZ/1XSW5tFNDr0Xb2OKbzjtHj xX+u5M2aMjLDs+B2JomSpzdxO0vqyLNCKo+L0pzbW71a2+yPMloqTpeTqTSgBeNTIbWU wkFgTPtwMcDE0qiw27uNBt7mczsyQwIfarPGCvNFJUjpmunw5YHKfVoN3Un+WKAR4Jt2 72XA== X-Gm-Message-State: APjAAAWspsAv89VZ/70usQ6Zw9vyXFl6gxWnPV4HlxElXjQfYVwfw7kU kR1KjiVNa6KbtV9I5pwHslEsRrJujPM= X-Google-Smtp-Source: APXvYqxiUQ+EdtesUGiHpVmXSnZ8q/7hq7LJ9lcNTS4rbbHzn+DRsqyMuA7XpW1EhPNgD0WOspY/xQ== X-Received: by 2002:a5e:820a:: with SMTP id l10mr9876986iom.283.1566168689056; Sun, 18 Aug 2019 15:51:29 -0700 (PDT) Received: from kiwi.bld.corp.google.com ([2620:15c:183:0:8223:87c:a681:66aa]) by smtp.gmail.com with ESMTPSA id m20sm11754504ioh.4.2019.08.18.15.51.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 18 Aug 2019 15:51:28 -0700 (PDT) From: Simon Glass To: U-Boot Mailing List Date: Sun, 18 Aug 2019 16:51:12 -0600 Message-Id: <20190818225117.142845-6-sjg@chromium.org> X-Mailer: git-send-email 2.23.0.rc1.153.gdeed80330f-goog In-Reply-To: <20190818225117.142845-1-sjg@chromium.org> References: <20190818225117.142845-1-sjg@chromium.org> MIME-Version: 1.0 Subject: [U-Boot] [PATCH 05/10] x86: Move fsp_types.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 --- arch/x86/include/asm/{fsp1 => fsp}/fsp_types.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_types.h (100%) diff --git a/arch/x86/include/asm/fsp1/fsp_types.h b/arch/x86/include/asm/fsp/fsp_types.h similarity index 100% rename from arch/x86/include/asm/fsp1/fsp_types.h rename to arch/x86/include/asm/fsp/fsp_types.h diff --git a/arch/x86/include/asm/fsp1/fsp_support.h b/arch/x86/include/asm/fsp1/fsp_support.h index 9a7c002bfc..bf0bbc7654 100644 --- a/arch/x86/include/asm/fsp1/fsp_support.h +++ b/arch/x86/include/asm/fsp1/fsp_support.h @@ -7,7 +7,7 @@ #ifndef __FSP_SUPPORT_H__ #define __FSP_SUPPORT_H__ -#include "fsp_types.h" +#include #include "fsp_hob.h" #include "fsp_fv.h" #include "fsp_ffs.h"