Re: [U-Boot] CUSTODIANS: Urgent boarding call for flight 2009.03

2009-03-16 Thread Heiko Schocher
Hello Wolfgang,

Wolfgang Denk wrote:
> Hi Custodians (and everybody else),
>
> can you please check if all urgent patches have been added to the
> U-Boot master branch?
>
> If anything should still be missing, please respond *now*.
>   

I miss the following patchseries:

http://lists.denx.de/pipermail/u-boot/2009-March/048916.html

bye
Heiko

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany 

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


Re: [U-Boot] CUSTODIANS: Urgent boarding call for flight 2009.03

2009-03-17 Thread Michal Simek
Hi Wolfgang,

Microblaze code is OK - without build errors.

Thanks,
Michal

Wolfgang Denk wrote:
> Hi Custodians (and everybody else),
> 
> can you please check if all urgent patches have been added to the
> U-Boot master branch?
> 
> If anything should still be missing, please respond *now*.
> 
> 
> My intention is to push out the 2009.03 release on schedule,
> i. e. on Saturday, March 21, 2009.
> 
> At the moment I am not planning for another release candidate.
> 
> 
> Note: after the release is out, I will merge the current "next"
> branch into "master", so this will be the starting point for the next
> merge window.
> 
> Thanks.
> 
> Best regards,
> 
> Wolfgang Denk
> 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] CUSTODIANS: Urgent boarding call for flight 2009.03

2009-03-18 Thread Wolfgang Denk
Dear Heiko Schocher,

In message <49bf44ed.1080...@denx.de> you wrote:
> 
> I miss the following patchseries:
> 
> http://lists.denx.de/pipermail/u-boot/2009-March/048916.html

Thanks for pointing out (I though this was for "next").

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
How come everyone's going so slow if it's called rush hour?
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] CUSTODIANS: Urgent boarding call for flight 2009.03

2009-03-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:26 Tue 17 Mar , Wolfgang Denk wrote:
> Hi Custodians (and everybody else),
> 
> can you please check if all urgent patches have been added to the
> U-Boot master branch?
> 
> If anything should still be missing, please respond *now*.
> 
> 
> My intention is to push out the 2009.03 release on schedule,
> i. e. on Saturday, March 21, 2009.
> 
> At the moment I am not planning for another release candidate.
> 
> 
> Note: after the release is out, I will merge the current "next"
> branch into "master", so this will be the starting point for the next
> merge window.
> 
For ARM the only pending patch are the OMAP3 usb clock which I wait the new
version
and the NetStar

The AVR32 failled to build

Configuring for atstk1002 board...
In file included from cpu.c:25:
/private/u-boot-arm/include/asm/io.h:129: error: conflicting types for
'virt_to_phys'
/private/u-boot-arm/include/asm/io.h:80: error: previous definition of
'virt_to_phys' was here
make[1]: *** [cpu.o] Error 1
make: *** [cpu/at32ap/libat32ap.a] Error 2
make: *** Waiting for unfinished jobs
In file included from gpio.c:24:
/private/u-boot-arm/include/asm/io.h:129: error: conflicting types for
'virt_to_phys'
/private/u-boot-arm/include/asm/io.h:80: error: previous definition of
'virt_to_phys' was here
make[1]: *** [gpio.o] Error 1
make[1]: In file included from clk.c:24:
/private/u-boot-arm/include/asm/io.h:129: error: conflicting types for
'virt_to_phys'
/private/u-boot-arm/include/asm/io.h:80: error: previous definition of
'virt_to_phys' was here

Haavard could you take a look?

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


Re: [U-Boot] CUSTODIANS: Urgent boarding call for flight 2009.03

2009-03-19 Thread Haavard Skinnemoen
Jean-Christophe PLAGNIOL-VILLARD wrote:
> make[1]: In file included from clk.c:24:
> /private/u-boot-arm/include/asm/io.h:129: error: conflicting types for
> 'virt_to_phys'
> /private/u-boot-arm/include/asm/io.h:80: error: previous definition of
> 'virt_to_phys' was here
> 
> Haavard could you take a look?

Latest upstream master builds just fine here...though the last release
may be broken because I pushed the fix too late.

Thanks a lot for keeping an eye on things.

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


Re: [U-Boot] CUSTODIANS: Urgent boarding call for flight 2009.03

2009-03-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:25 Thu 19 Mar , Haavard Skinnemoen wrote:
> Jean-Christophe PLAGNIOL-VILLARD wrote:
> > make[1]: In file included from clk.c:24:
> > /private/u-boot-arm/include/asm/io.h:129: error: conflicting types for
> > 'virt_to_phys'
> > /private/u-boot-arm/include/asm/io.h:80: error: previous definition of
> > 'virt_to_phys' was here
> > 
> > Haavard could you take a look?
> 
> Latest upstream master builds just fine here...though the last release
> may be broken because I pushed the fix too late.
I've try the next branch and it's failled too

cache.c:25:33: error: asm/arch/cacheflush.h: No such file or directory
board.c:89:33: error: asm/arch/cacheflush.h: No such file or directory
cache.c:25:33: error: asm/arch/cacheflush.h: No such file or directory
cache.c: In function 'dcache_clean_range':
cache.c:38: warning: implicit declaration of function 'dcache_clean_line'
cache.c:40: warning: implicit declaration of function 'sync_write_buffer'
cache.c: In function 'dcache_invalidate_range':
cache.c:54: warning: implicit declaration of function 'dcache_invalidate_line'
cache.c: In function 'dcache_flush_range':
cache.c:68: warning: implicit declaration of function 'dcache_flush_line'
cache.c: In function 'icache_invalidate_range':
cache.c:84: warning: implicit declaration of function 'icache_invalidate_line'
make[1]: *** [cache.o] Error 1
make: *** [cpu/at32ap/libat32ap.a] Error 2
make: *** Waiting for unfinished jobs
board.c:89:33: error: asm/arch/cacheflush.h: No such file or directory
board.c: In function 'dma_alloc_init':
board.c:108: warning: implicit declaration of function
'dcache_invalidate_range'
make[1]: *** [board.o] Error 1
make[1]: *** Waiting for unfinished jobs
make: *** [lib_avr32/libavr32.a] Error 2
> 
> Thanks a lot for keeping an eye on things.
your welcome

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


Re: [U-Boot] CUSTODIANS: Urgent boarding call for flight 2009.03

2009-03-20 Thread Haavard Skinnemoen
Jean-Christophe PLAGNIOL-VILLARD wrote:
> > Latest upstream master builds just fine here...though the last release
> > may be broken because I pushed the fix too late.  

Ah, I see the avr32 master branch is still broken. I've fixed it by
pulling from mainline.

> I've try the next branch and it's failled too

Right...looks like one of the UC3 patches got mangled somehow. I'll
have a look at that.

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