x86: Move common FSP code into a common location
authorSimon Glass <sjg@chromium.org>
Wed, 28 Jan 2015 05:13:36 +0000 (22:13 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 6 Feb 2015 05:16:43 +0000 (22:16 -0700)
commit1021af4ded2d0961a4ba2ba89851719b098a98b6
tree5e8228936b13970251110ac99a355d2ec0710e7f
parentef565a53ea96761ee8e705c0d56dbf160b672d51
x86: Move common FSP code into a common location

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
28 files changed:
arch/x86/cpu/queensbay/Makefile
arch/x86/cpu/queensbay/fsp_configs.c
arch/x86/cpu/queensbay/fsp_support.c [deleted file]
arch/x86/cpu/queensbay/tnc.c
arch/x86/cpu/queensbay/tnc_dram.c
arch/x86/cpu/queensbay/tnc_pci.c
arch/x86/include/asm/arch-queensbay/fsp/fsp_api.h [deleted file]
arch/x86/include/asm/arch-queensbay/fsp/fsp_bootmode.h [deleted file]
arch/x86/include/asm/arch-queensbay/fsp/fsp_ffs.h [deleted file]
arch/x86/include/asm/arch-queensbay/fsp/fsp_fv.h [deleted file]
arch/x86/include/asm/arch-queensbay/fsp/fsp_hob.h [deleted file]
arch/x86/include/asm/arch-queensbay/fsp/fsp_infoheader.h [deleted file]
arch/x86/include/asm/arch-queensbay/fsp/fsp_platform.h [deleted file]
arch/x86/include/asm/arch-queensbay/fsp/fsp_support.h [deleted file]
arch/x86/include/asm/arch-queensbay/fsp/fsp_types.h [deleted file]
arch/x86/include/asm/fsp/fsp_api.h [new file with mode: 0644]
arch/x86/include/asm/fsp/fsp_bootmode.h [new file with mode: 0644]
arch/x86/include/asm/fsp/fsp_ffs.h [new file with mode: 0644]
arch/x86/include/asm/fsp/fsp_fv.h [new file with mode: 0644]
arch/x86/include/asm/fsp/fsp_hob.h [new file with mode: 0644]
arch/x86/include/asm/fsp/fsp_infoheader.h [new file with mode: 0644]
arch/x86/include/asm/fsp/fsp_platform.h [new file with mode: 0644]
arch/x86/include/asm/fsp/fsp_support.h [new file with mode: 0644]
arch/x86/include/asm/fsp/fsp_types.h [new file with mode: 0644]
arch/x86/lib/Makefile
arch/x86/lib/cmd_hob.c
arch/x86/lib/fsp/Makefile [new file with mode: 0644]
arch/x86/lib/fsp/fsp_support.c [new file with mode: 0644]