]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix IO port selection issue on MPC8544DS and MPC8572DS boards
authorRoy Zang <tie-fei.zang@freescale.com>
Fri, 9 Jan 2009 08:00:55 +0000 (16:00 +0800)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Tue, 13 Jan 2009 22:32:52 +0000 (16:32 -0600)
commit9afc2ef0307aecf52482df67c31b75d5f9e66b47
tree4a505a5550254c3949d104f1fbc2b535759ca2ee
parent950309c6436ff78d2166377da34bfdb0ae00a4a4
Fix IO port selection issue on MPC8544DS and MPC8572DS boards

The IO port selection is not correct on MPC8572DS and MPC8544DS board.
 This patch fixes this issue.
 For MPC8572
 Port cfg_io_ports
 PCIE1 0x2, 0x3, 0x7, 0xb, 0xc, 0xf
 PCIE2 0x3, 0x7
 PCIE3 0x7

For MPC8544
Port cfg_io_ports
PCIE1 0x2, 0x3, 0x4, 0x5, 0x6, 0x7
PCIE2 0x4, 0x5, 0x6, 0x7
PCIE3 0x6, 0x7
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
board/freescale/mpc8544ds/mpc8544ds.c
board/freescale/mpc8572ds/mpc8572ds.c