From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Wed, 2 Oct 2019 22:06:20 +0800 Subject: [U-Boot] [PATCH v2 17/38] x86: fsp: Create a common fsp_support.h header In-Reply-To: <20190925141147.191166-18-sjg@chromium.org> References: <20190925141147.191166-1-sjg@chromium.org> <20190925141147.191166-18-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Sep 25, 2019 at 10:12 PM Simon Glass wrote: > > Many support functions are common between FSP1 and FSP2. Add a new header > to handle this. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/x86/include/asm/fsp/fsp_support.h | 128 ++++++++++++++++++++++++ > arch/x86/include/asm/fsp1/fsp_support.h | 123 +---------------------- > drivers/pci/pci-uclass.c | 2 +- > 3 files changed, 132 insertions(+), 121 deletions(-) > create mode 100644 arch/x86/include/asm/fsp/fsp_support.h > Reviewed-by: Bin Meng