From 66decf16446eeb8d3b2da93d0b0086a583bc17bf Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Thu, 4 Feb 2016 11:21:33 -0800 Subject: Documentation: x86 Enable Serial Output Document the steps necessary to enable serial output TEST=None Change-Id: Ifc0e700d7ef54fb1e28ca9bca34b94cccd3633ac Signed-off-by: Lee Leahy Reviewed-on: https://review.coreboot.org/13444 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- Documentation/Intel/fsp1_1.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'Documentation/Intel/fsp1_1.html') diff --git a/Documentation/Intel/fsp1_1.html b/Documentation/Intel/fsp1_1.html index 456db802a8..0727e7ba20 100644 --- a/Documentation/Intel/fsp1_1.html +++ b/Documentation/Intel/fsp1_1.html @@ -15,6 +15,7 @@
  1. Required Files
  2. Add the FSP Binary File to the coreboot File System
  3. +
  4. Enable coreboot/FSP Debugging

@@ -57,6 +58,19 @@

+
+

Enable coreboot/FSP Debugging

+

+ Set the following Kconfig values: +

+
    +
  • CONFIG_DISPLAY_FSP_ENTRY_POINTS - Display the FSP entry points in romstage
  • +
  • CONFIG_DISPLAY_HOBS - Display and verify the hand-off-blocks (HOBs) returned by MemoryInit
  • +
  • CONFIG_DISPLAY_VBT - Display Video BIOS Table (VBT) used for GOP
  • +
  • CONFIG_DISPLAY_UPD_DATA - Display the user specified product data passed to MemoryInit and SiliconInit
  • +
+ +

Modified: 31 January 2016

-- cgit v1.2.3