* [U-Boot] [PATCH 0/1 V2] add support for mcf5307 cpu
@ 2011-08-11 21:19 Angelo Dureghello
0 siblings, 0 replies; only message in thread
From: Angelo Dureghello @ 2011-08-11 21:19 UTC (permalink / raw)
To: u-boot
Add support for mcf5307 cpu
V1 Initial wrong formatted patch
V2 Following general patch submission rules
arch/m68k/cpu/mcf530x/Makefile | 48 +++++++
arch/m68k/cpu/mcf530x/config.mk | 25 ++++
arch/m68k/cpu/mcf530x/cpu.c | 48 +++++++
arch/m68k/cpu/mcf530x/cpu.h | 33 +++++
arch/m68k/cpu/mcf530x/cpu_init.c | 164 +++++++++++++++++++++++
arch/m68k/cpu/mcf530x/interrupts.c | 42 ++++++
arch/m68k/cpu/mcf530x/speed.c | 36 +++++
arch/m68k/cpu/mcf530x/start.S | 253 ++++++++++++++++++++++++++++++++++++
arch/m68k/include/asm/immap_5307.h | 78 +++++++++++
arch/m68k/include/asm/m5307.h | 119 +++++++++++++++++
10 files changed, 846 insertions(+), 0 deletions(-)
create mode 100644 arch/m68k/cpu/mcf530x/Makefile
create mode 100644 arch/m68k/cpu/mcf530x/config.mk
create mode 100644 arch/m68k/cpu/mcf530x/cpu.c
create mode 100644 arch/m68k/cpu/mcf530x/cpu.h
create mode 100644 arch/m68k/cpu/mcf530x/cpu_init.c
create mode 100644 arch/m68k/cpu/mcf530x/interrupts.c
create mode 100644 arch/m68k/cpu/mcf530x/speed.c
create mode 100644 arch/m68k/cpu/mcf530x/start.S
create mode 100644 arch/m68k/include/asm/immap_5307.h
create mode 100644 arch/m68k/include/asm/m5307.h
--
1.7.2.3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-08-11 21:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-11 21:19 [U-Boot] [PATCH 0/1 V2] add support for mcf5307 cpu Angelo Dureghello
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox