summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-xburst/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MIPS: mach-xburst: drop serial.cAntony Pavlov2014-03-261-1/+0
| | | | | | | | We use dts for serial port initialization, so we have no need in mach-xburst/serial.c anymore. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* MIPS: xburst: use common serial codeAntony Pavlov2013-05-081-0/+1
| | | | | | | | | | | | | | The Ingenic JZ4740, JZ4755 and JZ4770 SoCs use the same IP core for UART interface. This IP core is NS16550-compatible, but it needs small workaround. This commit moves the UART code for Ingenic SoCs from board level to machine level. So the code can be reused for different boards or even different SoCs. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* MIPS: XBurst: add JZ4755 CPU supportAntony Pavlov2012-05-171-0/+1
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>