From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshihiro Shimoda Date: Thu, 10 Jul 2008 19:43:25 +0900 Subject: [U-Boot-Users] [PATCH] sh: Renesas R0P7785LC0011RL board support In-Reply-To: <20080709172843.69e8ea49.kim.phillips@freescale.com> References: <4874AA13.9090904@renesas.com> <20080709172843.69e8ea49.kim.phillips@freescale.com> Message-ID: <4875E7CD.3000606@renesas.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 2008/07/10 7:28, Kim Phillips wrote: > On Wed, 09 Jul 2008 21:07:47 +0900 > Yoshihiro Shimoda wrote: > >> This board has SH7785, 512MB DDR2-SDRAM, NOR Flash, >> Graphic controller, Ethernet, USB, SD, and RTC. >> >> This patch supports the following functions: >> - 128MB DDR2-SDRAM (29-bit address mode only) >> - NOR Flash >> - USB host >> - Ethernet >> >> Signed-off-by: Yoshihiro Shimoda >> --- >> MAINTAINERS | 1 + >> MAKEALL | 1 + >> Makefile | 5 + >> board/r0p7785lc0011rl/Makefile | 43 ++++ >> board/r0p7785lc0011rl/config.mk | 26 +++ >> board/r0p7785lc0011rl/lowlevel_init.S | 318 +++++++++++++++++++++++++++ >> board/r0p7785lc0011rl/r0p7785lc0011rl.c | 51 +++++ >> board/r0p7785lc0011rl/rtl8169.h | 62 ++++++ >> board/r0p7785lc0011rl/rtl8169_mac.c | 354 +++++++++++++++++++++++++++++++ >> board/r0p7785lc0011rl/selfcheck.c | 196 +++++++++++++++++ >> board/r0p7785lc0011rl/u-boot.lds | 97 +++++++++ >> include/configs/r0p7785lc0011rl.h | 173 +++++++++++++++ > > Can this be renamed something simpler, like sh7785rdp or something? Thank you for your comment. Yes, I will rename the file "sh7785lcr". Best Regards, Yoshihiro Shimoda