diff options
author | Martin Roth <gaumless@gmail.com> | 2014-04-04 13:23:41 -0600 |
---|---|---|
committer | Martin Roth <martin.roth@se-eng.com> | 2014-04-11 17:29:25 +0200 |
commit | 954f3882f1ea8512de9a5a6a38569c36bffae405 (patch) | |
tree | 08b3e87b98473386410f7bb180d66c08c3e712f0 /src/vendorcode/intel/Kconfig | |
parent | debd7657548ed7cdc67dcabe3f6e69b33093a43a (diff) |
Add the Bay Trail FSP include & srx directories
These are the .h and .c files from Intel that support interaction
with the FSP. These have been modified from the FSP distribution
only to strip trailing whitespace.
Intel® Atom™ processor E3800 product family (formerly Bay Trail)
"Intel® Firmware Support Package (Intel® FSP) provides key
programming information for initializing Intel® silicon and can be
easily integrated into a boot loader of the developer’s choice.
It is easy to adopt, scalable to design, reduces time-to-market, and
is economical to build."
http://www.intel.com/fsp
Change-Id: I0fa64dbaf640493cdb5e670e8d213a49d9e7dcfb
Signed-off-by: Martin Roth <martin.roth@se-eng.com>
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: http://review.coreboot.org/5456
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/vendorcode/intel/Kconfig')
-rw-r--r-- | src/vendorcode/intel/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vendorcode/intel/Kconfig b/src/vendorcode/intel/Kconfig index 867626eea7..b386e6f5ad 100644 --- a/src/vendorcode/intel/Kconfig +++ b/src/vendorcode/intel/Kconfig @@ -21,3 +21,4 @@ config FSP_VENDORCODE_HEADER_PATH string default "fsp/ivybridge_bd82x6x/" if CPU_INTEL_FSP_MODEL_306AX && SOUTHBRIDGE_INTEL_FSP_BD82X6X default "fsp/ivybridge_i89xx/" if CPU_INTEL_FSP_MODEL_306AX && SOUTHBRIDGE_INTEL_FSP_I89XX + default "fsp/baytrail/" if SOC_INTEL_FSP_BAYTRAIL |