ppc4xx: Allow overwriting pci target registers for all 4xx boards
authorMatthias Fuchs <matthias.fuchs@esd.eu>
Mon, 7 Sep 2009 15:00:40 +0000 (17:00 +0200)
committerStefan Roese <sr@denx.de>
Thu, 10 Sep 2009 12:38:17 +0000 (14:38 +0200)
commit99bcf14d553f399148a7660b98f7acbd8cc72d80
tree756873cc4b768ad2081fea82577cab753642cc1d
parentcfab2ae322a99ad55364d054054f138f51130c2a
ppc4xx: Allow overwriting pci target registers for all 4xx boards

This patch adds the CONFIG_PCI_4xx_PTM_OVERWRITE option and replaces
the ugly 'if defined(BOARD1) || ... || defined(BOARDn)' construct
in 4xx pci code.

When CONFIG_PCI_4xx_PTM_OVERWRITE is defined the default ptm register
setup can be overwritten through environment variables ptm1la, ptm1ms,
ptm2la and ptm2ms to do application specific pci target BAR configuration.

Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Signed-off-by: Stefan Roese <sr@denx.de>
cpu/ppc4xx/4xx_pci.c