[U-Boot] [PATCH] e1000: fix unused variable waring for e1000 driver

2011-11-06 Thread Roy Zang
Fix the following build warning in drivers/net/e1000.c e1000.c: In function 'e1000_reset_hw': e1000.c:1373:11: warning: variable 'icr' set but not used [-Wunused-but-set-variable] e1000.c: In function 'e1000_phy_init_script': e1000.c:4395:11: warning: variable 'ret_val' set but not used [-Wunuse

[U-Boot] [PATCH v7] powerpc/mpc83xx: Add 33.33MHz support for mpc8360emds

2011-11-06 Thread Chang-Ming.Huang
From: Jerry Huang The new MPC8360EMDS board changes the oscillator to 33.33MHz in order to support QE 500MHz since 2008. Signed-off-by: Jerry Huang CC: Kim Phillips --- cahnges for v2: - fix multiline comment wrong changes for v3: - change the oscillator to , not 333000

[U-Boot] Oh Don't Forget...

2011-11-06 Thread Zac Odumes
Make Money With Your Cell Phone Get Paid With Your Cell Phone! Hey here's a gift that was presented to me, So I am sharing it with you now!! Make money with your cell phone??? Agree to receive 5 texts per day. You can choose your categories of texts you would like to receive like... food

Re: [U-Boot] [PATCH] ARM: Generic cache ops skeleton

2011-11-06 Thread Simon Glass
Hi Mike, On Sun, Nov 6, 2011 at 5:09 PM, Mike Frysinger wrote: > On Sunday 06 November 2011 14:29:47 Simon Glass wrote: >> On this particular patch, I feel it should be more explicit about L1 >> cache, which is what I think it deals with. We may want to support L2 >> also through a similar API. A

[U-Boot] Zapytanie

2011-11-06 Thread Szkoła Języków Obcych
W związku z art. 10 ustawy z dnia 18 lipca 2002 r. o świadczeniu usług drogą elektroniczną (Dz.U. nr 144, poz. 1204), zwracamy się z prośbą o pozwolenie na przesłanie oferty dotyczącej: - KURSÓW JĘZYKOWYCH DLA dla FIRM - TŁUMACZEŃ PISEMNYCH I USTNYCH Jeżeli Państwa firma będzie zaintereso

Re: [U-Boot] [PATCH] ARM: Generic cache ops skeleton

2011-11-06 Thread Mike Frysinger
On Sunday 06 November 2011 14:29:47 Simon Glass wrote: > On this particular patch, I feel it should be more explicit about L1 > cache, which is what I think it deals with. We may want to support L2 > also through a similar API. And a CONFIG option is a good idea. the point of flushing caches is to

Re: [U-Boot] [PATCH] ARM: Generic cache ops skeleton

2011-11-06 Thread Mike Frysinger
On Sunday 06 November 2011 13:07:29 Marek Vasut wrote: > > On Sunday 06 November 2011 07:39:56 Marek Vasut wrote: > > > > On Saturday 05 November 2011 21:16:23 Marek Vasut wrote: > > > > > This patch should allow a CPU to register it's own cache ops. This > > > > > shall allow multiple CPUs with di

[U-Boot] [PATCH v4] at91: Add support for Bluewater Systems Snapper 9G45 module

2011-11-06 Thread Simon Glass
Snapper 9G45 is a ARM9-based CPU module with 1GB NAND and 128MB DDR SDRAM. This patch includes NAND and Ethernet support. Signed-off-by: Simon Glass --- Changes in v2: - Removed unneeded i2c config - Added machine type define Changes in v3: - Use CONFIG_MACH_TYPE instead of custom code - Reduce

Re: [U-Boot] [PATCH 00/14] Support for HTKW mcx board

2011-11-06 Thread Tom Rini
On Sunday, November 6, 2011, Ilya Yanok wrote: > Hi Tom, > > 03.11.2011 4:33, Tom Rini wrote: >>> >>> these patches introduce support for HTKW mcx board (AM3517-based). >>> >>> Previously posted DaVinci EMAC patches >>> ( http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/112309 ) >>> and NAND

Re: [U-Boot] [PATCH 00/14] Support for HTKW mcx board

2011-11-06 Thread Ilya Yanok
Hi Tom, 03.11.2011 4:33, Tom Rini wrote: >> these patches introduce support for HTKW mcx board (AM3517-based). >> >> Previously posted DaVinci EMAC patches >> ( http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/112309 ) >> and NAND SPL patches >> ( http://thread.gmane.org/gmane.comp.boot-load

[U-Boot] [PATCH] add a git mailrc file for maintainers

2011-11-06 Thread Mike Frysinger
This should make sending out e-mails to the right people easier. Signed-off-by: Mike Frysinger --- doc/git-mailrc | 100 1 files changed, 100 insertions(+), 0 deletions(-) create mode 100644 doc/git-mailrc diff --git a/doc/git-mailrc b/

Re: [U-Boot] [PATCH v0 0/4] env: reworking + default/import individual vars

2011-11-06 Thread Wolfgang Denk
Dear Gerlando Falauto, In message <1319647072-17504-1-git-send-email-gerlando.fala...@keymile.com> you wrote: > This is a resubmission (after removing remove checkpatch errors) of > http://lists.denx.de/pipermail/u-boot/2011-September/102875.html > > Here I am proposing a set of changes in the b

Re: [U-Boot] x86 cleanup patches

2011-11-06 Thread Graeme Russ
Hi Wolfgang, On Mon, Nov 7, 2011 at 6:50 AM, Wolfgang Denk wrote: > Dear Graeme Russ, > > In message <4eb6e405.4060...@gmail.com> you wrote: >> >> > This being mostly cleanup, and we still being relatively early in the >> > stabilization phase, I would also accept this stuff now. >> >> OK - There

Re: [U-Boot] how to clone uboot source code of imx28 cpu?

2011-11-06 Thread Wolfgang Denk
Dear lau, In message <2f8655c0.11b2c.1336c60d38a.coremail.laub...@163.com> you wrote: > > I find many uboot patches on mx28. Which branch do I clone source > code from? I didn't find in master or other branches. See branch "m28" in the u-boot-testing repo, i. e. http://git.denx.de/?p=u-boot/u-boo

Re: [U-Boot] [PATCH v0 0/4] env: reworking + default/import individual vars

2011-11-06 Thread Wolfgang Denk
Dear Gerlando Falauto, In message <1319647072-17504-1-git-send-email-gerlando.fala...@keymile.com> you wrote: > This is a resubmission (after removing remove checkpatch errors) of > http://lists.denx.de/pipermail/u-boot/2011-September/102875.html > > Here I am proposing a set of changes in the b

[U-Boot] [PATCH 2/2] env: add regex support for environment variables

2011-11-06 Thread Wolfgang Denk
Syntax: env regex [-g] [-s subst] regex name [...] The code is based on SLRE (http://slre.sourceforge.net/) which provides a tiny subset of Perl regular expressions. Without options, this will implement regex pattern matching on environment variables. Variables with matching values will be prin

[U-Boot] [PATCH 1/2] Add SLRE - Super Light Regular Expression library

2011-11-06 Thread Wolfgang Denk
Downloaded from http://slre.sourceforge.net/ and adapted for U-Boot environment. Used to implement regex operations on environment variables. Code size is ~ 3.5 KiB on PPC. Signed-off-by: Wolfgang Denk --- Note: This patch was generated on top of my ``env: fix "env ask" command'' patch. This sho

[U-Boot] [PATCH] env: fix "env ask" command

2011-11-06 Thread Wolfgang Denk
The "env ask" traditionally uses a somewhat awkward syntax: env ask name [message ...] [size] So far, when a mesage was given, you always also had to enter a size. If you forgot to do that, the command would terminate without any indication of the problem. To avoid incompatible changes o

Re: [U-Boot] x86 cleanup patches

2011-11-06 Thread Wolfgang Denk
Dear Graeme Russ, In message <4eb6e405.4060...@gmail.com> you wrote: > > > This being mostly cleanup, and we still being relatively early in the > > stabilization phase, I would also accept this stuff now. > > OK - There is only one patch that adds new 'features' - The 'Add multiboot > header' b

Re: [U-Boot] [PATCH] powerpc: Revert "arch/powerpc/lib/board.c: fix build warning"

2011-11-06 Thread Wolfgang Denk
Dear Mike Frysinger, In message <20061306.37421.vap...@gentoo.org> you wrote: > > have you pushed out your master in a while ? i see your tree sitting at > fec79acc864bed049b6beae719ccbf2bbec5403a which still has this warning. i > also > don't see commit ecfd752 in your tree. master is i

Re: [U-Boot] [PATCH] dfu: initial implementation

2011-11-06 Thread Wolfgang Denk
Dear Stefan Schmidt, In message <2006170219.GB20104@excalibur.local> you wrote: > > > Could you please be so kind and explain which exact issues you see for > > such a separation? > > As Andrzej pointed out the DFU spec is written by the USB forum and > one can see that there target are USB

Re: [U-Boot] x86 cleanup patches

2011-11-06 Thread Graeme Russ
Hi Wolfgang, On 07/11/11 06:09, Wolfgang Denk wrote: > Dear Graeme Russ, > > In message <4eb67a6e.2090...@gmail.com> you wrote: >> >> I have two x86 tidy-up patch series that I intend to apply in the next 2-3 >> weeks to a 'next' branch on the x86 repo. Being 'next', these patches are >> intended

Re: [U-Boot] [PATCH 10/56] drivers/video/videomodes.c: fix GCC 4.6 build warning

2011-11-06 Thread Anatolij Gustschin
Acked-by: Anatolij Gustschin ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 16/56] drivers/video/cfb_console.c:Fix GCC 4.6 build warning

2011-11-06 Thread Anatolij Gustschin
Acked-by: Anatolij Gustschin ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] ARM: Generic cache ops skeleton

2011-11-06 Thread Simon Glass
Hi, On Sun, Nov 6, 2011 at 10:07 AM, Marek Vasut wrote: >> On Sunday 06 November 2011 07:39:56 Marek Vasut wrote: >> > > On Saturday 05 November 2011 21:16:23 Marek Vasut wrote: >> > > > This patch should allow a CPU to register it's own cache ops. This >> > > > shall allow multiple CPUs with dif

Re: [U-Boot] [PATCH] dfu: initial implementation

2011-11-06 Thread Wolfgang Denk
Dear Stefan Schmidt, In message <2006163605.GA20104@excalibur.local> you wrote: > > > > usbtty interface as usb gadget as well as the runtime descripto for > > > DFU. With dfu-util it was possible to iniate the DFU download or > > > upload procedure while being in the mode. Another option wou

Re: [U-Boot] x86 cleanup patches

2011-11-06 Thread Wolfgang Denk
Dear Graeme Russ, In message <4eb67a6e.2090...@gmail.com> you wrote: > > I have two x86 tidy-up patch series that I intend to apply in the next 2-3 > weeks to a 'next' branch on the x86 repo. Being 'next', these patches are > intended for the current merge window which closes on December 12 You

Re: [U-Boot] [PATCH] ARM: Generic cache ops skeleton

2011-11-06 Thread Marek Vasut
> On Sunday 06 November 2011 07:39:56 Marek Vasut wrote: > > > On Saturday 05 November 2011 21:16:23 Marek Vasut wrote: > > > > This patch should allow a CPU to register it's own cache ops. This > > > > shall allow multiple CPUs with different cache handlings to be > > > > supported. > > > > > > s

Re: [U-Boot] [PATCH] powerpc: Revert "arch/powerpc/lib/board.c: fix build warning"

2011-11-06 Thread Mike Frysinger
On Saturday 05 November 2011 05:33:38 Wolfgang Denk wrote: > Kim Phillips wrote: > > This reverts commit a9f4fc3fe571cc99260b063ad0ff291d31bafed0. > > > > commit aab773a47a8f7f40b9d7c4877853b00d22fb1347 already fixed the > > issue. > > > > --- a/arch/powerpc/lib/board.c > > +++ b/arch/powerpc/lib

Re: [U-Boot] [PATCH v4 3/8] tegra2: spi: Add SPI driver for Tegra2 SOC

2011-11-06 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] ARM: Generic cache ops skeleton

