Re: [U-Boot] [STATUS] v2011.06-rc1 released

2011-05-30 Thread David Müller (ELSOFT AG)
Hello

Albert ARIBAUD wrote:
 In message4dd760eb.2050...@elsoft.ch  you wrote:

 please also apply the following patch and friends

 http://patchwork.ozlabs.org/patch/93595/

 this will make VCMA9 board work with current U-Boot release.
 
 Applied to arm tree, will send a pull request later today.

Could you please also apply the second half of this patch serie:

- http://patchwork.ozlabs.org/patch/93598/
- http://patchwork.ozlabs.org/patch/93599/
- http://patchwork.ozlabs.org/patch/93601/


Thank you

Dave

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [STATUS] v2011.06-rc1 released

2011-05-30 Thread Albert ARIBAUD
Hi David,

Le 30/05/2011 08:24, David Müller (ELSOFT AG) a écrit :
 Hello

 Albert ARIBAUD wrote:
 In message4dd760eb.2050...@elsoft.ch   you wrote:

 please also apply the following patch and friends

 http://patchwork.ozlabs.org/patch/93595/

 this will make VCMA9 board work with current U-Boot release.

 Applied to arm tree, will send a pull request later today.

 Could you please also apply the second half of this patch serie:

 - http://patchwork.ozlabs.org/patch/93598/
 - http://patchwork.ozlabs.org/patch/93599/
 - http://patchwork.ozlabs.org/patch/93601/

These three are not bugfixes, right? As they were submitted after the 
merge window, they will go in next right now, and will move to master 
after 2011-06 is released.

 Thank you

 Dave

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [STATUS] v2011.06-rc1 released

2011-05-23 Thread Albert ARIBAUD
Hi,

Le 21/05/2011 10:30, Wolfgang Denk a écrit :
 Dear =?ISO-8859-1?Q?=22David_M=FCller_=28ELSOFT_AG=29=22?=,

 In message4dd760eb.2050...@elsoft.ch  you wrote:

 please also apply the following patch and friends

 http://patchwork.ozlabs.org/patch/93595/

 this will make VCMA9 board work with current U-Boot release.

 This is on Albert's plate.

Applied to arm tree, will send a pull request later today.

 Best regards,

 Wolfgang Denk

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [STATUS] v2011.06-rc1 released

2011-05-23 Thread Albert ARIBAUD
Hi all,

Le 21/05/2011 09:07, Dirk Behme a écrit :

 I'd like

 1. to get

 http://patchwork.ozlabs.org/patch/95661/

 applied to fix

 ca9x4_ct_vxp.c: In function 'cpu_mmc_init':
 ca9x4_ct_vxp.c:93: warning: implicit declaration of function
 'arm_pl180_mmci_init'

 building 'a9x4_ct_vxp'

