
3 Oct
2019
3 Oct
'19
10:32 a.m.
On Wed, Oct 2, 2019 at 10:06 PM Bin Meng bmeng.cn@gmail.com wrote:
On Wed, Sep 25, 2019 at 10:12 PM Simon Glass sjg@chromium.org wrote:
Many support functions are common between FSP1 and FSP2. Add a new header to handle this.
Signed-off-by: Simon Glass sjg@chromium.org
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 bmeng.cn@gmail.com
Fixed the rebase conflicts, and
applied to u-boot-x86/next, thanks!