All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] QorIQ corenet_ds.h: Wrong PCIe 3 virtual address
@ 2011-04-20 13:04 Trübenbach, Ralf
  2011-04-20 14:59 ` Kumar Gala
  0 siblings, 1 reply; 2+ messages in thread
From: Trübenbach, Ralf @ 2011-04-20 13:04 UTC (permalink / raw)
  To: u-boot

This patch fixes a wrong address define in corenet_ds.h (used by 
P4080DS.h, P3041DS.h, P5020DS.h).

Since board/Freescale/corenet_ds/tlb.c does not use the 
CONFIG_SYS_PCIE3_MEM_VIRT define (uses CONFIG_SYS_PCIE1_MEM_VIRT with a 
fix offset instead) this has no effect to the functionality. But it may 
be important for changes in the future?

Signed-off-by: Ralf Tr?benbach <ralf.truebenbach@men.de>
Cc: Kumar Gala <kumar.gala@freescale.com>
Cc: Andy Fleming <afleming@gmail.com>
---

diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h
index 7bafa05..705ffb0 100644
--- a/include/configs/corenet_ds.h
+++ b/include/configs/corenet_ds.h
@@ -330,7 +330,7 @@
 #define CONFIG_SYS_PCIE2_IO_SIZE	0x00010000	/* 64k */
 
 /* controller 3, Slot 1, tgtid 1, Base address 202000 */
-#define CONFIG_SYS_PCIE3_MEM_VIRT	0xe0000000
+#define CONFIG_SYS_PCIE3_MEM_VIRT	0xc0000000
 #ifdef CONFIG_PHYS_64BIT
 #define CONFIG_SYS_PCIE3_MEM_BUS	0xe0000000
 #define CONFIG_SYS_PCIE3_MEM_PHYS	0xc40000000ull


--
Best Regards/Mit freundlichen Gruessen
Ralf Tr?benbach
------------------------------------------------------------------------
Ralf Tr?benbach, Software Design
MEN Mikro Elektronik GmbH
Neuwieder Stra?e 5-7
90411 N?rnberg, Germany
Phone +49-911-99 33 5-0
Fax +49-911-99 33 5-910
Ralf.Truebenbach at men.de
www.men.de
MEN Mikro Elektronik GmbH - Manfred Schmitz (CTO), Udo Fuchs (CFO) 
- Handelsregister/Trade Register AG N?rnberg HRB 5540

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] QorIQ corenet_ds.h: Wrong PCIe 3 virtual address
  2011-04-20 13:04 [U-Boot] [PATCH] QorIQ corenet_ds.h: Wrong PCIe 3 virtual address Trübenbach, Ralf
@ 2011-04-20 14:59 ` Kumar Gala
  0 siblings, 0 replies; 2+ messages in thread
From: Kumar Gala @ 2011-04-20 14:59 UTC (permalink / raw)
  To: u-boot


On Apr 20, 2011, at 8:04 AM, Tr?benbach, Ralf wrote:

> This patch fixes a wrong address define in corenet_ds.h (used by 
> P4080DS.h, P3041DS.h, P5020DS.h).
> 
> Since board/Freescale/corenet_ds/tlb.c does not use the 
> CONFIG_SYS_PCIE3_MEM_VIRT define (uses CONFIG_SYS_PCIE1_MEM_VIRT with a 
> fix offset instead) this has no effect to the functionality. But it may 
> be important for changes in the future?
> 
> Signed-off-by: Ralf Tr?benbach <ralf.truebenbach@men.de>
> Cc: Kumar Gala <kumar.gala@freescale.com>
> Cc: Andy Fleming <afleming@gmail.com>
> ---

applied to 85xx

- k

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-20 14:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-20 13:04 [U-Boot] [PATCH] QorIQ corenet_ds.h: Wrong PCIe 3 virtual address Trübenbach, Ralf
2011-04-20 14:59 ` Kumar Gala

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.