* [U-Boot] [GIT PULL] integratorap patches
@ 2011-07-17 23:40 Linus Walleij
2011-07-22 13:46 ` Linus Walleij
0 siblings, 1 reply; 5+ messages in thread
From: Linus Walleij @ 2011-07-17 23:40 UTC (permalink / raw)
To: u-boot
With the risk of the board being removed I have no choice but to request that
these patches be pulled in, do I... they are all reviewed on the list, patch
entitled "integratorap: fixup SDRAM memory size detection" had a comment
about TAB intentation and this is fixed in this set, the only other change is
that they are have consistently Subject: "integratorap: foo" except the
MAINTAINERS patch.
The two patches NACK:ed by Wolfgang are not part of this pull request,
the first one was misguided and is dropped and the second regarding cache
is being worked out.
So the following makes the integratorap compile and run, there is still a
cache problem when issuing "bootm" but I'm working on it, by simply
configuring off the D-Cache the resulting U-boot will work fine for booting
a recent kernel.
So please pull this.
The following changes since commit 68d4230c3ccce96a72c5b99e48399bf1796fe3c6:
powerpc/85xx: Add default usb mode and phy type to hwconfig
(2011-07-11 13:24:21 -0500)
are available in the git repository at:
git://git.linaro.org/people/triad/u-boot for-albert
Linus Walleij (7):
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
MAINTAINERS | 11 ++++++-----
board/armltd/integrator/integrator.c | 15 +++++++--------
board/armltd/integrator/lowlevel_init.S | 2 +-
include/configs/integratorap.h | 18 ++++++++++++++++--
4 files changed, 30 insertions(+), 16 deletions(-)
Thanks,
Linus Walleij
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [GIT PULL] integratorap patches
2011-07-17 23:40 [U-Boot] [GIT PULL] integratorap patches Linus Walleij
@ 2011-07-22 13:46 ` Linus Walleij
2011-07-23 13:20 ` Albert ARIBAUD
0 siblings, 1 reply; 5+ messages in thread
From: Linus Walleij @ 2011-07-22 13:46 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [GIT PULL] integratorap patches
2011-07-22 13:46 ` Linus Walleij
@ 2011-07-23 13:20 ` Albert ARIBAUD
2011-07-23 13:39 ` Linus Walleij
2011-07-23 13:42 ` Linus Walleij
0 siblings, 2 replies; 5+ messages in thread
From: Albert ARIBAUD @ 2011-07-23 13:20 UTC (permalink / raw)
To: u-boot
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,
--
Albert.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [GIT PULL] integratorap patches
2011-07-23 13:20 ` Albert ARIBAUD
@ 2011-07-23 13:39 ` Linus Walleij
2011-07-23 13:42 ` Linus Walleij
1 sibling, 0 replies; 5+ messages in thread
From: Linus Walleij @ 2011-07-23 13:39 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [GIT PULL] integratorap patches
2011-07-23 13:20 ` Albert ARIBAUD
2011-07-23 13:39 ` Linus Walleij
@ 2011-07-23 13:42 ` Linus Walleij
1 sibling, 0 replies; 5+ messages in thread
From: Linus Walleij @ 2011-07-23 13:42 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-07-23 13:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-17 23:40 [U-Boot] [GIT PULL] integratorap patches Linus Walleij
2011-07-22 13:46 ` Linus Walleij
2011-07-23 13:20 ` Albert ARIBAUD
2011-07-23 13:39 ` Linus Walleij
2011-07-23 13:42 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox