From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-ea0-x235.google.com ([2a00:1450:4013:c01::235]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VZRSE-0004BG-B6 for barebox@lists.infradead.org; Thu, 24 Oct 2013 20:24:29 +0000 Received: by mail-ea0-f181.google.com with SMTP id d10so21862eaj.26 for ; Thu, 24 Oct 2013 13:24:07 -0700 (PDT) Received: from mamamia.internal (a89-182-11-81.net-htp.de. [89.182.11.81]) by mx.google.com with ESMTPSA id bn13sm8547646eeb.11.2013.10.24.13.24.06 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 24 Oct 2013 13:24:07 -0700 (PDT) From: Andre Heider Date: Thu, 24 Oct 2013 22:23:46 +0200 Message-Id: <1382646226-24871-7-git-send-email-a.heider@gmail.com> In-Reply-To: <1382646226-24871-1-git-send-email-a.heider@gmail.com> References: <1382646226-24871-1-git-send-email-a.heider@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 6/6] ARM: rpi: add support for simplefb To: barebox@lists.infradead.org Setup a framebuffer using the mailbox driver and register it as simplefb. Signed-off-by: Andre Heider --- arch/arm/boards/raspberry-pi/rpi.c | 84 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) diff --git a/arch/arm/boards/raspberry-pi/rpi.c b/arch/arm/boards/raspberry-pi/rpi.c index 06c43f3..3e9d62b 100644 --- a/arch/arm/boards/raspberry-pi/rpi.c +++ b/arch/arm/boards/raspberry-pi/rpi.c @@ -22,6 +22,7 @@ #include #include #include +#include