]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
m68k: add mcf5307 cpu support
authorangelo@sysam.it <angelo@sysam.it>
Thu, 12 Feb 2015 00:40:00 +0000 (01:40 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:20:11 +0000 (14:20 +0200)
commit693a081a3608ef4f4bcaa86f407079582d619493
treeb3cb034fbadb5f23bc5b1dd7d0665de462a272d1
parentb92cb0d051e63aa6a7f8e6e128de0afb03dd1d45
m68k: add mcf5307 cpu support

Add Freescale MCF5307 cpu support.

Signed-off-by: Angelo Dureghello <angelo@sysam.it>
12 files changed:
arch/m68k/cpu/mcf530x/Makefile [new file with mode: 0644]
arch/m68k/cpu/mcf530x/config.mk [new file with mode: 0644]
arch/m68k/cpu/mcf530x/cpu.c [new file with mode: 0644]
arch/m68k/cpu/mcf530x/cpu_init.c [new file with mode: 0644]
arch/m68k/cpu/mcf530x/interrupts.c [new file with mode: 0644]
arch/m68k/cpu/mcf530x/speed.c [new file with mode: 0644]
arch/m68k/cpu/mcf530x/start.S [new file with mode: 0644]
arch/m68k/include/asm/cache.h
arch/m68k/include/asm/immap.h
arch/m68k/include/asm/immap_5307.h [new file with mode: 0644]
arch/m68k/include/asm/m5307.h [new file with mode: 0644]
arch/m68k/include/asm/timer.h