summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-pic32/cpu.c
diff options
context:
space:
mode:
authorPurna Chandra Mandal <purna.mandal@microchip.com>2016-01-28 15:30:10 +0530
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-02-01 22:14:00 +0100
commit32c1a6eef8b467bb776f989caf0480fce6218598 (patch)
treeab99b876e738a8211d3c391df8aae8ddd7138d93 /arch/mips/mach-pic32/cpu.c
parent91ec615e5474e38bbd65f36b861849e70311548b (diff)
downloadtalos-obmc-uboot-32c1a6eef8b467bb776f989caf0480fce6218598.tar.gz
talos-obmc-uboot-32c1a6eef8b467bb776f989caf0480fce6218598.zip
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>
Diffstat (limited to 'arch/mips/mach-pic32/cpu.c')
-rw-r--r--arch/mips/mach-pic32/cpu.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/mips/mach-pic32/cpu.c b/arch/mips/mach-pic32/cpu.c
new file mode 100644
index 0000000000..58fd3abcc2
--- /dev/null
+++ b/arch/mips/mach-pic32/cpu.c
@@ -0,0 +1,13 @@
+/*
+ * Copyright (C) 2015
+ * Purna Chandra Mandal <purna.mandal@microchip.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ *
+ */
+#include <common.h>
+
+phys_size_t initdram(int board_type)
+{
+ return 0;
+}
OpenPOWER on IntegriCloud