From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 23 Jan 2016 23:18:57 +0100 Subject: [U-Boot] [PATCH 1/2] video: Add support for Armada XP LCD controller In-Reply-To: <1453274009-13737-1-git-send-email-sr@denx.de> References: <1453274009-13737-1-git-send-email-sr@denx.de> Message-ID: <20160123231857.35fb2555@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefan, On Wed, 20 Jan 2016 08:13:28 +0100 Stefan Roese wrote: > This patch adds basic support for the LCD controller of the Marvell > Armada XP SoC. > > An AXP based custom board port will be added later, to use this > driver to display a splash screen via the bmp command later. > > Signed-off-by: Stefan Roese > Cc: Anatolij Gustschin > Cc: Luka Perkov > --- > arch/arm/mach-mvebu/include/mach/cpu.h | 13 + > arch/arm/mach-mvebu/include/mach/soc.h | 1 + > drivers/video/Kconfig | 7 + > drivers/video/Makefile | 1 + > drivers/video/mvebu_lcd.c | 532 +++++++++++++++++++++++++++++++++ > 5 files changed, 554 insertions(+) > create mode 100644 drivers/video/mvebu_lcd.c applied to u-boot-video/master, thanks! -- Anatolij