]> git.sur5r.net Git - u-boot/commit
x86: Initial import from Intel FSP release for Queensbay platform
authorBin Meng <bmeng.cn@gmail.com>
Fri, 12 Dec 2014 13:05:28 +0000 (21:05 +0800)
committerSimon Glass <sjg@chromium.org>
Sun, 14 Dec 2014 05:32:05 +0000 (22:32 -0700)
commit752a0b085b0c595a5979f1bee89961cffd109461
treeb64e39276d580117538202f83de151384140597f
parent7e7740397dc9405a8ed6299e8ebc8170142ccae7
x86: Initial import from Intel FSP release for Queensbay platform

This is the initial import from Intel FSP release for Queensbay
platform (Tunnel Creek processor and Topcliff Platform Controller
Hub), which can be downloaded from Intel website.

For more details, check http://www.intel.com/fsp.

Note: U-Boot coding convention was applied to these codes, so it
looks completely different from the original Intel release.
Also update FSP support codes license header to use SPDX ID.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
12 files changed:
arch/x86/cpu/queensbay/fsp_configs.c [new file with mode: 0644]
arch/x86/cpu/queensbay/fsp_support.c [new file with mode: 0644]
arch/x86/include/asm/arch-queensbay/fsp/fsp_api.h [new file with mode: 0644]
arch/x86/include/asm/arch-queensbay/fsp/fsp_bootmode.h [new file with mode: 0644]
arch/x86/include/asm/arch-queensbay/fsp/fsp_ffs.h [new file with mode: 0644]
arch/x86/include/asm/arch-queensbay/fsp/fsp_fv.h [new file with mode: 0644]
arch/x86/include/asm/arch-queensbay/fsp/fsp_hob.h [new file with mode: 0644]
arch/x86/include/asm/arch-queensbay/fsp/fsp_infoheader.h [new file with mode: 0644]
arch/x86/include/asm/arch-queensbay/fsp/fsp_platform.h [new file with mode: 0644]
arch/x86/include/asm/arch-queensbay/fsp/fsp_support.h [new file with mode: 0644]
arch/x86/include/asm/arch-queensbay/fsp/fsp_types.h [new file with mode: 0644]
arch/x86/include/asm/arch-queensbay/fsp/fsp_vpd.h [new file with mode: 0644]