blob: e1d6f08992b71a2ce39b49dfe9beb9bf370c24bc [file] [log] [blame]
Matt Ploetzf1dffc72016-10-26 17:17:01 -05001From 6e503c6585192b77a73a387da31d1a6935efe1bc Mon Sep 17 00:00:00 2001
2From: Matt Ploetz <maploetz@us.ibm.com>
3Date: Wed, 26 Oct 2016 16:58:37 -0500
4Subject: [PATCH] Add uartif include to ast2400
5
6Change-Id: Ica065fb2dd4402c0fa71466055bcccb573d48101
7---
8 src/HBconfig | 7 ++++++-
9 src/usr/console/ast2400.C | 1 +
10 2 files changed, 7 insertions(+), 1 deletion(-)
11
12diff --git a/src/HBconfig b/src/HBconfig
13index 08ab160..5abb512 100644
14--- a/src/HBconfig
15+++ b/src/HBconfig
16@@ -9,9 +9,14 @@ config P9_VPO_COMPILE
17 help
18 Compile and build image for VPO environment
19
20-config BMC_AST2400
21+config BMC_AST2500
22 default n
23 help
24+ Compile hostboot support for AST2500 based BMC
25+
26+config BMC_AST2400
27+ default y if (BMC_AST2500)
28+ help
29 Compile hostboot support for AST2400 based BMC
30
31 config P9_SYSTEM
32diff --git a/src/usr/console/ast2400.C b/src/usr/console/ast2400.C
33index 5e8c0bc..43ec9ef 100644
34--- a/src/usr/console/ast2400.C
35+++ b/src/usr/console/ast2400.C
36@@ -30,6 +30,7 @@
37 #include <kernel/console.H>
38 #include <devicefw/driverif.H>
39 #include <initservice/bootconfigif.H>
40+#include <console/uartif.H>
41
42 namespace CONSOLE
43 {
44--
451.8.2.2
46