* [U-Boot-Users] [PATCH] mpc824x: set PCI latency timer to a sane value.
@ 2004-09-07 9:03 Gleb Natapov
2005-01-09 18:11 ` Wolfgang Denk
0 siblings, 1 reply; 2+ messages in thread
From: Gleb Natapov @ 2004-09-07 9:03 UTC (permalink / raw)
To: u-boot
It is 0 after reset.
--
Gleb.
-------------- next part --------------
Index: cpu/mpc824x/cpu_init.c
===================================================================
RCS file: /cvsroot/u-boot/u-boot/cpu/mpc824x/cpu_init.c,v
retrieving revision 1.4
diff -u -r1.4 cpu_init.c
--- cpu/mpc824x/cpu_init.c 1 Aug 2004 22:48:20 -0000 1.4
+++ cpu/mpc824x/cpu_init.c 7 Sep 2004 08:56:45 -0000
@@ -90,7 +90,7 @@
#endif
CONFIG_WRITE_BYTE(PCLSR, 0x8); /* set PCI cache line size */
-
+ CONFIG_WRITE_BYTE (PLTR, 0x40); /* set PCI latency timer */
/*
* Note that although this bit is cleared after a hard reset, it
* must be explicitly set and then cleared by software during
^ permalink raw reply [flat|nested] 2+ messages in thread
* [U-Boot-Users] [PATCH] mpc824x: set PCI latency timer to a sane value.
2004-09-07 9:03 [U-Boot-Users] [PATCH] mpc824x: set PCI latency timer to a sane value Gleb Natapov
@ 2005-01-09 18:11 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2005-01-09 18:11 UTC (permalink / raw)
To: u-boot
In message <20040907090259.GC6392@nbase.co.il> you wrote:
>
> It is 0 after reset.
Added, thanks.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Vulcans believe peace should not depend on force.
-- Amanda, "Journey to Babel", stardate 3842.3
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-01-09 18:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-07 9:03 [U-Boot-Users] [PATCH] mpc824x: set PCI latency timer to a sane value Gleb Natapov
2005-01-09 18:11 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox