From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kim Phillips Date: Mon, 24 Mar 2008 18:42:52 -0500 Subject: [U-Boot-Users] [PATCH 2/2] mpc83xx: MPC837XERDB: add support for PCI-Express In-Reply-To: <20080324184237.GB13282@localhost.localdomain> References: <20080324184237.GB13282@localhost.localdomain> Message-ID: <20080324184252.c93be002.kim.phillips@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 24 Mar 2008 21:42:37 +0300 Anton Vorontsov wrote: > +/* PCIE address map */ > +#define CFG_PCIE1_BASE 0xA0000000 > +#define CFG_PCIE1_MEM_BASE CFG_PCIE1_BASE > +#define CFG_PCIE1_MEM_PHYS CFG_PCIE1_MEM_BASE > +#define CFG_PCIE1_MEM_SIZE 0x10000000 > +#define CFG_PCIE1_CFG_BASE (CFG_PCIE1_MEM_BASE + CFG_PCIE1_MEM_SIZE) > +#define CFG_PCIE1_CFG_SIZE 0x01000000 I'm going to wait until I see how the kernel 83xx PCIE patches do before I apply this -- afaik, it's going to make the PCIE config mapping a 4K window (with translation being changed at run time) instead of a 16MB one. Kim