From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] ARM: vexpress: add support for A5 core tile
Date: Sat, 05 Nov 2011 10:57:47 +0100 [thread overview]
Message-ID: <4EB5089B.9080104@aribaud.net> (raw)
In-Reply-To: <1318941709-20701-1-git-send-email-ryan.harkin@linaro.org>
Le 18/10/2011 14:41, Ryan Harkin a ?crit :
> Add support for the A5 Core Tile on the Versatile Express motherboard.
>
> Ryan Harkin (3):
> ARM: vexpress: move files in preparation for adding a new platform
> ARM: vexpress: create A9 specific board config
> ARM: vexpress: create A5 specific board config
>
> MAINTAINERS | 3 +-
> board/armltd/vexpress/Makefile | 2 +-
> .../vexpress/{ca9x4_ct_vxp.c => vexpress_common.c} | 29 ++-
> boards.cfg | 3 +-
> include/configs/ca9x4_ct_vxp.h | 206 -------------
> include/configs/vexpress_ca5x2.h | 34 +++
> include/configs/vexpress_ca9x4.h | 34 +++
> include/configs/vexpress_common.h | 314 ++++++++++++++++++++
> 8 files changed, 410 insertions(+), 215 deletions(-)
> rename board/armltd/vexpress/{ca9x4_ct_vxp.c => vexpress_common.c} (90%)
> delete mode 100644 include/configs/ca9x4_ct_vxp.h
> create mode 100644 include/configs/vexpress_ca5x2.h
> create mode 100644 include/configs/vexpress_ca9x4.h
> create mode 100644 include/configs/vexpress_common.h
The series is not bisectable in that board ca9x4_ct_vxp disappears in
patch 1/3 to reappear in patch 2/3. Please reorganize patch set so that
common files are extracted without preventing ca9x4_ct_vxp from building.
Amicalement,
--
Albert.
next prev parent reply other threads:[~2011-11-05 9:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-18 12:41 [U-Boot] [PATCH 0/3] ARM: vexpress: add support for A5 core tile Ryan Harkin
2011-10-18 12:41 ` [U-Boot] [PATCH 1/3] ARM: vexpress: move files in preparation for adding a new platform Ryan Harkin
2011-10-18 12:41 ` [U-Boot] [PATCH 2/3] ARM: vexpress: create A9 specific board config Ryan Harkin
2011-10-18 12:41 ` [U-Boot] [PATCH 3/3] ARM: vexpress: create A5 " Ryan Harkin
2011-11-05 9:57 ` Albert ARIBAUD [this message]
2011-11-08 13:14 ` [U-Boot] [PATCH 0/3] ARM: vexpress: add support for A5 core tile Ryan Harkin
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=4EB5089B.9080104@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.