]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
video: add a driver for the bcm2835
authorStephen Warren <swarren@wwwdotorg.org>
Tue, 29 Jan 2013 16:37:40 +0000 (16:37 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 20 Mar 2013 14:30:00 +0000 (15:30 +0100)
commit6be3c9fca27252590b55b211bcf1df884fe3adbd
tree72c4d2e8e62bf87aec7918d3ee26a1f54ca6917e
parent38baa4f6d69f3ba933a2578d111dc04151d9e169
video: add a driver for the bcm2835

The firmware running on the bcm2835 SoC's VideoCore CPU manages the
display controller. Add a simple "LCD" driver that communicates with the
firmware using the property mailbox protocol. This configures the
display and frame-buffer to match whatever physical resolution the
firmware chosen when booting, which is typically the native resolution
of the attached display device, presumably unless otherwise specified
in config.txt on the boot media.

Enable this driver in the Raspberry Pi board configuration.

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Acked-by: Anatolij Gustschin <agust@denx.de>
drivers/video/Makefile
drivers/video/bcm2835.c [new file with mode: 0644]
include/configs/rpi_b.h