[U-Boot] Pull request u-boot-marvell.git

Hi Tom
Pls pull
The following changes since commit 376e7fadbad3285231e390c6534feb5af86d594b: Minkyu Kang (1): SAMSUNG: goni: add the GPL licence
are available in the git repository at:
u-boot-marvrell.git .. Master branch..
Albert Aribaud (3): Initial support for Marvell Orion5x SoC Add Orion5x support to 16550 device driver Add support for the LaCie ED Mini V2 board
MAINTAINERS | 4 + MAKEALL | 1 + Makefile | 3 + arch/arm/cpu/arm926ejs/orion5x/Makefile | 55 +++++ arch/arm/cpu/arm926ejs/orion5x/cpu.c | 270 ++++++++++++++++++++++ arch/arm/cpu/arm926ejs/orion5x/dram.c | 64 +++++ arch/arm/cpu/arm926ejs/orion5x/lowlevel_init.S | 293 ++++++++++++++++++++++++ arch/arm/cpu/arm926ejs/orion5x/timer.c | 181 +++++++++++++++ arch/arm/include/asm/arch-orion5x/cpu.h | 203 ++++++++++++++++ arch/arm/include/asm/arch-orion5x/mv88f5182.h | 40 ++++ arch/arm/include/asm/arch-orion5x/orion5x.h | 69 ++++++ board/LaCie/edminiv2/Makefile | 53 +++++ board/LaCie/edminiv2/config.mk | 27 +++ board/LaCie/edminiv2/edminiv2.c | 92 ++++++++ drivers/serial/serial.c | 3 + include/configs/edminiv2.h | 172 ++++++++++++++ 16 files changed, 1530 insertions(+), 0 deletions(-) create mode 100644 arch/arm/cpu/arm926ejs/orion5x/Makefile create mode 100644 arch/arm/cpu/arm926ejs/orion5x/cpu.c create mode 100644 arch/arm/cpu/arm926ejs/orion5x/dram.c create mode 100644 arch/arm/cpu/arm926ejs/orion5x/lowlevel_init.S create mode 100644 arch/arm/cpu/arm926ejs/orion5x/timer.c create mode 100644 arch/arm/include/asm/arch-orion5x/cpu.h create mode 100644 arch/arm/include/asm/arch-orion5x/mv88f5182.h create mode 100644 arch/arm/include/asm/arch-orion5x/orion5x.h create mode 100644 board/LaCie/edminiv2/Makefile create mode 100644 board/LaCie/edminiv2/config.mk create mode 100644 board/LaCie/edminiv2/edminiv2.c create mode 100644 include/configs/edminiv2.h
Regards.. Prafulla . .

Dear Prafulla,
In message F766E4F80769BD478052FB6533FA745D19A498512E@SC-VEXCH4.marvell.com you wrote:
The following changes since commit 376e7fadbad3285231e390c6534feb5af86d594b: Minkyu Kang (1): SAMSUNG: goni: add the GPL licence
are available in the git repository at:
u-boot-marvrell.git .. Master branch..
s/rvr/rv/ ?
Albert Aribaud (3): Initial support for Marvell Orion5x SoC Add Orion5x support to 16550 device driver Add support for the LaCie ED Mini V2 board
MAINTAINERS | 4 + MAKEALL | 1 + Makefile | 3 + arch/arm/cpu/arm926ejs/orion5x/Makefile | 55 +++++ arch/arm/cpu/arm926ejs/orion5x/cpu.c | 270 ++++++++++++++++++++++ arch/arm/cpu/arm926ejs/orion5x/dram.c | 64 +++++ arch/arm/cpu/arm926ejs/orion5x/lowlevel_init.S | 293 ++++++++++++++++++++++++ arch/arm/cpu/arm926ejs/orion5x/timer.c | 181 +++++++++++++++ arch/arm/include/asm/arch-orion5x/cpu.h | 203 ++++++++++++++++ arch/arm/include/asm/arch-orion5x/mv88f5182.h | 40 ++++ arch/arm/include/asm/arch-orion5x/orion5x.h | 69 ++++++ board/LaCie/edminiv2/Makefile | 53 +++++ board/LaCie/edminiv2/config.mk | 27 +++ board/LaCie/edminiv2/edminiv2.c | 92 ++++++++ drivers/serial/serial.c | 3 + include/configs/edminiv2.h | 172 ++++++++++++++ 16 files changed, 1530 insertions(+), 0 deletions(-) create mode 100644 arch/arm/cpu/arm926ejs/orion5x/Makefile create mode 100644 arch/arm/cpu/arm926ejs/orion5x/cpu.c create mode 100644 arch/arm/cpu/arm926ejs/orion5x/dram.c create mode 100644 arch/arm/cpu/arm926ejs/orion5x/lowlevel_init.S create mode 100644 arch/arm/cpu/arm926ejs/orion5x/timer.c create mode 100644 arch/arm/include/asm/arch-orion5x/cpu.h create mode 100644 arch/arm/include/asm/arch-orion5x/mv88f5182.h create mode 100644 arch/arm/include/asm/arch-orion5x/orion5x.h create mode 100644 board/LaCie/edminiv2/Makefile create mode 100644 board/LaCie/edminiv2/config.mk create mode 100644 board/LaCie/edminiv2/edminiv2.c create mode 100644 include/configs/edminiv2.h
Applied, thanks.
Best regards,
Wolfgang Denk

Hi Wolfgang/Tom
Pls pull
The following changes since commit 9efac4a1eb99d9c5539aa6992025eeacab7980c6: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-samsung
are available in the git repository at:
u-boot-marvell.git maaster branch
Albert Aribaud (5): ide: add configuration ide: reorder object files alphabetically ide: add mvsata_ide driver cmd_ide: add support for orion5x edminiv2: add mvsata_ide and cmd_ide support
Prafulla Wadaskar (2): cmd_ide: add support for Kirkwood Kirkwood: openrd_base: Added SATA support
arch/arm/include/asm/arch-kirkwood/kirkwood.h | 5 + arch/arm/include/asm/arch-orion5x/orion5x.h | 3 + arch/powerpc/include/asm/config.h | 3 + common/cmd_ide.c | 25 +++-- doc/README.PXA_CF | 8 ++ drivers/block/Makefile | 7 +- drivers/block/mvsata_ide.c | 140 +++++++++++++++++++++++++ include/configs/ap325rxa.h | 1 + include/configs/edminiv2.h | 34 ++++++- include/configs/ms7720se.h | 1 + include/configs/openrd_base.h | 31 ++++++ include/configs/r2dplus.h | 1 + include/configs/r7780mp.h | 1 + 13 files changed, 247 insertions(+), 13 deletions(-) create mode 100644 drivers/block/mvsata_ide.c
Regards.. Prafulla ..

Le 09/08/2010 08:18, Prafulla Wadaskar a écrit :
Hi Wolfgang/Tom
Pls pull
The following changes since commit 9efac4a1eb99d9c5539aa6992025eeacab7980c6: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-samsung
are available in the git repository at:
u-boot-marvell.git maaster branch
Albert Aribaud (5): ide: add configuration ide: reorder object files alphabetically ide: add mvsata_ide driver cmd_ide: add support for orion5x edminiv2: add mvsata_ide and cmd_ide support
Thanks again Prafulla for having merged the IDE changes.
I saw you saying you also would merge the default windows mappings patch, which is not in the pull request. Anything wrong with this one?
Amicalement,

-----Original Message----- From: Albert ARIBAUD [mailto:albert.aribaud@free.fr] Sent: Monday, August 09, 2010 12:22 PM To: u-boot@lists.denx.de; Prafulla Wadaskar Subject: Re: [U-Boot] Pull request u-boot-marvell.git
Le 09/08/2010 08:18, Prafulla Wadaskar a écrit :
Hi Wolfgang/Tom
Pls pull
The following changes since commit
9efac4a1eb99d9c5539aa6992025eeacab7980c6:
Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-samsung
are available in the git repository at:
u-boot-marvell.git maaster branch
Albert Aribaud (5): ide: add configuration ide: reorder object files alphabetically ide: add mvsata_ide driver cmd_ide: add support for orion5x edminiv2: add mvsata_ide and cmd_ide support
Thanks again Prafulla for having merged the IDE changes.
I saw you saying you also would merge the default windows mappings patch, which is not in the pull request. Anything wrong with this one?
Yes, you are right, I am busy with some priority task, could not steal out some additional cycles for the same. If you already have it, you are welcomed, otherwise I will do it in next week
Regards.. Prafulla . .
Amicalement,
Albert.

Le 09/08/2010 10:13, Prafulla Wadaskar a écrit :
-----Original Message----- From: Albert ARIBAUD [mailto:albert.aribaud@free.fr] Sent: Monday, August 09, 2010 12:22 PM To: u-boot@lists.denx.de; Prafulla Wadaskar Subject: Re: [U-Boot] Pull request u-boot-marvell.git
Le 09/08/2010 08:18, Prafulla Wadaskar a écrit :
Hi Wolfgang/Tom
Pls pull
The following changes since commit
9efac4a1eb99d9c5539aa6992025eeacab7980c6:
Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-samsung
are available in the git repository at:
u-boot-marvell.git maaster branch
Albert Aribaud (5): ide: add configuration ide: reorder object files alphabetically ide: add mvsata_ide driver cmd_ide: add support for orion5x edminiv2: add mvsata_ide and cmd_ide support
Thanks again Prafulla for having merged the IDE changes.
I saw you saying you also would merge the default windows mappings patch, which is not in the pull request. Anything wrong with this one?
Yes, you are right, I am busy with some priority task, could not steal out some additional cycles for the same. If you already have it, you are welcomed, otherwise I will do it in next week
I haven't got a publically accessible repo at this point. Wolfgang, as Prafulla acknowledged the 'default windows mapping' patch except for the formal Ack-by, could you please merge it directly from the mailing list in your mainline tree above Prafulla's latest pull request? The patch in question is:
http://article.gmane.org/gmane.comp.boot-loaders.u-boot/81108
Then Prafulla will get the commit when he pulls your master back to the marvell tree.
Amicalement,

Dear Albert ARIBAUD,
In message 4C5FBEE7.4050200@free.fr you wrote:
I haven't got a publically accessible repo at this point. Wolfgang, as Prafulla acknowledged the 'default windows mapping' patch except for the formal Ack-by, could you please merge it directly from the mailing list in your mainline tree above Prafulla's latest pull request? The patch in question is:
Done.
Best regards,
Wolfgang Denk

Le 10/08/2010 22:45, Wolfgang Denk a écrit :
Dear Albert ARIBAUD,
In message4C5FBEE7.4050200@free.fr you wrote:
I haven't got a publically accessible repo at this point. Wolfgang, as Prafulla acknowledged the 'default windows mapping' patch except for the formal Ack-by, could you please merge it directly from the mailing list in your mainline tree above Prafulla's latest pull request? The patch in question is:
Done.
Best regards,
Wolfgang Denk
Thanks!
Amicalement,

Dear Prafulla Wadaskar,
In message F766E4F80769BD478052FB6533FA745D19A6577184@SC-VEXCH4.marvell.com you wrote:
are available in the git repository at:
u-boot-marvell.git maaster branch
Albert Aribaud (5): ide: add configuration ide: reorder object files alphabetically ide: add mvsata_ide driver cmd_ide: add support for orion5x edminiv2: add mvsata_ide and cmd_ide support
Prafulla Wadaskar (2): cmd_ide: add support for Kirkwood Kirkwood: openrd_base: Added SATA support
arch/arm/include/asm/arch-kirkwood/kirkwood.h | 5 + arch/arm/include/asm/arch-orion5x/orion5x.h | 3 + arch/powerpc/include/asm/config.h | 3 + common/cmd_ide.c | 25 +++-- doc/README.PXA_CF | 8 ++ drivers/block/Makefile | 7 +- drivers/block/mvsata_ide.c | 140 +++++++++++++++++++++= ++++ include/configs/ap325rxa.h | 1 + include/configs/edminiv2.h | 34 ++++++- include/configs/ms7720se.h | 1 + include/configs/openrd_base.h | 31 ++++++ include/configs/r2dplus.h | 1 + include/configs/r7780mp.h | 1 + 13 files changed, 247 insertions(+), 13 deletions(-) create mode 100644 drivers/block/mvsata_ide.c
Pulled into u-boot-arm #master. Thanks.
Best regards,
Wolfgang Denk

Hi Wolfgang/Tom
Pls pull
The following changes since commit 5549d22b656550d36b2cc46743c7220ab0e9dcc4: Wolfgang Denk (1): Merge branch 'master' of /home/wd/git/u-boot/master
are available in the git repository at:
u-boot-marvell.git master branch.
Albert Aribaud (1): Orion5x: bugfix: window size (mis)calculation
Prafulla Wadaskar (1): Kirkwood: bugfix: window size (mis)calculation
arch/arm/cpu/arm926ejs/kirkwood/cpu.c | 2 +- arch/arm/cpu/arm926ejs/orion5x/cpu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Regards.. Prafulla ..

Dear Prafulla Wadaskar,
In message F766E4F80769BD478052FB6533FA745D19A6803D5B@SC-VEXCH4.marvell.com you wrote:
Hi Wolfgang/Tom
Pls pull
The following changes since commit 5549d22b656550d36b2cc46743c7220ab0e9dcc4= : Wolfgang Denk (1): Merge branch 'master' of /home/wd/git/u-boot/master
are available in the git repository at:
u-boot-marvell.git master branch.
Albert Aribaud (1): Orion5x: bugfix: window size (mis)calculation
Prafulla Wadaskar (1): Kirkwood: bugfix: window size (mis)calculation
arch/arm/cpu/arm926ejs/kirkwood/cpu.c | 2 +- arch/arm/cpu/arm926ejs/orion5x/cpu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Hm... when pulling as instructed I also got this commit which you do not mention here:
Author: Albert Aribaud <[albert.aribaud@free.fr]> 2010-08-27 18:11:48 Committer: Prafulla Wadaskar prafulla@marvell.com 2010-08-27 18:11:48
orion5x: fix comment-in-comment typo in cpu.h
As this is trivial and obvious enough, I left it in.
Applied to u-boot-arm, thanks.
Best regards,
Wolfgang Denk

-----Original Message----- From: Wolfgang Denk [mailto:wd@denx.de] Sent: Wednesday, September 08, 2010 2:55 AM To: Prafulla Wadaskar Cc: Tom Rix; u-boot@lists.denx.de; Prabhanjan Sarnaik; Ashish Karkare Subject: Re: Pull request u-boot-marvell.git
Dear Prafulla Wadaskar,
In message <F766E4F80769BD478052FB6533FA745D19A6803D5B@SC-VEXCH4.marvell. com> you wrote:
Hi Wolfgang/Tom
Pls pull
The following changes since commit
5549d22b656550d36b2cc46743c7220ab0e9dcc4=
: Wolfgang Denk (1): Merge branch 'master' of /home/wd/git/u-boot/master
are available in the git repository at:
u-boot-marvell.git master branch.
Albert Aribaud (1): Orion5x: bugfix: window size (mis)calculation
Prafulla Wadaskar (1): Kirkwood: bugfix: window size (mis)calculation
arch/arm/cpu/arm926ejs/kirkwood/cpu.c | 2 +- arch/arm/cpu/arm926ejs/orion5x/cpu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Hm... when pulling as instructed I also got this commit which you do not mention here:
I am sorry about this, I added it after sending this request.
Author: Albert Aribaud <[albert.aribaud@free.fr]> 2010-08-27 18:11:48 Committer: Prafulla Wadaskar prafulla@marvell.com 2010-08-27 18:11:48
orion5x: fix comment-in-comment typo in cpu.h
As this is trivial and obvious enough, I left it in.
Please kindly pull this patch too
Regards.. Prafulla . .

Dear Prafulla Wadaskar,
In message F766E4F80769BD478052FB6533FA745D19A68799D3@SC-VEXCH4.marvell.com you wrote:
Hm... when pulling as instructed I also got this commit which you do not mention here:
I am sorry about this, I added it after sending this request.
No problem.
As this is trivial and obvious enough, I left it in.
Please kindly pull this patch too
Sorry for not being clear: that's what I did - it's in u-boot-arm now.
Best regards,
Wolfgang Denk

Hi Wolfgang/Tom
Pls pull
The following changes since commit d778a2fbb360530395dfbc0dbe1f80b7bf959028: Albert Aribaud (1): orion5x: fix relocation-incompatible code
are available in the git repository at:
u-boot-marvell.git master branch
Albert Aribaud (2): mvsata_ide: adjust port init sequence orion5x: optimize window size computation
Prafulla Wadaskar (4): Kirkwood: print_cpuinfo fixed for valid devid revid Kirkwood: dram_init is moved to dram.c kirkwood: added common config file mv-common.h Kirkwood: Changes specific to ARM relocation support
arch/arm/cpu/arm926ejs/kirkwood/cpu.c | 34 +++- arch/arm/cpu/arm926ejs/kirkwood/dram.c | 38 ++++ arch/arm/cpu/arm926ejs/orion5x/cpu.c | 32 ++- arch/arm/include/asm/arch-kirkwood/cpu.h | 2 + board/Marvell/guruplug/guruplug.c | 11 - board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c | 11 - board/Marvell/openrd_base/openrd_base.c | 11 - board/Marvell/rd6281a/rd6281a.c | 11 - board/Marvell/sheevaplug/sheevaplug.c | 11 - drivers/block/mvsata_ide.c | 42 ++++- include/configs/guruplug.h | 103 +---------- include/configs/keymile-common.h | 1 + include/configs/mv-common.h | 230 +++++++++++++++++++++++ include/configs/mv88f6281gtw_ge.h | 120 ++----------- include/configs/openrd_base.h | 146 +-------------- include/configs/rd6281a.h | 101 +--------- include/configs/sheevaplug.h | 104 +---------- 17 files changed, 389 insertions(+), 619 deletions(-) create mode 100644 include/configs/mv-common.h
Regards.. Prafulla . .

Dear Prafulla Wadaskar,
In message F766E4F80769BD478052FB6533FA745D19A69E2D53@SC-VEXCH4.marvell.com you wrote:
The following changes since commit d778a2fbb360530395dfbc0dbe1f80b7bf959028= : Albert Aribaud (1): orion5x: fix relocation-incompatible code
are available in the git repository at:
u-boot-marvell.git master branch
Albert Aribaud (2): mvsata_ide: adjust port init sequence orion5x: optimize window size computation
Prafulla Wadaskar (4): Kirkwood: print_cpuinfo fixed for valid devid revid Kirkwood: dram_init is moved to dram.c kirkwood: added common config file mv-common.h Kirkwood: Changes specific to ARM relocation support
arch/arm/cpu/arm926ejs/kirkwood/cpu.c | 34 +++- arch/arm/cpu/arm926ejs/kirkwood/dram.c | 38 ++++ arch/arm/cpu/arm926ejs/orion5x/cpu.c | 32 ++- arch/arm/include/asm/arch-kirkwood/cpu.h | 2 + board/Marvell/guruplug/guruplug.c | 11 - board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c | 11 - board/Marvell/openrd_base/openrd_base.c | 11 - board/Marvell/rd6281a/rd6281a.c | 11 - board/Marvell/sheevaplug/sheevaplug.c | 11 - drivers/block/mvsata_ide.c | 42 ++++- include/configs/guruplug.h | 103 +---------- include/configs/keymile-common.h | 1 + include/configs/mv-common.h | 230 +++++++++++++++++++= ++++ include/configs/mv88f6281gtw_ge.h | 120 ++----------- include/configs/openrd_base.h | 146 +-------------- include/configs/rd6281a.h | 101 +--------- include/configs/sheevaplug.h | 104 +---------- 17 files changed, 389 insertions(+), 619 deletions(-) create mode 100644 include/configs/mv-common.h
Applied to u-boot-arm, thanks.
Best regards,
Wolfgang Denk

Hi Wolfgang/Tom
Pls pull
The following changes since commit 66fca016057b1c6b697552cc7220ebada9d4f82d: Thomas Weber (1): Devkit8000: Adapt changes to ARM relocation support
are available in the git repository at:
u-boot-marvell.git ..BRANCH.NOT.VERIFIED..
Gray Remlin (1): kirkwood: guruplug: Relocate NAND environment area
Heiko Schocher (1): arm926ejs, suen3: fix relocation issues
Prafulla Wadaskar (2): Kirkwood: bugfix: broken early console messages kirkwood: get rid of config.mk files
Tanmay Upadhyay (1): Kirkwood: bugfix: DRAM size initialization
Makefile | 2 +- arch/arm/cpu/arm926ejs/kirkwood/dram.c | 10 +++++++ board/Marvell/guruplug/config.mk | 27 ------------------ board/Marvell/guruplug/guruplug.c | 6 +++- board/Marvell/mv88f6281gtw_ge/config.mk | 28 ------------------- board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c | 6 +++- board/Marvell/openrd_base/config.mk | 33 ----------------------- board/Marvell/openrd_base/openrd_base.c | 6 +++- board/Marvell/rd6281a/config.mk | 28 ------------------- board/Marvell/rd6281a/rd6281a.c | 6 +++- board/Marvell/sheevaplug/config.mk | 28 ------------------- board/Marvell/sheevaplug/sheevaplug.c | 6 +++- board/keymile/km_arm/config.mk | 28 ------------------- board/keymile/km_arm/km_arm.c | 24 ++++++++++------ include/configs/guruplug.h | 4 +- include/configs/keymile-common.h | 16 +++++++++++ include/configs/km_arm.h | 6 +++- include/configs/mv-common.h | 17 ++++++++++++ 18 files changed, 90 insertions(+), 191 deletions(-) delete mode 100644 board/Marvell/guruplug/config.mk delete mode 100644 board/Marvell/mv88f6281gtw_ge/config.mk delete mode 100644 board/Marvell/openrd_base/config.mk delete mode 100644 board/Marvell/rd6281a/config.mk delete mode 100644 board/Marvell/sheevaplug/config.mk delete mode 100644 board/keymile/km_arm/config.mk
Regards.. Prafulla . .

-----Original Message----- From: Albert ARIBAUD [mailto:albert.aribaud@free.fr] Sent: Friday, October 29, 2010 4:53 PM To: Prafulla Wadaskar Cc: Tom Rix; Wolfgang Denk; u-boot@lists.denx.de; Prabhanjan Sarnaik; Ashish Karkare Subject: Re: Pull request u-boot-marvell.git
Le 29/10/2010 13:11, Prafulla Wadaskar a écrit :
u-boot-marvell.git ..BRANCH.NOT.VERIFIED..
Sorry, this should be master branch.
Hi Wolfgang, Shall I send separate email? Or you will pull them from master?
Regards.. Prafulla . .
Is this normal?
Amicalement,
Albert.

Dear Prafulla Wadaskar,
In message F766E4F80769BD478052FB6533FA745D19A6ABAB6C@SC-VEXCH4.marvell.com you wrote:
u-boot-marvell.git ..BRANCH.NOT.VERIFIED..
Sorry, this should be master branch.
Shall I send separate email? Or you will pull them from master?
It's ok with me. No additional mail needed. Thanks.
Best regards,
Wolfgang Denk

On Friday 29 October 2010 13:23:26 Albert ARIBAUD wrote:
Le 29/10/2010 13:11, Prafulla Wadaskar a écrit :
u-boot-marvell.git ..BRANCH.NOT.VERIFIED..
Is this normal?
From my experience, this happens when the local branch is not yet pushed into the official repository at denx.de. "git request-pull" generates this output in this case.
Cheers, Stefan
-- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office@denx.de

________________________________________ From: Stefan Roese [mailto:sr@denx.de] Sent: Friday, October 29, 2010 5:01 PM To: u-boot@lists.denx.de Cc: Albert ARIBAUD; Prafulla Wadaskar Subject: Re: [U-Boot] Pull request u-boot-marvell.git
On Friday 29 October 2010 13:23:26 Albert ARIBAUD wrote:
Le 29/10/2010 13:11, Prafulla Wadaskar a écrit :
u-boot-marvell.git ..BRANCH.NOT.VERIFIED..
Is this normal? From my experience, this happens when the local branch is not yet pushed into the official repository at denx.de. "git request-pull" generates this output in this case.
You are right Stefan For me, I pull from internal mirror repository whereas push to original repository.
Regards.. Prafulla . .

Dear Prafulla Wadaskar,
In message F766E4F80769BD478052FB6533FA745D19A6ABAB6A@SC-VEXCH4.marvell.com you wrote:
Hi Wolfgang/Tom
Pls pull
The following changes since commit 66fca016057b1c6b697552cc7220ebada9d4f82d= : Thomas Weber (1): Devkit8000: Adapt changes to ARM relocation support
are available in the git repository at:
u-boot-marvell.git ..BRANCH.NOT.VERIFIED..
Gray Remlin (1): kirkwood: guruplug: Relocate NAND environment area
Heiko Schocher (1): arm926ejs, suen3: fix relocation issues
Prafulla Wadaskar (2): Kirkwood: bugfix: broken early console messages kirkwood: get rid of config.mk files
Tanmay Upadhyay (1): Kirkwood: bugfix: DRAM size initialization
Makefile | 2 +- arch/arm/cpu/arm926ejs/kirkwood/dram.c | 10 +++++++ board/Marvell/guruplug/config.mk | 27 ------------------ board/Marvell/guruplug/guruplug.c | 6 +++- board/Marvell/mv88f6281gtw_ge/config.mk | 28 ------------------- board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c | 6 +++- board/Marvell/openrd_base/config.mk | 33 -------------------=
board/Marvell/openrd_base/openrd_base.c | 6 +++- board/Marvell/rd6281a/config.mk | 28 ------------------- board/Marvell/rd6281a/rd6281a.c | 6 +++- board/Marvell/sheevaplug/config.mk | 28 ------------------- board/Marvell/sheevaplug/sheevaplug.c | 6 +++- board/keymile/km_arm/config.mk | 28 ------------------- board/keymile/km_arm/km_arm.c | 24 ++++++++++------ include/configs/guruplug.h | 4 +- include/configs/keymile-common.h | 16 +++++++++++ include/configs/km_arm.h | 6 +++- include/configs/mv-common.h | 17 ++++++++++++ 18 files changed, 90 insertions(+), 191 deletions(-) delete mode 100644 board/Marvell/guruplug/config.mk delete mode 100644 board/Marvell/mv88f6281gtw_ge/config.mk delete mode 100644 board/Marvell/openrd_base/config.mk delete mode 100644 board/Marvell/rd6281a/config.mk delete mode 100644 board/Marvell/sheevaplug/config.mk delete mode 100644 board/keymile/km_arm/config.mk
Applied, thanks.
Best regards,
Wolfgang Denk
participants (4)
-
Albert ARIBAUD
-
Prafulla Wadaskar
-
Stefan Roese
-
Wolfgang Denk