Re: [U-Boot] [PATCH v2] andes_spi: add andes_spi interface

2011-04-25 Thread Mike Frysinger
On Mon, Apr 25, 2011 at 02:50, Macpaul Lin wrote: > +void spi_init() please use "(void)" > +void andes_spi_spit_en(struct andes_spi_slave *ds) mark static > +struct spi_slave *spi_setup_slave(unsigned int bus, unsigned int cs, > + unsigned int max_hz, unsigned int mode) >

Re: [U-Boot] [PATCH 6/9] ARM: Implement CONFIG_SKIP_LOWLEVEL_INIT for arm926ej-s

2011-04-25 Thread Albert ARIBAUD
Hi Wolfgang et al., (replying both to 5/9 and 6/9 here) Le 25/04/2011 01:55, Wolfgang Denk a écrit : > This is an inconsistency between architectures which I dislike. Then these two config options could be defined for other architectures as well. > Also, what in case we should want to skip on

Re: [U-Boot] [PATCH v3] Don't grab memory for LCD if FB address is defined

2011-04-25 Thread Albert ARIBAUD
Le 25/04/2011 01:27, Wolfgang Denk a écrit : > Dear Minkyu Kang, > > In message<4d8be6bd.2090...@samsung.com> you wrote: >> If FB address is defined specific address then don't grab memory for LCD >> >> Signed-off-by: Minkyu Kang >> Cc: Albert Aribaud >> Cc: Wolfgang Denk >> Cc: Stefan Roese >> Cc

Re: [U-Boot] [PATCH v3] Don't grab memory for LCD if FB address is defined

2011-04-25 Thread Minkyu Kang
Dear Albert ARIBAUD, On 25 April 2011 16:38, Albert ARIBAUD wrote: >> Sorry for the late review, but it makes littel sense to add individual >> README.* files for each and every CONFIG option.  Please add the >> documentation (with a little less verbocity) to the top level README >> instead. > >

[U-Boot] [PATCH v3] andes_spi: add andes_spi interface

2011-04-25 Thread Macpaul Lin
andes_spi is an spi interface developed by Andes Tech. Signed-off-by: Macpaul Lin Cc: Wolfgang Denk Cc: Mike Frysinger --- Changes for v2: - Replace redundant length checking by min(len, 4). - Remove redundant debug marco. - Replace reading register in debug() by local variable. - Add B

[U-Boot] [PATCH v4] Don't grab memory for LCD if FB address is defined

2011-04-25 Thread Minkyu Kang
If FB address is defined specific address then don't grab memory for LCD Signed-off-by: Minkyu Kang Cc: Albert Aribaud Cc: Wolfgang Denk Cc: Stefan Roese Cc: Kim Phillips Cc: Andy Fleming Cc: Kumar Gala --- v4 move the document v3 fix whitespace errors v2 add document README

Re: [U-Boot] [PATCH 2/3] Fix a few gcc warnings.

2011-04-25 Thread Joakim Tjernlund
vapierfil...@gmail.com wrote on 2011/04/25 06:13:20: > > On Sun, Apr 24, 2011 at 7:42 PM, Joakim Tjernlund wrote: > > vapierfil...@gmail.com wrote on 2011/04/25 00:38:31: > >> On Sun, Apr 24, 2011 at 6:14 PM, Wolfgang Denk wrote: > >> > Joakim Tjernlund wrote: > >> >> --- a/examples/standalone/time

Re: [U-Boot] [PATCH 2/3] Fix a few gcc warnings.

2011-04-25 Thread Joakim Tjernlund
vapierfil...@gmail.com wrote on 2011/04/25 07:40:00: > > On Mon, Apr 25, 2011 at 12:13 AM, Mike Frysinger wrote: > > however, that doesnt change my original point ... we shouldnt be > > "fixing" things like this that have no relevance in the u-boot world. > > disable the warning flags in the build

Re: [U-Boot] [PATCH 3/3] powerpc, 8xx: adapt a few linker scripts so it will build.

2011-04-25 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message you wrote: > > Well, your gcc is different from mine and I know nothing about it as > you won't say anything about it. If in doubt, use ELDK. All examples were compiled with ELDK 4.2 (GCC 4.2.2) for ppc_8xx. > ## 4.4.5 has been patched to support msingle-pic

Re: [U-Boot] [PATCH] powerpc:Enable compiler debug option for powerpc platforms

2011-04-25 Thread Wolfgang Denk
Dear Zang Roy-R61911, In message <2239ac579c7d3646a720227a37e02681124...@039-sn1mpn1-004.039d.mgd.msft.net> you wrote: > > > You did not comment to these questions, and your current code is > > still powerpc-centric. > Yes. because there is other voice: > http://lists.denx.de/pipermail/u-boot/2

[U-Boot] [PATCH v2] cmd_nvedit.c: clean up with checkpatch

2011-04-25 Thread Macpaul Lin
Code clean up of cmd_nvedit.c by using checkpatch.pl. Signed-off-by: Macpaul Lin --- Changes for v2: - Replace the ident characters for #ifdef from space to tab. common/cmd_nvedit.c | 148 +-- 1 files changed, 73 insertions(+), 75 deletions(-)

Re: [U-Boot] [PATCH] powerpc:Enable compiler debug option for powerpc platforms

2011-04-25 Thread Zang Roy-R61911
> -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: Monday, April 25, 2011 16:39 PM > To: Zang Roy-R61911 > Cc: u-boot@lists.denx.de; Wood Scott-B07421; Kumar Gala > Subject: Re: [PATCH] powerpc:Enable compiler debug option for powerpc > platforms > > Dear Zang Roy-R

Re: [U-Boot] [PATCH 3/3] powerpc, 8xx: adapt a few linker scripts so it will build.

2011-04-25 Thread Joakim Tjernlund
Wolfgang Denk wrote on 2011/04/25 10:35:25: > > Dear Joakim Tjernlund, > > In message > you > wrote: > > > > Well, your gcc is different from mine and I know nothing about it as > > you won't say anything about it. > > If in doubt, use ELDK. All examples were compiled with ELDK 4.2 (GCC > 4.2.

Re: [U-Boot] [PATCH] powerpc:Enable compiler debug option for powerpc platforms

2011-04-25 Thread Zang Roy-R61911
> -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: Monday, April 25, 2011 16:39 PM > To: Zang Roy-R61911 > Cc: u-boot@lists.denx.de; Wood Scott-B07421; Kumar Gala > Subject: Re: [PATCH] powerpc:Enable compiler debug option for powerpc > platforms > > Dear Zang Roy-R

Re: [U-Boot] Mainlining android fastboot support to upstream u-boot

2011-04-25 Thread Wolfgang Denk
Dear John Rigby, In message you wrote: > > Ok, I had already read both of those posts and when I read "design" I > was thinking that Android Fastboot exists and the feature list is > already set as is the wire protocol, so I don't see that we have a lot > of flexibility in those areas. The only

Re: [U-Boot] [PATCH] powerpc/85xx: Integrated Flash Controller NAND support

2011-04-25 Thread Wolfgang Denk
Dear Dudhat Dipen-B09055, In message <57d3ab35efb0e542a4326dbd78e17e95149...@039-sn1mpn1-003.039d.mgd.msft.net> you wrote: > > Any comments on this patch... > > This patch is acked by kumar gala. I have no comments other than - The merge window is closed - I have never seen an ACK from Kuma

Re: [U-Boot] [PATCH v2] andes_spi: add andes_spi interface

