summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorAnton Vorontsov <avorontsov@ru.mvista.com>2009-10-15 17:47:09 +0400
committerKumar Gala <galak@kernel.crashing.org>2009-10-27 09:44:37 -0500
commit65dec3b4599a17e83ec69dfd059e4ea1e795ef37 (patch)
tree672097164965335038fb2b60991a6ca767a44932 /board
parenta29155e12286cc5ec2df72c1cab28e3659bfdad5 (diff)
downloadtalos-obmc-uboot-65dec3b4599a17e83ec69dfd059e4ea1e795ef37.tar.gz
talos-obmc-uboot-65dec3b4599a17e83ec69dfd059e4ea1e795ef37.zip
mpc85xx: Setup SRIO memory region LAW for MPC8569E-MDS boards
This patch sets memory window for Serial RapidIO on MPC8569E-MDS boards. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board')
-rw-r--r--board/freescale/mpc8569mds/law.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/mpc8569mds/law.c b/board/freescale/mpc8569mds/law.c
index e7381aae65..60eea45a84 100644
--- a/board/freescale/mpc8569mds/law.c
+++ b/board/freescale/mpc8569mds/law.c
@@ -54,6 +54,7 @@ struct law_entry law_table[] = {
SET_LAW(CONFIG_SYS_PCIE1_MEM_PHYS, LAW_SIZE_256M, LAW_TRGT_IF_PCIE_1),
SET_LAW(CONFIG_SYS_PCIE1_IO_PHYS, LAW_SIZE_8M, LAW_TRGT_IF_PCIE_1),
SET_LAW(CONFIG_SYS_BCSR_BASE_PHYS, LAW_SIZE_128M, LAW_TRGT_IF_LBC),
+ SET_LAW(CONFIG_SYS_SRIO_MEM_PHYS, LAW_SIZE_512M, LAW_TRGT_IF_RIO),
};
int num_law_entries = ARRAY_SIZE(law_table);
OpenPOWER on IntegriCloud