mbox

[U-Boot,GIT,PULL] integratorap patches

Message ID CACRpkdYevQy0_eU4rDUJQLmB9hFAqnSGF8ttSzHGP3XxsgSwjQ@mail.gmail.com
State Rejected
Headers show

Pull-request

git://git.linaro.org/people/triad/u-boot for-albert

Message

Linus Walleij July 22, 2011, 1:46 p.m. UTC
Hi Albert,

since I think we have now resolved the remaining issue with the
build system I'm reiterating this pull request.

Changes from last time:
- MAINTAINERS change also covers me taking over the integratorcp
  board
- Build the integratorap/cp variants using boards.cfg configuration

The latest version of all patches are used, i.e those that have
yielded no further comments.

The following changes since commit 74fac70084bb040342fafc3b0d2ef50fbe35646f:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-mmc

are available in the git repository at:

  git://git.linaro.org/people/triad/u-boot for-albert

Linus Walleij (9):
      MAINTAINERS: integrator+versatile boards
      integratorap: make the compile work again
      integratorap: support relocation
      integratorap: support the hush shell
      integratorap: support some rudimentary commands
      integratorap: fixup SDRAM memory size detection
      integratorap: remove hardcoded 32MB memory cmdline
      integratorcp: make the board compile
      integrator: convert to new build system

 MAINTAINERS                                 |   11 +-
 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, 49 insertions(+), 290 deletions(-)
 delete mode 100755 board/armltd/integrator/split_by_variant.sh

Thanks,
Linus Walleij

Comments

Albert ARIBAUD July 23, 2011, 1:20 p.m. UTC | #1
Le 22/07/2011 15:46, Linus Walleij a écrit :
> Hi Albert,
>
> since I think we have now resolved the remaining issue with the
> build system I'm reiterating this pull request.
>
> Changes from last time:
> - MAINTAINERS change also covers me taking over the integratorcp
>    board
> - Build the integratorap/cp variants using boards.cfg configuration
>
> The latest version of all patches are used, i.e those that have
> yielded no further comments.
>
> The following changes since commit 74fac70084bb040342fafc3b0d2ef50fbe35646f:
>    Wolfgang Denk (1):
>          Merge branch 'master' of git://git.denx.de/u-boot-mmc
>
> are available in the git repository at:
>
>    git://git.linaro.org/people/triad/u-boot for-albert

 From a process standpoint, I'd rather apply the last version of each 
patch present on the list / on patchwork and apply it, rather than 
pulling in a repo other than the U-boot official repos.

If any of the patches in your repo are not yet posted on the list, 
please do so; if they all are, then can you provide the list of the 
patchwork URLs? Thanks a lot in advance.

Amicalement,
Linus Walleij July 23, 2011, 1:39 p.m. UTC | #2
On Sat, Jul 23, 2011 at 3:20 PM, Albert ARIBAUD
<albert.u.boot@aribaud.net> wrote:

> From a process standpoint, I'd rather apply the last version of each patch
> present on the list / on patchwork and apply it, rather than pulling in a
> repo other than the U-boot official repos.

OK no problem!

> If any of the patches in your repo are not yet posted on the list, please do
> so; if they all are, then can you provide the list of the patchwork URLs?
> Thanks a lot in advance.

Well, one of them is missing because I corrected one TAB character
in it, as stated in the pull request :-P

These are the patches with one missing:
http://patchwork.ozlabs.org/patch/105595/
http://patchwork.ozlabs.org/patch/104349/
http://patchwork.ozlabs.org/patch/104346/
http://patchwork.ozlabs.org/patch/104347/
http://patchwork.ozlabs.org/patch/104348/
http://patchwork.ozlabs.org/patch/104661/
http://patchwork.ozlabs.org/patch/105593/
http://patchwork.ozlabs.org/patch/106013/

I'll provide new links to the patchwork repost soon.

Thanks!
Linus Walleij
Linus Walleij July 23, 2011, 1:42 p.m. UTC | #3
On Sat, Jul 23, 2011 at 3:20 PM, Albert ARIBAUD
<albert.u.boot@aribaud.net> wrote:

> I'd rather apply the last version of each patch
> present on the list / on patchwork and apply it,

Here are the patchwork links to the latest versions (v3):
http://patchwork.ozlabs.org/patch/106463/
http://patchwork.ozlabs.org/patch/106462/
http://patchwork.ozlabs.org/patch/106464/
http://patchwork.ozlabs.org/patch/106465/
http://patchwork.ozlabs.org/patch/106466/
http://patchwork.ozlabs.org/patch/106467/
http://patchwork.ozlabs.org/patch/106468/
http://patchwork.ozlabs.org/patch/106469/
http://patchwork.ozlabs.org/patch/106470/

Thanks,
Linus Walleij