From mboxrd@z Thu Jan 1 00:00:00 1970 From: DENX Support System Date: Sat, 1 Apr 2006 02:00:10 +0200 Subject: [DNX#2006040142001436] [U-Boot-Users] [PATCH 1/7] Flat device tree suppor [...] Message-ID: <1143849610.785146.079007087@castor.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello list, inside the automatic U-Boot patch tracking system a new ticket [DNX#2006040142001436] was created: > * 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 > > --- > > 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 Your U-Boot support team