Re: [U-Boot] I apply to maintain S3C6400 board for u-boot

2012-07-20 Thread Wolfgang Denk
Dear Hongbo, In message <5007fbbf.7040...@gmail.com> you wrote: > > I get some information from MAINTAINERS file. I know The board of > S3C6400 is a orphaned board. Also I have not the board, But I have a > S3C6410 board in my hand. In my development u-boot for my board, I know > the S3C6410 repl

Re: [U-Boot] Pull request: u-boot-net.git next

2012-07-20 Thread Wolfgang Denk
Dear Joe Hershberger, In message you wrote: > The following changes since commit 0878222fed3fafbfd0b1f2e5a6b2da90a81e910d: > Wolfgang Denk (1): > Merge branch 'next' of git://git.denx.de/u-boot-net into next > > are available in the git repository at: > > git://git.denx.de/u-boot-n

Re: [U-Boot] [PATCH] arm: armv7: add compile option -mno-unaligned-access if available

2012-07-20 Thread Albert ARIBAUD
Hi Mike, On Thu, 19 Jul 2012 10:27:07 -0400, Mike Frysinger wrote: > On Thursday 19 July 2012 02:28:05 Albert ARIBAUD wrote: > > On Thu, 19 Jul 2012 00:29:23 -0400, Mike Frysinger wrote: > > > On Monday 02 July 2012 12:14:40 Måns Rullgård wrote: > > > > It's slightly more complicated than that.

Re: [U-Boot] [PULL] u-boot-usb/master

2012-07-20 Thread Wolfgang Denk
Dear Marek, In message <201207191452.53818.ma...@denx.de> you wrote: > > please apply this into the current release. I'm hereby commiting seppuku. PLEASE send such pull reqeusts to the mailing list, so everybody can see it. > The following changes since commit 66714b1a6df0a5a9f1656a6d4e6eea3c

Re: [U-Boot] [PATCH] nds32: split common cache access from cpu into lib

2012-07-20 Thread Macpaul Lin
Hi Marek and Mike, > sounds like we should rip all this cache stuff out of common.h and into > > like cache.h so we can document the API expectations. i think Wolfgang > > was against this before, but maybe that was just creating a header for > one > > specific cache macro and not all cache stuff

Re: [U-Boot] [PATCH v2] video: support exynos fimd driver for various exynos series

2012-07-20 Thread Anatolij Gustschin
Hi, On Thu, 19 Jul 2012 10:30:44 +0900 Donghwa Lee wrote: > This patch support exynos fimd driver for various exynos series different from > existing it supports only exynos4 chip. > > Signed-off-by: Donghwa Lee > Signed-off-by: Kyungmin Park > --- > Changes for v1: > - moves exynos_fim

Re: [U-Boot] [PATCH v2] kirkwood: add support for Iomega iConnect board

2012-07-20 Thread Luka Perkov
Hi Prafulla, On Thu, Jul 19, 2012 at 11:02:58PM -0700, Prafulla Wadaskar wrote: > > board/iomega/iconnect/kwbimage.cfg | 165 > > > > Is this file (kwbimage.cfg) 100% clone from any existing file already > mainlined? No, but I did not check with all .cfg fi

Re: [U-Boot] [PATCH V2] i.MX: fsl_esdhc: allow use with cache enabled.

2012-07-20 Thread Stefano Babic
On 20/07/2012 07:35, Dirk Behme wrote: > Then > > http://lists.denx.de/pipermail/u-boot/2012-June/126097.html > > mentions "WD applied the cache stub patch already". > > So do we have this "cache stub patch" somewhere which fixes the issue > mentioned above? I'm not sure I've seen it ... It is

[U-Boot] [PATCH] MPC85XX: compile stub cache function

2012-07-20 Thread Stefano Babic
An empty flush_dcache_range() was added into MPC85xx to work with drivers shared with other architecture. However, it is compiled only if USB is set, but it is required for other drivers (FSL_ESDHC), too. Signed-off-by: Stefano Babic CC: Andy Fleming CC: Dirk Behme CC: Marek Vasut CC: Wolfgang

[U-Boot] [PATCH 1/2] powerpc: Stack Pointer must be 16 aligned

2012-07-20 Thread Joakim Tjernlund
The PowerPC ABI mandates the SP to be 16 bytes aligned, make is so. Signed-off-by: Joakim Tjernlund --- arch/powerpc/lib/board.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git arch/powerpc/lib/board.c arch/powerpc/lib/board.c index d5b75e5..dc7cc40 100644 --- arch/pow

[U-Boot] [PATCH 2/2] mpc85xx: Initial SP alignment is wrong.

2012-07-20 Thread Joakim Tjernlund
PowerPC mandates SP to be 16 bytes aligned. Furthermore, a stack frame is added, pointing to the reset vector which is just get in the way when gdb is walking the stack because the reset vector may not accessible depending on emulator settings. Also use a temp register so gdb doesn't pick up interm

[U-Boot] [PATCH v5] arm: rmobile: kzm9g: Add dummy member to struct sh73a0_rwdt

2012-07-20 Thread Tetsuyuki Kobayshi
From: Tetsuyuki Kobayashi Add dummy member to struct sh73a0_rwdt in sh73a0.h. Without this, initializing watch dog timer goes wrong. Signed-off-by: Tetsuyuki Kobayashi --- Changes for v2: - New Changes for v3: - No change Changes for v4: - No change Changes for v5: - remove volatile arch/

