From patchwork Sun Aug 18 22:51:14 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 1148920 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="cyiPGuHG"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 46BXRl3Tq0z9s3Z for ; Mon, 19 Aug 2019 08:54:11 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 279A1C21E16; Sun, 18 Aug 2019 22:52:24 +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 E6241C21E1D; Sun, 18 Aug 2019 22:51:53 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 136B7C21DA2; Sun, 18 Aug 2019 22:51:37 +0000 (UTC) Received: from mail-io1-f65.google.com (mail-io1-f65.google.com [209.85.166.65]) by lists.denx.de (Postfix) with ESMTPS id BA0D0C21E12 for ; Sun, 18 Aug 2019 22:51:33 +0000 (UTC) Received: by mail-io1-f65.google.com with SMTP id l7so16859485ioj.6 for ; Sun, 18 Aug 2019 15:51:33 -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=xLkpmWiw5cCLu/wF59TKqu/2lp7JRXdPCuaYFw6jDwk=; b=cyiPGuHGbKZn5/iGQMAF0cITuWdZ2ZRnBGqqy648zFiQegupHSnGGBC21LiPhuZ7tn kr7Y7xgym1bmi/eVVTk087VfhvD1xWdnQRlU3XsOCex75n9AgKQQo2IrE6sB+NriJ6si ht9NJ8DiT+l3nU2jQRqdorKHQZQkshTVLYRj8= 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=xLkpmWiw5cCLu/wF59TKqu/2lp7JRXdPCuaYFw6jDwk=; b=AujYQkxFL0NoSJdGJC8jWN5Nb8iZdNxTNiBLpRWpcrdz8v5Ha0o+KDN/OJhjgu51kb 55F0FlYAJPwb11quMTTI0EbctxCvDhtCD00ut3e+qG1ht2MEy24/umsWPfVPZqE98gok lh60/01X548fzXW2Lbr0F7vPuTpbG+7dK/yX9oRiZOsum+UndwMtrkYtEX5VmzriyrLl QZcJbGdyKu54s6GjTvvfxDOuho3CExsl7AdfJwBs2Cn7BaML9bpOe+XkwGc69Q+5e4GM 5gSQGzYjhKFr3cyKf8o3LhiU3KoxSSI4pxwjqqZxBcMqpbALUMp5ttYDuR9AEohglTDH 88QQ== X-Gm-Message-State: APjAAAWYOHGUj4NmXwcFX0rcGK+S0NHf8wCK5IfA9DGtxHHpkUUCo+Ev 1uS+mTKtox4CAjTrkbwpMUKs7XmCN8g= X-Google-Smtp-Source: APXvYqysOx035YduGboErvm/8ygXqVYIhm7jqLNBuUn+BgsOPLPIoaYqXSpoPjlrqzxbpSz6NlZ1YA== X-Received: by 2002:a05:6602:cc:: with SMTP id z12mr16146145ioe.86.1566168692550; Sun, 18 Aug 2019 15:51:32 -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.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 18 Aug 2019 15:51:32 -0700 (PDT) From: Simon Glass To: U-Boot Mailing List Date: Sun, 18 Aug 2019 16:51:14 -0600 Message-Id: <20190818225117.142845-8-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 07/10] x86: Move fsp_hob.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_hob.h | 0 arch/x86/include/asm/{fsp1 => fsp}/fsp_infoheader.h | 0 arch/x86/include/asm/fsp1/fsp_support.h | 1 + 3 files changed, 1 insertion(+) rename arch/x86/include/asm/{fsp1 => fsp}/fsp_hob.h (100%) rename arch/x86/include/asm/{fsp1 => fsp}/fsp_infoheader.h (100%) diff --git a/arch/x86/include/asm/fsp1/fsp_hob.h b/arch/x86/include/asm/fsp/fsp_hob.h similarity index 100% rename from arch/x86/include/asm/fsp1/fsp_hob.h rename to arch/x86/include/asm/fsp/fsp_hob.h diff --git a/arch/x86/include/asm/fsp1/fsp_infoheader.h b/arch/x86/include/asm/fsp/fsp_infoheader.h similarity index 100% rename from arch/x86/include/asm/fsp1/fsp_infoheader.h rename to arch/x86/include/asm/fsp/fsp_infoheader.h diff --git a/arch/x86/include/asm/fsp1/fsp_support.h b/arch/x86/include/asm/fsp1/fsp_support.h index 464f129809..7da19227d5 100644 --- a/arch/x86/include/asm/fsp1/fsp_support.h +++ b/arch/x86/include/asm/fsp1/fsp_support.h @@ -8,6 +8,7 @@ #define __FSP_SUPPORT_H__ #include +#include #include #include "fsp_hob.h" #include "fsp_ffs.h"