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/Board/board.html | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'Documentation/Intel/Board') diff --git a/Documentation/Intel/Board/board.html b/Documentation/Intel/Board/board.html index 91aa3054d4..e157780962 100644 --- a/Documentation/Intel/Board/board.html +++ b/Documentation/Intel/Board/board.html @@ -17,6 +17,7 @@
  • Enable Serial Output
  • Load the Memory Timing Data
  • Disable the PCI devices
  • +
  • ACPI Tables
  • @@ -208,7 +209,33 @@ + +
    +

    ACPI Tables

    +
      +
    1. Edit Kconfig +
        +
      1. Add "select HAVE_ACPI_TABLES"
      2. +
      +
    2. +
    3. Add the acpi_tables.c module: +
        +
      1. Include soc/acpi.h
      2. +
      3. Add the acpi_create_fadt routine +
          +
        1. fill in the ACPI header
        2. +
        3. Call the acpi_fill_in_fadt routine
        4. +
        +
      4. +
      +
    4. +
    5. Add the dsdt.asl module: +
    6. +
    + + +
    -

    Modified: 15 February 2016

    +

    Modified: 20 February 2016

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