
On Thu, Jun 06, 2013 at 12:38:23AM +0200, Anatolij Gustschin wrote:
Hey Tom,
The following changes since commit 5ed6f447af60aabd2669d913f673793c1ce48f47:
P1022DS: Set CONFIG_SPL_MAX_SIZE directly (2013-05-03 09:19:43 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-video.git master
for you to fetch changes up to ea697ae7eb059d7467c6854ce562c31df510eb59:
ARM: bcm2835: add simplefb DT node during bootz/m (2013-06-05 22:40:38 +0200)
Eric Nelson (1): cfb_console: flush FB cache at end of public functions
Stephen Warren (2): lcd: add functions to set up simplefb device tree ARM: bcm2835: add simplefb DT node during bootz/m
board/raspberrypi/rpi_b/rpi_b.c | 14 +++- common/lcd.c | 87 ++++++++++++++++++++ .../video/simple-framebuffer.txt | 25 ++++++ drivers/video/cfb_console.c | 15 ++-- include/configs/rpi_b.h | 2 + include/lcd.h | 3 + 6 files changed, 139 insertions(+), 7 deletions(-) create mode 100644 doc/device-tree-bindings/video/simple-framebuffer.txt
Applied to u-boot/master, thanks!