Re: [U-Boot] [STATUS] v2010.03-rc1 is out

2010-03-13 Thread Mike Frysinger
On Saturday 13 March 2010 04:01:50 Wolfgang Denk wrote: Mike Frysinger wrote: many arches are still broken due to the unaligned.h issue. can we just merge the pending patches and just say screw the arm patch ? I don't have any pull requests from the arches custodians open... Do you

[U-Boot] U-BOOT porting to PORTUX 920T

2010-03-13 Thread Luca Lazzarin
Hi all! This is the latest version of our porting to Taskit PORTUX 920T mini-pc. Thank to Achim Ehrlich - we got all we needed working! Timing has been set to s$ Basically - we have seen: - dataflash working - usb transfers ok - environment We should test other hardware - hoping to get feedback,

Re: [U-Boot] [PATCH] video: Fix console display when splashscreen is used

2010-03-13 Thread Anatolij Gustschin
On Tue, 12 Jan 2010 12:06:31 +0100 Matthias Weisser matthias.weis...@graf-syteco.de wrote: If a splashscreen is used the console scrolling used the scroll size as needed when a logo was displayd. This patch sets the scroll size to the whole screen if a splashscreen is shown. Signed-off-by:

[U-Boot] Pull request: u-boot-video

2010-03-13 Thread Anatolij Gustschin
Dear Wolfgang, The following changes since commit 93910edb595a88d394da3eb2cf5148096155dfe9: Wolfgang Denk (1): Prepare v2010.03-rc1 are available in the git repository at: git://git.denx.de/u-boot-video.git master Matthias Weisser (1): video: Fix console display when

Re: [U-Boot] U-BOOT porting to PORTUX 920T

2010-03-13 Thread Wolfgang Denk
Dear Luca Lazzarin, In message d6d92be31003130734l18eb785cl5cf9c54fd4a61...@mail.gmail.com you wrote: This is the latest version of our porting to Taskit PORTUX 920T mini-pc. Please do not post some random files here. If you want to contribute to the projet, then please read the instructions

Re: [U-Boot] Please pull u-boot-samsung/master

2010-03-13 Thread Tom
Minkyu Kang wrote: Dear Tom, On 6 March 2010 05:29, Tom tom@windriver.com wrote: Minkyu Kang wrote: Dear Tom, The following changes since commit f687ebf82dbe44dcde5901232ade4f19ecedbf58: Minkyu Kang (1): Merge branch 'master' of git://git.denx.de/u-boot-arm are available

[U-Boot] [PATCH] mxcmmc: fix warnings due to access 32 bit registers with 16 bit accessors

2010-03-13 Thread Stefano Babic
Some registers of the mxcmmc driver were accessed using 16 bit accessor functions, because only the LSB is significant. This is not needed and generates warnings. Signed-off-by: Stefano Babic sba...@denx.de --- Tested on imx27lite board. drivers/mmc/mxcmmc.c | 36

Re: [U-Boot] [PATCH 4/4] ep93xx timer: refactoring

2010-03-13 Thread Tom
Matthias Kaehlcke wrote: ep93xx timer: Simplified the timer code by eliminating clk_to_systicks() and performing (almost) all manipulation of the timer structure in read_timer() Signed-off-by: Matthias Kaehlcke matth...@kaehlcke.net --- cpu/arm920t/ep93xx/timer.c | 52

[U-Boot] [PATCH] mod change 755 = 644 for multiple files

2010-03-13 Thread Thomas Weber
I executed 'find . -name *.[chS] -perm 755 -exec chmod 644 {} \;' Signed-off-by: Thomas Weber sw...@gmx.li --- 0 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 = 100644 board/spear/common/spr_lowlevel_init.S mode change 100755 = 100644 board/spear/common/spr_misc.c mode

Re: [U-Boot] [PATCH 1/3] asm-generic/unaligned.h: dynamic default unaligned accesses

2010-03-13 Thread Wolfgang Denk
Dear Mike Frysinger, In message 1264068076-4504-1-git-send-email-vap...@gentoo.org you wrote: This is based on the asm-arm/unaligned.h, but made generic so all arches that cannot do unaligned accesses can utilize it. Signed-off-by: Mike Frysinger vap...@gentoo.org ---

Re: [U-Boot] [PATCH 2/3] asm-blackfin/unaligned.h: add for zlib code

2010-03-13 Thread Wolfgang Denk
Dear Mike Frysinger, In message 1264068076-4504-2-git-send-email-vap...@gentoo.org you wrote: The new zlib code wants asm/unaligned.h, so have the Blackfin version pull in the asm-generic/unaligned.h. Signed-off-by: Mike Frysinger vap...@gentoo.org --- include/asm-blackfin/unaligned.h |

Re: [U-Boot] [STATUS] v2010.03-rc1 is out

2010-03-13 Thread Wolfgang Denk
Dear Mike Frysinger, In message 201003121922.55702.vap...@gentoo.org you wrote: many arches are still broken due to the unaligned.h issue. can we just merge the pending patches and just say screw the arm patch ? And what about ARM? Best regards, Wolfgang Denk -- DENX Software

Re: [U-Boot] Pull request: u-boot-video

2010-03-13 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message 20100313170032.43ac1...@wker you wrote: Dear Wolfgang, The following changes since commit 93910edb595a88d394da3eb2cf5148096155dfe9: Wolfgang Denk (1): Prepare v2010.03-rc1 are available in the git repository at:

Re: [U-Boot] [PATCH v2] mpc5xxx: Remove all references to MGT5100

2010-03-13 Thread Wolfgang Denk
Dear Detlev Zundel, In message 1268384472-30152-1-git-send-email-...@denx.de you wrote: We do not support a processor that never reached a real customer. Signed-off-by: Detlev Zundel d...@denx.de --- MAINTAINERS |1 - MAKEALL

[U-Boot] [STATUS] New next branch available

2010-03-13 Thread Wolfgang Denk
Hi everybody, this is to let you know that I have created a new next branch which can be used as reference for ongoing work and patch submissions. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5,

Re: [U-Boot] [STATUS] v2010.03-rc1 is out

2010-03-13 Thread Mike Frysinger
On Saturday 13 March 2010 18:13:46 Wolfgang Denk wrote: Mike Frysinger wrote: many arches are still broken due to the unaligned.h issue. can we just merge the pending patches and just say screw the arm patch ? And what about ARM? arm doesnt need it to build. what they choose is up to