aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/broadcom/bcm2835/bcm2835_fb.c
Commit message (Expand)AuthorAgeFilesLines
* Use the correct OF_getencprop to get the height.Andrew Turner2016-11-161-1/+1
* Use the correct OF_getencprop over OF_getprop + fdt32_to_cpu to readAndrew Turner2016-11-141-3/+3
* Stop including fdt_common.h from the arm code when it's unneeded.Andrew Turner2016-11-141-1/+0
* Make framebuffer driver compatible with upstream DTOleksandr Tymoshenko2016-10-121-1/+9
* Force framebuffer virtual viewport to be the same as physicalOleksandr Tymoshenko2016-04-201-0/+3
* Fix build for Pi kernels with syscons enabledOleksandr Tymoshenko2016-04-191-2/+2
* Fix the sc(4) framebuffer driver on RPi 2.Luiz Otavio O Souza2015-05-021-277/+139
* Call config_intrhook_disestablish on failure of the bcm2835 fb and fbd intrAndrew Turner2015-03-081-1/+0
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems toNathan Whitehorn2014-02-051-1/+1
* Teach nexus(4) about Open Firmware (e.g. FDT) on ARM and MIPS, retiringNathan Whitehorn2013-11-051-1/+1
* Remove #include <machine/frame.h> from all the arm code that doesn'tIan Lepore2013-10-271-1/+0
* Convert bcm2835_mbox to the new mbox interface.Rui Paulo2013-07-071-2/+9
* Enable syscons framebuffer support for bcm2835. It makes possible to run XorgAleksandr Rybalko2013-01-131-1/+24
* Fix background color calculationOleksandr Tymoshenko2013-01-051-1/+1
* Add makeshift implementation for framebuffer console's cursorOleksandr Tymoshenko2012-12-281-2/+139
* Fix RGB565 caseOleksandr Tymoshenko2012-11-301-4/+4
* Fix hardcoded bpp valueOleksandr Tymoshenko2012-11-291-1/+1
* Multiple fixes for BCM2835 framebufferOleksandr Tymoshenko2012-11-231-31/+149
* Add barebone Raspberry Pi port. Supported parts:Oleksandr Tymoshenko2012-08-301-0/+714