x86: fsp: Create a common fsp_support.h header
authorSimon Glass <sjg@chromium.org>
Sat, 24 Aug 2019 20:19:05 +0000 (14:19 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 8 Oct 2019 05:53:41 +0000 (13:53 +0800)
commit07f2f58b94b69ea962d1adea0b892825dea908e9
tree1337645070d53c16f38219f2918872a5ba4efb57
parente2adc369ec5c10dda8b0e15cfc6399d81bcfc6d1
x86: fsp: Create a common fsp_support.h header

Many support functions are common between FSP1 and FSP2. Add a new header
to handle this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
[bmeng: remove forward declarations in fsp_support.h]
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/include/asm/fsp/fsp_support.h [new file with mode: 0644]
arch/x86/include/asm/fsp1/fsp_support.h
drivers/pci/pci-uclass.c