public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Soeren Moch <smoch@web.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] tbs2910: add PRE_CONSOLE_BUFFER support
Date: Fri, 29 May 2015 20:32:42 +0200	[thread overview]
Message-ID: <1432924362-11438-2-git-send-email-smoch@web.de> (raw)
In-Reply-To: <1432924362-11438-1-git-send-email-smoch@web.de>

Add PRE_CONSOLE_BUFFER support to display early boot messages over HDMI.

Signed-off-by: Soeren Moch <smoch@web.de>
---
Cc: Stefano Babic <sbabic@denx.de>
---
 include/configs/tbs2910.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h
index 2d0de45..f915b18 100644
--- a/include/configs/tbs2910.h
+++ b/include/configs/tbs2910.h
@@ -51,6 +51,10 @@
 #define CONFIG_CONSOLE_MUX
 #define CONFIG_CONS_INDEX		1
 
+#define CONFIG_PRE_CONSOLE_BUFFER
+#define CONFIG_PRE_CON_BUF_SZ		4096
+#define CONFIG_PRE_CON_BUF_ADDR		0x7C000000
+
 /* *** Command definition *** */
 #define CONFIG_CMD_BMODE
 #define CONFIG_CMD_SETEXPR
-- 
1.9.1

  reply	other threads:[~2015-05-29 18:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-29 18:32 [U-Boot] [PATCH 1/2] tbs2910: add thermal support Soeren Moch
2015-05-29 18:32 ` Soeren Moch [this message]
2015-06-09 10:10   ` [U-Boot] [PATCH 2/2] tbs2910: add PRE_CONSOLE_BUFFER support Stefano Babic
2015-06-09 10:10 ` [U-Boot] [PATCH 1/2] tbs2910: add thermal support Stefano Babic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1432924362-11438-2-git-send-email-smoch@web.de \
    --to=smoch@web.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox