MIPS: initial infrastructure for Microchip PIC32 architecture
authorPurna Chandra Mandal <purna.mandal@microchip.com>
Thu, 28 Jan 2016 10:00:10 +0000 (15:30 +0530)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Mon, 1 Feb 2016 21:14:00 +0000 (22:14 +0100)
commit32c1a6eef8b467bb776f989caf0480fce6218598
treeab99b876e738a8211d3c391df8aae8ddd7138d93
parent91ec615e5474e38bbd65f36b861849e70311548b
MIPS: initial infrastructure for Microchip PIC32 architecture

Create initial directory, Kconfigs needed for PIC32 architecture
support. Also add PIC32 specific register definition required for drivers.

Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/mips/Kconfig
arch/mips/Makefile
arch/mips/mach-pic32/Kconfig [new file with mode: 0644]
arch/mips/mach-pic32/Makefile [new file with mode: 0644]
arch/mips/mach-pic32/cpu.c [new file with mode: 0644]
arch/mips/mach-pic32/include/mach/pic32.h [new file with mode: 0644]