2011-11-06 Thread Mike Frysinger
On Sunday 06 November 2011 07:39:56 Marek Vasut wrote: > > On Saturday 05 November 2011 21:16:23 Marek Vasut wrote: > > > This patch should allow a CPU to register it's own cache ops. This > > > shall allow multiple CPUs with different cache handlings to be > > > supported. > > > > sorry, what's t

Re: [U-Boot] [PATCH 05/22] board/linkstation/ide.c: Fix GCC 4.6 build warnings

2011-11-06 Thread Guennadi Liakhovetski
Hi Wolfgang On Sat, 5 Nov 2011, Wolfgang Denk wrote: > Fix: > ide.c: In function 'ide_preinit': > ide.c:69:21: warning: array subscript is above array bounds > [-Warray-bounds] > ide.c:69:21: warning: array subscript is above array bounds > [-Warray-bounds] > ide.c:70:17: warning: array subscript

Re: [U-Boot] [PATCH] dfu: initial implementation

2011-11-06 Thread Stefan Schmidt
Hello. On Sat, 2011-11-05 at 16:33, Wolfgang Denk wrote: > In message <000601cc9abe$4f544bd0$edfce370$%p...@samsung.com> you wrote: > > > > > > http://www.usb.org/developers/devclass_docs/DFU_1.1.pdf > > > > DFU is part of USB; an extension to be precise, but an extension bound > > so tightly to

Re: [U-Boot] [PATCH] dfu: initial implementation

2011-11-06 Thread Stefan Schmidt
Hello. On Sat, 2011-11-05 at 16:31, Wolfgang Denk wrote: > In message <2002200717.GP17069@excalibur.local> you wrote: > > > > While I think a dfu command is usefull I don't like the need to > > execute it before any DFU interaction can happen. That may be an > > option during development but f

[U-Boot] Starting U-boot from RAM in FPGA custom board

2011-11-06 Thread pcuser p
Hi, I am a newbie to bootloaders, My requirement is to port u-boot + linux to a FPGA board (ARM926EJS + video Coprocessors + basic peripherals (uart,ethernet)) I am basically trying to start u-boot from RAM since flash is already locked with fpga code. I happened to see some of mail chains about q

Re: [U-Boot] [PATCH] NAND: Let NAND_NO_SUBPAGE_WRITE through

2011-11-06 Thread Marek Vasut
> On 11/06/2011 01:43 PM, Marek Vasut wrote: > > Yes sure, but the controller driver sets it as a chip option as there's > > no "controller" option field and I don't want to introduce new > > definition consuming one bit in the top half of chip option. > > Let's see how evolve the discussion - all

Re: [U-Boot] [PATCH] NAND: Let NAND_NO_SUBPAGE_WRITE through

2011-11-06 Thread Stefano Babic
On 11/06/2011 01:43 PM, Marek Vasut wrote: > > Yes sure, but the controller driver sets it as a chip option as there's no > "controller" option field and I don't want to introduce new definition > consuming > one bit in the top half of chip option. Let's see how evolve the discussion - allowin

Re: [U-Boot] [PATCH] NAND: Let NAND_NO_SUBPAGE_WRITE through

2011-11-06 Thread Marek Vasut
> On 11/05/2011 03:24 AM, Marek Vasut wrote: > > There is a problem reported that the NAND_NO_SUBPAGE_WRITE, set by some > > drivers, is silently ignored by NAND core. This causes UBI to > > malfunction on these drivers, because UBI tries to use subpage writes. > > Hi Marek, > > > This was discus

Re: [U-Boot] [PATCH] ARM: Generic cache ops skeleton

2011-11-06 Thread Marek Vasut
> On Saturday 05 November 2011 21:16:23 Marek Vasut wrote: > > This patch should allow a CPU to register it's own cache ops. This shall > > allow multiple CPUs with different cache handlings to be supported. > > sorry, what's the point ? this would make sense if you wanted to build one > u- boot

[U-Boot] x86 cleanup patches

2011-11-06 Thread Graeme Russ
Hi Wolfgang, Gabe, I have two x86 tidy-up patch series that I intend to apply in the next 2-3 weeks to a 'next' branch on the x86 repo. Being 'next', these patches are intended for the current merge window which closes on December 12 Please be aware that the latest series (checkpatch cleanup) is

[U-Boot] [PATCH 4/5] cosmetic: checkpatch cleanup of arch/x86/lib/*.c

2011-11-06 Thread Graeme Russ
Signed-off-by: Graeme Russ --- ./checkpatch.pl --no-tree -f arch/x86/lib/*.c WARNING: externs should be avoided in .c files #47: FILE: x86/lib/bios_setup.c:47: +extern ulong __bios_start; WARNING: externs should be avoided in .c files #48: FILE: x86/lib/bios_setup.c:48: +extern ulong __bios_size;

[U-Boot] [PATCH 5/5] cosmetic: checkpatch cleanup of board/eNET/*.c

2011-11-06 Thread Graeme Russ
--- ./checkpatch.pl --no-tree -f board/eNET/*.c total: 0 errors, 0 warnings, 289 lines checked board/eNET/eNET.c has no obvious style problems and is ready for submission. WARNING: labels should not be indented #89: FILE: eNET/eNET_pci.c:89: + fixup_irq: pci_enet_fixup_irq, total: 0 errors,

[U-Boot] [PATCH 3/5] cosmetic: checkpatch cleanup arch/x86/cpu/sc520/*.c

2011-11-06 Thread Graeme Russ
Signed-off-by: Graeme Russ --- ./checkpatch.pl --no-tree -f arch/x86/cpu/sc520/*.c total: 0 errors, 0 warnings, 66 lines checked arch/x86/cpu/sc520/sc520.c has no obvious style problems and is ready for submission. WARNING: line over 80 characters #84: FILE: x86/cpu/sc520/sc520_pci.c:84: +

[U-Boot] [PATCH 2/5] cosmetic: checkpatch cleanup arch/x86/cpu/*.c

2011-11-06 Thread Graeme Russ
Signed-off-by: Graeme Russ --- ./checkpatch.pl --no-tree -f arch/x86/cpu/*.c total: 0 errors, 0 warnings, 157 lines checked arch/x86/cpu/cpu.c has no obvious style problems and is ready for submission. total: 0 errors, 0 warnings, 675 lines checked arch/x86/cpu/interrupts.c has no obvious style

[U-Boot] [PATCH 1/5] x86: Call hang() on unrecoverable exception

2011-11-06 Thread Graeme Russ
Signed-off-by: Graeme Russ --- arch/x86/cpu/interrupts.c | 20 ++-- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/arch/x86/cpu/interrupts.c b/arch/x86/cpu/interrupts.c index c6e72ea..89f39d2 100644 --- a/arch/x86/cpu/interrupts.c +++ b/arch/x86/cpu/interrupts.

[U-Boot] [PATCH 0/5] x86: Cosmetic cleanup

2011-11-06 Thread Graeme Russ
Mostly cosmetic (first patch is slight tweak that has no real functional impact) fixes to the x86 arch. I've included checkpatch outputs for each of the pure cosmetic patches (patches 2 through 5) Graeme Russ (5): x86: Call hang() on unrecoverable exception cosmetic: checkpatch cleanup arch/x8

[U-Boot] [PATCH] FPGA: drivers/fpga/ivm_core.c: GCC4.6 fix build warnings

2011-11-06 Thread Stefano Babic
Fix: ivm_core.c: In function 'ispVMLCOUNT': ivm_core.c:2105:16: warning: unused variable 'usByte' Signed-off-by: Stefano Babic CC: Wolfgang Denk --- drivers/fpga/ivm_core.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/fpga/ivm_core.c b/drivers/fpga/ivm_core.

[U-Boot] [PATCH] MX25: zmx25: GCC4.6 fix build warnings

2011-11-06 Thread Stefano Babic
Fix: zmx25.c: In function 'board_late_init': zmx25.c:131:25: warning: variable 'padctl' set but not used [-Wunused-but-set-variable] Signed-off-by: Stefano Babic --- board/syteco/zmx25/zmx25.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/board/syteco/zmx25/zmx25.c b

[U-Boot] [PATCH] VIDEO: mx3fb: GCC4.6 fix build warnings

2011-11-06 Thread Stefano Babic
Fix: mx3fb.c: In function 'video_hw_init': mx3fb.c:827:30: warning: variable 'vesa_idx' set but not used Signed-off-by: Stefano Babic CC: Anatolij Gustschin --- drivers/video/mx3fb.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/video/mx3fb.c b/drivers/video

Re: [U-Boot] [PATCH v2 1/3] image: Make image_get_fdt work like image_get_{ram_disk, kernel}

2011-11-06 Thread Wolfgang Denk
Dear Simon Glass, In message you wrote: > > Searching for "DTB append ARM zImage" provides lots of recent > activity. The justification for this series seems to be old boot > loaders. ... True. In my understanding, this is only relevant to less capable boot loaders (which not always are old -

Re: [U-Boot] [PATCH v2 3/8] tegra2: spi: Add SPI driver for Tegra2 SOC

2011-11-06 Thread Mike Frysinger
On Saturday 05 November 2011 15:17:37 Simon Glass wrote: > On Sat, Nov 5, 2011 at 10:13 AM, Mike Frysinger wrote: > > On Saturday 05 November 2011 10:36:30 Simon Glass wrote: > >> On Thu, Nov 3, 2011 at 6:36 PM, Mike Frysinger wrote: > >> > On Thursday 03 November 2011 18:41:34 Simon Glass wrote: >

Re: [U-Boot] [PATCH] ARM: Generic cache ops skeleton

2011-11-06 Thread Mike Frysinger
On Saturday 05 November 2011 21:16:23 Marek Vasut wrote: > This patch should allow a CPU to register it's own cache ops. This shall > allow multiple CPUs with different cache handlings to be supported. sorry, what's the point ? this would make sense if you wanted to build one u- boot image to run

Re: [U-Boot] [PATCH] NAND: Let NAND_NO_SUBPAGE_WRITE through

2011-11-06 Thread Stefano Babic
On 11/05/2011 03:24 AM, Marek Vasut wrote: > There is a problem reported that the NAND_NO_SUBPAGE_WRITE, set by some > drivers, > is silently ignored by NAND core. This causes UBI to malfunction on these > drivers, because UBI tries to use subpage writes. > Hi Marek, > This was discussed alread