From 7e0078b990b7b498391505fb5c492ff7ed8e54cb Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Sun, 31 Jan 2016 11:48:15 -0800 Subject: Documentation: Add the x86 FSP Binary Document how to add the FSP binary to the SPI flash image. TEST=None Change-Id: I51b16600ea69853240282ac2eb0d84935b8e2a71 Signed-off-by: Lee Leahy Reviewed-on: https://review.coreboot.org/13442 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- Documentation/Intel/development.html | 53 ++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) (limited to 'Documentation/Intel/development.html') diff --git a/Documentation/Intel/development.html b/Documentation/Intel/development.html index 68a52c8c98..2b23b39e23 100644 --- a/Documentation/Intel/development.html +++ b/Documentation/Intel/development.html @@ -70,9 +70,62 @@
  • Get result to start booting
  • Early Debug
  • Implement and debug the bootblock code
  • +
  • Implement and debug the call to TempRamInit
  • + +
    + + + + + + + + + + + + + + + + + + + + + + + + +

    Features

    SoCWhereTesting
    Cache-as-RAM + Find + FSP binary: + cache_as_ram.inc
    + Enable: FSP 1.1 TempRamInit + called from + cache_as_ram.inc
    + Disable: FSP 1.1 TempRamExit called from + after_raminit.S
    +
    FindFSP: POST code 0x90 + (POST_FSP_TEMP_RAM_INIT) + is displayed
    + Enable: POST code + 0x2A + is displayed
    + Disable: CONFIG_DISPLAY_MTRRS=y, MTRRs displayed after call to TempRamExit +
    FSPWhereTesting
    TempRamInitFSP TempRamInitFSP binary found: POST code 0x90 + (POST_FSP_TEMP_RAM_INIT) + is displayed
    + TempRamInit successful: POST code + 0x2A + is displayed
    +
    + + +

    Modified: 31 January 2016

    -- cgit v1.2.3