From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 31 Oct 2009 12:47:25 +0100 Subject: [U-Boot] [PATCH v2 1/4] video: mb862xx: improve board-specific Lime configuration In-Reply-To: <1256292196-20660-2-git-send-email-wg@grandegger.com> References: <1256292196-20660-1-git-send-email-wg@grandegger.com> <1256292196-20660-2-git-send-email-wg@grandegger.com> Message-ID: <20091031124725.2c638004@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, 23 Oct 2009 12:03:13 +0200 Wolfgang Grandegger wrote: > From: Wolfgang Grandegger > > To avoid board-specific code accessing the mb862xx registers directly, > the public function mb862xx_probe() has been introduced. Furthermore, > the "Change of Clock Frequency" and "Set Memory I/F Mode" registers > are now defined by CONFIG_SYS_MB862xx_CCF and CONFIG_SYS_MB862xx__MMR, > respectively. The BSPs for the socrates and lwmon5 boards have been > adapted accordingly. > > Signed-off-by: Wolfgang Grandegger > --- > board/lwmon5/lwmon5.c | 7 ------ > board/socrates/socrates.c | 46 ++++++------------------------------------- > drivers/video/mb862xx.c | 34 +++++++++++++++++++++++++++++++- > include/configs/lwmon5.h | 10 +++----- > include/configs/socrates.h | 5 ++++ > include/mb862xx.h | 5 ++++ > 6 files changed, 54 insertions(+), 53 deletions(-) Applied to u-boot-video/next. Thanks! Best regards, Anatolij