From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request: u-boot-arm
Date: Mon, 23 May 2011 09:06:09 +0200 [thread overview]
Message-ID: <4DDA0761.6080406@aribaud.net> (raw)
Hi Wolfgang,
The following changes since commit 5d1ee00b1fe1180503f6dfc10e87a6c6e74778f3:
.gitignore: update list of u-boot.* files and add *.bin (2011-05-22
23:46:26 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-arm master
David M?ller (ELSOFT AG) (1):
VCMA9: use ARM relocation feature to fix build error
Fabio Estevam (6):
mx31pdk: Clean up mx31pdk.h file
MX53: Add initial support for MX53SMD board.
MX51: vision: Let video mode struct be independant of watchdog.
MX51: vision2: Fix build for vision2 board.
MX53: Handle silicon revision 2.1 case
MX53: Remove CONFIG_SYS_BOOTMAPSZ from mx53 config files.
Jason Kridner (1):
BeagleBoard: fixed typo in typecast
Jason Liu (2):
MX53: support for freescale MX53LOCO board
mx5: board: code clean up for checkboard code
Michael Walle (1):
mvsata: issue hard reset on initialization
Shawn Guo (2):
mx5: Remove unnecessary CONFIG_SYS_BOOTMAPSZ definition
mx5: Fix CONFIG_OF_LIBFDT redefined warning
Stefano Babic (3):
MX31: Make get_reset_cause() static and drop unreachable code
MX5: drop config.mk from efikamx board
MX31: drop warnings due to missing prototype for mxc_watchdog_reset()
MAINTAINERS | 2 +
arch/arm/cpu/arm1136/mx31/generic.c | 6 +-
arch/arm/cpu/armv7/mx5/soc.c | 10 +-
arch/arm/include/asm/arch-mx31/clock.h | 1 +
board/efikamx/efikamx.c | 42 +---
board/freescale/mx51evk/mx51evk.c | 36 +---
board/freescale/mx53evk/mx53evk.c | 21 +--
.../config.mk => freescale/mx53loco/Makefile} | 36 ++-
board/freescale/mx53loco/imximage.cfg | 96 ++++++
board/freescale/mx53loco/mx53loco.c | 302
++++++++++++++++++++
.../config.mk => freescale/mx53smd/Makefile} | 35 ++-
board/freescale/mx53smd/imximage.cfg | 96 ++++++
board/freescale/mx53smd/mx53smd.c | 229 +++++++++++++++
board/ti/beagle/beagle.c | 2 +-
board/ttcontrol/vision2/vision2.c | 47 +---
boards.cfg | 6 +-
drivers/block/mvsata_ide.c | 10 +-
include/configs/VCMA9.h | 5 +
include/configs/mx31pdk.h | 32 +-
include/configs/mx51evk.h | 3 -
include/configs/mx53evk.h | 3 -
include/configs/mx53loco.h | 185 ++++++++++++
include/configs/mx53smd.h | 191 ++++++++++++
include/configs/vision2.h | 1 +
24 files changed, 1206 insertions(+), 191 deletions(-)
rename board/{efikamx/config.mk => freescale/mx53loco/Makefile} (51%)
create mode 100644 board/freescale/mx53loco/imximage.cfg
create mode 100644 board/freescale/mx53loco/mx53loco.c
rename board/{ttcontrol/vision2/config.mk =>
freescale/mx53smd/Makefile} (50%)
create mode 100644 board/freescale/mx53smd/imximage.cfg
create mode 100644 board/freescale/mx53smd/mx53smd.c
create mode 100644 include/configs/mx53loco.h
create mode 100644 include/configs/mx53smd.h
Amicalement,
--
Albert.
next reply other threads:[~2011-05-23 7:06 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-23 7:06 Albert ARIBAUD [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-05-18 12:20 [U-Boot] Pull request: u-boot-arm Albert ARIBAUD
2011-05-18 12:42 ` Wolfgang Denk
2011-02-21 7:33 Albert ARIBAUD
2011-02-21 22:16 ` Wolfgang Denk
2011-02-17 20:49 Albert ARIBAUD
2011-02-02 0:09 Albert ARIBAUD
2011-02-02 20:57 ` Wolfgang Denk
2010-11-26 20:29 Wolfgang Denk
2010-11-26 20:55 ` Wolfgang Denk
2010-11-27 7:43 ` Dirk Behme
2010-11-27 9:06 ` Albert ARIBAUD
2010-11-27 17:19 ` Paulraj, Sandeep
2010-11-27 19:36 ` Wolfgang Denk
2010-11-27 18:50 ` Wolfgang Denk
2010-11-27 19:42 ` Albert ARIBAUD
2010-11-27 20:50 ` Wolfgang Denk
2010-11-27 21:15 ` Albert ARIBAUD
2010-11-27 22:09 ` Albert ARIBAUD
2010-11-27 22:27 ` Albert ARIBAUD
2010-11-28 7:40 ` Dirk Behme
2010-11-28 5:15 ` Thomas Weber
2010-11-27 23:33 ` Steve Sakoman
2010-11-27 23:57 ` Paulraj, Sandeep
2010-11-28 3:15 ` Steve Sakoman
2010-11-29 20:16 ` Dirk Behme
2010-11-29 20:27 ` Paulraj, Sandeep
2010-11-17 19:50 Wolfgang Denk
2010-11-17 19:55 ` Wolfgang Denk
2010-11-17 21:34 ` Loïc Minier
2010-11-17 21:54 ` Wolfgang Denk
2010-10-19 22:08 Wolfgang Denk
2010-10-19 22:14 ` Wolfgang Denk
2010-10-17 18:24 Wolfgang Denk
2010-10-17 18:36 ` Wolfgang Denk
2010-10-13 18:40 Wolfgang Denk
2010-10-13 19:00 ` Wolfgang Denk
2010-08-10 21:03 [U-Boot] Pull request u-boot-arm Wolfgang Denk
2010-08-10 20:51 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=4DDA0761.6080406@aribaud.net \
--to=albert.u.boot@aribaud.net \
--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.