[U-Boot] [PATCH] mpc83xx: fix pcie configuration space read/write
Sergei Shtylyov
sshtylyov at mvista.com
Sun Jan 9 13:49:20 CET 2011
Hello.
On 07-01-2011 15:29, Baidu Boy wrote:
> This patch fix a problem for the pcie enumeration when the mpc83xx pcie
> controller
> is connected with switch or we use both of the two pcie controller.
> Signed-off-by: Baidu Boy<liucai.lfn at gmail.com>
> ---
> arch/powerpc/cpu/mpc83xx/pcie.c | 8 ++++++--
> 1 files changed, 6 insertions(+), 2 deletions(-)
> diff --git a/arch/powerpc/cpu/mpc83xx/pcie.c
> b/arch/powerpc/cpu/mpc83xx/pcie.c
> index 46a706d..2a200b8 100644
> --- a/arch/powerpc/cpu/mpc83xx/pcie.c
> +++ b/arch/powerpc/cpu/mpc83xx/pcie.c
[...]
> @@ -324,6 +326,8 @@ void mpc83xx_pcie_init(int num_buses, struct pci_region
> **reg)
> num_buses = ARRAY_SIZE(mpc83xx_pcie_cfg_space);
> }
>
> - for (i = 0; i< num_buses; i++)
> + for (i = 0; i< num_buses; i++){
There should be space between ) and {
> + pcie_index = i;
> mpc83xx_pcie_init_bus(i, reg[i]);
> + }
> }
WBR, Sergei
More information about the U-Boot
mailing list