* [U-Boot] [PATCH] CPCI750: Do not enable data cache in start.S
@ 2011-11-18 18:50 Reinhard Arlt
2011-12-05 21:56 ` Wolfgang Denk
0 siblings, 1 reply; 2+ messages in thread
From: Reinhard Arlt @ 2011-11-18 18:50 UTC (permalink / raw)
To: u-boot
From: Reinhard Arlt <reinhard.arlt@esd.eu>
Do not enable the data cache in start.S, the decrementer do not work.
Signed-off-by: Reinhard Arlt <reinhard.arlt@esd.eu>
--
diff --git a/arch/powerpc/cpu/74xx_7xx/start.S b/arch/powerpc/cpu/74xx_7xx/start.S
index 75fb773..131fc14 100644
--- a/arch/powerpc/cpu/74xx_7xx/start.S
+++ b/arch/powerpc/cpu/74xx_7xx/start.S
@@ -247,11 +247,12 @@ in_flash:
/* enable address translation */
bl enable_addr_trans
sync
-
+#if !defined(CONFIG_CPCI750)
/* enable and invalidate the data cache */
bl l1dcache_enable
sync
#endif
+#endif
#ifdef CONFIG_SYS_INIT_RAM_LOCK
bl lock_ram_in_cache
sync
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] CPCI750: Do not enable data cache in start.S
2011-11-18 18:50 [U-Boot] [PATCH] CPCI750: Do not enable data cache in start.S Reinhard Arlt
@ 2011-12-05 21:56 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2011-12-05 21:56 UTC (permalink / raw)
To: u-boot
Dear Reinhard Arlt,
In message <4EC6A8E3.7050302@esd.eu> you wrote:
> From: Reinhard Arlt <reinhard.arlt@esd.eu>
>
> Do not enable the data cache in start.S, the decrementer do not work.
>
> Signed-off-by: Reinhard Arlt <reinhard.arlt@esd.eu>
>
> --
>
> diff --git a/arch/powerpc/cpu/74xx_7xx/start.S b/arch/powerpc/cpu/74xx_7xx/start.S
> index 75fb773..131fc14 100644
> --- a/arch/powerpc/cpu/74xx_7xx/start.S
> +++ b/arch/powerpc/cpu/74xx_7xx/start.S
> @@ -247,11 +247,12 @@ in_flash:
> /* enable address translation */
> bl enable_addr_trans
> sync
> -
> +#if !defined(CONFIG_CPCI750)
> /* enable and invalidate the data cache */
> bl l1dcache_enable
> sync
> #endif
> +#endif
> #ifdef CONFIG_SYS_INIT_RAM_LOCK
> bl lock_ram_in_cache
> sync
Sorry, but I don't want to have board specific code in
arch/powerpc/cpu/74xx_7xx/start.S
Please turn this into a feature dependent define, if it is really
needed.
Also, can you provide a rational explanation how the decrementer
depends on data cache being enabled? This sounds pretty strange to
me.
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
News is what a chap who doesn't care much about anything wants to
read. And it's only news until he's read it. After that it's dead.
- Evelyn Waugh _Scoop_ (1938) bk. 1, ch. 5
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-12-05 21:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-18 18:50 [U-Boot] [PATCH] CPCI750: Do not enable data cache in start.S Reinhard Arlt
2011-12-05 21:56 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox