Commit 1a344456a95b28f28e47f66aa4ec4ac88f703f35

Authored by Chunhe Lan
Committed by York Sun
1 parent f1a96ec1a9

powerpc/85xx: Add T4160RDB board support

T4160RDB shares the same platform as T4240RDB. T4160 is
a low power version of T4240, with the eight e6500 cores,
two DDR3 controllers, and same peripheral bus interfaces.

Signed-off-by: Chunhe Lan <Chunhe.Lan@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>

Showing 2 changed files with 5 additions and 0 deletions Side-by-side Diff

... ... @@ -983,6 +983,7 @@
983 983 Active powerpc mpc85xx - freescale t4qds T4240QDS_SECURE_BOOT T4240QDS:PPC_T4240,SECURE_BOOT Aneesh Bansal <aneesh.bansal@freescale.com>
984 984 Active powerpc mpc85xx - freescale t4qds T4240QDS_SPIFLASH T4240QDS:PPC_T4240,RAMBOOT_PBL,SPIFLASH,SYS_TEXT_BASE=0xFFF40000 -
985 985 Active powerpc mpc85xx - freescale t4qds T4240QDS_SRIO_PCIE_BOOT T4240QDS:PPC_T4240,SRIO_PCIE_BOOT_SLAVE,SYS_TEXT_BASE=0xFFF40000 -
  986 +Active powerpc mpc85xx - freescale t4rdb T4160RDB T4240RDB:PPC_T4160 Chunhe Lan <Chunhe.Lan@freescale.com>
986 987 Active powerpc mpc85xx - freescale t4rdb T4240RDB T4240RDB:PPC_T4240 Chunhe Lan <Chunhe.Lan@freescale.com>
987 988 Active powerpc mpc85xx - gdsys p1022 controlcenterd_36BIT_SDCARD controlcenterd:36BIT,SDCARD Dirk Eibach <eibach@gdsys.de>
988 989 Active powerpc mpc85xx - gdsys p1022 controlcenterd_36BIT_SDCARD_DEVELOP controlcenterd:36BIT,SDCARD,DEVELOP Dirk Eibach <eibach@gdsys.de>
include/configs/T4240RDB.h
... ... @@ -678,7 +678,11 @@
678 678 * interleaving. It can be cacheline, page, bank, superbank.
679 679 * See doc/README.fsl-ddr for details.
680 680 */
  681 +#ifdef CONFIG_PPC_T4240
681 682 #define CTRL_INTLV_PREFERED 3way_4KB
  683 +#else
  684 +#define CTRL_INTLV_PREFERED cacheline
  685 +#endif
682 686  
683 687 #define CONFIG_EXTRA_ENV_SETTINGS \
684 688 "hwconfig=fsl_ddr:" \