From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 5 Jun 2013 23:36:21 +0200 Subject: [U-Boot] [PATCH V2 REPOST 2/2] ARM: bcm2835: add simplefb DT node during bootz/m In-Reply-To: <1369715478-3655-2-git-send-email-swarren@wwwdotorg.org> References: <1369715478-3655-1-git-send-email-swarren@wwwdotorg.org> <1369715478-3655-2-git-send-email-swarren@wwwdotorg.org> Message-ID: <20130605233621.492386c5@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 27 May 2013 22:31:18 -0600 Stephen Warren wrote: > Add a DT simple-framebuffer node to DT when booting the Linux kernel. > This will allow the kernel to inherit the framebuffer configuration from > U-Boot, and display a graphical boot console, and even run a full SW- > rendered X server. > > Signed-off-by: Stephen Warren > Acked-by: Simon Glass > --- > board/raspberrypi/rpi_b/rpi_b.c | 14 +++++++++++++- > include/configs/rpi_b.h | 2 ++ > 2 files changed, 15 insertions(+), 1 deletion(-) Applied to u-boot-video/master. Thanks! Anatolij