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 ? I don't have any pull requests from the arches custodians open... Do you h

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

[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 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: Matthias Weisser > --- >

[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 splashscr

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

2010-03-13 Thread Wolfgang Denk
Dear Luca Lazzarin, In message 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 and post a proper patch. Make sure to clean up your code

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 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 availa

[U-Boot] [PATCH] lcd: make 16bpp work

2010-03-13 Thread Anatolij Gustschin
From: Alessandro Rubini Support for 16bpp was supposed to be in the code but was not working. This makes it work and has been tested in the nhk8815 board. Signed-off-by: Alessandro Rubini Acked-by: Andrea Gallo Signed-off-by: Anatolij Gustschin --- common/lcd.c | 24 ---

Re: [U-Boot] [STATUS] Patch status update

2010-03-13 Thread Albin Tonnerre
On Tue, 26 Jan 2010 17:36 +0100, Wolfgang Denk wrote : > Dear Albin Tonnerre, > > In message <20100125230553.ga10...@pc-ran3241.res.insa> you wrote: > > > 239 09/08 Albin Tonnerre [U-Boot] [PATCH v3] AT91: Add SD/MMC > > > controller support > > > http://article.gmane.org/gman

[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 --- Tested on imx27lite board. drivers/mmc/mxcmmc.c | 36 ++-- 1 fil

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 > --- > 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 --- 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 change 10075

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 > --- > include/asm-generic/unaligned.

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 > --- > include/asm-blackfin/unaligned.h |1 + > 1

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 Engine

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: > > git://git.denx.

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 > --- > 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, D-

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