Sorry for nitpicking, but this patch uses angle braces for including a 
header file which is not 'system' (it's even a relative path). Could it 
use quotes instead, please?

 2. to get

 http://lists.denx.de/pipermail/u-boot/2011-April/091030.html

 applied to fix

 beagle.c: In function 'misc_init_r':
 beagle.c:174: warning: initialization from incompatible pointer type

 building 'omap3_beagle'

I'll pull this one in directly, no need to go through the OMAP tree IMO.

 3. a pull request for

 http://git.denx.de/u-boot-samsung.git

 to fix

 s5p_mmc.c: In function 's5p_mmc_initialize':
 s5p_mmc.c:469: error: 'struct mmc' has no member named 'm_bmax'

 by

 http://git.denx.de/?p=u-boot/u-boot-samsung.git;a=commit;h=f99d5b34c2c173a5e4a82e638e74b3e95f480b82

Minkyu: I'll request a pull of u-boot-arm/master within a few minutes. 
Once applied by Wolfgang, please base the samsung pull req on it.

 Best regards

 Dirk

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [STATUS] v2011.06-rc1 released

2011-05-23 Thread Minkyu Kang
Dear Albert ARIBAUD,

On 23 May 2011 15:50, Albert ARIBAUD albert.u.b...@aribaud.net wrote:
 3. a pull request for

 http://git.denx.de/u-boot-samsung.git

 to fix

 s5p_mmc.c: In function 's5p_mmc_initialize':
 s5p_mmc.c:469: error: 'struct mmc' has no member named 'm_bmax'

 by


 http://git.denx.de/?p=u-boot/u-boot-samsung.git;a=commit;h=f99d5b34c2c173a5e4a82e638e74b3e95f480b82

 Minkyu: I'll request a pull of u-boot-arm/master within a few minutes. Once
 applied by Wolfgang, please base the samsung pull req on it.


OK.
I'll send the pull_request after rebase.

Thanks
Minkyu Kang
-- 
from. prom.
www.promsoft.net
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [STATUS] v2011.06-rc1 released

2011-05-23 Thread Dirk Behme
On 23.05.2011 08:50, Albert ARIBAUD wrote:
 Hi all,

 Le 21/05/2011 09:07, Dirk Behme a écrit :

 I'd like

 1. to get

 http://patchwork.ozlabs.org/patch/95661/

 applied to fix

 ca9x4_ct_vxp.c: In function 'cpu_mmc_init':
 ca9x4_ct_vxp.c:93: warning: implicit declaration of function
 'arm_pl180_mmci_init'

 building 'a9x4_ct_vxp'

 Sorry for nitpicking, but this patch uses angle braces for including a
 header file which is not 'system' (it's even a relative path). Could
 it use quotes instead, please?

Done:

http://lists.denx.de/pipermail/u-boot/2011-May/093194.html

Thanks

Dirk
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [STATUS] v2011.06-rc1 released

2011-05-21 Thread David Müller (ELSOFT AG)
Hello,

please also apply the following patch and friends

http://patchwork.ozlabs.org/patch/93595/

this will make VCMA9 board work with current U-Boot release.

Thank you

Dave
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [STATUS] v2011.06-rc1 released

2011-05-21 Thread Dirk Behme
On 19.05.2011 22:36, Wolfgang Denk wrote:
 Hello everybody:

 * U-Boot v2011.06-rc1 was released on Thu, May 19, 2011

 * Release v2011.06 is scheduled in 24 days - on June 12, 2011.

 Please help testing, and check if all your relevant patches have been
 included.

I'd like

1. to get

http://patchwork.ozlabs.org/patch/95661/

applied to fix

ca9x4_ct_vxp.c: In function 'cpu_mmc_init':
ca9x4_ct_vxp.c:93: warning: implicit declaration of function 
'arm_pl180_mmci_init'

building 'a9x4_ct_vxp'

2. to get

http://lists.denx.de/pipermail/u-boot/2011-April/091030.html

applied to fix

beagle.c: In function 'misc_init_r':
beagle.c:174: warning: initialization from incompatible pointer type

building 'omap3_beagle'

3. a pull request for

http://git.denx.de/u-boot-samsung.git

to fix

s5p_mmc.c: In function 's5p_mmc_initialize':
s5p_mmc.c:469: error: 'struct mmc' has no member named 'm_bmax'

by

http://git.denx.de/?p=u-boot/u-boot-samsung.git;a=commit;h=f99d5b34c2c173a5e4a82e638e74b3e95f480b82

Best regards

Dirk

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [STATUS] v2011.06-rc1 released

2011-05-21 Thread Wolfgang Denk
Dear =?ISO-8859-1?Q?=22David_M=FCller_=28ELSOFT_AG=29=22?=,

In message 4dd760eb.2050...@elsoft.ch you wrote:
 
 please also apply the following patch and friends
 
 http://patchwork.ozlabs.org/patch/93595/
 
 this will make VCMA9 board work with current U-Boot release.

This is on Albert's plate.

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: w...@denx.de
We are all agreed that your  theory  is  crazy.  The  question  which
divides  us  is  whether it is crazy enough to have a chance of being
correct. My own feeling is that it is not crazy enough.  - Niels Bohr
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [STATUS] v2011.06-rc1 released

2011-05-20 Thread Jens Scharsig
Hello,

please apply the following patch

http://patchwork.ozlabs.org/patch/83703/

this will make at91rm9200ek and eb_cpux9k2 board work with current release.
This patch also fix the broken arm/920t/at91 arch since last merge with
arm custodian tree.

Best regards

Jens Scharsig
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [STATUS] v2011.06-rc1 released

2011-05-20 Thread Reinhard Meyer
Dear Jens Scharsig,
 Hello,

 please apply the following patch

 http://patchwork.ozlabs.org/patch/83703/

 this will make at91rm9200ek and eb_cpux9k2 board work with current release.
 This patch also fix the broken arm/920t/at91 arch since last merge with
 arm custodian tree.

I will see to that asap.

Best regards
Reinhard
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [STATUS] v2011.06-rc1 released

2011-05-19 Thread Wolfgang Denk
Hello everybody:

* U-Boot v2011.06-rc1 was released on Thu, May 19, 2011

* Release v2011.06 is scheduled in 24 days - on June 12, 2011.

Please help testing, and check if all your relevant patches have been
included.


Note that still a large number of ARM boards are broken. I hope many
people join the efforts and fix at least some of the currently broken
boards.

Note: Boards that will not be fixed for this release will be removed
with the next one.

Thanks in advance to everybody who lends a helping hand.

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: w...@denx.de
Life is a garment we continuously alter, but which  never  seems  to
fit.  - David McCord
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot