From patchwork Mon Dec 16 05:13:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anton Blanchard X-Patchwork-Id: 301464 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 532A12C009F for ; Mon, 16 Dec 2013 16:13:21 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 684B2896A9; Mon, 16 Dec 2013 05:13:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ox2kmj6V9HuJ; Mon, 16 Dec 2013 05:13:18 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0524987FC4; Mon, 16 Dec 2013 05:13:18 +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 B86771BF9C7 for ; Mon, 16 Dec 2013 05:13:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B73898A304 for ; Mon, 16 Dec 2013 05:13:16 +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 zqHbD4RVUCAv for ; Mon, 16 Dec 2013 05:13:16 +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 EFE748A141 for ; Mon, 16 Dec 2013 05:13:15 +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)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 2C2EA2C009F for ; Mon, 16 Dec 2013 16:13:14 +1100 (EST) Date: Mon, 16 Dec 2013 16:13:14 +1100 From: Anton Blanchard To: buildroot@busybox.net Message-ID: <20131216161314.3b13c9e4@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. These are required for ppc64 virtual consoles. 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