]> Git Repo - J-u-boot.git/commit
x86: Move common FSP code into a common location
authorSimon Glass <[email protected]>
Wed, 28 Jan 2015 05:13:36 +0000 (22:13 -0700)
committerSimon Glass <[email protected]>
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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Tested-by: Bin Meng <[email protected]>
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]
This page took 0.040647 seconds and 4 git commands to generate.