2572f00db8
This adds support for the Microchip PIC32 MIPS microcontroller with the specific variant PIC32MZDA. PIC32MZDA is based on the MIPS m14KEc core and boots using device tree. This includes an early pin setup and early clock setup needed prior to device tree being initialized. In additon, an interface is provided to synchronize access to registers shared across several peripherals. Signed-off-by: Joshua Henderson <joshua.henderson@microchip.com> Cc: linux-kernel@vger.kernel.org Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/12097/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
41 lines
876 B
Plaintext
41 lines
876 B
Plaintext
# All platforms listed in alphabetic order
|
|
|
|
platforms += alchemy
|
|
platforms += ar7
|
|
platforms += ath25
|
|
platforms += ath79
|
|
platforms += bcm47xx
|
|
platforms += bcm63xx
|
|
platforms += bmips
|
|
platforms += cavium-octeon
|
|
platforms += cobalt
|
|
platforms += dec
|
|
platforms += emma
|
|
platforms += jazz
|
|
platforms += jz4740
|
|
platforms += lantiq
|
|
platforms += lasat
|
|
platforms += loongson32
|
|
platforms += loongson64
|
|
platforms += mti-malta
|
|
platforms += mti-sead3
|
|
platforms += netlogic
|
|
platforms += paravirt
|
|
platforms += pic32
|
|
platforms += pistachio
|
|
platforms += pmcs-msp71xx
|
|
platforms += pnx833x
|
|
platforms += ralink
|
|
platforms += rb532
|
|
platforms += sgi-ip22
|
|
platforms += sgi-ip27
|
|
platforms += sgi-ip32
|
|
platforms += sibyte
|
|
platforms += sni
|
|
platforms += txx9
|
|
platforms += vr41xx
|
|
platforms += xilfpga
|
|
|
|
# include the platform specific files
|
|
include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms))
|