From c1e4f8995362c6eb7d09dfc0618edcc636d30acc Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Thu, 7 Jan 2016 11:24:24 -0800 Subject: Documentation: Add x86 documentation for required files Document the required files to perform a minimal coreboot/FSP build for x86. TEST=None Change-Id: I65b2947114634fce982ce82fb7c577fd5f47ed10 Signed-off-by: Lee Leahy Reviewed-on: https://review.coreboot.org/13438 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- Documentation/Intel/fsp1_1.html | 50 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 Documentation/Intel/fsp1_1.html (limited to 'Documentation/Intel/fsp1_1.html') diff --git a/Documentation/Intel/fsp1_1.html b/Documentation/Intel/fsp1_1.html new file mode 100644 index 0000000000..c210ffb89c --- /dev/null +++ b/Documentation/Intel/fsp1_1.html @@ -0,0 +1,50 @@ + + + + FSP 1.1 + + + +

x86 FSP 1.1 Development

+

+ Firmware Support Package (FSP) development requires System-on-a-Chip (SoC) + and board support. The combined steps are listed + here. + The development steps for FSP are listed below: +

+
    +
  1. Required Files
  2. +
+ +

+ FSP Documentation: +

+
    +
  • Intel® Firmware Support Package External Architecture Specification V1.1
  • +
+ +
+

Required Files

+

Coreboot Required Files

+
    +
  1. Create the following directories if they do not already exist: +
      +
    • src/vendorcode/intel/fsp/fsp1_1/<Chip Family>
    • +
    • 3rdparty/blobs/mainboard/<Board Vendor>/<Board Name>
    • +
    +
  2. +
  3. + The following files may need to be copied from the FSP build or release into the + directories above if they are not present or are out of date: +
      +
    • FspUpdVpd.h: src/vendorcode/intel/fsp/fsp1_1/<Chip Family>/FspUpdVpd.h
    • +
    • FSP.bin: 3rdparty/blobs/mainboard/<Board Vendor>/<Board Name>/fsp.bin
    • +
    +
  4. +
+ + +
+

Modified: 31 January 2016

+ + \ No newline at end of file -- cgit v1.2.3