[U-Boot] [PATCH 0/8] integrator patches v4

Linus Walleij linus.walleij at linaro.org
Mon Jul 25 13:48:37 CEST 2011


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


More information about the U-Boot mailing list