* [U-Boot] [PATCH 1/1] Setup extra MIMC200 chip selects
@ 2008-11-24 11:17 Mark Jackson
2009-01-23 23:46 ` Wolfgang Denk
0 siblings, 1 reply; 3+ messages in thread
From: Mark Jackson @ 2008-11-24 11:17 UTC (permalink / raw)
To: u-boot
Added code to setup the extra Flash and FRAM chip selects
as used on the MIMC200 board.
Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
---
cpu/at32ap/cpu.c | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/cpu/at32ap/cpu.c b/cpu/at32ap/cpu.c
index 1a13702..3902efe 100644
--- a/cpu/at32ap/cpu.c
+++ b/cpu/at32ap/cpu.c
@@ -56,6 +56,20 @@ int cpu_init(void)
hsmc3_writel(PULSE0, 0x0b0a0906);
hsmc3_writel(SETUP0, 0x00010002);
+#ifdef CONFIG_MIMC200
+ /* setup Data Flash chip select (NCS2) */
+ hsmc3_writel(MODE2, 0x20121003);
+ hsmc3_writel(CYCLE2, 0x000a0009);
+ hsmc3_writel(PULSE2, 0x0a060806);
+ hsmc3_writel(SETUP2, 0x00030102);
+
+ /* setup FRAM chip select (NCS3) */
+ hsmc3_writel(MODE3, 0x10120001);
+ hsmc3_writel(CYCLE3, 0x001e001d);
+ hsmc3_writel(PULSE3, 0x08040704);
+ hsmc3_writel(SETUP3, 0x02050204);
+#endif
+
clk_init();
/* Update the CPU speed according to the PLL configuration */
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH 1/1] Setup extra MIMC200 chip selects
2008-11-24 11:17 [U-Boot] [PATCH 1/1] Setup extra MIMC200 chip selects Mark Jackson
@ 2009-01-23 23:46 ` Wolfgang Denk
2009-02-06 19:48 ` Mark Jackson
0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Denk @ 2009-01-23 23:46 UTC (permalink / raw)
To: u-boot
Dear Mark Jackson,
In message <492A8D60.3090309@mimc.co.uk> you wrote:
> Added code to setup the extra Flash and FRAM chip selects
> as used on the MIMC200 board.
>
> Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
>
> ---
> cpu/at32ap/cpu.c | 14 ++++++++++++++
> 1 files changed, 14 insertions(+), 0 deletions(-)
>
> diff --git a/cpu/at32ap/cpu.c b/cpu/at32ap/cpu.c
> index 1a13702..3902efe 100644
> --- a/cpu/at32ap/cpu.c
> +++ b/cpu/at32ap/cpu.c
> @@ -56,6 +56,20 @@ int cpu_init(void)
> hsmc3_writel(PULSE0, 0x0b0a0906);
> hsmc3_writel(SETUP0, 0x00010002);
>
> +#ifdef CONFIG_MIMC200
> + /* setup Data Flash chip select (NCS2) */
> + hsmc3_writel(MODE2, 0x20121003);
> + hsmc3_writel(CYCLE2, 0x000a0009);
> + hsmc3_writel(PULSE2, 0x0a060806);
> + hsmc3_writel(SETUP2, 0x00030102);
> +
> + /* setup FRAM chip select (NCS3) */
> + hsmc3_writel(MODE3, 0x10120001);
> + hsmc3_writel(CYCLE3, 0x001e001d);
> + hsmc3_writel(PULSE3, 0x08040704);
> + hsmc3_writel(SETUP3, 0x02050204);
> +#endif
I feel it is conceptually wrong to add board specific code to a common
CPU specific file.
Haavard, please comment?
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Accident: A condition in which presence of mind is good, but absence
of body is better.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH 1/1] Setup extra MIMC200 chip selects
2009-01-23 23:46 ` Wolfgang Denk
@ 2009-02-06 19:48 ` Mark Jackson
0 siblings, 0 replies; 3+ messages in thread
From: Mark Jackson @ 2009-02-06 19:48 UTC (permalink / raw)
To: u-boot
Wolfgang Denk wrote:
> Dear Mark Jackson,
>
> In message <492A8D60.3090309@mimc.co.uk> you wrote:
>> Added code to setup the extra Flash and FRAM chip selects
>> as used on the MIMC200 board.
>>
>> Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
>>
>> ---
>> cpu/at32ap/cpu.c | 14 ++++++++++++++
>> 1 files changed, 14 insertions(+), 0 deletions(-)
>>
<snip>
>
> I feel it is conceptually wrong to add board specific code to a common
> CPU specific file.
I do agree !! Is there something in place (like the gclk setup) to
allow me to do this ?
Mark
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-02-06 19:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-24 11:17 [U-Boot] [PATCH 1/1] Setup extra MIMC200 chip selects Mark Jackson
2009-01-23 23:46 ` Wolfgang Denk
2009-02-06 19:48 ` Mark Jackson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox