* [U-Boot] [PATCH 0/8] integrator patches v4
@ 2011-07-25 11:48 Linus Walleij
2011-08-04 9:48 ` Linus Walleij
0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2011-07-25 11:48 UTC (permalink / raw)
To: u-boot
DETAILED CHANGELOG:
Changes v3 patchset to v4:
- One line for versatile in MAINTAINERS patch 1 instead of two.
- Squashed patch 3 (relocation) and patch 6 (SDRAM size detection).
The former was introducing a whitespace bug and the latter was
fixing it, and since both patches are strongly related let's just
have one.
- NO OTHER CHANGES - resending the series since it gets rebased
due to the squash of patch 3 and 6.
Changes in patch 1 "MAINTAINERS: integrator+versatile boards":
- First version (unnumbered) just added me as maintainer for the
integrator AP.
- Second version (v2) also removed Peter Pearse as maintainer of
integratorcp and versatile since we found out he has retired.
- Third version (v3) added me as maintainer also of integratorcp
as this was easy to support alongside integratorap.
- Fourth version (v4), i.e. this one, removes a duplicate entry
for versatile.
Changes in patch 2 (integratorap: make the compile work again):
- Changes from unnumbered (initial) version to version 2 (v2)
Subject was changed from "integrator: make the compile work again"
to "integratorap: make the compile work again".
- Changes in later versions: no other changes since initial version.
This patch is otherwise identical to the initial unnumbered submission.
Changes in patch 3 (integratorap: support relocation):
- Changes from initial (unnumbered) version to v2:
Subject was changed from "integrator: support relocation"
to "integratorap: support relocation".
- Changes from v2 to v3: none
- Changes from v3 to v4: this was squashed with patch 6 titled
"integratorap: fixup SDRAM memory size detection" since this
patch introduced a whitespace problem that the latter fixed
Changes in patch 4 (integratorap: support the hush shell):
- No changes since initial version, resending since the patch
series has been rebased.
Changes in patch 5 (integratorap: support some rudimentary commands):
- No changes since initial version, resending since the patch
series has been rebased.
Changes in patch 6 (integratorap: remove hardcoded 32MB memory cmdline):
- No changes since initial version, resending since the patch
series has been rebased.
Changes in patch 7 (integratorcp: make the board compile):
- No changes since initial version, resending since the patch
series has been rebased, included in the patch series as of
series v3.
Changes in patch 8 (integrator: convert to new build system):
- Changes from inital version to the second version included in the
v3 version of the series:
Convert build to use a single configuration file for Integrator
AP or CP, instead of one file per board.
I hope this is enough of changelog to take determine the mergeability
of each patch, if you need any more information, please tell me!
Linus Walleij (8):
MAINTAINERS: integrator+versatile boards
integratorap: make the compile work again
integratorap: support relocation
integratorap: support the hush shell
integratorap: support some rudimentary commands
integratorap: remove hardcoded 32MB memory cmdline
integratorcp: make the board compile
integrator: convert to new build system
MAINTAINERS | 10 +-
MAKEALL | 22 ---
Makefile | 27 ----
arch/arm/cpu/arm720t/cpu.c | 5 -
board/armltd/integrator/integrator.c | 15 +-
board/armltd/integrator/lowlevel_init.S | 2 +-
board/armltd/integrator/split_by_variant.sh | 220 ---------------------------
boards.cfg | 8 +
include/configs/integratorap.h | 21 +++-
include/configs/integratorcp.h | 8 +
10 files changed, 48 insertions(+), 290 deletions(-)
delete mode 100755 board/armltd/integrator/split_by_variant.sh
--
1.7.6
Thanks,
Linus Walleij
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH 0/8] integrator patches v4
2011-07-25 11:48 [U-Boot] [PATCH 0/8] integrator patches v4 Linus Walleij
@ 2011-08-04 9:48 ` Linus Walleij
2011-08-04 10:07 ` Albert ARIBAUD
0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2011-08-04 9:48 UTC (permalink / raw)
To: u-boot
On Mon, Jul 25, 2011 at 1:48 PM, Linus Walleij <linus.walleij@linaro.org> wrote:
> Changes v3 patchset to v4:
> - One line for versatile in MAINTAINERS patch 1 instead of two.
> - Squashed patch 3 (relocation) and patch 6 (SDRAM size detection).
> ?The former was introducing a whitespace bug and the latter was
> ?fixing it, and since both patches are strongly related let's just
> ?have one.
> - NO OTHER CHANGES - resending the series since it gets rebased
> ?due to the squash of patch 3 and 6.
Albert, I've had no further comments on the v4 patchset, could you
plese merge these except for patch 1 which is superseded?
It'll be these:
http://patchwork.ozlabs.org/patch/106640/
http://patchwork.ozlabs.org/patch/106642/
http://patchwork.ozlabs.org/patch/106645/
http://patchwork.ozlabs.org/patch/106646/
http://patchwork.ozlabs.org/patch/106647/
http://patchwork.ozlabs.org/patch/106648/
http://patchwork.ozlabs.org/patch/106649/
Thanks,
Linus Walleij
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH 0/8] integrator patches v4
2011-08-04 9:48 ` Linus Walleij
@ 2011-08-04 10:07 ` Albert ARIBAUD
2011-08-04 14:18 ` Linus Walleij
0 siblings, 1 reply; 4+ messages in thread
From: Albert ARIBAUD @ 2011-08-04 10:07 UTC (permalink / raw)
To: u-boot
Hi Linus,
On 04/08/2011 11:48, Linus Walleij wrote:
> On Mon, Jul 25, 2011 at 1:48 PM, Linus Walleij<linus.walleij@linaro.org> wrote:
>
>> Changes v3 patchset to v4:
>> - One line for versatile in MAINTAINERS patch 1 instead of two.
>> - Squashed patch 3 (relocation) and patch 6 (SDRAM size detection).
>> The former was introducing a whitespace bug and the latter was
>> fixing it, and since both patches are strongly related let's just
>> have one.
>> - NO OTHER CHANGES - resending the series since it gets rebased
>> due to the squash of patch 3 and 6.
>
> Albert, I've had no further comments on the v4 patchset, could you
> plese merge these except for patch 1 which is superseded?
>
> It'll be these:
> http://patchwork.ozlabs.org/patch/106640/
> http://patchwork.ozlabs.org/patch/106642/
> http://patchwork.ozlabs.org/patch/106645/
> http://patchwork.ozlabs.org/patch/106646/
> http://patchwork.ozlabs.org/patch/106647/
> http://patchwork.ozlabs.org/patch/106648/
> http://patchwork.ozlabs.org/patch/106649/
>
> Thanks,
> Linus Walleij
The last one does not apply properly on top of u-boot-arm/master. Can
you look into it and send out a V5 of 8/8?
Amicalement,
--
Albert.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-08-04 14:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-25 11:48 [U-Boot] [PATCH 0/8] integrator patches v4 Linus Walleij
2011-08-04 9:48 ` Linus Walleij
2011-08-04 10:07 ` Albert ARIBAUD
2011-08-04 14:18 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox