All of lore.kernel.org
 help / color / mirror / Atom feed
From: DENX Support System <support@denx.de>
To: u-boot@lists.denx.de
Subject: [DNX#2006040142001436] [U-Boot-Users] [PATCH 1/7] Flat device tree suppor [...]
Date: Sat, 1 Apr 2006 02:00:10 +0200	[thread overview]
Message-ID: <1143849610.785146.079007087@castor.denx.de> (raw)

Hello list,

inside the automatic U-Boot patch tracking system a new ticket
[DNX#2006040142001436] was created:

<snip>
> * Made sure the code which disables prefetch for PCI devices
>   sets the size of the prefetch region to 0
>   Patch by Andy Fleming on 17-Mar-2006
> 
> Signed-off-by: Andy Fleming <afleming@freescale.com>
> 
> ---
> 
>  drivers/pci_auto.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> fce2eb3a591a61d9a4a77c027b148d4acaeb3fc2
> diff --git a/drivers/pci_auto.c b/drivers/pci_auto.c
> index 15f7432..8fde330 100644
> --- a/drivers/pci_auto.c
> +++ b/drivers/pci_auto.c
> @@ -186,7 +186,7 @@ static void pciauto_prescan_setup_bridge
>  	} else {
>  		/* We don't support prefetchable memory for now, so disable */
>  		pci_hose_write_config_word(hose, dev, PCI_PREF_MEMORY_BASE, 0x1000);
> -		pci_hose_write_config_word(hose, dev, PCI_PREF_MEMORY_LIMIT, 0x1000);
> +		pci_hose_write_config_word(hose, dev, PCI_PREF_MEMORY_LIMIT, 0x0);
>  	}
>  
>  	if (pci_io) {
> -- 
> 1.2.4
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting
> language
> that extends applications into web and mobile media. Attend the live
> webcast
> and join the prime developer group breaking into this new coding
> territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
</snip>

Your U-Boot support team

                 reply	other threads:[~2006-04-01  0:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1143849610.785146.079007087@castor.denx.de \
    --to=support@denx.de \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.