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

Hi Albert
Please kindly pull The following changes since commit 2fa8ca98c37d5b1bb0328b19ddb7e9d162cd9683: Grant Likely (1): Add CONFIG_OF_LIBFDT to more boards.
are available in the git repository at:
u-boot-marvell.git master branch.
Clint Adams (4): Rename openrd_base files to openrd Add definitions for OpenRD-Client and OpenRD-Ultimate Initialize second PHY on OpenRD-Client and OpenRD-Ultimate Enable multiple fs options for Marvell SoC family on OpenRD boards
Simon Guinot (2): Kirkwood: allow to override CONFIG_SYS_TCLK mv-common.h: fix DRAM banks configuration
MAINTAINERS | 1 + MAKEALL | 2 + arch/arm/include/asm/arch-kirkwood/kw88f6281.h | 8 +- board/Marvell/{openrd_base => openrd}/Makefile | 2 +- board/Marvell/{openrd_base => openrd}/kwbimage.cfg | 0 .../{openrd_base/openrd_base.c => openrd/openrd.c} | 33 ++- .../{openrd_base/openrd_base.h => openrd/openrd.h} | 0 .../openrd_base => freescale/mx53loco}/Makefile | 21 +- boards.cfg | 5 +- include/configs/mv-common.h | 8 +- include/configs/{openrd_base.h => openrd.h} | 33 ++- 11 files changed, 707 insertions(+), 34 deletions(-) copy board/Marvell/{openrd_base => openrd}/Makefile (98%) rename board/Marvell/{openrd_base => openrd}/kwbimage.cfg (100%) rename board/Marvell/{openrd_base/openrd_base.c => openrd/openrd.c} (80%) rename board/Marvell/{openrd_base/openrd_base.h => openrd/openrd.h} (100%) rename board/{Marvell/openrd_base => freescale/mx53loco}/Makefile (69%) rename include/configs/{openrd_base.h => openrd.h} (81%)
The contents are tailored for relevant patches since git-request-pull output was with added patches.
Regards.. Prafulla . .

Hi Prafulla,
Please do not use my former address; use my current From: one.
Le 06/05/2011 15:25, Prafulla Wadaskar a écrit :
Hi Albert
Please kindly pull The following changes since commit 2fa8ca98c37d5b1bb0328b19ddb7e9d162cd9683: Grant Likely (1): Add CONFIG_OF_LIBFDT to more boards.
are available in the git repository at:
u-boot-marvell.git master branch.
Clint Adams (4): Rename openrd_base files to openrd Add definitions for OpenRD-Client and OpenRD-Ultimate Initialize second PHY on OpenRD-Client and OpenRD-Ultimate Enable multiple fs options for Marvell SoC family on OpenRD boards
Simon Guinot (2): Kirkwood: allow to override CONFIG_SYS_TCLK mv-common.h: fix DRAM banks configuration
Seems like you've got more than these 6 patches on your master branch above mine. On my side I see
Clint Adams (4): Rename openrd_base files to openrd Add definitions for OpenRD-Client and OpenRD-Ultimate Initialize second PHY on OpenRD-Client and OpenRD-Ultimate Enable multiple fs options for Marvell SoC family on OpenRD boards
Jason Liu (2): mx53loco: set mmc env to MMC slot1 MX5: Enable flat-device-tree support on mx53 loco board
Liu Hui-R64343 (1): MX53: support for freescale MX53LOCO board
Minkyu Kang (1): Don't grab memory for LCD if FB address is defined
Simon Guinot (2): Kirkwood: allow to override CONFIG_SYS_TCLK mv-common.h: fix DRAM banks configuration
Some of which, IIRC, are not to be applied yet (the MX53LOCO ones, for instance) and some which are already (the "don't grab LCD..." one).
Can you double-check your tree?
Amicalement,

-----Original Message----- From: Albert ARIBAUD [mailto:albert.u.boot@aribaud.net] Sent: Saturday, May 07, 2011 1:30 AM To: Prafulla Wadaskar Cc: Wolfgang Denk; 'u-boot@lists.denx.de'; Ashish Karkare; Prabhanjan Sarnaik Subject: Re: Pull request u-boot-marvell.git
Hi Prafulla,
Please do not use my former address; use my current From: one.
Le 06/05/2011 15:25, Prafulla Wadaskar a écrit :
Hi Albert
Please kindly pull The following changes since commit
2fa8ca98c37d5b1bb0328b19ddb7e9d162cd9683:
Grant Likely (1): Add CONFIG_OF_LIBFDT to more boards.
are available in the git repository at:
u-boot-marvell.git master branch.
Clint Adams (4): Rename openrd_base files to openrd Add definitions for OpenRD-Client and OpenRD-Ultimate Initialize second PHY on OpenRD-Client and OpenRD-Ultimate Enable multiple fs options for Marvell SoC family on OpenRD
boards
Simon Guinot (2): Kirkwood: allow to override CONFIG_SYS_TCLK mv-common.h: fix DRAM banks configuration
Seems like you've got more than these 6 patches on your master branch above mine. On my side I see
Yes, you are correct Even I have mentioned this in my mail.
Clint Adams (4): Rename openrd_base files to openrd Add definitions for OpenRD-Client and OpenRD-Ultimate Initialize second PHY on OpenRD-Client and OpenRD-Ultimate Enable multiple fs options for Marvell SoC family on OpenRD boards
Jason Liu (2): mx53loco: set mmc env to MMC slot1 MX5: Enable flat-device-tree support on mx53 loco board
Liu Hui-R64343 (1): MX53: support for freescale MX53LOCO board
Minkyu Kang (1): Don't grab memory for LCD if FB address is defined
Simon Guinot (2): Kirkwood: allow to override CONFIG_SYS_TCLK mv-common.h: fix DRAM banks configuration
Some of which, IIRC, are not to be applied yet (the MX53LOCO ones, for instance) and some which are already (the "don't grab LCD..." one).
Can you double-check your tree?
I have rebased with u-boot-arm.git master and those are available there. What should I do now to resolve this? BTW: This is first time I am facing this problem. What is root cause of it?
Regards.. Prafulla. . .
Amicalement,
Albert.

Hi Prafulla,
Le 06/05/2011 22:43, Prafulla Wadaskar a écrit :
-----Original Message----- From: Albert ARIBAUD [mailto:albert.u.boot@aribaud.net] Sent: Saturday, May 07, 2011 1:30 AM To: Prafulla Wadaskar Cc: Wolfgang Denk; 'u-boot@lists.denx.de'; Ashish Karkare; Prabhanjan Sarnaik Subject: Re: Pull request u-boot-marvell.git
Hi Prafulla,
Please do not use my former address; use my current From: one.
Le 06/05/2011 15:25, Prafulla Wadaskar a écrit :
Hi Albert
Please kindly pull The following changes since commit
2fa8ca98c37d5b1bb0328b19ddb7e9d162cd9683:
Grant Likely (1): Add CONFIG_OF_LIBFDT to more boards.
are available in the git repository at:
u-boot-marvell.git master branch.
Clint Adams (4): Rename openrd_base files to openrd Add definitions for OpenRD-Client and OpenRD-Ultimate Initialize second PHY on OpenRD-Client and OpenRD-Ultimate Enable multiple fs options for Marvell SoC family on OpenRD
boards
Simon Guinot (2): Kirkwood: allow to override CONFIG_SYS_TCLK mv-common.h: fix DRAM banks configuration
Seems like you've got more than these 6 patches on your master branch above mine. On my side I see
Yes, you are correct Even I have mentioned this in my mail.
Sorry, I'd missed this as I directly went to check the list of commits.
Clint Adams (4): Rename openrd_base files to openrd Add definitions for OpenRD-Client and OpenRD-Ultimate Initialize second PHY on OpenRD-Client and OpenRD-Ultimate Enable multiple fs options for Marvell SoC family on OpenRD boards
Jason Liu (2): mx53loco: set mmc env to MMC slot1 MX5: Enable flat-device-tree support on mx53 loco board
Liu Hui-R64343 (1): MX53: support for freescale MX53LOCO board
Minkyu Kang (1): Don't grab memory for LCD if FB address is defined
Simon Guinot (2): Kirkwood: allow to override CONFIG_SYS_TCLK mv-common.h: fix DRAM banks configuration
Some of which, IIRC, are not to be applied yet (the MX53LOCO ones, for instance) and some which are already (the "don't grab LCD..." one).
Can you double-check your tree?
I have rebased with u-boot-arm.git master and those are available there. What should I do now to resolve this? BTW: This is first time I am facing this problem. What is root cause of it?
I has the same issue, caused by some patches in IMX that were initially accepted then rejected, only after I had pulled the IMX tree. I had to do an interactive rebase to select which patches I needed. Here is what you should do:
1) checkout your current master branch (with the spurious commits)
2) do a 'git rebase -i u-boot-arm/master'. The -i will cause the list of commits to be presented to you in an editor, and you will be able to remove those which you do not want.
You'll need to re-push the master (and possibly next, if you need to rebase and export it too) with the -f option.
Amicalement,

Hi Albert
Please kindly pull The following changes since commit 33e4e15695f7e502fc414984f67d6636f03854fa: Ben Gardiner (1): da850evm: fix NAND WSTROBE and TA timings
are available in the git repository at:
u-boot-marvell.git master branch.
Clint Adams (4): Rename openrd_base files to openrd Add definitions for OpenRD-Client and OpenRD-Ultimate Initialize second PHY on OpenRD-Client and OpenRD-Ultimate Enable multiple fs options for Marvell SoC family on OpenRD boards
Simon Guinot (2): Kirkwood: allow to override CONFIG_SYS_TCLK mv-common.h: fix DRAM banks configuration
MAKEALL | 2 + arch/arm/include/asm/arch-kirkwood/kw88f6281.h | 8 +++-- board/Marvell/{openrd_base => openrd}/Makefile | 2 +- board/Marvell/{openrd_base => openrd}/kwbimage.cfg | 0 .../{openrd_base/openrd_base.c => openrd/openrd.c} | 33 +++++++++++++++++--- .../{openrd_base/openrd_base.h => openrd/openrd.h} | 0 boards.cfg | 4 ++- include/configs/mv-common.h | 8 ++-- include/configs/{openrd_base.h => openrd.h} | 33 +++++++++++++++++--- 9 files changed, 71 insertions(+), 19 deletions(-) rename board/Marvell/{openrd_base => openrd}/Makefile (98%) rename board/Marvell/{openrd_base => openrd}/kwbimage.cfg (100%) rename board/Marvell/{openrd_base/openrd_base.c => openrd/openrd.c} (80%) rename board/Marvell/{openrd_base/openrd_base.h => openrd/openrd.h} (100%) rename include/configs/{openrd_base.h => openrd.h} (81%)
Regards.. Prafulla . .

Hi Prafulla,
Le 11/05/2011 13:51, Prafulla Wadaskar a écrit :
Hi Albert
Please kindly pull The following changes since commit 33e4e15695f7e502fc414984f67d6636f03854fa: Ben Gardiner (1): da850evm: fix NAND WSTROBE and TA timings
are available in the git repository at:
u-boot-marvell.git master branch.
Clint Adams (4): Rename openrd_base files to openrd Add definitions for OpenRD-Client and OpenRD-Ultimate Initialize second PHY on OpenRD-Client and OpenRD-Ultimate Enable multiple fs options for Marvell SoC family on OpenRD boards
Simon Guinot (2): Kirkwood: allow to override CONFIG_SYS_TCLK mv-common.h: fix DRAM banks configuration
MAKEALL | 2 + arch/arm/include/asm/arch-kirkwood/kw88f6281.h | 8 +++-- board/Marvell/{openrd_base => openrd}/Makefile | 2 +- board/Marvell/{openrd_base => openrd}/kwbimage.cfg | 0 .../{openrd_base/openrd_base.c => openrd/openrd.c} | 33 +++++++++++++++++--- .../{openrd_base/openrd_base.h => openrd/openrd.h} | 0 boards.cfg | 4 ++- include/configs/mv-common.h | 8 ++-- include/configs/{openrd_base.h => openrd.h} | 33 +++++++++++++++++--- 9 files changed, 71 insertions(+), 19 deletions(-) rename board/Marvell/{openrd_base => openrd}/Makefile (98%) rename board/Marvell/{openrd_base => openrd}/kwbimage.cfg (100%) rename board/Marvell/{openrd_base/openrd_base.c => openrd/openrd.c} (80%) rename board/Marvell/{openrd_base/openrd_base.h => openrd/openrd.h} (100%) rename include/configs/{openrd_base.h => openrd.h} (81%)
Applied, thanks.
Regards.. Prafulla . .
Amicalement,
participants (2)
-
Albert ARIBAUD
-
Prafulla Wadaskar