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

Hi Albert, Please kindly pull The following changes since commit 12eba1b49380988fd87cc0b3af44014cca8b71c4: Jeroen Hofstee (1): README: update ARM register usage
are available in the git repository at:
u-boot-marvell.git master branch.
Holger Brunck (2): arm/km: drop unneeded define arm/km: make local function startup_allowed static
Karlheinz Jerg (1): arm/km: add support for km_kirkwood_128m16 board
board/keymile/km_arm/km_arm.c | 6 +----- boards.cfg | 1 + include/configs/km_kirkwood.h | 10 ++++++++++ 3 files changed, 12 insertions(+), 5 deletions(-)
Regards... Prafulla . . .

Hi Prafulla,
On Wed, 25 Sep 2013 04:20:24 -0700, Prafulla Wadaskar prafulla@marvell.com wrote:
Hi Albert, Please kindly pull The following changes since commit 12eba1b49380988fd87cc0b3af44014cca8b71c4: Jeroen Hofstee (1): README: update ARM register usage
are available in the git repository at:
u-boot-marvell.git master branch.
Holger Brunck (2): arm/km: drop unneeded define arm/km: make local function startup_allowed static
Karlheinz Jerg (1): arm/km: add support for km_kirkwood_128m16 board
board/keymile/km_arm/km_arm.c | 6 +----- boards.cfg | 1 + include/configs/km_kirkwood.h | 10 ++++++++++ 3 files changed, 12 insertions(+), 5 deletions(-)
Regards... Prafulla . . .
For km_kirkwood_128m16:
../common/ivm.c: In function 'ivm_read_eeprom': ../common/ivm.c:304:18: error: 'CONFIG_KM_IVM_BUS' undeclared (first use in this function) ../common/ivm.c:304:18: note: each undeclared identifier is reported only once for each function it appears in make[1]: *** [/home/albert/src/u-boot-arm/build/km_kirkwood_128m16/board/keymile/km_arm/../common/ivm.o] Error 1 make: *** [/home/albert/src/u-boot-arm/build/km_kirkwood_128m16/board/keymile/km_arm/libkm_arm.o] Error 2
Amicalement,

Hi,
On 10/02/2013 02:51 PM, Albert ARIBAUD wrote:
Hi Prafulla,
On Wed, 25 Sep 2013 04:20:24 -0700, Prafulla Wadaskar prafulla@marvell.com wrote:
Hi Albert, Please kindly pull The following changes since commit 12eba1b49380988fd87cc0b3af44014cca8b71c4: Jeroen Hofstee (1): README: update ARM register usage
are available in the git repository at:
u-boot-marvell.git master branch.
Holger Brunck (2): arm/km: drop unneeded define arm/km: make local function startup_allowed static
Karlheinz Jerg (1): arm/km: add support for km_kirkwood_128m16 board
board/keymile/km_arm/km_arm.c | 6 +----- boards.cfg | 1 + include/configs/km_kirkwood.h | 10 ++++++++++ 3 files changed, 12 insertions(+), 5 deletions(-)
Regards... Prafulla . . .
For km_kirkwood_128m16:
../common/ivm.c: In function 'ivm_read_eeprom': ../common/ivm.c:304:18: error: 'CONFIG_KM_IVM_BUS' undeclared (first use in this function) ../common/ivm.c:304:18: note: each undeclared identifier is reported only once for each function it appears in make[1]: *** [/home/albert/src/u-boot-arm/build/km_kirkwood_128m16/board/keymile/km_arm/../common/ivm.o] Error 1 make: *** [/home/albert/src/u-boot-arm/build/km_kirkwood_128m16/board/keymile/km_arm/libkm_arm.o] Error 2
ok there is some interdependency with Heikos i2c mux rework.
Prafulla should I send a patch on top of your branch which fixes this or should I send a v3 of the whole patch?
Regards Holger

-----Original Message----- From: Holger Brunck [mailto:holger.brunck@keymile.com] Sent: 07 October 2013 12:48 To: Prafulla Wadaskar Cc: Albert ARIBAUD; 'u-boot@lists.denx.de'; Manas Saksena Subject: Re: Pull request for u-boot-marvell.git
Hi,
On 10/02/2013 02:51 PM, Albert ARIBAUD wrote:
Hi Prafulla,
On Wed, 25 Sep 2013 04:20:24 -0700, Prafulla Wadaskar prafulla@marvell.com wrote:
Hi Albert, Please kindly pull The following changes since commit
12eba1b49380988fd87cc0b3af44014cca8b71c4:
Jeroen Hofstee (1): README: update ARM register usage
are available in the git repository at:
u-boot-marvell.git master branch.
Holger Brunck (2): arm/km: drop unneeded define arm/km: make local function startup_allowed
static
Karlheinz Jerg (1): arm/km: add support for km_kirkwood_128m16
board
board/keymile/km_arm/km_arm.c | 6 +----- boards.cfg | 1 + include/configs/km_kirkwood.h | 10 ++++++++++ 3 files changed, 12 insertions(+), 5 deletions(-)
Regards... Prafulla . . .
For km_kirkwood_128m16:
../common/ivm.c: In function 'ivm_read_eeprom': ../common/ivm.c:304:18: error: 'CONFIG_KM_IVM_BUS'
undeclared (first
use in this function) ../common/ivm.c:304:18: note:
each undeclared
identifier is reported only once for each function it
appears in
make[1]: *** [/home/albert/src/u-boot-
arm/build/km_kirkwood_128m16/board/keymile/km_arm/../co mmon/ivm.o]
Error 1 make: *** [/home/albert/src/u-boot-
arm/build/km_kirkwood_128m16/board/keymile/km_arm/libkm _arm.o]
Error 2
ok there is some interdependency with Heikos i2c mux rework.
Prafulla should I send a patch on top of your branch which fixes this or should I send a v3 of the whole patch?
Please send the patch to fix this issue on the top of branch.
Regards... Prafulla . . .

On 10/07/2013 02:58 PM, Prafulla Wadaskar wrote:
-----Original Message----- From: Holger Brunck [mailto:holger.brunck@keymile.com] Sent: 07 October 2013 12:48 To: Prafulla Wadaskar Cc: Albert ARIBAUD; 'u-boot@lists.denx.de'; Manas Saksena Subject: Re: Pull request for u-boot-marvell.git
Hi,
On 10/02/2013 02:51 PM, Albert ARIBAUD wrote:
Hi Prafulla,
On Wed, 25 Sep 2013 04:20:24 -0700, Prafulla Wadaskar prafulla@marvell.com wrote:
Hi Albert, Please kindly pull The following changes since commit
12eba1b49380988fd87cc0b3af44014cca8b71c4:
Jeroen Hofstee (1): README: update ARM register usage
are available in the git repository at:
u-boot-marvell.git master branch.
Holger Brunck (2): arm/km: drop unneeded define arm/km: make local function startup_allowed
static
Karlheinz Jerg (1): arm/km: add support for km_kirkwood_128m16
board
board/keymile/km_arm/km_arm.c | 6 +----- boards.cfg | 1 + include/configs/km_kirkwood.h | 10 ++++++++++ 3 files changed, 12 insertions(+), 5 deletions(-)
Regards... Prafulla . . .
For km_kirkwood_128m16:
../common/ivm.c: In function 'ivm_read_eeprom': ../common/ivm.c:304:18: error: 'CONFIG_KM_IVM_BUS'
undeclared (first
use in this function) ../common/ivm.c:304:18: note:
each undeclared
identifier is reported only once for each function it
appears in
make[1]: *** [/home/albert/src/u-boot-
arm/build/km_kirkwood_128m16/board/keymile/km_arm/../co mmon/ivm.o]
Error 1 make: *** [/home/albert/src/u-boot-
arm/build/km_kirkwood_128m16/board/keymile/km_arm/libkm _arm.o]
Error 2
ok there is some interdependency with Heikos i2c mux rework.
Prafulla should I send a patch on top of your branch which fixes this or should I send a v3 of the whole patch?
Please send the patch to fix this issue on the top of branch.
done three days ago. So could you please pick it up and send Albert a new pull request?
Thanks! Holger

-----Original Message----- From: Holger Brunck [mailto:holger.brunck@keymile.com] Sent: 10 October 2013 22:37 To: Prafulla Wadaskar Cc: Albert ARIBAUD; 'u-boot@lists.denx.de'; Manas Saksena Subject: Re: Pull request for u-boot-marvell.git
On 10/07/2013 02:58 PM, Prafulla Wadaskar wrote:
-----Original Message----- From: Holger Brunck
[mailto:holger.brunck@keymile.com]
Sent: 07 October 2013 12:48 To: Prafulla Wadaskar Cc: Albert ARIBAUD; 'u-boot@lists.denx.de'; Manas Saksena Subject: Re: Pull request for u-boot-marvell.git
Hi,
On 10/02/2013 02:51 PM, Albert ARIBAUD wrote:
Hi Prafulla,
On Wed, 25 Sep 2013 04:20:24 -0700, Prafulla
Wadaskar
prafulla@marvell.com wrote:
Hi Albert, Please kindly pull The following changes since commit
12eba1b49380988fd87cc0b3af44014cca8b71c4:
Jeroen Hofstee (1): README: update ARM register usage
are available in the git repository at:
u-boot-marvell.git master branch.
Holger Brunck (2): arm/km: drop unneeded define arm/km: make local function startup_allowed
static
Karlheinz Jerg (1): arm/km: add support for km_kirkwood_128m16
board
board/keymile/km_arm/km_arm.c | 6 +----- boards.cfg | 1 + include/configs/km_kirkwood.h | 10 ++++++++++ 3 files changed, 12 insertions(+), 5 deletions(-)
Regards... Prafulla . . .
For km_kirkwood_128m16:
../common/ivm.c: In function 'ivm_read_eeprom': ../common/ivm.c:304:18: error: 'CONFIG_KM_IVM_BUS'
undeclared (first
use in this function) ../common/ivm.c:304:18: note:
each undeclared
identifier is reported only once for each function
it
appears in
make[1]: *** [/home/albert/src/u-boot-
arm/build/km_kirkwood_128m16/board/keymile/km_arm/../co
mmon/ivm.o]
Error 1 make: *** [/home/albert/src/u-boot-
arm/build/km_kirkwood_128m16/board/keymile/km_arm/libkm
_arm.o]
Error 2
ok there is some interdependency with Heikos i2c mux rework.
Prafulla should I send a patch on top of your branch which fixes this or should I send a v3 of the whole patch?
Please send the patch to fix this issue on the top of
branch.
done three days ago. So could you please pick it up and send Albert a new pull request?
Surely I will be doing the same.
Regards... Prafulla . . .

On 10/10/2013 07:06 PM, Holger Brunck wrote:
Prafulla should I send a patch on top of your branch which fixes this or should I send a v3 of the whole patch?
Please send the patch to fix this issue on the top of branch.
done three days ago. So could you please pick it up and send Albert a new pull request?
so we missed v2013.10. Any chance to pull them now for v2014.01?
Regards Holger

-----Original Message----- From: Holger Brunck [mailto:holger.brunck@keymile.com] Sent: 28 November 2013 05:01 To: Prafulla Wadaskar Cc: Manas Saksena; 'u-boot@lists.denx.de'; albert.u.boot@aribaud.net Subject: Re: Pull request for u-boot-marvell.git
On 10/10/2013 07:06 PM, Holger Brunck wrote:
Prafulla should I send a patch on top of your
branch
which fixes this or should I send a v3 of the whole patch?
Please send the patch to fix this issue on the top
of branch.
done three days ago. So could you please pick it up
and send Albert a new pull
request?
so we missed v2013.10. Any chance to pull them now for v2014.01?
I am sorry about that. I will send new pull request for this.
Regards... Prafulla . . .
Regards Holger

Hi Prafulla,
On Thu, Nov 28, 2013 at 07:32:35PM -0800, Prafulla Wadaskar wrote:
so we missed v2013.10. Any chance to pull them now for v2014.01?
I am sorry about that. I will send new pull request for this.
Can you please take this one too:
http://patchwork.ozlabs.org/patch/287388/
Thanks!
Luka
participants (4)
-
Albert ARIBAUD
-
Holger Brunck
-
Luka Perkov
-
Prafulla Wadaskar