From bf08da27d56f12e9176fc419f39b4951cd46a8f2 Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Sat, 20 Feb 2016 17:48:35 -0800 Subject: Documentation/Intel: Add minimal APCI and TempRamExit documentation Update the documentation to add the minimal ACPI support. Also add TempRamExit entry to the FSP features table. TEST=None Change-Id: I7a4576d58005a0b6834188dfeca97f1683d03cb0 Signed-off-by: Lee Leahy Reviewed-on: https://review.coreboot.org/13757 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- Documentation/Intel/development.html | 43 +++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) (limited to 'Documentation/Intel/development.html') diff --git a/Documentation/Intel/development.html b/Documentation/Intel/development.html index a3136d19d1..74a476fdc0 100644 --- a/Documentation/Intel/development.html +++ b/Documentation/Intel/development.html @@ -116,6 +116,21 @@ +

Add coreboot Features

+

+ Most of the coreboot development gets done in this phase. Implementation tasks in this + phase are easily done in parallel. +

+ + + +
@@ -228,6 +243,20 @@ + + + + + + + + + + + + @@ -264,6 +293,18 @@ + + + + +
PayloadWhereTesting
ACPI Tables + SoC Support
+
Verified by payload or OS
FSP Where
TempRamExitsrc/drivers/intel/fsp1_1/after_raminit.SPost code 0x91 + (POST_FSP_TEMP_RAM_EXIT) + is displayed before calling TempRamExit by + after_raminit.S, + CONFIG_DISPLAY_MTRRS=y displays the correct memory regions and + Post code 0x39 is displayed by + after_raminit.S
+
SiliconInit @@ -294,6 +335,6 @@
-

Modified: 15 February 2016

+

Modified: 20 February 2016

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