diff --git a/Documentation/Intel/Board/board.html b/Documentation/Intel/Board/board.html
index 8de854b64f..d50ff4e74f 100644
--- a/Documentation/Intel/Board/board.html
+++ b/Documentation/Intel/Board/board.html
@@ -14,6 +14,7 @@
- Required Files
+ - Enable Serial Output
@@ -77,6 +78,30 @@
+
+
+
+ Use the following steps to enable serial output:
+
+
+ - Implement the car_mainboard_pre_console_init routine in the com_init.c
+ file:
+
+ - Power on and enable the UART controller
+ - Connect the UART receive and transmit data lines to the
+ appropriate SoC pins
+
+
+
+ - Add Makefile.inc
+
+ - Add com_init.c to romstage
+
+
+
+
+
+
Modified: 31 January 2016