Matt Ploetz | f1dffc7 | 2016-10-26 17:17:01 -0500 | [diff] [blame] | 1 | From 6e503c6585192b77a73a387da31d1a6935efe1bc Mon Sep 17 00:00:00 2001 |
| 2 | From: Matt Ploetz <maploetz@us.ibm.com> |
| 3 | Date: Wed, 26 Oct 2016 16:58:37 -0500 |
| 4 | Subject: [PATCH] Add uartif include to ast2400 |
| 5 | |
| 6 | Change-Id: Ica065fb2dd4402c0fa71466055bcccb573d48101 |
| 7 | --- |
| 8 | src/HBconfig | 7 ++++++- |
| 9 | src/usr/console/ast2400.C | 1 + |
| 10 | 2 files changed, 7 insertions(+), 1 deletion(-) |
| 11 | |
| 12 | diff --git a/src/HBconfig b/src/HBconfig |
| 13 | index 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 |
| 32 | diff --git a/src/usr/console/ast2400.C b/src/usr/console/ast2400.C |
| 33 | index 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 | -- |
| 45 | 1.8.2.2 |
| 46 | |