* [U-Boot] Please pull u-boot-atmel/for2010.12
@ 2010-12-06 9:43 Reinhard Meyer
2010-12-06 9:55 ` Albert ARIBAUD
2010-12-06 23:05 ` Wolfgang Denk
0 siblings, 2 replies; 9+ messages in thread
From: Reinhard Meyer @ 2010-12-06 9:43 UTC (permalink / raw)
To: u-boot
Dear Wolfgang, Albert,
The following changes since commit 49733aa0b9d29803384ad4bce74985f4bbe7e9aa:
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-atmel.git for2010.12
Andreas Bie?mann (1):
arm920t/at91/reset: board_reset: define weak symbol
Reinhard Meyer (3):
AT91: gen_atmel_mci.c: fix bug when Slot B is used
AT91: fix EMAC gpio init in at91sam9260_devices.c
AT91: add TOP9000 support
andreas.devel at googlemail.com (4):
at91rm9200ek: add configure target for RAM boot
MAKEALL: fix AT91
arm920t/at91/timer: replace bss variables by gd
at91rm9200ek: fix SDRAM initialistation values
MAINTAINERS | 3 +-
MAKEALL | 18 +-
arch/arm/cpu/arm920t/at91/reset.c | 8 +-
arch/arm/cpu/arm920t/at91/timer.c | 29 +-
arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c | 5 +
arch/arm/include/asm/global_data.h | 1 +
board/atmel/at91rm9200ek/config.mk | 2 -
board/emk/top9000/Makefile | 54 ++++
board/emk/top9000/spi.c | 61 ++++
board/emk/top9000/top9000.c | 290 +++++++++++++++++++
boards.cfg | 5 +-
drivers/mmc/gen_atmel_mci.c | 1 +
include/configs/at91rm9200ek.h | 18 ++-
include/configs/top9000.h | 314 +++++++++++++++++++++
14 files changed, 771 insertions(+), 38 deletions(-)
delete mode 100644 board/atmel/at91rm9200ek/config.mk
create mode 100644 board/emk/top9000/Makefile
create mode 100644 board/emk/top9000/spi.c
create mode 100644 board/emk/top9000/top9000.c
create mode 100644 include/configs/top9000.h
I think this time, it's still Wolfgang doing the pull to ARM, right?
Best Regards,
Reinhard
^ permalink raw reply [flat|nested] 9+ messages in thread
* [U-Boot] Please pull u-boot-atmel/for2010.12
2010-12-06 9:43 [U-Boot] Please pull u-boot-atmel/for2010.12 Reinhard Meyer
@ 2010-12-06 9:55 ` Albert ARIBAUD
2010-12-06 23:05 ` Wolfgang Denk
1 sibling, 0 replies; 9+ messages in thread
From: Albert ARIBAUD @ 2010-12-06 9:55 UTC (permalink / raw)
To: u-boot
Hi Reinhard,
Le 06/12/2010 10:43, Reinhard Meyer a ?crit :
> I think this time, it's still Wolfgang doing the pull to ARM, right?
Correct.
> Best Regards,
> Reinhard
Amicalement,
--
Albert.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [U-Boot] Please pull u-boot-atmel/for2010.12
2010-12-06 9:43 [U-Boot] Please pull u-boot-atmel/for2010.12 Reinhard Meyer
2010-12-06 9:55 ` Albert ARIBAUD
@ 2010-12-06 23:05 ` Wolfgang Denk
2010-12-06 23:43 ` Reinhard Meyer
1 sibling, 1 reply; 9+ messages in thread
From: Wolfgang Denk @ 2010-12-06 23:05 UTC (permalink / raw)
To: u-boot
Dear Reinhard Meyer,
In message <4CFCB04B.10406@emk-elektronik.de> you wrote:
> Dear Wolfgang, Albert,
>
> The following changes since commit 49733aa0b9d29803384ad4bce74985f4bbe7e9aa:
> 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-atmel.git for2010.12
>
> Andreas Bie?mann (1):
> arm920t/at91/reset: board_reset: define weak symbol
>
> Reinhard Meyer (3):
> AT91: gen_atmel_mci.c: fix bug when Slot B is used
> AT91: fix EMAC gpio init in at91sam9260_devices.c
> AT91: add TOP9000 support
>
> andreas.devel at googlemail.com (4):
> at91rm9200ek: add configure target for RAM boot
> MAKEALL: fix AT91
> arm920t/at91/timer: replace bss variables by gd
> at91rm9200ek: fix SDRAM initialistation values
>
> MAINTAINERS | 3 +-
> MAKEALL | 18 +-
> arch/arm/cpu/arm920t/at91/reset.c | 8 +-
> arch/arm/cpu/arm920t/at91/timer.c | 29 +-
> arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c | 5 +
> arch/arm/include/asm/global_data.h | 1 +
> board/atmel/at91rm9200ek/config.mk | 2 -
> board/emk/top9000/Makefile | 54 ++++
> board/emk/top9000/spi.c | 61 ++++
> board/emk/top9000/top9000.c | 290 +++++++++++++++++++
> boards.cfg | 5 +-
> drivers/mmc/gen_atmel_mci.c | 1 +
> include/configs/at91rm9200ek.h | 18 ++-
> include/configs/top9000.h | 314 +++++++++++++++++++++
> 14 files changed, 771 insertions(+), 38 deletions(-)
> delete mode 100644 board/atmel/at91rm9200ek/config.mk
> create mode 100644 board/emk/top9000/Makefile
> create mode 100644 board/emk/top9000/spi.c
> create mode 100644 board/emk/top9000/top9000.c
> create mode 100644 include/configs/top9000.h
Hm... what I see looks quite different:
MAINTAINERS | 3 +-
MAKEALL | 18 +-
arch/arm/cpu/arm920t/at91/reset.c | 8 +-
arch/arm/cpu/arm920t/at91/timer.c | 29 +-
arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c | 5 +
arch/arm/include/asm/global_data.h | 1 +
arch/powerpc/cpu/mpc83xx/start.S | 8 +
arch/powerpc/lib/board.c | 11 +
arch/sh/cpu/sh2/start.S | 8 +-
arch/sh/cpu/sh3/start.S | 8 +-
arch/sh/cpu/sh4/start.S | 10 +-
board/atmel/at91rm9200ek/config.mk | 2 -
board/emk/top9000/Makefile | 54 ++++
board/emk/top9000/spi.c | 61 ++++
board/emk/top9000/top9000.c | 290 +++++++++++++++++++
board/freescale/mpc8641hpcn/mpc8641hpcn.c | 3 -
board/freescale/p2020ds/p2020ds.c | 3 -
boards.cfg | 5 +-
common/hwconfig.c | 14 +-
drivers/mmc/gen_atmel_mci.c | 1 +
include/configs/MPC8360EMDS.h | 4 +-
include/configs/MPC8536DS.h | 5 +-
include/configs/MPC8569MDS.h | 3 +-
include/configs/P1_P2_RDB.h | 5 +-
include/configs/at91rm9200ek.h | 18 ++-
include/configs/atngw100.h | 2 -
include/configs/mimc200.h | 2 -
include/configs/r7780mp.h | 1 -
include/configs/top9000.h | 314 +++++++++++++++++++++
include/pci_ids.h | 1 +
30 files changed, 820 insertions(+), 77 deletions(-)
delete mode 100644 board/atmel/at91rm9200ek/config.mk
create mode 100644 board/emk/top9000/Makefile
create mode 100644 board/emk/top9000/spi.c
create mode 100644 board/emk/top9000/top9000.c
create mode 100644 include/configs/top9000.h
Please try and figure out why we now see entries like this one:
Author: andreas.devel at googlemail.com <andreas.devel@googlemail.com>
As far as I can tell, Andreas' submissions on the mailing list look like this:
From: Andreas Bie?mann <andreas.devel@googlemail.com>
The patchwork entry looks also clean to me:
http://patchwork.ozlabs.org/patch/73644/
Not pulled.
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
Vulcans do not approve of violence.
-- Spock, "Journey to Babel", stardate 3842.4
^ permalink raw reply [flat|nested] 9+ messages in thread
* [U-Boot] Please pull u-boot-atmel/for2010.12
2010-12-06 23:05 ` Wolfgang Denk
@ 2010-12-06 23:43 ` Reinhard Meyer
2010-12-07 13:23 ` Reinhard Meyer
0 siblings, 1 reply; 9+ messages in thread
From: Reinhard Meyer @ 2010-12-06 23:43 UTC (permalink / raw)
To: u-boot
Dear Wolfgang Denk,
>
> In message<4CFCB04B.10406@emk-elektronik.de> you wrote:
>> Dear Wolfgang, Albert,
>>
>> The following changes since commit 49733aa0b9d29803384ad4bce74985f4bbe7e9aa:
>> 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-atmel.git for2010.12
>>
>> Andreas Bie?mann (1):
>> arm920t/at91/reset: board_reset: define weak symbol
>>
>> Reinhard Meyer (3):
>> AT91: gen_atmel_mci.c: fix bug when Slot B is used
>> AT91: fix EMAC gpio init in at91sam9260_devices.c
>> AT91: add TOP9000 support
>>
>> andreas.devel at googlemail.com (4):
>> at91rm9200ek: add configure target for RAM boot
>> MAKEALL: fix AT91
>> arm920t/at91/timer: replace bss variables by gd
>> at91rm9200ek: fix SDRAM initialistation values
>>
>> MAINTAINERS | 3 +-
>> MAKEALL | 18 +-
>> arch/arm/cpu/arm920t/at91/reset.c | 8 +-
>> arch/arm/cpu/arm920t/at91/timer.c | 29 +-
>> arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c | 5 +
>> arch/arm/include/asm/global_data.h | 1 +
>> board/atmel/at91rm9200ek/config.mk | 2 -
>> board/emk/top9000/Makefile | 54 ++++
>> board/emk/top9000/spi.c | 61 ++++
>> board/emk/top9000/top9000.c | 290 +++++++++++++++++++
>> boards.cfg | 5 +-
>> drivers/mmc/gen_atmel_mci.c | 1 +
>> include/configs/at91rm9200ek.h | 18 ++-
>> include/configs/top9000.h | 314 +++++++++++++++++++++
>> 14 files changed, 771 insertions(+), 38 deletions(-)
>> delete mode 100644 board/atmel/at91rm9200ek/config.mk
>> create mode 100644 board/emk/top9000/Makefile
>> create mode 100644 board/emk/top9000/spi.c
>> create mode 100644 board/emk/top9000/top9000.c
>> create mode 100644 include/configs/top9000.h
>
> Hm... what I see looks quite different:
>
> MAINTAINERS | 3 +-
> MAKEALL | 18 +-
> arch/arm/cpu/arm920t/at91/reset.c | 8 +-
> arch/arm/cpu/arm920t/at91/timer.c | 29 +-
> arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c | 5 +
> arch/arm/include/asm/global_data.h | 1 +
> arch/powerpc/cpu/mpc83xx/start.S | 8 +
> arch/powerpc/lib/board.c | 11 +
> arch/sh/cpu/sh2/start.S | 8 +-
> arch/sh/cpu/sh3/start.S | 8 +-
> arch/sh/cpu/sh4/start.S | 10 +-
> board/atmel/at91rm9200ek/config.mk | 2 -
> board/emk/top9000/Makefile | 54 ++++
> board/emk/top9000/spi.c | 61 ++++
> board/emk/top9000/top9000.c | 290 +++++++++++++++++++
> board/freescale/mpc8641hpcn/mpc8641hpcn.c | 3 -
> board/freescale/p2020ds/p2020ds.c | 3 -
> boards.cfg | 5 +-
> common/hwconfig.c | 14 +-
> drivers/mmc/gen_atmel_mci.c | 1 +
> include/configs/MPC8360EMDS.h | 4 +-
> include/configs/MPC8536DS.h | 5 +-
> include/configs/MPC8569MDS.h | 3 +-
> include/configs/P1_P2_RDB.h | 5 +-
> include/configs/at91rm9200ek.h | 18 ++-
> include/configs/atngw100.h | 2 -
> include/configs/mimc200.h | 2 -
> include/configs/r7780mp.h | 1 -
> include/configs/top9000.h | 314 +++++++++++++++++++++
> include/pci_ids.h | 1 +
> 30 files changed, 820 insertions(+), 77 deletions(-)
> delete mode 100644 board/atmel/at91rm9200ek/config.mk
> create mode 100644 board/emk/top9000/Makefile
> create mode 100644 board/emk/top9000/spi.c
> create mode 100644 board/emk/top9000/top9000.c
> create mode 100644 include/configs/top9000.h
Have a look at:
http://git.denx.de/?p=u-boot/u-boot-atmel.git;a=shortlog;h=refs/heads/for2010.12
There it does not show the extra files you seem to see.
Please verify that.
> Please try and figure out why we now see entries like this one:
>
> Author: andreas.devel at googlemail.com<andreas.devel@googlemail.com>
>
> As far as I can tell, Andreas' submissions on the mailing list look like this:
>
> From: Andreas Bie?mann<andreas.devel@googlemail.com>
>
> The patchwork entry looks also clean to me:
>
> http://patchwork.ozlabs.org/patch/73644/
>
Andreas did indeed post from two different e-mail accounts. I used the patchwork
"Download mbox" function to get the patches. Apparently the "sharp S" in one
of the two e-mail addresses he uses bites the system.
I don't know how to fix that. If we use patchwork it makes no sense to dig out
the e-mails with patches from an e-mail archive.
> Not pulled.
Understandable, but at a loss to what's going wrong here.
Best regards,
Reinhard Meyer
^ permalink raw reply [flat|nested] 9+ messages in thread
* [U-Boot] Please pull u-boot-atmel/for2010.12
2010-12-06 23:43 ` Reinhard Meyer
@ 2010-12-07 13:23 ` Reinhard Meyer
2010-12-07 14:36 ` Wolfgang Denk
0 siblings, 1 reply; 9+ messages in thread
From: Reinhard Meyer @ 2010-12-07 13:23 UTC (permalink / raw)
To: u-boot
> Dear Wolfgang Denk,
>> In message<4CFCB04B.10406@emk-elektronik.de> you wrote:
>>> Dear Wolfgang, Albert,
>>>
>>> The following changes since commit 49733aa0b9d29803384ad4bce74985f4bbe7e9aa:
>>> 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-atmel.git for2010.12
>>>
>>> Andreas Bie?mann (1):
>>> arm920t/at91/reset: board_reset: define weak symbol
>>>
>>> Reinhard Meyer (3):
>>> AT91: gen_atmel_mci.c: fix bug when Slot B is used
>>> AT91: fix EMAC gpio init in at91sam9260_devices.c
>>> AT91: add TOP9000 support
>>>
>>> andreas.devel at googlemail.com (4):
>>> at91rm9200ek: add configure target for RAM boot
>>> MAKEALL: fix AT91
>>> arm920t/at91/timer: replace bss variables by gd
>>> at91rm9200ek: fix SDRAM initialistation values
>>>
>>> MAINTAINERS | 3 +-
>>> MAKEALL | 18 +-
>>> arch/arm/cpu/arm920t/at91/reset.c | 8 +-
>>> arch/arm/cpu/arm920t/at91/timer.c | 29 +-
>>> arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c | 5 +
>>> arch/arm/include/asm/global_data.h | 1 +
>>> board/atmel/at91rm9200ek/config.mk | 2 -
>>> board/emk/top9000/Makefile | 54 ++++
>>> board/emk/top9000/spi.c | 61 ++++
>>> board/emk/top9000/top9000.c | 290 +++++++++++++++++++
>>> boards.cfg | 5 +-
>>> drivers/mmc/gen_atmel_mci.c | 1 +
>>> include/configs/at91rm9200ek.h | 18 ++-
>>> include/configs/top9000.h | 314 +++++++++++++++++++++
>>> 14 files changed, 771 insertions(+), 38 deletions(-)
>>> delete mode 100644 board/atmel/at91rm9200ek/config.mk
>>> create mode 100644 board/emk/top9000/Makefile
>>> create mode 100644 board/emk/top9000/spi.c
>>> create mode 100644 board/emk/top9000/top9000.c
>>> create mode 100644 include/configs/top9000.h
>> Hm... what I see looks quite different:
>>
>> MAINTAINERS | 3 +-
>> MAKEALL | 18 +-
>> arch/arm/cpu/arm920t/at91/reset.c | 8 +-
>> arch/arm/cpu/arm920t/at91/timer.c | 29 +-
>> arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c | 5 +
>> arch/arm/include/asm/global_data.h | 1 +
>> arch/powerpc/cpu/mpc83xx/start.S | 8 +
>> arch/powerpc/lib/board.c | 11 +
>> arch/sh/cpu/sh2/start.S | 8 +-
>> arch/sh/cpu/sh3/start.S | 8 +-
>> arch/sh/cpu/sh4/start.S | 10 +-
>> board/atmel/at91rm9200ek/config.mk | 2 -
>> board/emk/top9000/Makefile | 54 ++++
>> board/emk/top9000/spi.c | 61 ++++
>> board/emk/top9000/top9000.c | 290 +++++++++++++++++++
>> board/freescale/mpc8641hpcn/mpc8641hpcn.c | 3 -
>> board/freescale/p2020ds/p2020ds.c | 3 -
>> boards.cfg | 5 +-
>> common/hwconfig.c | 14 +-
>> drivers/mmc/gen_atmel_mci.c | 1 +
>> include/configs/MPC8360EMDS.h | 4 +-
>> include/configs/MPC8536DS.h | 5 +-
>> include/configs/MPC8569MDS.h | 3 +-
>> include/configs/P1_P2_RDB.h | 5 +-
>> include/configs/at91rm9200ek.h | 18 ++-
>> include/configs/atngw100.h | 2 -
>> include/configs/mimc200.h | 2 -
>> include/configs/r7780mp.h | 1 -
>> include/configs/top9000.h | 314 +++++++++++++++++++++
>> include/pci_ids.h | 1 +
>> 30 files changed, 820 insertions(+), 77 deletions(-)
>> delete mode 100644 board/atmel/at91rm9200ek/config.mk
>> create mode 100644 board/emk/top9000/Makefile
>> create mode 100644 board/emk/top9000/spi.c
>> create mode 100644 board/emk/top9000/top9000.c
>> create mode 100644 include/configs/top9000.h
>
> Have a look at:
>
> http://git.denx.de/?p=u-boot/u-boot-atmel.git;a=shortlog;h=refs/heads/for2010.12
>
> There it does not show the extra files you seem to see.
>
> Please verify that.
Hello Wolfgang,
did you find out what happened here? I can clearly see in my local tree and also in the webinterface
of the u-boot-atmel.git at your server that there are exactly 8 commits between
49733aa0b9d29803384ad4bce74985f4bbe7e9aa and top of for2010.12. None of them affects the extra files
you seem to see locally.
For Andreas' patches, it seems that Signed-off-by: lines with non-ASCII characters in the name do cause
trouble and git-am choses to use the e-mail address instead.
I'll hand edit the "?" to "ss" and it is ok.
Best Regards,
Reinhard
^ permalink raw reply [flat|nested] 9+ messages in thread
* [U-Boot] Please pull u-boot-atmel/for2010.12
2010-12-07 13:23 ` Reinhard Meyer
@ 2010-12-07 14:36 ` Wolfgang Denk
2010-12-07 15:49 ` Reinhard Meyer
0 siblings, 1 reply; 9+ messages in thread
From: Wolfgang Denk @ 2010-12-07 14:36 UTC (permalink / raw)
To: u-boot
Dear Reinhard Meyer,
In message <4CFE3553.7080601@emk-elektronik.de> you wrote:
>
> did you find out what happened here? I can clearly see in my local tree and also in the webinterface
> of the u-boot-atmel.git at your server that there are exactly 8 commits between
> 49733aa0b9d29803384ad4bce74985f4bbe7e9aa and top of for2010.12. None of them affects the extra files
> you seem to see locally.
Well, the point is that your referenc ist not the ARM tree, but you
pulled inbetween and thus have stuff in your tree that is not present
in u-boot-arm # master yet - so when I pull from your repo, I will get
all this stuff as well.
> For Andreas' patches, it seems that Signed-off-by: lines with non-ASCII characters in the name do cause
> trouble and git-am choses to use the e-mail address instead.
I don't think that this is a problem with git-am.
When I use git-am to apply one of Andreas' patches, I will get a
warning but only for the body of the commit message (for the SoB line,
to be precise):
...
Applying: at91rm9200ek: add configure target for RAM boot
Warning: commit message does not conform to UTF-8.
You may want to amend it after fixing the message, or set the config
variable i18n.commitencoding to the encoding your project uses.
But except from that it works fine, and it shows
Author: Andreas Bie?mann <andreas.devel@googlemail.com> 2010-11-30 20:45:03
Committer: Wolfgang Denk <wd@denx.de> 2010-12-07 15:28:06
I get identical results when downloading the mbox file from patchwork
or when using the file in my local mailing list archive.
Thi sis not a git-am issue, but something on your end.
> I'll hand edit the "?" to "ss" and it is ok.
I see no reason for doing this.
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
A well-written program is its own heaven; a poorly-written program is
its own hell. -- Geoffrey James, "The Tao of Programming"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [U-Boot] Please pull u-boot-atmel/for2010.12
2010-12-07 14:36 ` Wolfgang Denk
@ 2010-12-07 15:49 ` Reinhard Meyer
2010-12-07 20:58 ` [U-Boot] V2: " Reinhard Meyer
0 siblings, 1 reply; 9+ messages in thread
From: Reinhard Meyer @ 2010-12-07 15:49 UTC (permalink / raw)
To: u-boot
Dear Wolfgang Denk,
> Well, the point is that your referenc ist not the ARM tree, but you
> pulled inbetween and thus have stuff in your tree that is not present
> in u-boot-arm # master yet - so when I pull from your repo, I will get
> all this stuff as well.
Umm, thats true. I pulled from u-boot.git/master to my master.
I will repull/rebase that to u-boot-arm. Did not think about that.
Previously I was just lucky that u-boot-arm was identical to u-boot :)
Solves one mystery.
>
>> For Andreas' patches, it seems that Signed-off-by: lines with non-ASCII characters in the name do cause
>> trouble and git-am choses to use the e-mail address instead.
>
> I don't think that this is a problem with git-am.
>
> When I use git-am to apply one of Andreas' patches, I will get a
> warning but only for the body of the commit message (for the SoB line,
> to be precise):
>
> ...
> Applying: at91rm9200ek: add configure target for RAM boot
> Warning: commit message does not conform to UTF-8.
> You may want to amend it after fixing the message, or set the config
> variable i18n.commitencoding to the encoding your project uses.
>
> But except from that it works fine, and it shows
>
> Author: Andreas Bie?mann <andreas.devel@googlemail.com> 2010-11-30 20:45:03
> Committer: Wolfgang Denk <wd@denx.de> 2010-12-07 15:28:06
>
>
> I get identical results when downloading the mbox file from patchwork
> or when using the file in my local mailing list archive.
What I get when I do that (after save to disk the mbox files):
reinhard at sieb:~/embedded/u-boot-atmel$ git-am ../u-boot-patches/*.patch
Applying at91rm9200ek: fix SDRAM initialistation values
Applying at91rm9200ek: add configure target for RAM boot
Applying MAKEALL: fix AT91
Applying arm920t/at91/reset: board_reset: define weak symbol
Applying arm920t/at91/timer: replace bss variables by gd
reinhard at sieb:~/embedded/u-boot-atmel$ gitk
reinhard at sieb:~/embedded/u-boot-atmel$ git-request-pull master git://git.denx.de/u-boot-atmel.git to2010.12 >pull.txt
reinhard at sieb:~/embedded/u-boot-atmel$ cat pull.txt
The following changes since commit 52eb2c79110151b9017a0829c4d44ee7b8e2ca04:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-samsung
are available in the git repository at:
git://git.denx.de/u-boot-atmel.git for2010.12
Andreas Bie?mann (1):
arm920t/at91/reset: board_reset: define weak symbol
Reinhard Meyer (3):
AT91: gen_atmel_mci.c: fix bug when Slot B is used
AT91: fix EMAC gpio init in at91sam9260_devices.c
AT91: add TOP9000 support
andreas.devel at googlemail.com (4):
at91rm9200ek: fix SDRAM initialistation values
at91rm9200ek: add configure target for RAM boot
MAKEALL: fix AT91
arm920t/at91/timer: replace bss variables by gd
MAINTAINERS | 3 +-
MAKEALL | 18 +-
arch/arm/cpu/arm920t/at91/reset.c | 8 +-
arch/arm/cpu/arm920t/at91/timer.c | 29 +-
arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c | 5 +
arch/arm/include/asm/global_data.h | 1 +
board/atmel/at91rm9200ek/config.mk | 2 -
board/emk/top9000/Makefile | 54 ++++
board/emk/top9000/spi.c | 61 ++++
board/emk/top9000/top9000.c | 290 +++++++++++++++++++
boards.cfg | 5 +-
drivers/mmc/gen_atmel_mci.c | 1 +
include/configs/at91rm9200ek.h | 18 ++-
include/configs/top9000.h | 314 +++++++++++++++++++++
14 files changed, 771 insertions(+), 38 deletions(-)
delete mode 100644 board/atmel/at91rm9200ek/config.mk
create mode 100644 board/emk/top9000/Makefile
create mode 100644 board/emk/top9000/spi.c
create mode 100644 board/emk/top9000/top9000.c
create mode 100644 include/configs/top9000.h
reinhard at sieb:~/embedded/u-boot-atmel$
The ones he sent via the googlemail.com account still look funny for the Author part.
But does that really matter. The commit itself, including the Signed-off-by line os fine.
Best Regards,
Reinhard
^ permalink raw reply [flat|nested] 9+ messages in thread
* [U-Boot] V2: Please pull u-boot-atmel/for2010.12
2010-12-07 15:49 ` Reinhard Meyer
@ 2010-12-07 20:58 ` Reinhard Meyer
2010-12-08 21:58 ` Wolfgang Denk
0 siblings, 1 reply; 9+ messages in thread
From: Reinhard Meyer @ 2010-12-07 20:58 UTC (permalink / raw)
To: u-boot
Dear Wolfgang,
compiled TOT git. Now it handles the "?" in e-Mails correctly....
The following changes since commit 52eb2c79110151b9017a0829c4d44ee7b8e2ca04:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-samsung
are available in the git repository at:
git://git.denx.de/u-boot-atmel.git for2010.12
Andreas Bie?mann (5):
at91rm9200ek: fix SDRAM initialistation values
at91rm9200ek: add configure target for RAM boot
MAKEALL: fix AT91
arm920t/at91/reset: board_reset: define weak symbol
arm920t/at91/timer: replace bss variables by gd
Reinhard Meyer (3):
AT91: gen_atmel_mci.c: fix bug when Slot B is used
AT91: fix EMAC gpio init in at91sam9260_devices.c
AT91: add TOP9000 support
MAINTAINERS | 3 +-
MAKEALL | 18 +-
arch/arm/cpu/arm920t/at91/reset.c | 8 +-
arch/arm/cpu/arm920t/at91/timer.c | 29 +-
arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c | 5 +
arch/arm/include/asm/global_data.h | 1 +
board/atmel/at91rm9200ek/config.mk | 2 -
board/emk/top9000/Makefile | 54 ++++
board/emk/top9000/spi.c | 61 ++++
board/emk/top9000/top9000.c | 290 +++++++++++++++++++
boards.cfg | 5 +-
drivers/mmc/gen_atmel_mci.c | 1 +
include/configs/at91rm9200ek.h | 18 ++-
include/configs/top9000.h | 314 +++++++++++++++++++++
14 files changed, 771 insertions(+), 38 deletions(-)
delete mode 100644 board/atmel/at91rm9200ek/config.mk
create mode 100644 board/emk/top9000/Makefile
create mode 100644 board/emk/top9000/spi.c
create mode 100644 board/emk/top9000/top9000.c
create mode 100644 include/configs/top9000.h
Best Regards,
Reinhard
^ permalink raw reply [flat|nested] 9+ messages in thread
* [U-Boot] V2: Please pull u-boot-atmel/for2010.12
2010-12-07 20:58 ` [U-Boot] V2: " Reinhard Meyer
@ 2010-12-08 21:58 ` Wolfgang Denk
0 siblings, 0 replies; 9+ messages in thread
From: Wolfgang Denk @ 2010-12-08 21:58 UTC (permalink / raw)
To: u-boot
Dear Reinhard Meyer,
In message <4CFE9FF0.7000203@emk-elektronik.de> you wrote:
> Dear Wolfgang,
>
> compiled TOT git. Now it handles the "?" in e-Mails correctly....
>
> The following changes since commit 52eb2c79110151b9017a0829c4d44ee7b8e2ca04:
> Wolfgang Denk (1):
> Merge branch 'master' of git://git.denx.de/u-boot-samsung
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-atmel.git for2010.12
>
> Andreas Bie?mann (5):
> at91rm9200ek: fix SDRAM initialistation values
> at91rm9200ek: add configure target for RAM boot
> MAKEALL: fix AT91
> arm920t/at91/reset: board_reset: define weak symbol
> arm920t/at91/timer: replace bss variables by gd
>
> Reinhard Meyer (3):
> AT91: gen_atmel_mci.c: fix bug when Slot B is used
> AT91: fix EMAC gpio init in at91sam9260_devices.c
> AT91: add TOP9000 support
>
> MAINTAINERS | 3 +-
> MAKEALL | 18 +-
> arch/arm/cpu/arm920t/at91/reset.c | 8 +-
> arch/arm/cpu/arm920t/at91/timer.c | 29 +-
> arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c | 5 +
> arch/arm/include/asm/global_data.h | 1 +
> board/atmel/at91rm9200ek/config.mk | 2 -
> board/emk/top9000/Makefile | 54 ++++
> board/emk/top9000/spi.c | 61 ++++
> board/emk/top9000/top9000.c | 290 +++++++++++++++++++
> boards.cfg | 5 +-
> drivers/mmc/gen_atmel_mci.c | 1 +
> include/configs/at91rm9200ek.h | 18 ++-
> include/configs/top9000.h | 314 +++++++++++++++++++++
> 14 files changed, 771 insertions(+), 38 deletions(-)
> delete mode 100644 board/atmel/at91rm9200ek/config.mk
> create mode 100644 board/emk/top9000/Makefile
> create mode 100644 board/emk/top9000/spi.c
> create mode 100644 board/emk/top9000/top9000.c
> create mode 100644 include/configs/top9000.h
Thanks, applied.
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 properly administered, vacations do not diminish productivity:
for every week you're away and get nothing done, there's another when
your boss is away and you get twice as much done. -- Daniel B. Luten
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2010-12-08 21:58 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-06 9:43 [U-Boot] Please pull u-boot-atmel/for2010.12 Reinhard Meyer
2010-12-06 9:55 ` Albert ARIBAUD
2010-12-06 23:05 ` Wolfgang Denk
2010-12-06 23:43 ` Reinhard Meyer
2010-12-07 13:23 ` Reinhard Meyer
2010-12-07 14:36 ` Wolfgang Denk
2010-12-07 15:49 ` Reinhard Meyer
2010-12-07 20:58 ` [U-Boot] V2: " Reinhard Meyer
2010-12-08 21:58 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox