* [Buildroot] [PATCH] Add hypervisor consoles (hvc)
@ 2013-12-02 6:17 Anton Blanchard
0 siblings, 0 replies; 3+ messages in thread
From: Anton Blanchard @ 2013-12-02 6:17 UTC (permalink / raw)
To: buildroot
Add /dev/hvc* devices, and add them to securetty.
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] Add hypervisor consoles (hvc)
@ 2013-12-16 5:13 Anton Blanchard
2013-12-16 21:39 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Anton Blanchard @ 2013-12-16 5:13 UTC (permalink / raw)
To: buildroot
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] Add hypervisor consoles (hvc)
2013-12-16 5:13 Anton Blanchard
@ 2013-12-16 21:39 ` Peter Korsgaard
0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2013-12-16 21:39 UTC (permalink / raw)
To: buildroot
>>>>> "Anton" == Anton Blanchard <anton@samba.org> writes:
> Add /dev/hvc* devices, and add them to securetty. These
> are required for ppc64 virtual consoles.
> Signed-off-by: Anton Blanchard <anton@samba.org>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-12-16 21:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-02 6:17 [Buildroot] [PATCH] Add hypervisor consoles (hvc) Anton Blanchard
-- strict thread matches above, loose matches on Subject: below --
2013-12-16 5:13 Anton Blanchard
2013-12-16 21:39 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox