]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/rman: fix RMan support for t4240 and b4860
authorMinghuan Lian <Minghuan.Lian@freescale.com>
Wed, 3 Jul 2013 10:32:41 +0000 (18:32 +0800)
committerYork Sun <yorksun@freescale.com>
Fri, 9 Aug 2013 19:41:41 +0000 (12:41 -0700)
commit0795eff34c5744dcc59ead6edbbcd2cd600f58fe
tree8bc79d5dd0c1617738d1939c11424d9ac299b1e4
parentcb033741f425c8290fdcfbe6da4ae69b504c52fa
powerpc/rman: fix RMan support for t4240 and b4860

1. Add CONFIG_SYS_DPAA_RMAN macro to t4240 and b4860.
2. Decrease RMan liodn offset number.
SET_RMAN_LIODN() is used to set liodn offset of RMan blocks 0-3.
For t4240 and b4860, RMan liodn base is assigned to 922, the original
offset number is too large that the liodn (base+offset 922+678 = 1600)
is greater than 0x500 the maximum liodn number.

Signed-off-by: Minghuan Lian <Minghuan.Lian@freescale.com>
Signed-off-by: York Sun <yorksun@freescale.com>
arch/powerpc/cpu/mpc85xx/b4860_ids.c
arch/powerpc/cpu/mpc85xx/t4240_ids.c
include/configs/B4860QDS.h
include/configs/T4240EMU.h
include/configs/T4240QDS.h