All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 09/10] x86: Move fsp_bootmode.h to the generic fsp directory
Date: Sun, 18 Aug 2019 16:51:16 -0600	[thread overview]
Message-ID: <20190818225117.142845-10-sjg@chromium.org> (raw)
In-Reply-To: <20190818225117.142845-1-sjg@chromium.org>

This header file is the same for FSP v1 and v2, although there may be
some additions to come. Move it into the generic fsp directory.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 arch/x86/include/asm/{fsp1 => fsp}/fsp_bootmode.h | 0
 arch/x86/include/asm/fsp1/fsp_support.h           | 3 +--
 2 files changed, 1 insertion(+), 2 deletions(-)
 rename arch/x86/include/asm/{fsp1 => fsp}/fsp_bootmode.h (100%)

diff --git a/arch/x86/include/asm/fsp1/fsp_bootmode.h b/arch/x86/include/asm/fsp/fsp_bootmode.h
similarity index 100%
rename from arch/x86/include/asm/fsp1/fsp_bootmode.h
rename to arch/x86/include/asm/fsp/fsp_bootmode.h
diff --git a/arch/x86/include/asm/fsp1/fsp_support.h b/arch/x86/include/asm/fsp1/fsp_support.h
index b93607f738..8f81e0ff2c 100644
--- a/arch/x86/include/asm/fsp1/fsp_support.h
+++ b/arch/x86/include/asm/fsp1/fsp_support.h
@@ -7,13 +7,12 @@
 #ifndef __FSP_SUPPORT_H__
 #define __FSP_SUPPORT_H__
 
+#include <asm/fsp/fsp_bootmode.h>
 #include <asm/fsp/fsp_fv.h>
 #include <asm/fsp/fsp_hob.h>
 #include <asm/fsp/fsp_infoheader.h>
 #include <asm/fsp/fsp_types.h>
-#include "fsp_hob.h"
 #include "fsp_ffs.h"
-#include "fsp_bootmode.h"
 #include <asm/fsp_arch.h>
 
 #define FSP_LOWMEM_BASE		0x100000UL
-- 
2.23.0.rc1.153.gdeed80330f-goog

  parent reply	other threads:[~2019-08-18 22:51 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-18 22:51 [U-Boot] [PATCH 00/10] x86: Prepare for adding FSP2 code Simon Glass
2019-08-18 22:51 ` [U-Boot] [PATCH 01/10] x86: Rename existing FSP code to fsp1 Simon Glass
2019-08-20  3:33   ` Bin Meng
2019-08-18 22:51 ` [U-Boot] [PATCH 02/10] x86: fsp: Move fsp_azalia include out of fsp_support.h Simon Glass
2019-08-20  3:33   ` Bin Meng
2019-08-18 22:51 ` [U-Boot] [PATCH 03/10] x86: Create a new fsp_arch.h header Simon Glass
2019-08-20  3:33   ` Bin Meng
2019-08-18 22:51 ` [U-Boot] [PATCH 04/10] x86: Move fsp_api.h inclusion out of fsp_support.h Simon Glass
2019-08-20  3:33   ` Bin Meng
2019-08-18 22:51 ` [U-Boot] [PATCH 05/10] x86: Move fsp_types.h to the generic fsp directory Simon Glass
2019-08-20  3:33   ` Bin Meng
2019-08-18 22:51 ` [U-Boot] [PATCH 06/10] x86: Move fsp_fv.h " Simon Glass
2019-08-20  3:33   ` Bin Meng
2019-08-18 22:51 ` [U-Boot] [PATCH 07/10] x86: Move fsp_hob.h " Simon Glass
2019-08-20  3:33   ` Bin Meng
2019-08-18 22:51 ` [U-Boot] [PATCH 08/10] x86: Move fsp_infoheader.h " Simon Glass
2019-08-20  3:33   ` Bin Meng
2019-08-18 22:51 ` Simon Glass [this message]
2019-08-20  3:33   ` [U-Boot] [PATCH 09/10] x86: Move fsp_bootmode.h " Bin Meng
2019-08-18 22:51 ` [U-Boot] [PATCH 10/10] x86: Move fsp_ffs.h include to fsp_arch.h Simon Glass
2019-08-20  3:33   ` Bin Meng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190818225117.142845-10-sjg@chromium.org \
    --to=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.