public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Gleb Natapov <gleb@nbase.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] mpc824x: set PCI latency timer to a sane value.
Date: Tue, 7 Sep 2004 12:03:00 +0300	[thread overview]
Message-ID: <20040907090259.GC6392@nbase.co.il> (raw)

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

             reply	other threads:[~2004-09-07  9:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-07  9:03 Gleb Natapov [this message]
2005-01-09 18:11 ` [U-Boot-Users] [PATCH] mpc824x: set PCI latency timer to a sane value Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040907090259.GC6392@nbase.co.il \
    --to=gleb@nbase.co.il \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox