
Dear York Sun,
In message 1363973369-26110-10-git-send-email-yorksun@freescale.com you wrote:
T1040 and variants have e5500 cores and are compliant to QorIQ Chassis Generation 2. The major difference between T1040 and its variants is the number of cores and the number of L2 switch ports.
Signed-off-by: York Sun yorksun@freescale.com
arch/powerpc/cpu/mpc85xx/Makefile | 3 + .../cpu/mpc85xx/{b4860_ids.c => t1040_ids.c} | 14 +-- arch/powerpc/cpu/mpc85xx/t1040_serdes.c | 94 ++++++++++++++++++++ arch/powerpc/cpu/mpc8xxx/cpu.c | 6 ++ arch/powerpc/include/asm/config_mpc85xx.h | 26 ++++++ arch/powerpc/include/asm/fsl_serdes.h | 8 ++ arch/powerpc/include/asm/immap_85xx.h | 5 ++ arch/powerpc/include/asm/processor.h | 6 ++ 8 files changed, 149 insertions(+), 13 deletions(-) copy arch/powerpc/cpu/mpc85xx/{b4860_ids.c => t1040_ids.c} (90%) create mode 100644 arch/powerpc/cpu/mpc85xx/t1040_serdes.c
CHECK: Blank lines aren't necessary after an open brace '{' #297: FILE: arch/powerpc/cpu/mpc85xx/t1040_serdes.c:77: +{ +
Best regards,
Wolfgang Denk