From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 6 Jun 2013 00:38:23 +0200 Subject: [U-Boot] Pull request: u-boot-video/master Message-ID: <20130606003823.563f4f9c@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 Please pull. Thanks! Anatolij