[U-Boot] [PATCH] powerpc: add support for the FreescaleP1022DS reference board

Liu Dave-R63238 r63238 at freescale.com
Fri May 21 02:26:09 CEST 2010


> Add basic suport for the Freescale P1022DS reference board.

<snip>

> +#elif defined(CONFIG_P1022)
> +static struct pci_info pci_config_info[] =
> +{
> +	[LAW_TRGT_IF_PCIE_1] = {
> +		.agent = (1 << 0) | (1 << 1),
> +		.cfg =   (1 << 6) | (1 << 7) | (1 << 9) | (1 << 0xa) |
> +			 (1 << 0xb) | (1 << 0xd) | (1 << 0xe) |
> +			 (1 << 0xf) | (1 << 0x15) | (1 << 0x16) |
> +			 (1 << 0x17) | (1 << 0x18) | (1 << 0x19) |
> +			 (1 << 0x1a) | (1 << 0x1b) | (1 << 0x1c) |
> +			 (1 << 0x1d) | (1 << 0x1e) | (1 << 0x1f),
> +	},

Tiimur,

Did you grab the patch from our latest BSP tree?

It seems like your patch doesn't base on latest upstream tree, IIRC, the
PCI stuff
in mpc8xxx/pci_cfg.c is ready in upstream tree.

Did you have a test the patch on V2 board? The V2 board has big change
from V1
board. Anyway I would like we have sufficient test on V2 board before it
is merged to
main tree.

Thanks, Dave


More information about the U-Boot mailing list