aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/85xx/t4240_qds.c
Commit message (Collapse)AuthorAgeFilesLines
* powerpc/85xx: enable coreint for all the 64bit boardsKevin Hao2013-07-011-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>
* powerpc/fsl-booke: Add initial T4240QDS board supportKumar Gala2013-03-121-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>