2011-04-25 Thread Wolfgang Denk
Dear Mike Frysinger, [this goes also to all other custodians[ In message you wrote: > On Mon, Apr 25, 2011 at 02:50, Macpaul Lin wrote: > > +void spi_init() > > please use "(void)" > > > +void andes_spi_spit_en(struct andes_spi_slave *ds) > > mark static ... If you request changes to a patc

Re: [U-Boot] [PATCH] powerpc:Enable compiler debug option for powerpc platforms

2011-04-25 Thread Wolfgang Denk
Dear Zang Roy-R61911, In message <2239ac579c7d3646a720227a37e02681124...@039-sn1mpn1-004.039d.mgd.msft.net> you wrote: > > > |... I can't > > | provide exact details, since the current toolchains work fine without > > | such tweaking -

Re: [U-Boot] [PATCH 3/3] powerpc, 8xx: adapt a few linker scripts so it will build.

2011-04-25 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message you wrote: > > > If in doubt, use ELDK. All examples were compiled with ELDK 4.2 (GCC > > 4.2.2) for ppc_8xx. > > Have you tried gcc 4.3.x yet? No, and from the list of bugs I have seen for it (especially for ARM) I will not invest time and efforts on it. >

Re: [U-Boot] [PATCH 1/2] cmd_ide: enhance new feature "CONFIG_IDE_AHB"

2011-04-25 Thread Macpaul Lin
Hi Wolfgang, 2011/4/12 Wolfgang Denk > > Dear Macpaul Lin, > ... > > +             extern void ide_write_register(int, unsigned int, unsigned > > char); > ... > > +     extern unsigned char ide_read_register(int, unsigned int); > > Etc.  Please move all such prototype decarations to an appropria

Re: [U-Boot] [PATCH 2/9] mvgbe: Support preserving the existing MAC address

2011-04-25 Thread Tabi Timur-B04825
On Sun, Apr 24, 2011 at 6:50 PM, Wolfgang Denk wrote: > And please add documentation for the new CONFIG_PRESERVE_LOCAL_MAC to > the README. We have something similar already on Freescale parts, but it does sometimes cause problems. If the environment ethaddr is already set, it is left alone. O

[U-Boot] [PATCH] Fix a few gcc warnings.

2011-04-25 Thread Joakim Tjernlund
Noticed while building all of mpc8xx. Also constify usage string in timer.c Warnings fixed are: timer.c: In function 'timer': timer.c:189: warning: format not a string literal and no format arguments timer.c:258: warning: format not a string literal and no format arguments atm.c: In function 'atmUn

Re: [U-Boot] [PATCH 3/3] powerpc, 8xx: adapt a few linker scripts so it will build.

2011-04-25 Thread Joakim Tjernlund
Wolfgang Denk wrote on 2011/04/25 12:17:11: > > Dear Joakim Tjernlund, > > In message > you > wrote: > > > > > If in doubt, use ELDK. All examples were compiled with ELDK 4.2 (GCC > > > 4.2.2) for ppc_8xx. > > > > Have you tried gcc 4.3.x yet? > > No, and from the list of bugs I have seen for

[U-Boot] How can I replace the Linux scrolling text during boot-up with a splash image?

2011-04-25 Thread Stephen Saputo
I need some help in determining how to have a color splash image display in place of the Linux scrolling-text during the boot-up process on an embedded Linux device using u-boot. The kernel used is a stripped-down version of Linux (kernel 2.6.29), which has been custom configured. The distros used

Re: [U-Boot] [PATCH 2/3] Fix a few gcc warnings.

2011-04-25 Thread Mike Frysinger
On Mon, Apr 25, 2011 at 04:30, Joakim Tjernlund wrote: > vapierfil...@gmail.com wrote on 2011/04/25 06:13:20: >> On Sun, Apr 24, 2011 at 7:42 PM, Joakim Tjernlund wrote: >> > Yes, but puts() adds an newline so you can't just replace the above printf >> > with puts() >> >> no, it doesnt.  u-boot's p

Re: [U-Boot] How can I replace the Linux scrolling text during boot-up with a splash image?

2011-04-25 Thread Mike Frysinger
On Mon, Apr 25, 2011 at 10:53, Stephen Saputo wrote: > I need some help in determining how to have a color splash image display in > place of the Linux scrolling-text during the boot-up process on an embedded > Linux device using u-boot. The kernel used is a stripped-down version of > Linux (kernel

[U-Boot] [PATCH 2/4 v2] sf: unify write funcs

2011-04-25 Thread Mike Frysinger
Once we add a new page_size field for write lengths, we can unify the write methods for most of the spi flash drivers. Signed-off-by: Mike Frysinger --- v2 - push page program command into common code too since all spi flashes use the same one (0x02) drivers/mtd/spi/eon.c

[U-Boot] [PATCH 5/4] sf: unify write disable commands

2011-04-25 Thread Mike Frysinger
Every spi flash uses the same write disnable command, so unify this in the common code. Signed-off-by: Mike Frysinger --- drivers/mtd/spi/spi_flash_internal.h |9 + drivers/mtd/spi/sst.c|2 +- 2 files changed, 10 insertions(+), 1 deletions(-) diff --git a/drivers

[U-Boot] [PATCH 6/4] sf: sst: support newer standardized flashes

2011-04-25 Thread Mike Frysinger
Newer SST flashes have dropped the Auto Address Increment (AAI) word programming (WP) modes in favor of the standard page programming mode that most flashes now support. So add a flags field to the different flashes to support both modes with new and old styles. Signed-off-by: Mike Frysinger ---

Re: [U-Boot] [PATCH 1/4] sf: unify write enable commands

2011-04-25 Thread Mike Frysinger
btw, i dont currently plan on pushing these spi patches for 2011.06 since it's kind of late in the merge window. but people can find them in my sf branch if they feel like playing with them: git://www.denx.de/git/u-boot-blackfin.git sf -mike ___ U-Boot m

Re: [U-Boot] Fix for overlapping sections?

2011-04-25 Thread Wolfgang Denk
Dear "Ciummo, Larry (DS-1)", please keep the mailing list on Cc:. In message you wrote: > > Stephan: I'm not Stephan. > Out board really isn't a Canyonlands, but a 460GT based board with a lot > of custom hardware and mfg/bringup diagnostics code added. Certainly > porting to a newer uboot

Re: [U-Boot] [PATCH] powerpc/85xx: Integrated Flash Controller NAND support

2011-04-25 Thread Scott Wood
On Mon, 25 Apr 2011 04:06:10 + Dudhat Dipen-B09055 wrote: > Hi Wolfgang, > > Any comments on this patch... > > This patch is acked by kumar gala. There's still been no patch posted for a board that enables this driver. It would be nice to have the ability to at least see if this compiles

Re: [U-Boot] [PATCH 6/6] EA20: do not use subpage write for NAND

2011-04-25 Thread Scott Wood
On Fri, 22 Apr 2011 09:13:34 +0200 Stefano Babic wrote: > The only point is we need that the controller checks the parameters > after the tail part, as the tail part scans the chip and sets its > options, as the SUBPAGE flag. We could add a pre_adjust() and > post_adjust() functions to be called

Re: [U-Boot] [PATCH 2/3] Fix a few gcc warnings.

2011-04-25 Thread Scott Wood
On Mon, 25 Apr 2011 00:13:20 -0400 Mike Frysinger wrote: > On Sun, Apr 24, 2011 at 7:42 PM, Joakim Tjernlund wrote: > > vapierfil...@gmail.com wrote on 2011/04/25 00:38:31: > >> probably want to disable this stuff for u-boot since it doesnt make > >> much sense by adding -Wno-format-nonliteral an

Re: [U-Boot] [PATCH 2/3] Fix a few gcc warnings.

2011-04-25 Thread Mike Frysinger
On Mon, Apr 25, 2011 at 13:45, Scott Wood wrote: > On Mon, 25 Apr 2011 00:13:20 -0400 Mike Frysinger wrote: >> On Sun, Apr 24, 2011 at 7:42 PM, Joakim Tjernlund wrote: >> > vapierfil...@gmail.com wrote on 2011/04/25 00:38:31: >> >> probably want to disable this stuff for u-boot since it doesnt make

Re: [U-Boot] [PATCH 2/3] Fix a few gcc warnings.

2011-04-25 Thread Joakim Tjernlund
vapierfil...@gmail.com wrote on 2011/04/25 19:53:50: > > On Mon, Apr 25, 2011 at 13:45, Scott Wood wrote: > > On Mon, 25 Apr 2011 00:13:20 -0400 Mike Frysinger wrote: > >> On Sun, Apr 24, 2011 at 7:42 PM, Joakim Tjernlund wrote: > >> > vapierfil...@gmail.com wrote on 2011/04/25 00:38:31: > >> >> pr

Re: [U-Boot] [PATCH 2/3] Fix a few gcc warnings.

2011-04-25 Thread Mike Frysinger
On Mon, Apr 25, 2011 at 13:58, Joakim Tjernlund wrote: > vapierfil...@gmail.com wrote on 2011/04/25 19:53:50: >> On Mon, Apr 25, 2011 at 13:45, Scott Wood wrote: >> > On Mon, 25 Apr 2011 00:13:20 -0400 Mike Frysinger wrote: >> >> On Sun, Apr 24, 2011 at 7:42 PM, Joakim Tjernlund wrote: >> >> > vapi

[U-Boot] [PATCH] disable security warning flags when possible

2011-04-25 Thread Mike Frysinger
Some toolchains enable security warning flags by default, but these don't really make sense in the u-boot world. Such as forcing changes like: -printf(foo); +printf("%s", foo); So disable the flags when the compiler supports them. Linux has already merged a similar change in thei

[U-Boot] Renaming files on an SD card

2011-04-25 Thread D Kesselring
Is there any way to rename or delete a file from a FAT formatted SD card? -- W. David Kesselring 919-349-1079 ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] How can I replace the Linux scrolling text during boot-up with a splash image?

2011-04-25 Thread Wolfgang Denk
Dear Stephen Saputo, In message you wrote: > > I need some help in determining how to have a color splash image display in > place of the Linux scrolling-text during the boot-up process on an embedded > Linux device using u-boot. The kernel used is a stripped-down version of > Linux (kernel 2.6.2

Re: [U-Boot] [PATCH] powerpc/85xx: Integrated Flash Controller NAND support

2011-04-25 Thread Wolfgang Denk
Dear Scott Wood, In message <20110425123215.004cd...@schlenkerla.am.freescale.net> you wrote: > > > + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 > > +USA */ > > Fix the formatting here. > > > + > > +static uint32_t get_sram_addr(int page_no, int page_size) { > [sni

Re: [U-Boot] Renaming files on an SD card

2011-04-25 Thread Wolfgang Denk
Dear D Kesselring, In message you wrote: > Is there any way to rename or delete a file from a FAT formatted SD card? Of course there is. The easiest way is a two-pass sort of solution. In the first pass, boot an operating system. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH

Re: [U-Boot] [PATCH] powerpc/85xx: Integrated Flash Controller NAND support

2011-04-25 Thread Scott Wood
On Mon, 25 Apr 2011 21:01:26 +0200 Wolfgang Denk wrote: > Dear Scott Wood, > > In message <20110425123215.004cd...@schlenkerla.am.freescale.net> you wrote: > > > > > + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 > > > +USA */ > > > > Fix the formatting here. > > >

[U-Boot] [PATCH] powerpc/85xx: Don't set FT_FSL_PCI_SETUP if CONFIG_PCI is not set

2011-04-25 Thread Matthew McClintock
A lot of boards set FT_FSL_PCI_SETUP directly in their board code and don't check to see if CONFIG_PCI is actually defined. This will cause the board compilation to fail if CONFIG_PCI is not defined. The p1022ds board is one such example. Instead of fixing every board this patch wraps FT_FSL_PCI_S

Re: [U-Boot] [PATCH] disable security warning flags when possible

2011-04-25 Thread Joakim Tjernlund
Mike Frysinger wrote on 2011/04/25 20:06:40: > > Some toolchains enable security warning flags by default, but these don't > really make sense in the u-boot world. Such as forcing changes like: >-printf(foo); >+printf("%s", foo); > > So disable the flags when the compiler supports them.

Re: [U-Boot] [PATCH] disable security warning flags when possible

2011-04-25 Thread Mike Frysinger
On Mon, Apr 25, 2011 at 15:16, Joakim Tjernlund wrote: > Mike Frysinger wrote on 2011/04/25 20:06:40: >> Some toolchains enable security warning flags by default, but these don't >> really make sense in the u-boot world.  Such as forcing changes like: >>    -printf(foo); >>    +printf("%s", foo); >

[U-Boot] punt duplicate 2009.01-rc2 tag

2011-04-25 Thread Mike Frysinger
could you delete the useless 2009.01-rc2 tag ? it's duplicated by v2009.01-rc2 ... git tag -d 2009.01-rc2 git push origin :2009.01-rc2 -mike ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 2/3] Fix a few gcc warnings.

2011-04-25 Thread Scott Wood
On Mon, 25 Apr 2011 13:53:50 -0400 Mike Frysinger wrote: > On Mon, Apr 25, 2011 at 13:45, Scott Wood wrote: > > Why encourage bad habits?  Are there any instances of this in U-Boot where > > conversion to puts() wouldn't be an improvement, especially given the lack > > of an automatic newline in

Re: [U-Boot] [PATCH 2/3] Fix a few gcc warnings.

2011-04-25 Thread Mike Frysinger
On Mon, Apr 25, 2011 at 15:45, Scott Wood wrote: > And after writing this, you sent a patch changing the warning options... i sent a proper patch to do a suggestion i already made here. and it isnt really changing anything ... most toolchains already have this behavior by default. my patch only

Re: [U-Boot] punt duplicate 2009.01-rc2 tag

2011-04-25 Thread Wolfgang Denk
Dear Mike Frysinger, In message you wrote: > could you delete the useless 2009.01-rc2 tag ? it's duplicated by > v2009.01-rc2 ... > > git tag -d 2009.01-rc2 > git push origin :2009.01-rc2 Done. Hope we don't pull it in again via some old repo... Best regards, Wolfgang Denk -- DENX Softwar

Re: [U-Boot] [PATCH 2/3] Fix a few gcc warnings.

2011-04-25 Thread Wolfgang Denk
Dear Scott Wood, In message <20110425144518.5a37b...@schlenkerla.am.freescale.net> you wrote: > > Mike Frysinger wrote: ... > > that wasnt what i was saying. my point is simply that changing > > printf(foo); to printf("%s", foo); simply to satisfy a gcc warning is > > wrong and unnecessarily blo

Re: [U-Boot] [PATCH 2/3] Fix a few gcc warnings.

2011-04-25 Thread Scott Wood
On Mon, 25 Apr 2011 23:23:41 +0200 Wolfgang Denk wrote: > Dear Scott Wood, > > In message <20110425144518.5a37b...@schlenkerla.am.freescale.net> you wrote: > > > > Mike Frysinger wrote: > ... > > > that wasnt what i was saying. my point is simply that changing > > > printf(foo); to printf("%s"

Re: [U-Boot] [PATCH 02/11] IDE: Don't assume there are always two devices per bus

2011-04-25 Thread Wolfgang Denk
Dear ro...@dawes.za.net, In message <1300435500-4909-3-git-send-email-ro...@dawes.za.net> you wrote: > From: Rogan Dawes > > Some SATA controllers can operate in an IDE compatible mode (e.g. mvsata) > but will only ever have a single device per bus. > > This allows the upcoming DNS323 port to p

Re: [U-Boot] [PATCH 07/11] Allow setting CONFIG_NR_DRAM_BANKS to a larger value

2011-04-25 Thread Wolfgang Denk
Dear ro...@dawes.za.net, In message <1300435500-4909-8-git-send-email-ro...@dawes.za.net> you wrote: > From: ro...@dawes.za.net > > This allows us to match the exact behaviour of the vendor U-boot in the > kernel boot logs Please note that the behaviour of some out of tree port is not exactly

Re: [U-Boot] [PATCH 09/11] Support passing a Marvell-specific ATAG

2011-04-25 Thread Wolfgang Denk
Dear ro...@dawes.za.net, In message <1300435500-4909-10-git-send-email-ro...@dawes.za.net> you wrote: > From: Rogan Dawes > > --- > arch/arm/include/asm/setup.h | 18 ++ > arch/arm/lib/bootm.c | 30 ++ > 2 files changed, 48 insertions(+),

Re: [U-Boot] [PATCH 10/11] Copy the ramdisk from flash for the DNS323

2011-04-25 Thread Wolfgang Denk
Dear ro...@dawes.za.net, In message <1300435500-4909-11-git-send-email-ro...@dawes.za.net> you wrote: > From: ro...@dawes.za.net > > --- > common/image.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) This is the wrong approach. Rather fix the Linux kernel to accept a ramdisk

Re: [U-Boot] [PATCH v3 4/4] ARMV7: OMAP3: Add support for Comelit DIG297 board

2011-04-25 Thread Wolfgang Denk
Dear Luca Ceresoli, In message <4da2b9fe.20...@comelit.it> you wrote: > > > Note that arch/arm/cpu/armv7/omap3/mem.c is also the only file in the > > whole U-Boot source tree which references these variables: > > > > -> egrep -lR > > 'boot_flash_base|boot_flash_off|boot_flash_sec|boot_flash_type

Re: [U-Boot] [PATCH v2 2/4] ftsdmc021: add register definitions of ftsdmc021

2011-04-25 Thread Wolfgang Denk
Dear "Macpaul Lin", In message <1300770080-9893-2-git-send-email-macp...@andestech.com> you wrote: > Support registers definitions of ftsdmc021 SDRAM controller. > > Signed-off-by: Macpaul Lin > --- > Changes for v2: > - Add __ASSEMBLY__ protecton to register offset for supporting > lowlevel_i

Re: [U-Boot] [PATCH] Fix typo in #error: IS_IN_NOWHERE vs. IS_NOWHERE

2011-04-25 Thread Wolfgang Denk
Dear =?UTF-8?q?Lo=C3=AFc=20Minier?=, In message <1300983702-31251-1-git-send-email-loic.min...@linaro.org> you wrote: > Signed-off-by: Loïc Minier > --- > common/cmd_nvedit.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX S

Re: [U-Boot] [PATCH v2 1/4] Rename openrd_base files to openrd

2011-04-25 Thread Wolfgang Denk
Dear Clint Adams, In message <1303170450-4230-2-git-send-email-cl...@debian.org> you wrote: > --- > board/Marvell/{openrd_base => openrd}/Makefile |2 +- > board/Marvell/{openrd_base => openrd}/kwbimage.cfg |0 > .../{openrd_base/openrd_base.c => openrd/openrd.c} |2 +- > .../{ope

Re: [U-Boot] [PATCH v2 2/4] Add definitions for OpenRD-Client and OpenRD-Ultimate

2011-04-25 Thread Wolfgang Denk
Dear Clint Adams, In message <1303170450-4230-3-git-send-email-cl...@debian.org> you wrote: > --- > MAKEALL |2 ++ > board/Marvell/openrd/openrd.c |6 ++ > boards.cfg|2 ++ > include/configs/openrd.h | 14 +- > 4 files c

Re: [U-Boot] [PATCH v2 2/4] Add definitions for OpenRD-Client and OpenRD-Ultimate

2011-04-25 Thread Wolfgang Denk
Dear Clint Adams, In message <1303170450-4230-3-git-send-email-cl...@debian.org> you wrote: > --- > MAKEALL |2 ++ > board/Marvell/openrd/openrd.c |6 ++ > boards.cfg|2 ++ > include/configs/openrd.h | 14 +- > 4 files c

Re: [U-Boot] [PATCH v2 3/4] Initialize second PHY on OpenRD-Client and OpenRD-Ultimate

2011-04-25 Thread Wolfgang Denk
Dear Clint Adams, In message <1303170450-4230-4-git-send-email-cl...@debian.org> you wrote: > (rework of Julian Pidancet's patch) > --- > board/Marvell/openrd/openrd.c | 25 + > include/configs/openrd.h | 14 -- > 2 files changed, 33 insertions(+), 6 d

Re: [U-Boot] [PATCH v2 4/4] Enable multiple fs options for Marvell SoC family on OpenRD boards

2011-04-25 Thread Wolfgang Denk
Dear Clint Adams, In message <1303170450-4230-5-git-send-email-cl...@debian.org> you wrote: > --- > include/configs/openrd.h |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) Signed-off-by: line missing. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfga

Re: [U-Boot] [Patch v2 1/2] rtc, rv3029: add trickle charger support.

2011-04-25 Thread Wolfgang Denk
Dear Heiko Schocher, In message <1301297063-4072-2-git-send-email...@denx.de> you wrote: > Signed-off-by: Heiko Schocher > --- > README |2 + > drivers/rtc/rv3029.c | 87 > ++ > 2 files changed, 89 insertions(+), 0 deletions(-)

Re: [U-Boot] [Patch v2 2/2] mpc52xx, digsy_mtc: add trickle charger support for rev5 boards.

2011-04-25 Thread Wolfgang Denk
Dear Heiko Schocher, In message <1301297063-4072-3-git-send-email...@denx.de> you wrote: > Signed-off-by: Heiko Schocher > > --- > changes for v2: > - set CONFIG_SYS_RV3029_TCR to 5k Ohm > > include/configs/digsy_mtc.h |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) Applied, tha

Re: [U-Boot] [PATCH 2/3] Fix a few gcc warnings.

2011-04-25 Thread Wolfgang Denk
Dear Scott Wood, In message <20110425162854.05500...@schlenkerla.am.freescale.net> you wrote: > > > I disagree. "printf(foo);" may be suboptimal but there are cases > > where I do not want to see a warning about this. Consider for example > > common/main.c: > > > > 115 # ifdef CONFIG_AUTOBOOT_P

Re: [U-Boot] [PATCH 2/3] Fix a few gcc warnings.

2011-04-25 Thread Scott Wood
On Tue, 26 Apr 2011 00:29:06 +0200 Wolfgang Denk wrote: > Dear Scott Wood, > > In message <20110425162854.05500...@schlenkerla.am.freescale.net> you wrote: > > > > > I disagree. "printf(foo);" may be suboptimal but there are cases > > > where I do not want to see a warning about this. Consider f

[U-Boot] [RFC PATCH] checkpatch.pl: Add ability to ignore various messages

2011-04-25 Thread Joe Perches
Some users would like the ability to not emit some of the messages that checkpatch produces. Add command line option to "--ignore" various message types. Add .checkpatch.conf file to store a default set of "ignore" flags Categorize all ERROR, WARN and CHK types with flags. Signed-off-by: Joe Perc

[U-Boot] [PATCH] MX53: Handle silicon revision 2.1 case

2011-04-25 Thread Fabio Estevam
Signed-off-by: Fabio Estevam --- arch/arm/cpu/armv7/mx5/soc.c |3 +++ arch/arm/include/asm/arch-mx5/imx-regs.h |1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/cpu/armv7/mx5/soc.c b/arch/arm/cpu/armv7/mx5/soc.c index 6f4e8db..fa7ee6d 100644 --- a/a

Re: [U-Boot] [PATCH v2 1/2] MX31: mx31pdk: Add watchdog support

2011-04-25 Thread Fabio Estevam
Hi Stefano, Ping? Regards, Fabio Estevam On 4/10/2011 3:17 PM, Fabio Estevam wrote: > Signed-off-by: Fabio Estevam > --- > Changes since v1: > - define BOARD_LATE_INIT in /mx31pdk.h > > board/freescale/mx31pdk/mx31pdk.c | 16 > include/configs/mx31pdk.h |3 +++

Re: [U-Boot] Renaming files on an SD card

2011-04-25 Thread D Kesselring
(My apologies for the last message. I tried to send it from my phone.) I should have been more specific. On first boot, I boot the os then rename a uboot script so that it will run on reboot. Once the script runs now I need to either delete or rename the script so that it does not rerun on the next

Re: [U-Boot] [PATCH v2 2/4] Add definitions for OpenRD-Client and OpenRD-Ultimate

2011-04-25 Thread Clint Adams
On Tue, Apr 26, 2011 at 12:12:36AM +0200, Wolfgang Denk wrote: > Please fix globally, and use checkpatch to verify result. Thanks, that appears to be this: http://kernel.org/pub/linux/kernel/people/apw/checkpatch/ ___ U-Boot mailing list U-Boot@lists.den

[U-Boot] [PATCH v4 0/4] OpenRD-Client and OpenRD-Ultimate support

2011-04-25 Thread Clint Adams
Changes for v4: - Various commit log and whitespace tweaks Clint Adams (4): Rename openrd_base files to openrd Add definitions for OpenRD-Client and OpenRD-Ultimate Initialize second PHY on OpenRD-Client and OpenRD-Ultimate Enable multiple fs options for Marvell SoC family on OpenRD boa

[U-Boot] [PATCH v4 2/4] Add definitions for OpenRD-Client and OpenRD-Ultimate

2011-04-25 Thread Clint Adams
Signed-off-by: Clint Adams Cc: Albert ARIBAUD Cc: Prafulla Wadaskar Cc: Julian Pidancet --- Changes for v4: - Added Signed-off-by: line to commit message --- MAKEALL |2 ++ board/Marvell/openrd/openrd.c |6 ++ boards.cfg|2 ++ includ

[U-Boot] [PATCH v4 3/4] Initialize second PHY on OpenRD-Client and OpenRD-Ultimate

2011-04-25 Thread Clint Adams
Though the OpenRD-Base only has one gigabit Ethernet port, both the OpenRD-Client and OpenRD-Ultimate each have two. On the Ultimate, the PHY addresses are consecutive, but on the Client they are not. (based on <62a0952ce368acc725063a00a5ec680a639d6c27.1301040318.git.julian.pidan...@citrix.com>

[U-Boot] [PATCH v4 4/4] Enable multiple fs options for Marvell SoC family on OpenRD boards

2011-04-25 Thread Clint Adams
Signed-off-by: Clint Adams Cc: Albert ARIBAUD Cc: Prafulla Wadaskar Cc: Julian Pidancet --- Changes for v4: - Added Signed-off-by: line to commit message --- include/configs/openrd.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/openrd.h b/include/

[U-Boot] [PATCH v4 1/4] Rename openrd_base files to openrd

2011-04-25 Thread Clint Adams
Signed-off-by: Clint Adams Cc: Albert ARIBAUD Cc: Prafulla Wadaskar Cc: Julian Pidancet --- Changes for v4: - Added Signed-off-by: line to commit message --- board/Marvell/{openrd_base => openrd}/Makefile |2 +- board/Marvell/{openrd_base => openrd}/kwbimage.cfg |0 .../{openrd_

[U-Boot] Pull request for u-boot-video?

2011-04-25 Thread Tabi Timur-B04825
Anatolij, Are you planning on making a pull request for u-boot-video soon? The merge window closed last week, but I have some pending video patches that I would like to see included. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mail

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

2011-04-25 Thread Gerald Van Baren
Dear Wolfgang, The following pull request is for Grant Likely's changes "[PATCH 0/6] ARM device tree support improvements". I had to make two minor fixes, a missing ";" in patch [1 of 6] and a misspelling in patch [2 of 6] s/getenv_bootm_base/getenv_bootm_low/ Note that I did *not* include

Re: [U-Boot] [PATCH 7/9] Add board support for TS-7800

2011-04-25 Thread Michael Spang
On Sun, Apr 24, 2011 at 7:57 PM, Wolfgang Denk wrote: > Dear Michael Spang, > > In message <1300391223-11879-8-git-send-email-msp...@csclub.uwaterloo.ca> you > wrote: >> The TS-7800 is an Orion5x implementation by Technologic Systems. >> >> Signed-off-by: Michael Spang >> --- >>  MAKEALL        

Re: [U-Boot] [PATCH 5/9] ARM: Rename CONFIG_SKIP_LOWLEVEL_INIT to CONFIG_SKIP_CPU_INIT_CRIT

2011-04-25 Thread Michael Spang
On Sun, Apr 24, 2011 at 7:53 PM, Wolfgang Denk wrote: > Dear Michael Spang, > > In message <1300391223-11879-6-git-send-email-msp...@csclub.uwaterloo.ca> you > wrote: >> For ARM, the CONFIG_SKIP_LOWLEVEL_INIT option implies that the >> cpu_init_crit and lowlevel_init assembly functions are skippe

[U-Boot] [PATCH] ehci.h: replace usb root support from 2 to 5

2011-04-25 Thread Macpaul Lin
Replace usb root support from 2 to 5. Some board has more then 2 usb slots hubs on the board. Signed-off-by: Macpaul Lin --- drivers/usb/host/ehci.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb/host/ehci.h b/drivers/usb/host/ehci.h index 945ab64..c097d3d

Re: [U-Boot] [PATCH 8/9] Add NAND support for TS-7800

2011-04-25 Thread Michael Spang
On Sun, Apr 24, 2011 at 7:59 PM, Wolfgang Denk wrote: > Dear Michael Spang, > > In message <1300391223-11879-9-git-send-email-msp...@csclub.uwaterloo.ca> you > wrote: >> The NAND control functions were written by Alexander Clouter and >> copied here from Linux. > > Please provide exact reference,

Re: [U-Boot] [PATCH 9/9] Add README for TS-7800

2011-04-25 Thread Michael Spang
On Sun, Apr 24, 2011 at 8:01 PM, Wolfgang Denk wrote: > Dear Michael Spang, > > In message <1300391223-11879-10-git-send-email-msp...@csclub.uwaterloo.ca> > you wrote: >> Signed-off-by: Michael Spang >> --- >>  doc/README.ts7800 |   84 >> + >>

Re: [U-Boot] [PATCH 2/9] mvgbe: Support preserving the existing MAC address

2011-04-25 Thread Michael Spang
On Sun, Apr 24, 2011 at 7:50 PM, Wolfgang Denk wrote: > Dear Michael Spang, > > In message <1300391223-11879-3-git-send-email-msp...@csclub.uwaterloo.ca> you > wrote: >> The MVGBE driver either gets the MAC from the environment, or invents >> one. This allows the driver to leave the existing addr

Re: [U-Boot] [PATCH 2/9] mvgbe: Support preserving the existing MAC address

2011-04-25 Thread Michael Spang
On Mon, Apr 25, 2011 at 7:37 AM, Tabi Timur-B04825 wrote: > On Sun, Apr 24, 2011 at 6:50 PM, Wolfgang Denk wrote: > >> And please add documentation for the new CONFIG_PRESERVE_LOCAL_MAC to >> the README. > > We have something similar already on Freescale parts, but it does > sometimes cause probl

Re: [U-Boot] [PATCH] ehci.h: replace usb root support from 2 to 5

2011-04-25 Thread Wolfgang Denk
Dear Macpaul Lin, In message <1303790229-9332-1-git-send-email-macp...@andestech.com> you wrote: > Replace usb root support from 2 to 5. > Some board has more then 2 usb slots hubs on the board. > > Signed-off-by: Macpaul Lin > --- > drivers/usb/host/ehci.h |2 +- > 1 files changed, 1 inser

Re: [U-Boot] [PATCH 8/9] Add NAND support for TS-7800

2011-04-25 Thread Wolfgang Denk
Dear Michael Spang, In message you wrote: > > > Please provide exact reference, see bullet # 4 at > > http://www.denx.de/wiki/view/U-Boot/Patches#Attributing_Code_Copyrights_Sign > > Will add the following: > > [upstream commit 75bb6b9aab3255f440ef4e72a31978d1681105d6] Please follow the example

Re: [U-Boot] [PATCH] ehci.h: replace usb root support from 2 to 5

2011-04-25 Thread Macpaul Lin
Hi Wolfgang, 2011/4/26 Wolfgang Denk : > Dear Macpaul Lin, > >>  #if !defined(CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS) >> -#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS   2 >> +#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS   5 >>  #endif > > I think only very few systems will really need this.  Why cannot yo

Re: [U-Boot] [PATCH 6/9] ARM: Implement CONFIG_SKIP_LOWLEVEL_INIT for arm926ej-s

2011-04-25 Thread Michael Spang
On Sun, Apr 24, 2011 at 7:55 PM, Wolfgang Denk wrote: > Dear Michael Spang, > > In message <1300391223-11879-7-git-send-email-msp...@csclub.uwaterloo.ca> you > wrote: >> The TS-7800 needs to skip SDRAM initialization since it loads from >> RAM, but the CPU should still be initialized to the corre

[U-Boot] U-boot, question

2011-04-25 Thread Stanislav Bezzubtcev
Hello, All! Can you please answer the following questions: * Is there an ability to access files stored on a UBIFS partition on a flash drive connected via SPI? * If yes, are there any pitfalls in using UBIFS with SPI? I will be glad to get any comments on this topic. Regards Stas

[U-Boot] problems with u-boot , ignores bootargs while booting.

2011-04-25 Thread bumble omap
Hi guys, I use u-boot to boot omap3530 Board. Angstrom is the operating flavour i use. I got the following kernel messages while booting and, hence the devices associate with those boot arguments, does not function. Please show me a solution. Below is the log : U-Boot 2009.11 (Feb 18 2011 - 12:0

[U-Boot] [PATCH] MX31: removed warning due to missing prototype

2011-04-25 Thread Stefano Babic
Drop warning caused by missing prototype for mxc_hw_watchdog_reset(). Signed-off-by: Stefano Babic --- arch/arm/include/asm/arch-mx31/clock.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/arch-mx31/clock.h b/arch/arm/include/asm/arch-mx31/clock.h

Re: [U-Boot] [PATCH 1/2] MX31: mx31pdk: Add watchdog support

2011-04-25 Thread Stefano Babic
On 03/09/2011 05:35 PM, Fabio Estevam wrote: > Signed-off-by: Fabio Estevam > --- > board/freescale/mx31pdk/mx31pdk.c | 16 > include/configs/mx31pdk.h |1 + > 2 files changed, 17 insertions(+), 0 deletions(-) > > diff --git a/board/freescale/mx31pdk/mx31pdk.c > b

Re: [U-Boot] [PATCH] gpio: imx: Fix return value on error

2011-04-25 Thread Stefano Babic
On 04/09/2011 10:43 PM, Fabio Estevam wrote: > Signed-off-by: Fabio Estevam > --- > drivers/gpio/mxc_gpio.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > The include for was missing, I have added myself. Applied to u-boot-imx, thanks. Best regards, Stefano Babic --

[U-Boot] [PATCH v2 1/2] ftahbc020s: Faraday FTAHBC020s AHB Bus Controller

2011-04-25 Thread Macpaul Lin
ftahbc020s.h provides basic definitions of this controller to help a SoC which use this AHB Controller could do scalable software settings in lowlevel_init.S. Signed-off-by: Macpaul Lin Changes for v2: - Add __ASSEMBLY__ protecton to register offset for supporting lowlevel_init --- include/far

[U-Boot] [PATCH v2 2/2] ftsdmc021: add register definitions of ftsdmc021

2011-04-25 Thread Macpaul Lin
Support registers definitions of ftsdmc021 SDRAM controller. Signed-off-by: Macpaul Lin Changes for v2: - Add __ASSEMBLY__ protecton to register offset for supporting lowlevel_init --- include/faraday/ftsdmc021.h | 154 +++ 1 files changed, 154 insertio

Re: [U-Boot] [PATCH v2 2/4] ftsdmc021: add register definitions of ftsdmc021

2011-04-25 Thread Macpaul Lin
Hi Wolfgang, 2011/4/26 Wolfgang Denk : > Corrupted patch (line wrapped).  Please resubmit after fixing > your mailer (or better use git sendmail). > > Best regards, > > Wolfgang Denk > I did use git sent-email to send this patch. However it seems still some problem. I will change a mail server to

[U-Boot] [PATCH v3 1/2] ftahbc020s: Faraday FTAHBC020s AHB Bus Controller

2011-04-25 Thread Macpaul Lin
ftahbc020s.h provides basic definitions of this controller to help a SoC which use this AHB Controller could do scalable software settings in lowlevel_init.S. Signed-off-by: Macpaul Lin --- Changes for v2: - Add __ASSEMBLY__ protecton to register offset for supporting lowlevel_init Changes for v

  1   2   >