* [U-Boot] status several (bugfix) patches...
@ 2009-11-04 19:41 Remy Bohmer
2009-11-04 19:47 ` Tom
2009-11-04 19:53 ` [U-Boot] status several (bugfix) patches Ben Warren
0 siblings, 2 replies; 7+ messages in thread
From: Remy Bohmer @ 2009-11-04 19:41 UTC (permalink / raw)
To: u-boot
Hi All,
Did anybody take a look already at these patches?
fixes:
[PATCH] Building of FIT images does not work
[PATCH] Fix mingw tools build
[PATCH] Repair the 'netry=once' option.
[patch v2] Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y
[patch] ARM: Use Linux version for unaligned access code
some small changes:
[PATCH] Add support for CS2 dataflash for Atmel-SPI.
[PATCH] Add error codes/handling for TFTP-server
Kind regards,
Remy
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] status several (bugfix) patches...
2009-11-04 19:41 [U-Boot] status several (bugfix) patches Remy Bohmer
@ 2009-11-04 19:47 ` Tom
2009-11-04 19:56 ` Remy Bohmer
2009-11-04 19:53 ` [U-Boot] status several (bugfix) patches Ben Warren
1 sibling, 1 reply; 7+ messages in thread
From: Tom @ 2009-11-04 19:47 UTC (permalink / raw)
To: u-boot
Remy Bohmer wrote:
> Hi All,
>
> Did anybody take a look already at these patches?
>
> fixes:
> [PATCH] Building of FIT images does not work
> [PATCH] Fix mingw tools build
> [PATCH] Repair the 'netry=once' option.
> [patch v2] Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y
> [patch] ARM: Use Linux version for unaligned access code
>
This one is in arm/next
http://lists.denx.de/pipermail/u-boot/2009-October/063437.html
> some small changes:
> [PATCH] Add support for CS2 dataflash for Atmel-SPI.
> [PATCH] Add error codes/handling for TFTP-server
>
> Kind regards,
>
> Remy
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] status several (bugfix) patches...
2009-11-04 19:41 [U-Boot] status several (bugfix) patches Remy Bohmer
2009-11-04 19:47 ` Tom
@ 2009-11-04 19:53 ` Ben Warren
1 sibling, 0 replies; 7+ messages in thread
From: Ben Warren @ 2009-11-04 19:53 UTC (permalink / raw)
To: u-boot
Remy,
Remy Bohmer wrote:
> Hi All,
>
> Did anybody take a look already at these patches?
>
> fixes:
> [PATCH] Building of FIT images does not work
> [PATCH] Fix mingw tools build
> [PATCH] Repair the 'netry=once' option.
>
Slated for net/next. Not there yet, though.
> [patch v2] Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y
> [patch] ARM: Use Linux version for unaligned access code
>
> some small changes:
> [PATCH] Add support for CS2 dataflash for Atmel-SPI.
> [PATCH] Add error codes/handling for TFTP-server
>
Also slated for net/next
> Kind regards,
>
> Remy
regards,
Ben
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] status several (bugfix) patches...
2009-11-04 19:47 ` Tom
@ 2009-11-04 19:56 ` Remy Bohmer
2009-11-04 19:59 ` Tom
2009-11-07 23:21 ` [U-Boot] ARM pull request Tom
0 siblings, 2 replies; 7+ messages in thread
From: Remy Bohmer @ 2009-11-04 19:56 UTC (permalink / raw)
To: u-boot
Hi,
>> [patch] ARM: Use Linux version for unaligned access code
>>
> This one is in arm/next
> http://lists.denx.de/pipermail/u-boot/2009-October/063437.html
Well, I thought we agreed to include (the updated version from Stefan)
in the current release?
Remy
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] status several (bugfix) patches...
2009-11-04 19:56 ` Remy Bohmer
@ 2009-11-04 19:59 ` Tom
2009-11-07 23:21 ` [U-Boot] ARM pull request Tom
1 sibling, 0 replies; 7+ messages in thread
From: Tom @ 2009-11-04 19:59 UTC (permalink / raw)
To: u-boot
Remy Bohmer wrote:
> Hi,
>
>>> [patch] ARM: Use Linux version for unaligned access code
>>>
>> This one is in arm/next
>> http://lists.denx.de/pipermail/u-boot/2009-October/063437.html
>
> Well, I thought we agreed to include (the updated version from Stefan)
> in the current release?
>
> Remy
Indeed..
I think this is the plan.
Tom
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] ARM pull request
2009-11-04 19:56 ` Remy Bohmer
2009-11-04 19:59 ` Tom
@ 2009-11-07 23:21 ` Tom
2009-11-09 21:46 ` Wolfgang Denk
1 sibling, 1 reply; 7+ messages in thread
From: Tom @ 2009-11-07 23:21 UTC (permalink / raw)
To: u-boot
Remy Bohmer wrote:
> Hi,
>
>>> [patch] ARM: Use Linux version for unaligned access code
>>>
>> This one is in arm/next
>> http://lists.denx.de/pipermail/u-boot/2009-October/063437.html
>
> Well, I thought we agreed to include (the updated version from Stefan)
> in the current release?
>
> Remy
Wolfgang,
I have cherry picked this commit into arm/master-sync.
This is the pull request.
Tom
The following changes since commit b91b8f74fe9ded18344c3d03080a4abc07254502:
Wolfgang Denk (1):
Merge branch 'master' of /home/wd/git/u-boot/custodians
are available in the git repository at:
git://git.denx.de/u-boot-arm master-sync
Remy Bohmer (1):
ARM: Use Linux version for unaligned access code
include/asm-arm/unaligned.h | 3 +-
include/linux/unaligned/be_byteshift.h | 70 ++++++++++++++++++++++++++++++++
include/linux/unaligned/le_byteshift.h | 70 ++++++++++++++++++++++++++++++++
3 files changed, 142 insertions(+), 1 deletions(-)
create mode 100644 include/linux/unaligned/be_byteshift.h
create mode 100644 include/linux/unaligned/le_byteshift.h
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] ARM pull request
2009-11-07 23:21 ` [U-Boot] ARM pull request Tom
@ 2009-11-09 21:46 ` Wolfgang Denk
0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2009-11-09 21:46 UTC (permalink / raw)
To: u-boot
Dear Tom,
In message <4AF600F5.8090008@windriver.com> you wrote:
>
> I have cherry picked this commit into arm/master-sync.
> This is the pull request.
Thanks.
> The following changes since commit b91b8f74fe9ded18344c3d03080a4abc07254502:
> Wolfgang Denk (1):
> Merge branch 'master' of /home/wd/git/u-boot/custodians
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-arm master-sync
>
> Remy Bohmer (1):
> ARM: Use Linux version for unaligned access code
>
> include/asm-arm/unaligned.h | 3 +-
> include/linux/unaligned/be_byteshift.h | 70 ++++++++++++++++++++++++++++++++
> include/linux/unaligned/le_byteshift.h | 70 ++++++++++++++++++++++++++++++++
> 3 files changed, 142 insertions(+), 1 deletions(-)
> create mode 100644 include/linux/unaligned/be_byteshift.h
> create mode 100644 include/linux/unaligned/le_byteshift.h
Appliewd, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Of all the things I've lost, I miss my mind the most.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2009-11-09 21:46 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-04 19:41 [U-Boot] status several (bugfix) patches Remy Bohmer
2009-11-04 19:47 ` Tom
2009-11-04 19:56 ` Remy Bohmer
2009-11-04 19:59 ` Tom
2009-11-07 23:21 ` [U-Boot] ARM pull request Tom
2009-11-09 21:46 ` Wolfgang Denk
2009-11-04 19:53 ` [U-Boot] status several (bugfix) patches Ben Warren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox