powerpc/t4qds: move VSC3316 config data from t4qds.h to t4qds.cStatic variables should be defined in C files, not header files, becauseotherwise every C file that #includes the header file will ge
powerpc/t4qds: move VSC3316 config data from t4qds.h to t4qds.cStatic variables should be defined in C files, not header files, becauseotherwise every C file that #includes the header file will generate aduplicate of the variables. Since the vsc3316_xxx[] arrays are onlyused by t4qds.c anyway, just put the variables there.Signed-off-by: Timur Tabi <timur@freescale.com>Signed-off-by: Andy Fleming <afleming@freescale.com>
show more ...
powerpc/t4qds: Add T4QDS boardThe T4240QDS is a high-performance computing evaluation, development andtest platform supporting the T4240 QorIQ Power Architecture™ processor.SERDES Connections
powerpc/t4qds: Add T4QDS boardThe T4240QDS is a high-performance computing evaluation, development andtest platform supporting the T4240 QorIQ Power Architecture™ processor.SERDES Connections 32 lanes grouped into four 8-lane banks Two “front side” banks dedicated to Ethernet Two “back side” banks dedicated to other protocolsDDR Controllers Three independant 64-bit DDR3 controllers Supports rates up to 2133 MHz data-rate Supports two DDR3/DDR3LP UDIMM/RDIMMs per controllerQIXIS System Logic FPGAEach DDR controller has two DIMM slots. The first slot of each controllerhas up to 4 chip selects to support single-, dual- and quad-rank DIMMs.The second slot has only 2 chip selects to support single- and dual-rankDIMMs. At any given time, up to total 4 chip selects can be used.Detail information can be found in doc/README.t4qdsSigned-off-by: York Sun <yorksun@freescale.com>Signed-off-by: Andy Fleming <afleming@freescale.com>Signed-off-by: Kumar Gala <galak@kernel.crashing.org>Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>Signed-off-by: Andy Fleming <afleming@freescale.com>
1234