From patchwork Mon Dec 2 06:17:27 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anton Blanchard X-Patchwork-Id: 295786 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 915F12C008A for ; Mon, 2 Dec 2013 17:23:27 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7A9AF86957; Mon, 2 Dec 2013 06:23:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JMQ26IsxTcDJ; Mon, 2 Dec 2013 06:23:24 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id A7FEE86895; Mon, 2 Dec 2013 06:23:24 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 1D1F41C11A5 for ; Mon, 2 Dec 2013 06:23:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 16DF3868DD for ; Mon, 2 Dec 2013 06:23:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6+sn-1Jg-0Fj for ; Mon, 2 Dec 2013 06:23:22 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from ozlabs.org (ozlabs.org [203.10.76.45]) by whitealder.osuosl.org (Postfix) with ESMTPS id AFA0186895 for ; Mon, 2 Dec 2013 06:23:22 +0000 (UTC) Received: from kryten (ppp121-45-178-216.lns20.syd7.internode.on.net [121.45.178.216]) (using SSLv3 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPSA id 595382C008A for ; Mon, 2 Dec 2013 17:17:26 +1100 (EST) Date: Mon, 2 Dec 2013 17:17:27 +1100 From: Anton Blanchard To: buildroot@busybox.net Message-ID: <20131202171727.7812d5c1@kryten> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.20; x86_64-pc-linux-gnu) Mime-Version: 1.0 Subject: [Buildroot] [PATCH] Add hypervisor consoles (hvc) X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Add /dev/hvc* devices, and add them to securetty. Signed-off-by: Anton Blanchard 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