From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 5 Jul 2011 00:32:41 +0200 Subject: [U-Boot] [PATCH 1/5] video: mb862xx: support Coral-PA controller In-Reply-To: <1306505304-9593-2-git-send-email-agust@denx.de> References: <1306505304-9593-1-git-send-email-agust@denx.de> <1306505304-9593-2-git-send-email-agust@denx.de> Message-ID: <20110705003241.1f2e6b7c@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 27 May 2011 16:08:20 +0200 Anatolij Gustschin wrote: > Add detection of Coral-PA and configure Coral CCF an MMR parameters > using CONFIG_SYS_MB862xx_CCF and CONFIG_SYS_MB862xx_MMR macros. > Use CCF and MMR parameters for Coral-P Eval. Board if the appropriate > macros weren't defined. > > Signed-off-by: Anatolij Gustschin > --- > drivers/video/mb862xx.c | 32 +++++++++++++++++++++++++++----- > 1 files changed, 27 insertions(+), 5 deletions(-) applied to u-boot-video/master. Anatolij