]> Git Repo - J-u-boot.git/commit
m68k: add mcf5307 cpu support
author[email protected] <[email protected]>
Thu, 12 Feb 2015 00:40:00 +0000 (01:40 +0100)
committerTom Rini <[email protected]>
Fri, 6 Mar 2015 01:13:21 +0000 (20:13 -0500)
commite77e65dfc2f803e7dd78f5bb2bc6b3750635cedd
treeb2bd4bce76fb02f4756c977d966b35def10ba234
parent06fd66a4aa8f0bdb0e78072593728fa31be8dadf
m68k: add mcf5307 cpu support

Add Freescale MCF5307 cpu support.

Signed-off-by: Angelo Dureghello <[email protected]>
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
This page took 0.036222 seconds and 4 git commands to generate.