From: Anton Blanchard <anton@samba.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Add hypervisor consoles (hvc)
Date: Mon, 16 Dec 2013 16:13:14 +1100 [thread overview]
Message-ID: <20131216161314.3b13c9e4@kryten> (raw)
Add /dev/hvc* devices, and add them to securetty. These
are required for ppc64 virtual consoles.
Signed-off-by: Anton Blanchard <anton@samba.org>
---
diff --git a/system/device_table_dev.txt b/system/device_table_dev.txt
index 9507939..91ed769 100644
--- a/system/device_table_dev.txt
+++ b/system/device_table_dev.txt
@@ -36,6 +36,7 @@
/dev/ttyPSC c 666 0 0 204 148 0 1 4
/dev/ttyUL c 666 0 0 204 187 0 1 4
/dev/ttymxc c 666 0 0 207 16 0 1 4
+/dev/hvc c 640 0 0 229 0 0 1 4
# Input stuff
/dev/input d 755 0 0 - - - - -
diff --git a/system/skeleton/etc/securetty b/system/skeleton/etc/securetty
index 5a3d0c6..0722677 100644
--- a/system/skeleton/etc/securetty
+++ b/system/skeleton/etc/securetty
@@ -51,3 +51,7 @@ ttySC5
ttySC6
ttySC7
ttyGS0
+hvc0
+hvc1
+hvc2
+hvc3
next reply other threads:[~2013-12-16 5:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-16 5:13 Anton Blanchard [this message]
2013-12-16 21:39 ` [Buildroot] [PATCH] Add hypervisor consoles (hvc) Peter Korsgaard
-- strict thread matches above, loose matches on Subject: below --
2013-12-02 6:17 Anton Blanchard
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=20131216161314.3b13c9e4@kryten \
--to=anton@samba.org \
--cc=buildroot@busybox.net \
/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