From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758498AbcK3WfK (ORCPT ); Wed, 30 Nov 2016 17:35:10 -0500 Received: from mail-pg0-f68.google.com ([74.125.83.68]:33724 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754141AbcK3WfI (ORCPT ); Wed, 30 Nov 2016 17:35:08 -0500 From: Stafford Horne X-Google-Original-From: Stafford Horne Date: Thu, 1 Dec 2016 07:35:03 +0900 (JST) To: Randy Dunlap cc: Olof Kindgren , Stafford Horne , sfr@canb.auug.org.au, linux-next@vger.kernel.org, "linux-kernel@vger.kernel.org" , openrisc@lists.librecores.org Subject: Re: [OpenRISC] Add openrisc for-next branch to linux-next In-Reply-To: <2079b13e-080c-7797-b003-f1d1336dfb58@infradead.org> Message-ID: References: <2079b13e-080c-7797-b003-f1d1336dfb58@infradead.org> User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 30 Nov 2016, Randy Dunlap wrote: > On 11/30/16 12:11, Olof Kindgren wrote: >> >> Hi, >> >> I see that you have updated MAINTAINERS. Good. >> >> Does openRISC support VGA console? >> I tried to send a patch to Jason a few days ago. >> Please look at http://marc.info/?l=linux-kernel&m=147968525011508&w=2 >> (or I can resend it if you wish). >> >> The kbuild test bot has been reporting this build error for several >> months. If my fix is wrong, please submit something else. >> >> Thanks. >> -- >> ~Randy >> _______________________________________________ >> OpenRISC mailing list >> OpenRISC@lists.librecores.org >> https://lists.librecores.org/listinfo/openrisc >> >> >> Hi Randy, >> >> This is a known issue. This patch (https://github.com/openrisc/linux/pull/5) should take care of it. Can't say if it's the correct solution though, but it works both with and without a VGA console >> >> //Olof > > Thanks. Hello, I think I will take Randy's patch instead. The patch above defines screen_info, but I am not sure if it has been used or if anyone has got vga consoles working on openrisc. We can always add vga console support if someone has the hardware and can test it. It will be harder to take it away. -Stafford