* [PATCH] Urquell: Add board comment
@ 2009-04-07 8:41 Kuninori Morimoto
2009-04-07 17:46 ` Paul Mundt
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Kuninori Morimoto @ 2009-04-07 8:41 UTC (permalink / raw)
To: linux-sh
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
---
arch/sh/boards/board-urquell.c | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/arch/sh/boards/board-urquell.c b/arch/sh/boards/board-urquell.c
index 8367d1d..f217f35 100644
--- a/arch/sh/boards/board-urquell.c
+++ b/arch/sh/boards/board-urquell.c
@@ -2,6 +2,8 @@
* Renesas Technology Corp. SH7786 Urquell Support.
*
* Copyright (C) 2008 Kuninori Morimoto <morimoto.kuninori@renesas.com>
+ *
+ * Based on board-sh7785lcr.c
* Copyright (C) 2008 Yoshihiro Shimoda
*
* This file is subject to the terms and conditions of the GNU General Public
@@ -21,6 +23,29 @@
#include <asm/heartbeat.h>
#include <asm/sizes.h>
+/* SWx 8765 4321
+ *----------------------------
+ * SW1 1101 0010 -> Pck 66MHz version
+ * (0101 0010) Pck 33MHz version (check CS1BCR)
+ * SW2 xxxx x1x0 -> little endian
+ * 29bit mode
+ * SW47 0001 1000 -> CS0 : nor flash
+ * CS1 : SRAM, registers, LAN, PCMCIA
+ * 38400 bps
+ *
+ * Address
+ * 0x00000000 Nor Flash
+ * 0x04000000 SRAM
+ * 0x05000000 FPGA register
+ * 0x05800000 LAN91C111
+ * 0x06000000 PCMCIA
+ * 0x10000000 PCIe
+ * 0x14000000 LRAM/URAM
+ * 0x18000000 ATA/NAND-Flash
+ * 0x1C000000 SH7786 Control register
+ */
+
+/* HeartBeat */
static struct resource heartbeat_resources[] = {
[0] = {
.start = BOARDREG(SLEDR),
@@ -43,6 +68,7 @@ static struct platform_device heartbeat_device = {
.resource = heartbeat_resources,
};
+/* LAN91C111 */
static struct smc91x_platdata smc91x_info = {
.flags = SMC91X_USE_16BIT | SMC91X_NOWAIT,
};
@@ -69,6 +95,7 @@ static struct platform_device smc91x_eth_device = {
},
};
+/* Nor Flash */
static struct mtd_partition nor_flash_partitions[] = {
{
.name = "loader",
--
1.5.6.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] Urquell: Add board comment
2009-04-07 8:41 [PATCH] Urquell: Add board comment Kuninori Morimoto
@ 2009-04-07 17:46 ` Paul Mundt
2009-04-09 2:08 ` morimoto.kuninori
2009-04-09 15:03 ` Paul Mundt
2 siblings, 0 replies; 4+ messages in thread
From: Paul Mundt @ 2009-04-07 17:46 UTC (permalink / raw)
To: linux-sh
On Tue, Apr 07, 2009 at 05:41:57PM +0900, Kuninori Morimoto wrote:
>
> Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
> ---
> arch/sh/boards/board-urquell.c | 27 +++++++++++++++++++++++++++
> 1 files changed, 27 insertions(+), 0 deletions(-)
>
Applied, thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Urquell: Add board comment
2009-04-07 8:41 [PATCH] Urquell: Add board comment Kuninori Morimoto
2009-04-07 17:46 ` Paul Mundt
@ 2009-04-09 2:08 ` morimoto.kuninori
2009-04-09 15:03 ` Paul Mundt
2 siblings, 0 replies; 4+ messages in thread
From: morimoto.kuninori @ 2009-04-09 2:08 UTC (permalink / raw)
To: linux-sh
Dear Paul
> > Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
> > ---
> > arch/sh/boards/board-urquell.c | 27 +++++++++++++++++++++++++++
> > 1 files changed, 27 insertions(+), 0 deletions(-)
> >
> Applied, thanks.
Sorry I took a miss in this patch.
(wrong comment is there)
May I send v2 patch ?
Best regards
--
Kuninori Morimoto
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Urquell: Add board comment
2009-04-07 8:41 [PATCH] Urquell: Add board comment Kuninori Morimoto
2009-04-07 17:46 ` Paul Mundt
2009-04-09 2:08 ` morimoto.kuninori
@ 2009-04-09 15:03 ` Paul Mundt
2 siblings, 0 replies; 4+ messages in thread
From: Paul Mundt @ 2009-04-09 15:03 UTC (permalink / raw)
To: linux-sh
On Thu, Apr 09, 2009 at 11:08:09AM +0900, morimoto.kuninori@renesas.com wrote:
> > > Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
> > > ---
> > > arch/sh/boards/board-urquell.c | 27 +++++++++++++++++++++++++++
> > > 1 files changed, 27 insertions(+), 0 deletions(-)
> > >
> > Applied, thanks.
>
> Sorry I took a miss in this patch.
> (wrong comment is there)
> May I send v2 patch ?
>
Of course, send whatever updates you feel are necessary.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-04-09 15:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-07 8:41 [PATCH] Urquell: Add board comment Kuninori Morimoto
2009-04-07 17:46 ` Paul Mundt
2009-04-09 2:08 ` morimoto.kuninori
2009-04-09 15:03 ` Paul Mundt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox