From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 25 May 2012 15:51:50 +0200 Subject: [U-Boot] [PATCH v2 1/2] omap3_dss: add optional framebuffer In-Reply-To: <1337338261-3005-2-git-send-email-jeroen@myspectrum.nl> References: <1337195098-14015-1-git-send-email-jeroen@myspectrum.nl> <1337338261-3005-1-git-send-email-jeroen@myspectrum.nl> <1337338261-3005-2-git-send-email-jeroen@myspectrum.nl> Message-ID: <20120525155150.2c91aedf@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Fri, 18 May 2012 12:51:00 +0200 Jeroen Hofstee wrote: > From: Jeroen Hofstee > > The beagle board uses the background color to show an orange screen during > startup. This patch adds the ability to add a frame buffer, with the > intention not to break the beagle board use case (I don't have one). > videomodes.c is not used. Scrolling depends on this patch: > > http://patchwork.ozlabs.org/patch/155662/ > > cc: trini at ti.com > cc: s-paulraj at ti.com > cc: khasim at ti.com > Signed-off-by: Jeroen Hofstee > --- > arch/arm/include/asm/arch-omap3/dss.h | 37 +++++++++++++++++++++++++-- > drivers/video/Makefile | 2 +- > drivers/video/omap3_dss.c | 44 +++++++++++++++++++++++++++++++++ > 3 files changed, 80 insertions(+), 3 deletions(-) Applied to u-boot-video/master, thanks! Anatolij