From: Kim Phillips <kim.phillips@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH 2/2] mpc83xx: MPC837XERDB: add support for PCI-Express
Date: Mon, 24 Mar 2008 18:42:52 -0500 [thread overview]
Message-ID: <20080324184252.c93be002.kim.phillips@freescale.com> (raw)
In-Reply-To: <20080324184237.GB13282@localhost.localdomain>
On Mon, 24 Mar 2008 21:42:37 +0300
Anton Vorontsov <avorontsov@ru.mvista.com> 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
prev parent reply other threads:[~2008-03-24 23:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-24 18:42 [U-Boot-Users] [PATCH 2/2] mpc83xx: MPC837XERDB: add support for PCI-Express Anton Vorontsov
2008-03-24 18:51 ` Anton Vorontsov
2008-03-24 23:42 ` Kim Phillips [this message]
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=20080324184252.c93be002.kim.phillips@freescale.com \
--to=kim.phillips@freescale.com \
--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