From: John Rigby <jrigby@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [GIT PULL] Please pull coldfire tree
Date: Mon, 31 Mar 2008 15:18:17 -0600 [thread overview]
Message-ID: <47F15519.8030401@freescale.com> (raw)
Wolfgang,
The following changes since commit 74d1e66d22dac91388bc538b2fe19f735edc5b82:
Bartlomiej Sieka (1):
Fix host tool build breakage, take two
are available in the git repository at:
git://www.denx.de/git/u-boot-coldfire.git master
Matthew Fettke (2):
ColdFire: Added MCF5275 cpu support.
ColdFire: Added M5275EVB support.
TsiChung Liew (6):
ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
ColdFire: Fix second memory Chipselect for M5475EVB
ColdFire: Define bootdelay in configuration file for M52277EVB
ColdFire: Remove R5200 board
ColdFire: Add dspi and serial flash support for MCF5445x
ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
CREDITS | 1 +
MAINTAINERS | 4 -
MAKEALL | 2 +-
Makefile | 6 +-
board/{r5200 => freescale/m5275evb}/Makefile | 20 +-
board/{r5200 => freescale/m5275evb}/config.mk | 2 +-
board/freescale/m5275evb/m5275evb.c | 112 ++++++
board/{r5200 => freescale/m5275evb}/mii.c | 22 +-
board/{r5200 => freescale/m5275evb}/u-boot.lds | 41 +--
board/freescale/m54455evb/flash.c | 449
+++++++++++++++++++----
board/freescale/m547xevb/m547xevb.c | 3 +
board/r5200/r5200.c | 124 -------
cpu/mcf5227x/start.S | 1 +
cpu/mcf523x/start.S | 1 +
cpu/mcf52x2/config.mk | 4 +
cpu/mcf52x2/cpu.c | 66 ++++
cpu/mcf52x2/cpu_init.c | 111 ++++++
cpu/mcf52x2/interrupts.c | 4 +-
cpu/mcf52x2/speed.c | 12 +-
cpu/mcf52x2/start.S | 65 ++--
cpu/mcf532x/start.S | 1 +
cpu/mcf5445x/Makefile | 2 +-
cpu/mcf5445x/dspi.c | 73 ++++
cpu/mcf5445x/start.S | 1 +
cpu/mcf547x_8x/start.S | 1 +
include/asm-m68k/coldfire/dspi.h | 10 +
include/asm-m68k/immap.h | 24 ++
include/asm-m68k/immap_5275.h | 469
++++++++++++++++++++++++
include/asm-m68k/m5275.h | 241 ++++++++++++
include/configs/M52277EVB.h | 1 +
include/configs/{r5200.h => M5275EVB.h} | 153 +++++----
include/configs/M54455EVB.h | 28 ++-
32 files changed, 1711 insertions(+), 343 deletions(-)
rename board/{r5200 => freescale/m5275evb}/Makefile (75%)
rename board/{r5200 => freescale/m5275evb}/config.mk (97%)
create mode 100644 board/freescale/m5275evb/m5275evb.c
rename board/{r5200 => freescale/m5275evb}/mii.c (92%)
rename board/{r5200 => freescale/m5275evb}/u-boot.lds (81%)
delete mode 100644 board/r5200/r5200.c
create mode 100644 cpu/mcf5445x/dspi.c
create mode 100644 include/asm-m68k/immap_5275.h
create mode 100644 include/asm-m68k/m5275.h
rename include/configs/{r5200.h => M5275EVB.h} (55%)
next reply other threads:[~2008-03-31 21:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-31 21:18 John Rigby [this message]
2008-04-07 22:11 ` [U-Boot-Users] [GIT PULL] Please pull coldfire tree Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2008-07-11 17:03 John Rigby
2008-07-13 12:44 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=47F15519.8030401@freescale.com \
--to=jrigby@freescale.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.