summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/85xx/t4240_qds.c
AgeCommit message (Collapse)AuthorFilesLines
2013-10-29powerpc/85xx: introduce corenet_generic machineKevin Hao1-93/+0
In the current kernel, the board files for p2041rdb, p3041ds, p4080ds, p5020ds, p5040ds, t4240qds and b4qds are almost the same except the machine name. So this introduces a cornet_generic machine to support all these boards to avoid the code duplication. With these changes the file corenet_ds.h becomes useless. Just delete it. Signed-off-by: Kevin Hao <haokexin@gmail.com> Signed-off-by: Scott Wood <scottwood@freescale.com>
2013-07-02powerpc/85xx: enable coreint for all the 64bit boardsKevin Hao1-5/+0
With the patch 7230c564 (powerpc: Rework lazy-interrupt handling), it seems that the coreint works pretty well on the 85xx 64bit kernel. So use the coreint by default for these boards. Signed-off-by: Kevin Hao <haokexin@gmail.com> Signed-off-by: Scott Wood <scottwood@freescale.com>
2013-03-13powerpc/fsl-booke: Add initial T4240QDS board supportKumar Gala1-0/+98
Some minor changes to the common corenet_ds.c code are needed to support the T4240QDS: * Add support for "fsl,qoriq-pcie-v3.0" controller * Bump max # of IRQs to 512 (T4240 supports more interrupts than previous SoCs). Signed-off-by: Kumar Gala <galak@kernel.crashing.org>