* [U-Boot] [GIT PULL] Pull request: u-boot-sh
@ 2010-03-03 3:52 Nobuhiro Iwamatsu
2010-03-04 20:12 ` Wolfgang Denk
0 siblings, 1 reply; 5+ messages in thread
From: Nobuhiro Iwamatsu @ 2010-03-03 3:52 UTC (permalink / raw)
To: u-boot
Dear Wolfgang Denk,
Please pull:
The following changes since commit f3651764e57e353251695691677bd95ba5a420bc:
Frans Meulenbroeks (1):
cmd_itest.c: fix pointer dereferencing
are available in the git repository at:
git://git.denx.de/u-boot-sh.git master
Nobuhiro Iwamatsu (1):
sh: Add asm/unaligned.h and asm/unaligned-sh4a.h from Linux kernel
include/asm-sh/unaligned-sh4a.h | 258 +++++++++++++++++++++++++++++++++++++++
include/asm-sh/unaligned.h | 25 ++++
2 files changed, 283 insertions(+), 0 deletions(-)
create mode 100644 include/asm-sh/unaligned-sh4a.h
create mode 100644 include/asm-sh/unaligned.h
Best regards,
Nobuhiro
--
Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [GIT PULL] Pull request: u-boot-sh
2010-03-03 3:52 [U-Boot] [GIT PULL] Pull request: u-boot-sh Nobuhiro Iwamatsu
@ 2010-03-04 20:12 ` Wolfgang Denk
0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2010-03-04 20:12 UTC (permalink / raw)
To: u-boot
Dear Nobuhiro Iwamatsu,
In message <29ab51dc1003021952y152a4336q15f07c10a7d166a6@mail.gmail.com> you wrote:
> Dear Wolfgang Denk,
>
> Please pull:
>
> The following changes since commit f3651764e57e353251695691677bd95ba5a420bc:
> Frans Meulenbroeks (1):
> cmd_itest.c: fix pointer dereferencing
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-sh.git master
>
> Nobuhiro Iwamatsu (1):
> sh: Add asm/unaligned.h and asm/unaligned-sh4a.h from Linux kernel
>
> include/asm-sh/unaligned-sh4a.h | 258 +++++++++++++++++++++++++++++++++++++++
> include/asm-sh/unaligned.h | 25 ++++
> 2 files changed, 283 insertions(+), 0 deletions(-)
> create mode 100644 include/asm-sh/unaligned-sh4a.h
> create mode 100644 include/asm-sh/unaligned.h
Applied, 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
...when fits of creativity run strong, more than one programmer or
writer has been known to abandon the desktop for the more spacious
floor. - Fred Brooks, Jr.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [GIT PULL] Pull request: u-boot-sh
@ 2010-06-28 3:02 Nobuhiro Iwamatsu
2010-06-29 19:40 ` Wolfgang Denk
0 siblings, 1 reply; 5+ messages in thread
From: Nobuhiro Iwamatsu @ 2010-06-28 3:02 UTC (permalink / raw)
To: u-boot
Dear Wolfgang Denk,
Please pull:
The following changes since commit e5ed138a23923ebe61843244748d98d3dbc04777:
Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master
(2010-06-23 20:55:27 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-sh.git master
Nobuhiro Iwamatsu (4):
sh: Fix build on the target
sh: Fix overflow problem in get_ticks
sh: Fix path of irqflags.h
sh: Add trigger_address_error and support cpu reset
Makefile | 3 ++-
arch/sh/cpu/sh2/watchdog.c | 8 ++++++--
arch/sh/cpu/sh3/watchdog.c | 7 +++++++
arch/sh/cpu/sh4/watchdog.c | 4 ++++
arch/sh/include/asm/system.h | 12 +++++++++++-
arch/sh/lib/time.c | 20 ++++++++++++++++++--
6 files changed, 48 insertions(+), 6 deletions(-)
--
Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [GIT PULL] Pull request: u-boot-sh
2010-06-28 3:02 Nobuhiro Iwamatsu
@ 2010-06-29 19:40 ` Wolfgang Denk
2010-07-02 4:49 ` Nobuhiro Iwamatsu
0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Denk @ 2010-06-29 19:40 UTC (permalink / raw)
To: u-boot
Dear Nobuhiro Iwamatsu,
In message <AANLkTilP-tcFz8N8uFtXfAQkD73z_c3RYEgjXyD0kC4W@mail.gmail.com> you wrote:
>
> Please pull:
> The following changes since commit e5ed138a23923ebe61843244748d98d3dbc04777:
>
> Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master
> (2010-06-23 20:55:27 +0200)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-sh.git master
>
> Nobuhiro Iwamatsu (4):
> sh: Fix build on the target
> sh: Fix overflow problem in get_ticks
> sh: Fix path of irqflags.h
> sh: Add trigger_address_error and support cpu reset
>
> Makefile | 3 ++-
> arch/sh/cpu/sh2/watchdog.c | 8 ++++++--
> arch/sh/cpu/sh3/watchdog.c | 7 +++++++
> arch/sh/cpu/sh4/watchdog.c | 4 ++++
> arch/sh/include/asm/system.h | 12 +++++++++++-
> arch/sh/lib/time.c | 20 ++++++++++++++++++--
> 6 files changed, 48 insertions(+), 6 deletions(-)
Sorry, this was way too late for the upcoming release, so I pulled
this into the "next" branch.
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] 5+ messages in thread
* [U-Boot] [GIT PULL] Pull request: u-boot-sh
2010-06-29 19:40 ` Wolfgang Denk
@ 2010-07-02 4:49 ` Nobuhiro Iwamatsu
0 siblings, 0 replies; 5+ messages in thread
From: Nobuhiro Iwamatsu @ 2010-07-02 4:49 UTC (permalink / raw)
To: u-boot
2010/6/30 Wolfgang Denk <wd@denx.de>:
> Dear Nobuhiro Iwamatsu,
>
> In message <AANLkTilP-tcFz8N8uFtXfAQkD73z_c3RYEgjXyD0kC4W@mail.gmail.com> you wrote:
>>
>> Please pull:
>> The following changes since commit e5ed138a23923ebe61843244748d98d3dbc04777:
>>
>> ? Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master
>> (2010-06-23 20:55:27 +0200)
>>
>> are available in the git repository at:
>>
>> ? git://git.denx.de/u-boot-sh.git master
>>
>> Nobuhiro Iwamatsu (4):
>> ? ? ? sh: Fix build on the target
>> ? ? ? sh: Fix overflow problem in get_ticks
>> ? ? ? sh: Fix path of irqflags.h
>> ? ? ? sh: Add trigger_address_error and support cpu reset
>>
>> ?Makefile ? ? ? ? ? ? ? ? ? ? | ? ?3 ++-
>> ?arch/sh/cpu/sh2/watchdog.c ? | ? ?8 ++++++--
>> ?arch/sh/cpu/sh3/watchdog.c ? | ? ?7 +++++++
>> ?arch/sh/cpu/sh4/watchdog.c ? | ? ?4 ++++
>> ?arch/sh/include/asm/system.h | ? 12 +++++++++++-
>> ?arch/sh/lib/time.c ? ? ? ? ? | ? 20 ++++++++++++++++++--
>> ?6 files changed, 48 insertions(+), 6 deletions(-)
>
> Sorry, this was way too late for the upcoming release, so I pulled
> this into the "next" branch.
>
OK, thank you.
Best regards,
Nobuhiro
--
Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-07-02 4:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-03 3:52 [U-Boot] [GIT PULL] Pull request: u-boot-sh Nobuhiro Iwamatsu
2010-03-04 20:12 ` Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2010-06-28 3:02 Nobuhiro Iwamatsu
2010-06-29 19:40 ` Wolfgang Denk
2010-07-02 4:49 ` Nobuhiro Iwamatsu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox