From: Jagan Teki <jagan@amarulasolutions.com>
To: u-boot@lists.denx.de
Subject: [PATCH 4/4] rk3288: vyasa: Add console settings
Date: Thu, 23 Jan 2020 19:42:22 +0530 [thread overview]
Message-ID: <20200123141222.486-4-jagan@amarulasolutions.com> (raw)
In-Reply-To: <20200123141222.486-1-jagan@amarulasolutions.com>
Add console settings like stdin, stdout and stderr as
cros-ec-keyb and vidconsole respectively for Vyasa Rk3288
board.
This would certainly help to detect the attached video
devices (like HDMI) and print the console message on display.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
include/configs/vyasa-rk3288.h | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/include/configs/vyasa-rk3288.h b/include/configs/vyasa-rk3288.h
index 3574a3b5a5..e31dc77720 100644
--- a/include/configs/vyasa-rk3288.h
+++ b/include/configs/vyasa-rk3288.h
@@ -8,7 +8,11 @@
#ifndef __CONFIG_H
#define __CONFIG_H
-#define ROCKCHIP_DEVICE_SETTINGS
+#define ROCKCHIP_DEVICE_SETTINGS \
+ "stdin=serial,cros-ec-keyb\0" \
+ "stdout=serial,vidconsole\0" \
+ "stderr=serial,vidconsole\0"
+
#include <configs/rk3288_common.h>
#undef BOOT_TARGET_DEVICES
--
2.18.0.321.gffc6fa0e3
next prev parent reply other threads:[~2020-01-23 14:12 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-23 14:12 [PATCH 1/4] rockchip: rk3288: Enable pre console buffer Jagan Teki
2020-01-23 14:12 ` [PATCH 2/4] ARM: dts: rockchip: Sync rk3288-vyasa dts from linux Jagan Teki
2020-01-30 3:55 ` Kever Yang
2020-01-23 14:12 ` [PATCH 3/4] rk3288: tinker: Enable HDMI output Jagan Teki
2020-01-30 3:56 ` Kever Yang
2020-01-23 14:12 ` Jagan Teki [this message]
2020-01-30 3:56 ` [PATCH 4/4] rk3288: vyasa: Add console settings Kever Yang
2020-01-30 3:55 ` [PATCH 1/4] rockchip: rk3288: Enable pre console buffer Kever Yang
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=20200123141222.486-4-jagan@amarulasolutions.com \
--to=jagan@amarulasolutions.com \
--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