Re: [PATCH 4/4] arm/raspberrypi: add VideoCore framebuffer without initialization

2016-04-30 Thread Alan Cudmore
I applied the 4 patches ( I had to use the “patch” command, I could not get “git apply” to work for some reason ) It runs on the Raspberry Pi A+ ( 256MB RAM, single core ) , but it did not boot on the Raspberry Pi 2. I commented out the calls to rpi_init_cmdline() and it booted on the Pi 2 agai

[PATCH 4/4] arm/raspberrypi: add VideoCore framebuffer without initialization

2016-04-28 Thread Pavel Pisa
From: YANG Qiao Date: Thu, 13 Aug 2015 00:06:10 +0200 --- c/src/lib/libbsp/arm/raspberrypi/Makefile.am | 1 + c/src/lib/libbsp/arm/raspberrypi/console/fb.c | 331 ++ 2 files changed, 332 insertions(+) create mode 100644 c/src/lib/libbsp/arm/raspberrypi/console/fb.c d