Re: [U-Boot] [PATCH] i.MX28: bug fixes in PMU configuration code

2012-07-20 Thread Stefano Babic
On 19/07/2012 19:14, Marek Vasut wrote: > Dear Stathis Voukelatos, > >> Fixed some typos in the i.MX28 PMU code that sets up the VDDD >> and VDDIO power rails. In addition the VDDD and VDDIO brownout >> offset values should be divided by a step size before being >> programmed to the corresponding

Re: [U-Boot] [PATCH v2] kirkwood: add support for Iomega iConnect board

2012-07-20 Thread Prafulla Wadaskar
> -Original Message- > From: Wojciech Dubowik [mailto:wojciech.dubo...@neratec.com] > Sent: 20 July 2012 15:39 > To: Luka Perkov > Cc: Prafulla Wadaskar; u-boot@lists.denx.de; t...@night-shade.org.uk > Subject: Re: [PATCH v2] kirkwood: add support for Iomega iConnect > board > > I have l

Re: [U-Boot] [PATCH v2] video: support exynos fimd driver for various exynos series

2012-07-20 Thread Minkyu Kang
On 20 July 2012 17:28, Anatolij Gustschin wrote: > Hi, > > On Thu, 19 Jul 2012 10:30:44 +0900 > Donghwa Lee wrote: > >> This patch support exynos fimd driver for various exynos series different >> from >> existing it supports only exynos4 chip. >> >> Signed-off-by: Donghwa Lee >> Signed-off-by:

[U-Boot] [PATCH v2 2/5] ehci-hcd: Boost transfer speed

2012-07-20 Thread Benoît Thébaudeau
This patch takes advantage of the hardware EHCI qTD queuing mechanism to avoid software overhead and to make transfers as fast as possible. The only drawback is a call to memalign. However, this is fast compared to the transfer timings, and the heap size to allocate is small, e.g. a little bit mor

Re: [U-Boot] [PATCH 1/2] common.h: Introduce DEFINE_CACHE_ALIGN_BUFFER

2012-07-20 Thread Marek Vasut
Dear Mike Frysinger, > On Saturday 07 July 2012 23:08:14 Marek Vasut wrote: > > +/* > > + * DEFINE_CACHE_ALIGN_BUFFER() is similar to ALLOC_CACHE_ALIGN_BUFFER, > > but it's + * purpose is to allow allocating aligned buffers outside of > > function scope. + * Usage of this macro shall be avoided or

Re: [U-Boot] [PATCH 5/7] dfu:cmd: Support for DFU u-boot command

2012-07-20 Thread Marek Vasut
Dear Mike Frysinger, > On Wednesday 04 July 2012 10:39:20 Marek Vasut wrote: > > > Putting there the __func__ name would improve structure and speed up > > > finding right place. > > > > And if you want to use even __LINE__, look up __stringify patch in the ML > > archives ;-) > > ugh, no, let's

Re: [U-Boot] [PATCH 5/7] dfu:cmd: Support for DFU u-boot command

2012-07-20 Thread Marek Vasut
Dear Mike Frysinger, > On Tuesday 03 July 2012 17:32:54 Marek Vasut wrote: > > > +int do_dfu(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) > > > +{ > > > + char *str_env = NULL, *env_bkp = NULL; > > > + static char *s = "dfu"; > > > + int ret = 0; > > > + > > > + if (argc < 3) > > > +

Re: [U-Boot] [PATCH v2 2/5] ehci-hcd: Boost transfer speed

2012-07-20 Thread Stefan Herbrechtsmeier
Am 20.07.2012 13:26, schrieb Benoît Thébaudeau: This patch takes advantage of the hardware EHCI qTD queuing mechanism to avoid software overhead and to make transfers as fast as possible. The only drawback is a call to memalign. However, this is fast compared to the transfer timings, and the hea

Re: [U-Boot] [PATCH v2 1/2] kirkwood: implement kw_sdram_bs_set()

2012-07-20 Thread Marek Vasut
Dear Prafulla Wadaskar, [...] > > diff --git a/arch/arm/cpu/arm926ejs/kirkwood/dram.c > > b/arch/arm/cpu/arm926ejs/kirkwood/dram.c > > index 181b3e7..d938578 100644 > > --- a/arch/arm/cpu/arm926ejs/kirkwood/dram.c > > +++ b/arch/arm/cpu/arm926ejs/kirkwood/dram.c > > @@ -32,6 +32,12 @@ DECLARE_GLO

Re: [U-Boot] [PATCH] i.MX28: bug fixes in PMU configuration code

2012-07-20 Thread Marek Vasut
Dear Stefano Babic, > On 19/07/2012 19:14, Marek Vasut wrote: > > Dear Stathis Voukelatos, > > > >> Fixed some typos in the i.MX28 PMU code that sets up the VDDD > >> and VDDIO power rails. In addition the VDDD and VDDIO brownout > >> offset values should be divided by a step size before being >

Re: [U-Boot] I apply to maintain S3C6400 board for u-boot

2012-07-20 Thread Zhong Hongbo
Hi Wolfgang Denk, On 07/20/2012 03:11 PM, Wolfgang Denk wrote: > Dear Hongbo, > > In message <5007fbbf.7040...@gmail.com> you wrote: >> >> I get some information from MAINTAINERS file. I know The board of >> S3C6400 is a orphaned board. Also I have not the board, But I have a >> S3C6410 board in

Re: [U-Boot] [PATCH v2] kirkwood: add support for Iomega iConnect board

2012-07-20 Thread Wojciech Dubowik
I have looked at original linux source from Mapower and added some description. I also don't have schematics... Br, Wojtek On 07/20/2012 10:53 AM, Luka Perkov wrote: Hi Prafulla, On Thu, Jul 19, 2012 at 11:02:58PM -0700, Prafulla Wadaskar wrote: board/iomega/iconnect/kwbimage.cfg | 165 ++

[U-Boot] [PATCH] SMDK6400: Add MAINTAINERS entry

2012-07-20 Thread Zhong Hongbo
From: Zhong Hongbo Signed-off-by: Zhong Hongbo --- MAINTAINERS |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index fd0c65c..84413de 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -959,6 +959,10 @@ Vladimir Zapolskiy devkit3250

[U-Boot] Pull request: ub-oot-arm/master

2012-07-20 Thread Albert ARIBAUD
Hi Wolfgang, The following changes since commit 3ec81d758c09d6887a77a1b1259d044a2905bc8e: Merge branch 'master' of git://git.denx.de/u-boot-usb (2012-07-20 09:12:43 +0200) are available in the git repository at: git://git.denx.de/u-boot-arm master for you to fetch changes up to a21c6511

Re: [U-Boot] [PATCH v2 1/2] kirkwood: implement kw_sdram_bs_set()

2012-07-20 Thread Holger Brunck
Hi Marek, hi Prafulla, On 07/20/2012 01:40 PM, Marek Vasut wrote: > Dear Prafulla Wadaskar, > > [...] > >>> diff --git a/arch/arm/cpu/arm926ejs/kirkwood/dram.c >>> b/arch/arm/cpu/arm926ejs/kirkwood/dram.c >>> index 181b3e7..d938578 100644 >>> --- a/arch/arm/cpu/arm926ejs/kirkwood/dram.c >>> +++

[U-Boot] [PATCH v3 1/4] kirkwood: use c-struct for access to SDRAM addr decode registers

2012-07-20 Thread Holger Brunck
Remove the defines and do this with a C-struct. Signed-off-by: Holger Brunck cc: Prafulla Wadaskar cc: Valentin Longchamp cc: Gerlando Falauto cc: Marek Vasut --- changes for v3: - new patch as requested on the ML arch/arm/cpu/arm926ejs/kirkwood/dram.c | 23 +-- 1 fi

[U-Boot] [PATCH v3 3/4] kirkwood: implement kw_sdram_size_adjust

2012-07-20 Thread Holger Brunck
From: Gerlando Falauto Size of the SDRAM chips might differ between any two (otherwise identical) instances of the same board. So add a function which reads out the current ram size and set them in the SDRAM size register of kirkwood. Signed-off-by: Gerlando Falauto Signed-off-by: Holger Brunck

[U-Boot] [PATCH v3 4/4] arm/km: use kw_sdram_size_adjust to adjust SDRAM size

2012-07-20 Thread Holger Brunck
Some boards may differ only in the SDRAM size. This function allows to fix the size accordingly and we can use the same u-boot binary for both boards. Signed-off-by: Holger Brunck Signed-off-by: Gerlando Falauto cc: Prafulla Wadaskar cc: Valentin Longchamp cc: Marek Vasut --- chages for v3:

[U-Boot] [PATCH v3 2/4] kirkwood: implement kw_sdram_bs_set()

2012-07-20 Thread Holger Brunck
From: Gerlando Falauto Some boards might be equipped with different SDRAM configurations. When that is the case, CPU CS Window Size Register (CS[0]n Size) should be set to the biggest value through board.cfg file; then its value can be fixed at runtime according to the detected SDRAM size. There

[U-Boot] Unable to power the USB Keyboard on u-boot

2012-07-20 Thread Atul Kumar
Dear All, I am trying to use "usb keyboard" on u-boot. I am using the u-boot stack which was shared by you. Can you help me to know where problem is going. I am sending some of debug prints which i found on my "Beagle board xM". I have connected usb mouse and usb keyboard on same side

[U-Boot] [PATCH] SMDK6400: Add MAINTAINERS entry

2012-07-20 Thread Zhong Hongbo
From: Zhong Hongbo Signed-off-by: Zhong Hongbo --- MAINTAINERS |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index fd0c65c..84413de 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -959,6 +959,10 @@ Vladimir Zapolskiy devkit3250

Re: [U-Boot] Need help to get u-boot running on the taskit stamp9g20

2012-07-20 Thread Markus Hubig
On Wed, Jul 18, 2012 at 03:21:00PM +0200, Markus Hubig wrote: > Hmm OK I disabled the watchdog and enabled debugging and now this > is what I get at the first boot after flashing: > > | RomBOOT > | > | > | U-Boot 2012.04.01-3-gab465ef-dirty (Jul 18 2012 - 15:08:22) > | > | U-Boot code: 23F0

Re: [U-Boot] [PATCH v2 2/5] ehci-hcd: Boost transfer speed

2012-07-20 Thread Benoît Thébaudeau
On Friday 20 July 2012 13:37:37 Stefan Herbrechtsmeier wrote: > Am 20.07.2012 13:26, schrieb Benoît Thébaudeau: > > + int xfr_bytes = min(left_length, > > + (QT_BUFFER_CNT * 4096 - > > +((uint32_t)buf_pt

[U-Boot] [PATCH v2 1/9] FAT: cosmetic: Remove extra spaces

2012-07-20 Thread Benoît Thébaudeau
Remove spaces before opening parentheses in function calls. Signed-off-by: Benoît Thébaudeau Cc: Wolfgang Denk --- Changes for v2: - New patch for this version of the series. .../fs/fat/fat.c | 44 ++-- 1 file changed, 21 insertions(+), 23 d

[U-Boot] [PATCH v2 2/8] FAT: get_fatent: Fix FAT boundary check

2012-07-20 Thread Benoît Thébaudeau
startblock must be taken into account in order not to read past the end of the FAT. Signed-off-by: Benoît Thébaudeau Cc: Wolfgang Denk --- Changes for v2: - Patch renumbering because of the new v2 1/8. - Possible code style changes due to the new v2 1/8. .../fs/fat/fat.c

[U-Boot] [PATCH v2 3/8] FAT: cosmetic: Remove useless assignment

2012-07-20 Thread Benoît Thébaudeau
fatlength is not used after this assignment, so it is useless and can be removed. Signed-off-by: Benoît Thébaudeau Cc: Wolfgang Denk --- Changes for v2: - Patch renumbering because of the new v2 1/8. - Possible code style changes due to the new v2 1/8. .../fs/fat/fat.c

[U-Boot] [PATCH v2 4/8] FAT: Fix redundant sector read

2012-07-20 Thread Benoît Thébaudeau
With the previous code, the remaining prefetched sectors were read again after each sector. With this patch, each sector is read only once, thus making the prefetch useful. Signed-off-by: Benoît Thébaudeau Cc: Wolfgang Denk --- Changes for v2: - Patch renumbering because of the new v2 1/8. - P

[U-Boot] [PATCH v2 5/8] FAT: Fix file contents listed as directory

2012-07-20 Thread Benoît Thébaudeau
With: fatls mmc 0 /dir/file dir: regular directory file: regular file The previous code read the contents of file as if it were directory entries to list. This patch refuses to list file contents as if it were a folder. Signed-off-by: Benoît Thébaudeau Cc: Wolfgang Denk --- Changes for v2: - P

[U-Boot] [PATCH v2 6/8] FAT: get_cluster: Add buffer bouncing

2012-07-20 Thread Benoît Thébaudeau
Add a buffer bouncing mechanism to get_cluster. This can be useful for misaligned applicative buffers passed through get_contents. This is required for the following patches in the case of data aligned differently relatively to buffers and clusters. Signed-off-by: Benoît Thébaudeau Cc: Wolfgang D

[U-Boot] [PATCH v2 7/8] FAT: Simplify get_contents

2012-07-20 Thread Benoît Thébaudeau
One call to get_cluster can be factorized with another, so avoid duplicating code. Signed-off-by: Benoît Thébaudeau Cc: Wolfgang Denk --- Changes for v2: - Patch renumbering because of the new v2 1/8. - Possible code style changes due to the new v2 1/8. .../fs/fat/fat.c

[U-Boot] [PATCH v2 8/8] FAT: Make it possible to read from any file position

2012-07-20 Thread Benoît Thébaudeau
When storage devices contain files larger than the embedded RAM, it is useful to be able to read these files by chunks, e.g. for a software update to the embedded NAND Flash from an external storage device (USB stick, SD card, etc.). Hence, this patch makes it possible by adding a new FAT API to r

Re: [U-Boot] [PATCH v2 1/9] FAT: cosmetic: Remove extra spaces

2012-07-20 Thread Benoît Thébaudeau
Argh, it was 1/8 actually, not 1/9... - Original Message - > From: "Benoît Thébaudeau" > To: u-boot@lists.denx.de > Cc: "Wolfgang Denk" , "Mike Frysinger" > Sent: Friday, July 20, 2012 3:18:44 PM > Subject: [PATCH v2 1/9] FAT: cosmetic: Remove extra spaces > > Remove spaces before openi

[U-Boot] [PATCH] md5: Export step-by-step API

2012-07-20 Thread Benoît Thébaudeau
Export the MD5 step-by-step API so that it is possible for the lib users to digest files by chunks. This is especially useful for very large files that would not fit into the embedded RAM. Signed-off-by: Benoît Thébaudeau Cc: Wolfgang Denk --- .../include/u-boot/md5.h

Re: [U-Boot] Unable to power the USB Keyboard on u-boot

2012-07-20 Thread Marek Vasut
Dear Atul Kumar, > Dear All, > >I am trying to use "usb keyboard" on u-boot. I am using the > u-boot stack which was shared by you. Can you help me to know where problem > is going. I am sending some of debug prints which i found on my "Beagle > board xM". > > I have connected usb m

Re: [U-Boot] [PATCH v2 2/5] ehci-hcd: Boost transfer speed

2012-07-20 Thread Marek Vasut
Dear Benoît Thébaudeau, > On Friday 20 July 2012 13:37:37 Stefan Herbrechtsmeier wrote: > > Am 20.07.2012 13:26, schrieb Benoît Thébaudeau: > > > + int xfr_bytes = min(left_length, > > > + (QT_BUFFER_CNT * 4096 - > > > +

Re: [U-Boot] [PATCH v3 1/4] kirkwood: use c-struct for access to SDRAM addr decode registers

2012-07-20 Thread Prafulla Wadaskar
> -Original Message- > From: Holger Brunck [mailto:holger.bru...@keymile.com] > Sent: 20 July 2012 18:04 > To: u-boot@lists.denx.de > Cc: Holger Brunck; Prafulla Wadaskar; Valentin Longchamp; Gerlando > Falauto; Marek Vasut > Subject: [PATCH v3 1/4] kirkwood: use c-struct for access to SD

Re: [U-Boot] [PATCH v2 2/5] ehci-hcd: Boost transfer speed

2012-07-20 Thread Benoît Thébaudeau
Dear Marek Vasut, On Friday 20 July 2012 15:44:01 Marek Vasut wrote: > > On Friday 20 July 2012 13:37:37 Stefan Herbrechtsmeier wrote: > > > Am 20.07.2012 13:26, schrieb Benoît Thébaudeau: > > > > + int xfr_bytes = min(left_length, > > > > +

[U-Boot] [PATCH] rtc: pcf8563: Make century compatible with Linux

2012-07-20 Thread Benoît Thébaudeau
This driver uses the century bit of this RTC in the opposite way Linux does. From Linux's rtc-pcf8563.c: /* * The meaning of MO_C bit varies by the chip type. * From PCF8563 datasheet: this bit is toggled when the years * register overflows from 99 to 00

[U-Boot] [PATCH] rtc: imxdi: Initial support

2012-07-20 Thread Benoît Thébaudeau
Add support for Freescale's i.MX DryIce RTC, present on i.MX25. Signed-off-by: Benoît Thébaudeau Cc: Wolfgang Denk Cc: Stefano Babic --- .../drivers/rtc/Makefile |1 + /dev/null => u-boot-66714b1/drivers/rtc/imxdi.c| 224 2 files changed,

Re: [U-Boot] Need help to get u-boot running on the taskit stamp9g20

2012-07-20 Thread Markus Hubig
On Fri, Jul 20, 2012 at 03:08:51PM +0200, Markus Hubig wrote: > On Wed, Jul 18, 2012 at 03:21:00PM +0200, Markus Hubig wrote: > > Hmm OK I disabled the watchdog and enabled debugging and now this > > is what I get at the first boot after flashing: > > > > | RomBOOT > > | > > | > > | U-Boot 2012.

Re: [U-Boot] [PATCH] nds32: split common cache access from cpu into lib

2012-07-20 Thread Mike Frysinger
On Friday 20 July 2012 04:24:55 Macpaul Lin wrote: > Since this discussion hasn't been finished, > and we haven't decide the final action about the new policy about cache.h > and common.h. > I'd like to pick this patch v2 for the coming release for fixing build > error for board adp-ag102. > What d

Re: [U-Boot] [PATCH 5/7] dfu:cmd: Support for DFU u-boot command

2012-07-20 Thread Mike Frysinger
On Friday 20 July 2012 07:33:49 Marek Vasut wrote: > Dear Mike Frysinger, > > On Wednesday 04 July 2012 10:39:20 Marek Vasut wrote: > > > > Putting there the __func__ name would improve structure and speed up > > > > finding right place. > > > > > > And if you want to use even __LINE__, look up __

Re: [U-Boot] [PATCH] md5: Export step-by-step API

2012-07-20 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 2/5] ehci-hcd: Boost transfer speed

2012-07-20 Thread Stefan Herbrechtsmeier
Am 20.07.2012 15:56, schrieb Benoît Thébaudeau: Dear Marek Vasut, On Friday 20 July 2012 15:44:01 Marek Vasut wrote: On Friday 20 July 2012 13:37:37 Stefan Herbrechtsmeier wrote: Am 20.07.2012 13:26, schrieb Benoît Thébaudeau: + int xfr_bytes = min(left_length, +

Re: [U-Boot] [PATCH v3] global_data: unify global flag defines

2012-07-20 Thread Mike Frysinger
On Sunday 18 March 2012 20:31:24 Mike Frysinger wrote: > All the global flag defines are the same across all arches. So unify them > in one place, and add a simple way for arches to extend for their needs. this one seems to still apply with `git am -3` to mainline ... -mike signature.asc Descri

Re: [U-Boot] [PATCH v2 2/5] ehci-hcd: Boost transfer speed

2012-07-20 Thread Benoît Thébaudeau
On Friday 20 July 2012 16:51:33 Stefan Herbrechtsmeier wrote: > Am 20.07.2012 15:56, schrieb Benoît Thébaudeau: > > Dear Marek Vasut, > > > > On Friday 20 July 2012 15:44:01 Marek Vasut wrote: > >>> On Friday 20 July 2012 13:37:37 Stefan Herbrechtsmeier wrote: > Am 20.07.2012 13:26, schrieb Be

Re: [U-Boot] [PATCH v2 2/5] ehci-hcd: Boost transfer speed

2012-07-20 Thread Stefan Herbrechtsmeier
Am 20.07.2012 17:03, schrieb Benoît Thébaudeau: On Friday 20 July 2012 16:51:33 Stefan Herbrechtsmeier wrote: Am 20.07.2012 15:56, schrieb Benoît Thébaudeau: Dear Marek Vasut, On Friday 20 July 2012 15:44:01 Marek Vasut wrote: On Friday 20 July 2012 13:37:37 Stefan Herbrechtsmeier wrote: Am

Re: [U-Boot] [PATCH v2 2/5] ehci-hcd: Boost transfer speed

2012-07-20 Thread Benoît Thébaudeau
On Friday 20 July 2012 17:15:13 Stefan Herbrechtsmeier wrote: > Am 20.07.2012 17:03, schrieb Benoît Thébaudeau: > > On Friday 20 July 2012 16:51:33 Stefan Herbrechtsmeier wrote: > >> Am 20.07.2012 15:56, schrieb Benoît Thébaudeau: > >>> Dear Marek Vasut, > >>> > >>> On Friday 20 July 2012 15:44:01

Re: [U-Boot] [PATCH v2] nds32: split common cache access from cpu into lib

2012-07-20 Thread Macpaul Lin
Hi Macpaul, 2012/7/17 Macpaul Lin > This commit does the following updates. > 1. Split the common cache access from cpu.c into lib folder. > 2. Rename the following cache api to adapt common.h > - dcache_flush_rang -> flush_dcache_rang > - icache_inval_range -> invalidate_icache_range > 3. Add

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

2012-07-20 Thread Macpaul Lin
Dear Wolfgang, Please pull the following 1 patch from u-boot-nds32 into your tree. Thanks! Macpaul Lin. The following changes since commit 3ec81d758c09d6887a77a1b1259d044a2905bc8e: Merge branch 'master' of git://git.denx.de/u-boot-usb (2012-07-20 09:12:43 +0200) are available in the git repo

Re: [U-Boot] Notes from the U-Boot BOF Meeting in Geneva 2012/07/12

2012-07-20 Thread Kim Phillips
On Mon, 16 Jul 2012 23:30:49 +0200 Detlev Zundel wrote: > as promised, here are my expanded notes from the BoF meeting at LSM2012 > last week. It was a pleasure to get some core developers into one room Any word on Kconfig support? Kim ___ U-Boot ma

Re: [U-Boot] [PULL] u-boot-usb/master

2012-07-20 Thread McClintock Matthew-B29882
On Fri, Jul 20, 2012 at 2:19 AM, Wolfgang Denk wrote: > Dear Marek, > > In message <201207191452.53818.ma...@denx.de> you wrote: >> >> please apply this into the current release. I'm hereby commiting seppuku. > > > PLEASE send such pull reqeusts to the mailing list, so everybody can > see it. > >

Re: [U-Boot] [PULL] u-boot-usb/master

2012-07-20 Thread Marek Vasut
Dear McClintock Matthew-B29882, [...] > I think this merge is causing issues. Resetting to the previous merge > (ad8439d Merge branch 'sf' of git://git.denx.de/u-boot-blackfin) and > the issues go away. > > -M > > Generating include/generated/asm-offsets.h > bootm.c:329:16: error: expected ')'

Re: [U-Boot] [PATCH v3 2/4] kirkwood: implement kw_sdram_bs_set()

2012-07-20 Thread Prafulla Wadaskar
> -Original Message- > From: Holger Brunck [mailto:holger.bru...@keymile.com] > Sent: 20 July 2012 18:04 > To: u-boot@lists.denx.de > Cc: Gerlando Falauto; Holger Brunck; Prafulla Wadaskar; Valentin > Longchamp; Marek Vasut > Subject: [PATCH v3 2/4] kirkwood: implement kw_sdram_bs_set() >

Re: [U-Boot] [PATCH v3 3/4] kirkwood: implement kw_sdram_size_adjust

2012-07-20 Thread Prafulla Wadaskar
> -Original Message- > From: Holger Brunck [mailto:holger.bru...@keymile.com] > Sent: 20 July 2012 18:04 > To: u-boot@lists.denx.de > Cc: Gerlando Falauto; Holger Brunck; Prafulla Wadaskar; Valentin > Longchamp; Marek Vasut > Subject: [PATCH v3 3/4] kirkwood: implement kw_sdram_size_adjus

Re: [U-Boot] [PATCH v3 4/4] arm/km: use kw_sdram_size_adjust to adjust SDRAM size

2012-07-20 Thread Prafulla Wadaskar
> -Original Message- > From: Holger Brunck [mailto:holger.bru...@keymile.com] > Sent: 20 July 2012 18:04 > To: u-boot@lists.denx.de > Cc: Holger Brunck; Gerlando Falauto; Prafulla Wadaskar; Valentin > Longchamp; Marek Vasut > Subject: [PATCH v3 4/4] arm/km: use kw_sdram_size_adjust to adj

Re: [U-Boot] [PULL] u-boot-usb/master

2012-07-20 Thread McClintock Matthew-B29882
On Fri, Jul 20, 2012 at 1:56 PM, Marek Vasut wrote: > Dear McClintock Matthew-B29882, > > [...] > >> I think this merge is causing issues. Resetting to the previous merge >> (ad8439d Merge branch 'sf' of git://git.denx.de/u-boot-blackfin) and >> the issues go away. >> >> -M >> >> Generating includ

[U-Boot] [PATCH 1/2] kirkwood: ib62x0: Invert SATA activity LEDs

2012-07-20 Thread Simon Baatz
The hardware design of the IB-NAS62x0 causes the SATA activity LEDs to be on when idle by default. Reverse the polarity of the activity LEDs in early init. Signed-off-by: Simon Baatz Cc: Luka Perkov Cc: Prafulla Wadaskar --- board/raidsonic/ib62x0/ib62x0.c |3 +++ board/raidsonic/ib62x0/i

[U-Boot] [PATCH 2/2] kirkwood: ib62x0: Support flattened devicetree

2012-07-20 Thread Simon Baatz
Support for the IB-NAS62x0 was added to the Linux mainline kernel as of 3.5-rc1 using flattened devicetree. Change the config for this board accordingly. Signed-off-by: Simon Baatz Cc: Luka Perkov Cc: Prafulla Wadaskar --- include/configs/ib62x0.h |4 ++-- 1 file changed, 2 insertions(+),

[U-Boot] [PATCH] common.h: Remove include compiler.h

2012-07-20 Thread Marek Vasut
Remove this as including it on global scale breaks a lot of things. This was reported by: Matthew McClintock Fix found by: Tom Rini Signed-off-by: Marek Vasut Cc: Wolfgang Denk Cc: Tom Rini --- include/common.h |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include

Re: [U-Boot] [PULL] u-boot-usb/master

2012-07-20 Thread Ilya Yanok
Hi, On Fri, Jul 20, 2012 at 10:59 PM, McClintock Matthew-B29882 < b29...@freescale.com> wrote: > On Fri, Jul 20, 2012 at 1:56 PM, Marek Vasut wrote: > > Dear McClintock Matthew-B29882, > > > > [...] > > > >> I think this merge is causing issues. Resetting to the previous merge > >> (ad8439d Merg

Re: [U-Boot] [PULL] u-boot-usb/master

2012-07-20 Thread Marek Vasut
Dear Ilya Yanok, > Hi, > > On Fri, Jul 20, 2012 at 10:59 PM, McClintock Matthew-B29882 < > > b29...@freescale.com> wrote: > > On Fri, Jul 20, 2012 at 1:56 PM, Marek Vasut wrote: > > > Dear McClintock Matthew-B29882, > > > > > > [...] > > > > > >> I think this merge is causing issues. Resettin

Re: [U-Boot] [PATCH] common.h: Remove include compiler.h

2012-07-20 Thread Wolfgang Denk
Dear Marek Vasut, In message <1342815178-32546-1-git-send-email-ma...@denx.de> you wrote: > Remove this as including it on global scale breaks a lot of things. > This was reported by: > Matthew McClintock > > Fix found by: > Tom Rini > > Signed-off-by: Marek Vasut > Cc: Wolfgang Denk > Cc: T

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

2012-07-20 Thread Wolfgang Denk
Dear Macpaul Lin, In message you wrote: > > The following changes since commit 3ec81d758c09d6887a77a1b1259d044a2905bc8e: > > Merge branch 'master' of git://git.denx.de/u-boot-usb (2012-07-20 > 09:12:43 +0200) > > are available in the git repository at: > > > git://git.denx.de/u-boot-nds3

Re: [U-Boot] Pull request: ub-oot-arm/master

2012-07-20 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <20120720142924.5b4c8b4e@aari01-12> you wrote: > > git://git.denx.de/u-boot-arm master > > for you to fetch changes up to a21c65115bd95572cc80092a31b0e9ecb8710e9f: > > ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependency (2012-07-20 14:24:08 > +0200) > > -

[U-Boot] [PATCH 2/2] powerpc/mpc85xx: Enable workaround for erratum CPU_A011 for P3041

2012-07-20 Thread York Sun
P3041 was left out in previous commit 5e23ab0a. Erratum NMG_CPU_A011 applies to P4080 rev 1.0, 2.0, fixed in rev 3.0. It also applies to P3041 rev 1.0, 1.1, P2041 rev 1.0, 1.1. Signed-off-by: York Sun --- arch/powerpc/include/asm/config_mpc85xx.h |1 + 1 files changed, 1 insertions(+), 0 del

Re: [U-Boot] Please pull u-boot-imx for v2012.07

2012-07-20 Thread Albert ARIBAUD
Hi Stefano, On Thu, 19 Jul 2012 09:15:58 +0200, Stefano Babic wrote: > Hi Albert, > > please pull from u-boot-imx, thanks. > > The following changes since commit 444def73695103c4aca06a70e9f4de9a5e6df28a: > > ARM: OMAP4: PANDA: Add rest of the USB module pads to essentials > (2012-07-19 00:03

[U-Boot] Pull request #2: u-boot-arm/master

2012-07-20 Thread Albert ARIBAUD
Hi Wolfgang, The following changes since commit a21c65115bd95572cc80092a31b0e9ecb8710e9f: ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependency (2012-07-20 14:24:08 +0200) are available in the git repository at: git://git.denx.de/u-boot-arm master for you to fetch changes up to 6b8ac524e7bcfd48

Re: [U-Boot] Notes from the U-Boot BOF Meeting in Geneva 2012/07/12

2012-07-20 Thread Marek Vasut
Dear Kim Phillips, > On Mon, 16 Jul 2012 23:30:49 +0200 > > Detlev Zundel wrote: > > as promised, here are my expanded notes from the BoF meeting at LSM2012 > > last week. It was a pleasure to get some core developers into one room > > Any word on Kconfig support? > > Kim I was digging in it

Re: [U-Boot] [PATCH 5/7] dfu:cmd: Support for DFU u-boot command

2012-07-20 Thread Marek Vasut
Dear Mike Frysinger, > On Friday 20 July 2012 07:33:49 Marek Vasut wrote: > > Dear Mike Frysinger, > > > > > On Wednesday 04 July 2012 10:39:20 Marek Vasut wrote: > > > > > Putting there the __func__ name would improve structure and speed > > > > > up finding right place. > > > > > > > > And if

Re: [U-Boot] [PATCH 2/2] mpc85xx: Initial SP alignment is wrong.

2012-07-20 Thread Scott Wood
On 07/20/2012 04:20 AM, Joakim Tjernlund wrote: > PowerPC mandates SP to be 16 bytes aligned. > Furthermore, a stack frame is added, pointing to the reset vector > which is just get in the way when gdb is walking the stack because > the reset vector may not accessible depending on emulator settings

Re: [U-Boot] [PATCH 1/2] powerpc: Stack Pointer must be 16 aligned

2012-07-20 Thread Scott Wood
On 07/20/2012 04:20 AM, Joakim Tjernlund wrote: > The PowerPC ABI mandates the SP to be 16 bytes aligned, make is so. > > Signed-off-by: Joakim Tjernlund > --- > arch/powerpc/lib/board.c |5 ++--- > 1 files changed, 2 insertions(+), 3 deletions(-) > > diff --git arch/powerpc/lib/board.c arc

[U-Boot] [PATCH 1/2] powerpc/mpc85xx: Ignore E bit for BSC9130/1

2012-07-20 Thread York Sun
Commit 48f6a5c34 removed E bit. BSC9130/1 were left out due to patch apply timing. Remove them now. Signed-off-by: York Sun --- arch/powerpc/include/asm/processor.h |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/include/asm/processor.h b/arch/powerpc/incl

Re: [U-Boot] Notes from the U-Boot BOF Meeting in Geneva 2012/07/12

2012-07-20 Thread Graeme Russ
Hi Kim & Marek, On 07/21/2012 07:09 AM, Marek Vasut wrote: > Dear Kim Phillips, > >> On Mon, 16 Jul 2012 23:30:49 +0200 >> >> Detlev Zundel wrote: >>> as promised, here are my expanded notes from the BoF meeting at LSM2012 >>> last week. It was a pleasure to get some core developers into one ro

Re: [U-Boot] Notes from the U-Boot BOF Meeting in Geneva 2012/07/12

2012-07-20 Thread Scott Wood
On 07/20/2012 04:34 PM, Graeme Russ wrote: > Hi Kim & Marek, > > On 07/21/2012 07:09 AM, Marek Vasut wrote: >> Dear Kim Phillips, >> >>> On Mon, 16 Jul 2012 23:30:49 +0200 >>> >>> Detlev Zundel wrote: as promised, here are my expanded notes from the BoF meeting at LSM2012 last week. It

Re: [U-Boot] [PATCH 1/2] common.h: Introduce DEFINE_CACHE_ALIGN_BUFFER

2012-07-20 Thread Mike Frysinger
On Friday 20 July 2012 07:31:47 Marek Vasut wrote: > Dear Mike Frysinger, > > On Saturday 07 July 2012 23:08:14 Marek Vasut wrote: > > > +/* > > > DEFINE_CACHE_ALIGN_BUFFER() is similar to ALLOC_CACHE_ALIGN_BUFFER, > > > but it's purpose is to allow allocating aligned buffers outside of > > > funct

Re: [U-Boot] [PATCH 1/2] common.h: Introduce DEFINE_CACHE_ALIGN_BUFFER

2012-07-20 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/20/2012 02:47 PM, Mike Frysinger wrote: > On Friday 20 July 2012 07:31:47 Marek Vasut wrote: >> Dear Mike Frysinger, >>> On Saturday 07 July 2012 23:08:14 Marek Vasut wrote: +/* DEFINE_CACHE_ALIGN_BUFFER() is similar to ALLOC_CACHE_ALIG

Re: [U-Boot] Notes from the U-Boot BOF Meeting in Geneva 2012/07/12

2012-07-20 Thread Graeme Russ
Hi Scott, On 07/21/2012 07:40 AM, Scott Wood wrote: > On 07/20/2012 04:34 PM, Graeme Russ wrote: >> Hi Kim & Marek, >> >> On 07/21/2012 07:09 AM, Marek Vasut wrote: >>> Dear Kim Phillips, >>> On Mon, 16 Jul 2012 23:30:49 +0200 Detlev Zundel wrote: > as promised, here are my exp

Re: [U-Boot] Notes from the U-Boot BOF Meeting in Geneva 2012/07/12

2012-07-20 Thread Tom Rini
On Wed, Jul 18, 2012 at 09:21:40AM +0200, Wolfgang Denk wrote: [snip] > And Jenkins... well, we have been using this for some time internally > to run test builds for U-Boot. I can tell you a thing or two about > it, and Marek has his own story to tell about his experiences when he > added to the

Re: [U-Boot] Notes from the U-Boot BOF Meeting in Geneva 2012/07/12

2012-07-20 Thread Marek Vasut
Dear Tom Rini, > On Wed, Jul 18, 2012 at 09:21:40AM +0200, Wolfgang Denk wrote: > > [snip] > > > And Jenkins... well, we have been using this for some time internally > > to run test builds for U-Boot. I can tell you a thing or two about > > it, and Marek has his own story to tell about his exp

Re: [U-Boot] Notes from the U-Boot BOF Meeting in Geneva 2012/07/12

2012-07-20 Thread Graeme Russ
Hi All, On 07/21/2012 11:27 AM, Marek Vasut wrote: > Dear Tom Rini, > >> On Wed, Jul 18, 2012 at 09:21:40AM +0200, Wolfgang Denk wrote: >> >> [snip] >> >>> And Jenkins... well, we have been using this for some time internally >>> to run test builds for U-Boot. I can tell you a thing or two about