summaryrefslogtreecommitdiffstats
path: root/src/include/kernel
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2017-08-02 12:35:44 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-08-09 13:37:13 -0400
commit9f4c91ea6f75fe56eb5becb31ce551b1806d1cd5 (patch)
tree20057d957d17118cb2a2320faebb4f28b64a966a /src/include/kernel
parent7c53973849de64198de72fcdd680e1424832a4e0 (diff)
downloadtalos-hostboot-9f4c91ea6f75fe56eb5becb31ce551b1806d1cd5.tar.gz
talos-hostboot-9f4c91ea6f75fe56eb5becb31ce551b1806d1cd5.zip
Load Secure Header into SpnorRp Vaddr Space
Also add back trace and increase printk size now that HBB size has been increased RTC: 175115 Change-Id: I8f5a1b2acbd5c2bdde349d87ab2cb78f95904dc4 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44113 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/kernel')
-rw-r--r--src/include/kernel/console.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/kernel/console.H b/src/include/kernel/console.H
index 3318f99a4..cf3c0a8a1 100644
--- a/src/include/kernel/console.H
+++ b/src/include/kernel/console.H
@@ -45,7 +45,7 @@ class Console : public Util::ConsoleBufferInterface
int putc(int);
size_t operator()(int c) { return putc(c); };
- enum { BUFFER_SIZE = 1024 * 12 };
+ enum { BUFFER_SIZE = 1024 * 20 };
protected:
Console();
OpenPOWER on IntegriCloud