Re: [U-Boot] [PATCH v2 1/3] arm: add CONFIG_MACH_TYPE setting and documentation

2011-07-27 Thread Chander Kashyap
Dear Igor, On 27 July 2011 18:34, Igor Grinberg wrote: > On 07/27/11 13:31, Chander Kashyap wrote: >> dear Igor, >> >> >> On 14 July 2011 21:15, Igor Grinberg wrote: >>> CONFIG_MACH_TYPE is used to set the machine type number in the >>> common arm code instead of setting it in the board code. >

[U-Boot] [PATCH 1/2] SMDKV310: MMC SPL: Remove unwanted dummy functions

2011-07-27 Thread Chander Kashyap
Removed dummy functions in "mmc_spl/board/samsung/smdkv310/mmc_boot.c", @mmc_boot.c void do_undefined_instruction(struct pt_regs *pt_regs); void do_software_interrupt(struct pt_regs *pt_regs); void do_prefetch_abort(struct pt_regs *pt_regs); void do_data_abort(struct pt_regs *pt_regs); void do_not_

Re: [U-Boot] [PATCH] mx53: use CONFIG_SYS_L2CACHE_OFF in config file

2011-07-27 Thread Stefano Babic
On 07/28/2011 07:56 AM, Jason Liu wrote: > Hi, Stefano, Hi Jason, >> >> It's used before, if you checkout tag: v2011.06 >> >> #ifndef CONFIG_L2_OFF >>/* turn off L2 cache */ >>l2_cache_disable(); >>/* invalidate L2 cache also */ >>invalidate_dcache(get_device_type(

Re: [U-Boot] [PATCH V2 2/5] omap-common: add nand spl support

2011-07-27 Thread Aneesh V
Dear Simon, Andreas, On Tuesday 26 July 2011 02:12 PM, Simon Schwarz wrote: > Dear Andreas, > > On 07/26/2011 08:07 AM, Andreas Bießmann wrote: >> Dear Simon, >> >> Am 25.07.2011 um 20:05 schrieb Simon Schwarz: >> >>> Add NAND support for the new SPL structure. >>> >>> --- >>> This patch didn't ex

Re: [U-Boot] [PATCH] mx53: use CONFIG_SYS_L2CACHE_OFF in config file

2011-07-27 Thread Jason Liu
Hi, Stefano, 2011/7/26 Jason Hui : > Hi, Stefano, > > On Tue, Jul 26, 2011 at 5:21 PM, Stefano Babic wrote: >> On 07/26/2011 10:25 AM, Jason Liu wrote: >>> CONFIG_L2_OFF is obsolete after the following commit: >>> >>> e47f2db5371047eb9bcd115fee084e6a8a92a239 >>> armv7: rename cache related CONFIG

Re: [U-Boot] [PATCH RESEND v2] armv7: Disable D cache for goni target (s5p)

2011-07-27 Thread Minkyu Kang
Dear Linus Walleij, On 18 July 2011 19:35, Linus Walleij wrote: > On Mon, Jul 18, 2011 at 9:23 AM, Lukasz Majewski > wrote: > >> Disable D cache for goni target (s5p) - rationale: >> >> 1. Before change introduced in commit >> SHA1:c2dd0d45540397704de9b13287417d21049d34c6 the D-cache for >> GON

Re: [U-Boot] [PATCH] SMDKV310: Fix undefined reference error

2011-07-27 Thread Minkyu Kang
Dear Chander Kashyap, On 26 July 2011 18:25, Chander Kashyap wrote: > Fix buld error: > undefined reference to '__image_copy_end' and `save_boot_params'. > > start.o: In function `_image_copy_end_ofs': > mmc_spl/board/samsung/smdkv310/start.S:44: undefined reference to > `__image_copy_end' > sta

Re: [U-Boot] [PATCH] SMDKV310: Fix build error for smdkv310 board

2011-07-27 Thread Minkyu Kang
Dear Chander Kashyap, On 26 July 2011 18:04, Chander Kashyap wrote: > Fix build error for smdkv310 board: > > board/samsung/smdkv310/smdkv310.c:126: undefined reference to `gpio_set_pull' > > Signed-off-by: Chander Kashyap > --- >  board/samsung/smdkv310/smdkv310.c |    2 +- >  1 files changed,

Re: [U-Boot] [PATCH][v2] powerpc/85xx: enable USB2 gadget mode for corenet ds board

2011-07-27 Thread Kumar Gala
On Jul 27, 2011, at 9:16 PM, Xie Shaohui-B21989 wrote: >> From: Gala Kumar-B11780 >> Sent: Wednesday, July 27, 2011 8:18 PM >> To: Xie Shaohui-B21989 >> Cc: u-boot@lists.denx.de >> Subject: Re: [U-Boot] [PATCH][v2] powerpc/85xx: enable USB2 gadget mode >> for corenet ds board >> >> >> On Jul 18

Re: [U-Boot] [PATCH][v2] powerpc/85xx: enable USB2 gadget mode for corenet ds board

2011-07-27 Thread Xie Shaohui-B21989
>From: Gala Kumar-B11780 >Sent: Wednesday, July 27, 2011 8:18 PM >To: Xie Shaohui-B21989 >Cc: u-boot@lists.denx.de >Subject: Re: [U-Boot] [PATCH][v2] powerpc/85xx: enable USB2 gadget mode >for corenet ds board > > >On Jul 18, 2011, at 1:10 AM, Shaohui Xie wrote: > >> to make USB2 worked in gadget m

Re: [U-Boot] RFC [PATCH 5/5 v5] dreamplug: use MACH_TYPE_DREAMPLUG

2011-07-27 Thread Jason
On Wed, Jul 27, 2011 at 11:40:27AM -0700, Prafulla Wadaskar wrote: > > -Original Message- > > From: Jason Cooper [mailto:u-b...@lakedaemon.net] > > Sent: Wednesday, July 27, 2011 2:49 AM > > To: cl...@debian.org; w...@denx.de; Prafulla Wadaskar > > Cc: u-boot@lists.denx.de; Prabhanjan Sarna

Re: [U-Boot] RFC [PATCH 4/5 v5] dreamplug: initial board support.

2011-07-27 Thread Jason
On Wed, Jul 27, 2011 at 11:38:55AM -0700, Prafulla Wadaskar wrote: > > > > -Original Message- > > From: Jason Cooper [mailto:u-b...@lakedaemon.net] > > Sent: Wednesday, July 27, 2011 2:49 AM > > To: cl...@debian.org; w...@denx.de; Prafulla Wadaskar > > Cc: u-boot@lists.denx.de; Prabhanjan

Re: [U-Boot] RFC [PATCH 1/5] drivers/rtc: add Marvell Integrated RTC.

2011-07-27 Thread Jason
On Wed, Jul 27, 2011 at 11:12:35AM -0700, Prafulla Wadaskar wrote: > > > > -Original Message- > > From: Jason Cooper [mailto:u-b...@lakedaemon.net] > > Sent: Wednesday, July 27, 2011 2:49 AM > > To: cl...@debian.org; w...@denx.de; Prafulla Wadaskar > > Cc: u-boot@lists.denx.de; Prabhanjan

Re: [U-Boot] RFC [PATCH 3/5] usb: Some EHCI chipsets are slow to respond.

2011-07-27 Thread Jason
On Wed, Jul 27, 2011 at 11:23:50AM -0700, Prafulla Wadaskar wrote: > > > > -Original Message- > > From: Jason Cooper [mailto:u-b...@lakedaemon.net] > > Sent: Wednesday, July 27, 2011 2:49 AM > > To: cl...@debian.org; w...@denx.de; Prafulla Wadaskar > > Cc: u-boot@lists.denx.de; Prabhanjan

Re: [U-Boot] RFC [PATCH 2/5] arm/kirkwood: print speeds with cpu info.

2011-07-27 Thread Jason
On Wed, Jul 27, 2011 at 11:21:16AM -0700, Prafulla Wadaskar wrote: > > > > -Original Message- > > From: Jason Cooper [mailto:u-b...@lakedaemon.net] > > Sent: Wednesday, July 27, 2011 2:49 AM > > To: cl...@debian.org; w...@denx.de; Prafulla Wadaskar > > Cc: u-boot@lists.denx.de; Prabhanjan

Re: [U-Boot] [PATCH] panic: add noreturn attribute

2011-07-27 Thread Mike Frysinger
On Wed, Jul 27, 2011 at 05:24, Wolfgang Denk wrote: > Mike Frysinger wrote: >> Mike Frysinger wrote: >> > Since panic() never returns, we should add an appropriate attribute to >> > let gcc improve optimization around it. >> > >> > Signed-off-by: Mike Frysinger >> > --- >> >  include/common.h |  

Re: [U-Boot] Problem while uncompressing kernel image in u-boot

2011-07-27 Thread Scott Wood
On Wed, 27 Jul 2011 15:42:43 -0700 pdineshb wrote: > > Hello all, > > > I am working on MPC8313 processor with u-boot-1.3.0 > I am noticing a problem while uncompressing the kernel images. while > uncompressing, it would just reset the processor without any error message. > > I tried loading

[U-Boot] Auto insurance (7/27/2011)

2011-07-27 Thread Dave Gorman
Hello, Our company represents an online community of over 36 million people, most of which are located in the US and Canada. This advertising allows us to present our online community with a first choice when they search for anything on any of the major search engines. We seek a preferred source

[U-Boot] Problem while uncompressing kernel image in u-boot

2011-07-27 Thread pdineshb
Hello all, I am working on MPC8313 processor with u-boot-1.3.0 I am noticing a problem while uncompressing the kernel images. while uncompressing, it would just reset the processor without any error message. I tried loading in different address for the kernel image, but didnt work. I thought i

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

2011-07-27 Thread Joe Perches
On Wed, 2011-07-27 at 23:17 +0200, Wolfgang Denk wrote: > Dear Joe, > In message > you > wrote: > > 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 s

Re: [U-Boot] [GIT pull] Please pull u-boot-mpc85xx

2011-07-27 Thread Tabi Timur-B04825
On Fri, Jul 22, 2011 at 2:55 AM, Kumar Gala wrote: > The following changes since commit 74fac70084bb040342fafc3b0d2ef50fbe35646f: > >  Merge branch 'master' of git://git.denx.de/u-boot-mmc (2011-07-19 22:27:07 > +0200) > > are available in the git repository at: > >  git://git.denx.de/u-boot-mpc8

Re: [U-Boot] [PATCH] macb: fix compile warning

2011-07-27 Thread Wolfgang Denk
Dear Reinhard Meyer, In message <4e30894c.1030...@emk-elektronik.de> you wrote: > > > This doesn't apply. Can you please rebase and resubmit? Thanks. > > V2 of this patch has been mainlined in June already. I see, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, M

Re: [U-Boot] [PATCH V4 3/5] nand spl: add NAND Library to new SPL

2011-07-27 Thread Scott Wood
On Wed, 27 Jul 2011 20:25:44 +0530 "V, Aneesh" wrote: > Hi Simon, Scott, > > On Wed, Jul 27, 2011 at 2:52 PM, Simon Schwarz > wrote: > > Dear Scott Wood, > > > > On 07/26/2011 08:04 PM, Scott Wood wrote: > >> You're assuming all NAND SPLs will want nand_ecc -- this will not fit in > >> most cur

Re: [U-Boot] [PATCH] macb: fix compile warning

2011-07-27 Thread Reinhard Meyer
Dear Wolfgang Denk, > Dear "=?UTF-8?q?Andreas=20Bie=C3=9Fmann?=", > > In message<1307619188-18655-1-git-send-email-andreas.de...@gmail.com> you > wrote: >> This patch fixes following compile warning: >> >> ---8<--- >> macb.c: In function 'macb_write_hwaddr': >> macb.c:525:2: warning: dereferencin

Re: [U-Boot] [PATCH] macb: fix compile warning

2011-07-27 Thread Wolfgang Denk
Dear "=?UTF-8?q?Andreas=20Bie=C3=9Fmann?=", In message <1307619188-18655-1-git-send-email-andreas.de...@gmail.com> you wrote: > This patch fixes following compile warning: > > ---8<--- > macb.c: In function 'macb_write_hwaddr': > macb.c:525:2: warning: dereferencing type-punned pointer will brea

Re: [U-Boot] [PATCH v3 1/2] common: move BUILD_BUG_ON define to common.h

2011-07-27 Thread Wolfgang Denk
Dear Heiko Schocher, In message <1307610425-10481-1-git-send-email...@denx.de> you wrote: > see discussion also here: > http://patchwork.ozlabs.org/patch/75309/ > > Signed-off-by: Heiko Schocher > cc: Wolfgang Denk > cc: Holger Brunck > > --- > - changes for v3 > moved this define only to c

Re: [U-Boot] [PATCH] [v2] video: Add SHARP LQ084S3LG01 LCD support on P1022DS

2011-07-27 Thread Anatolij Gustschin
Hello Wolfgang, On Wed, 27 Jul 2011 23:25:29 +0200 Wolfgang Denk wrote: > Dear Anatolij Gustschin, > > In message <20110705002700.2e54086d@wker> you wrote: > > > > > arch/powerpc/cpu/mpc512x/diu.c|2 +- > > > board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c |2 +- > > > bo

Re: [U-Boot] [PATCH 10/10] km/common: enable cramfs and cramfs cmdline

2011-07-27 Thread Wolfgang Denk
Dear Holger Brunck, In message <1307348541-2466-11-git-send-email-holger.bru...@keymile.com> you wrote: > All the km boards uses CRAMFS images where the kernel is stored. > This isn't architecture specific because we use it on ARM and > POWERPC. > > Signed-off-by: Holger Brunck > Signed-off-by:

Re: [U-Boot] [PATCH 09/10] powerpc/km82xx: remove 82xx specific functions from common.c

2011-07-27 Thread Wolfgang Denk
Dear Holger Brunck, In message <1307348541-2466-10-git-send-email-holger.bru...@keymile.com> you wrote: > Common code should be valid for more than one architecture, > therefore the km82xx specific code was removed from common.c. > > Signed-off-by: Holger Brunck > Signed-off-by: Valentin Longch

Re: [U-Boot] [PATCH 08/10] km/common: remove fdt_(gs)et_node_and_value

2011-07-27 Thread Wolfgang Denk
Dear Holger Brunck, In message <1307348541-2466-9-git-send-email-holger.bru...@keymile.com> you wrote: > This code is unused and therefore dead code. > > Signed-off-by: Holger Brunck > Signed-off-by: Valentin Longchamp > cc: Heiko Schocher > cc: Wolfgang Denk > --- > board/keymile/common/co

Re: [U-Boot] [PATCH 07/10] km/common: move ivm functions from to ivm.c

2011-07-27 Thread Wolfgang Denk
Dear Holger Brunck, In message <1307348541-2466-8-git-send-email-holger.bru...@keymile.com> you wrote: > The file common.c grows in the past. So move the IVM specific > code into an ivm.c file. > > Signed-off-by: Holger Brunck > Signed-off-by: Valentin Longchamp > cc: Heiko Schocher > cc: Wol

Re: [U-Boot] [PATCH 06/10] km/common: remove saveenv from do_checkboardidhwkey

2011-07-27 Thread Wolfgang Denk
Dear Holger Brunck, In message <1307348541-2466-7-git-send-email-holger.bru...@keymile.com> you wrote: > This is unneeded here because we save the environment when > the board boots the first time. At this time we have set > the values already. > > Signed-off-by: Holger Brunck > Signed-off-by:

Re: [U-Boot] [PATCH 05/10] km/common: force set ethaddr after reading IVM

2011-07-27 Thread Wolfgang Denk
Dear Holger Brunck, In message <1307348541-2466-6-git-send-email-holger.bru...@keymile.com> you wrote: > The ethaddr is stored inside the inventory eeprom. During > boottime this value was read out and the ethaddr variable was > set. Previously this was only done if it ethaddr == NULL but > this

Re: [U-Boot] [PATCH 04/10] km/common: remove obsolete defines and header

2011-07-27 Thread Wolfgang Denk
Dear Holger Brunck, In message <1307348541-2466-5-git-send-email-holger.bru...@keymile.com> you wrote: > These defines and the header keymile_hdlc_enet.h are obsolete > due to the removed hdlc code. > > Signed-off-by: Holger Brunck > Signed-off-by: Valentin Longchamp > cc: Heiko Schocher > cc

Re: [U-Boot] [PATCH v2 03/10] km/common: simplify debug environment

2011-07-27 Thread Wolfgang Denk
Dear Holger Brunck, In message <1309852372-23481-1-git-send-email-holger.bru...@keymile.com> you wrote: > The debug environment which is stored in textfiles in the > scripts directory was reworked. Two usecase are now present > which can be executed simply from the default environment: > run deve

Re: [U-Boot] [PATCH 02/10] km/common: add test sw starting variable

2011-07-27 Thread Wolfgang Denk
Dear Holger Brunck, In message <1307348541-2466-3-git-send-email-holger.bru...@keymile.com> you wrote: > From: Thomas Herzmann > > The test SW is started when the test_bank variable is set. > > Signed-off-by: Thomas Herzmann > Signed-off-by: Valentin Longchamp > cc: Heiko Schocher > cc: Wol

Re: [U-Boot] [PATCH v2 01/10] km/common: rework and simplify default environment

2011-07-27 Thread Wolfgang Denk
Dear Holger Brunck, In message <1309850836-21989-1-git-send-email-holger.bru...@keymile.com> you wrote: > This is the second step to simplify and decrease the default > environment for the keymile boards. The release usecase formaly > used to set the production environment was removed and the def

Re: [U-Boot] [PATCH] part_dos: fix crash with big sector size

2011-07-27 Thread Wolfgang Denk
Dear Sergei Shtylyov, In message <201106032337.43523.sshtyl...@ru.mvista.com> you wrote: > Apple iPod nanos have sector sizes of 2 or 4 KiB, which crashes U-Boot when it > tries to read the MBR into 512-byte buffer situated on stack. Instead use the > variable length arrays to be safe with any lar

Re: [U-Boot] [PATCH 1/2] arm, lib/board.c: Coding Style cleanup

2011-07-27 Thread Wolfgang Denk
Dear Albert, In message <1307088697-12159-2-git-send-email...@denx.de> Heiko Schocher wrote: > Signed-off-by: Heiko Schocher > cc: Albert Aribaud > --- > arch/arm/lib/board.c | 218 > ++ > 1 files changed, 113 insertions(+), 105 deletions(-) Th

Re: [U-Boot] [PATCH v2] post, memorytest: add support for none powerpc archs

2011-07-27 Thread Wolfgang Denk
Dear Heiko Schocher, In message <1307079504-5208-1-git-send-email...@denx.de> you wrote: > change bd->bi_memsize to gd->ram_size, as this is defined > on all archs, so this post test can used on none powerpc > archs too. > > Signed-off-by: Heiko Schocher > cc: Wolfgang Denk > cc: Mike Frysinger

Re: [U-Boot] [PATCH] post, memorytest: fix if vstart is not = 0x0

2011-07-27 Thread Wolfgang Denk
Dear Heiko Schocher, In message <1306909447-19603-1-git-send-email...@denx.de> you wrote: > Signed-off-by: Heiko Schocher > --- > post/drivers/memory.c |5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering

Re: [U-Boot] [PATCH v2] net: Add SMSC89128 support

2011-07-27 Thread Wolfgang Denk
Dear Phil Edworthy, In message <1306849991-10669-1-git-send-email-phil.edwor...@renesas.com> you wrote: > Signed-off-by: Phil Edworthy > Cc: Ben Warren > --- > Changes for v2: >- Changed to keep list sorted > > drivers/net/smc911x.h |2 ++ > 1 files changed, 2 insertions(+), 0 deletio

Re: [U-Boot] [PATCH] digsy_mtc: move board into vendor dir and add vendor logo

2011-07-27 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <1310848010-31271-1-git-send-email-ag...@denx.de> you wrote: > Signed-off-by: Anatolij Gustschin > --- > Another digsy_mtc patch for this merge window. > It applies on top of patch series > [PATCH 0/5] mpc5200: digsy_mtc: update for next. > > board/{ => inter

Re: [U-Boot] [PATCH v2 5/5] mpc5200: digsy_mtc: add support for writing 'appreg' value

2011-07-27 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <1306739931-19890-1-git-send-email-ag...@denx.de> you wrote: > Up to now only reading 'appreg' value was implemented in the > digsyMTC special 'mtc appreg' command. Extend the command to > support writing appreg value, too. > > Signed-off-by: Werner Pfister >

Re: [U-Boot] [PATCH v2 4/5] mpc5200: digsy_mtc: add support for graphic extension board

2011-07-27 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <1306739780-19781-1-git-send-email-ag...@denx.de> you wrote: > Add detection and initialisation for graphic extension board > and support splash screen when booting. Enable "bmp" command > in the board configuration and provide "disp" command to > be able to swi

Re: [U-Boot] RFC: postload: Loading some U-Boot code later

2011-07-27 Thread Simon Glass
Hi Wolfgang, Thanks for the response. On Thu, Jul 28, 2011 at 7:45 AM, Wolfgang Denk wrote: > Dear Simon Glass, > > In message > you > wrote: >> >> I am looking to implement a feature where a cut-down U-Boot is >> initially loaded, which is enough for a normal boot. But then when an >> abnorm

Re: [U-Boot] [PATCH] [v2] video: Add SHARP LQ084S3LG01 LCD support on P1022DS

2011-07-27 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <20110705002700.2e54086d@wker> you wrote: > > > arch/powerpc/cpu/mpc512x/diu.c|2 +- > > board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c |2 +- > > board/freescale/p1022ds/diu.c |2 +- > > drivers/video/fsl_diu_fb.c

Re: [U-Boot] [PATCH] phylib: Detect link on 10G devices correctly

2011-07-27 Thread Wolfgang Denk
Dear Andy Fleming, In message <1305762259-5639-1-git-send-email-aflem...@freescale.com> you wrote: > gen10g_startup() had 2 bugs: > > 1) It had a boolean logic error in checking the MMD mask, and > always checked all of them. > > 2) It checked devices which don't actually report link state, whic

Re: [U-Boot] [PATCHv3] bootp: add ntpserver option to bootp request

2011-07-27 Thread Wolfgang Denk
Dear Chris Packham, In message <1305606559-29993-1-git-send-email-judge.pack...@gmail.com> you wrote: > From: Luuk Paulussen > > Signed-off-by: Luuk Paulussen > Acked-by: Chris Packham > Cc: Ben Warren > --- > Changes since v1: > - fixed compile error in BootpVendorProcess when CONFIG_CMD_SN

Re: [U-Boot] [PATCH] sh_eth.c: EDMAC descriptor leak

2011-07-27 Thread Wolfgang Denk
Dear Yoshinori Sato, In message <87vcxbp69w.wl%ys...@users.sourceforge.jp> you wrote: > Hi, > > I found memory leak in sh_eth.c. > sh_eth_desc_init call for many times in network problem. > And it every time allocate new descriptor. So leak old descriptor. > > I will fix this patch. > > diff --

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

2011-07-27 Thread Wolfgang Denk
Dear Joe, In message you wrote: > 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 an

Re: [U-Boot] [PATCH v2 6/7] ARMV7: OMAP: I2C driver: Write more than 1 byte at a time in i2c_write

2011-07-27 Thread Wolfgang Denk
Dear Michael Jones, In message <4e2fc14f.6080...@matrix-vision.de> you wrote: > > Question about cosmetics: the README says "In sources originating from > U-Boot a style corresponding to "Lindent -pcs" (adding spaces before > parameters to function calls) is actually used." Currently this is not

[U-Boot] [PATCH] README: udate Coding Style description to current status quo

2011-07-27 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- README | 12 +--- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README b/README index cb08816..9618537 100644 --- a/README +++ b/README @@ -4479,9 +4479,7 @@ Coding Standards: All contributions to U-Boot should conform to the Linux ke

Re: [U-Boot] [PATCH] 85xx: enable FDT support for STX SSA board

2011-07-27 Thread Wolfgang Denk
Dear Sergei Shtylyov, In message <4e2ea9dd.8060...@mvista.com> you wrote: > > > + ft_cpu_setup (blob, bd); > > I guess this won't pass checkpatch.pl (spaces before paren). You are right. Bad me. I apologize. Thanks to Kumar for cleaning this up. Best regards, Wolfgang Denk -- DENX

Re: [U-Boot] [PATCH v3 6/7] Add pxecfg command

2011-07-27 Thread Wolfgang Denk
Dear "Jason Hobbs", In message <20110726213914.GB22660@jhobbs-laptop> you wrote: > > > > +static char *from_env(char *envvar) > > > +{ > > > + char *ret; > > > + > > > + ret = getenv(envvar); > > > + > > > + if (!ret) > > > + printf("missing environment variable: %s\n", envvar); > > > + >

Re: [U-Boot] RFC: postload: Loading some U-Boot code later

2011-07-27 Thread Wolfgang Denk
Dear Simon Glass, In message you wrote: > > I am looking to implement a feature where a cut-down U-Boot is > initially loaded, which is enough for a normal boot. But then when an > abnormal boot is required (e.g. from a USB stick or network), we can > load more code to cope with it. ... > - has

[U-Boot] RFC: postload: Loading some U-Boot code later

2011-07-27 Thread Simon Glass
Hi, I am looking to implement a feature where a cut-down U-Boot is initially loaded, which is enough for a normal boot. But then when an abnormal boot is required (e.g. from a USB stick or network), we can load more code to cope with it. Why? - Improves security by not loading code that we should

Re: [U-Boot] RFC [PATCH 5/5 v5] dreamplug: use MACH_TYPE_DREAMPLUG

2011-07-27 Thread Prafulla Wadaskar
> -Original Message- > From: Jason Cooper [mailto:u-b...@lakedaemon.net] > Sent: Wednesday, July 27, 2011 2:49 AM > To: cl...@debian.org; w...@denx.de; Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Prabhanjan Sarnaik; Ashish Karkare; Siddarth > Gore; bd...@gag.com; Jason Cooper > Subject:

Re: [U-Boot] RFC [PATCH 4/5 v5] dreamplug: initial board support.

2011-07-27 Thread Prafulla Wadaskar
> -Original Message- > From: Jason Cooper [mailto:u-b...@lakedaemon.net] > Sent: Wednesday, July 27, 2011 2:49 AM > To: cl...@debian.org; w...@denx.de; Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Prabhanjan Sarnaik; Ashish Karkare; Siddarth > Gore; bd...@gag.com; Jason Cooper > Subject:

Re: [U-Boot] RFC [PATCH 3/5] usb: Some EHCI chipsets are slow to respond.

2011-07-27 Thread Prafulla Wadaskar
> -Original Message- > From: Jason Cooper [mailto:u-b...@lakedaemon.net] > Sent: Wednesday, July 27, 2011 2:49 AM > To: cl...@debian.org; w...@denx.de; Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Prabhanjan Sarnaik; Ashish Karkare; Siddarth > Gore; bd...@gag.com; Jason Cooper > Subject:

Re: [U-Boot] RFC [PATCH 2/5] arm/kirkwood: print speeds with cpu info.

2011-07-27 Thread Prafulla Wadaskar
> -Original Message- > From: Jason Cooper [mailto:u-b...@lakedaemon.net] > Sent: Wednesday, July 27, 2011 2:49 AM > To: cl...@debian.org; w...@denx.de; Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Prabhanjan Sarnaik; Ashish Karkare; Siddarth > Gore; bd...@gag.com; Jason Cooper > Subject:

Re: [U-Boot] RFC [PATCH 1/5] drivers/rtc: add Marvell Integrated RTC.

2011-07-27 Thread Prafulla Wadaskar
> -Original Message- > From: Jason Cooper [mailto:u-b...@lakedaemon.net] > Sent: Wednesday, July 27, 2011 2:49 AM > To: cl...@debian.org; w...@denx.de; Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Prabhanjan Sarnaik; Ashish Karkare; Siddarth > Gore; bd...@gag.com; Jason Cooper > Subject:

[U-Boot] WESTERN UNION TRANSFER

2011-07-27 Thread Mr Garry Moore
-- My associate has helped me to send your first paymentof $7,500 USD to you as instructed by Mr.David Cameronthe United Kingdom prime minister after the last G20meeting that was held in United Kingdom, making you one of the beneficiaries. Here is the information below. MTCN Numbers:

Re: [U-Boot] preloader_console_init()

2011-07-27 Thread Simon Schwarz
Hi Aneesh, On 07/27/2011 04:39 PM, V, Aneesh wrote: > Hi Simon, > > On Mon, Jul 25, 2011 at 8:36 PM, Simon Schwarz > wrote: >> Hi Aneesh, >> >> I'am nearly done with OMAP3 - I think I can release the patch today. >> >> I have just one problem left: >> You implemented preloader_console_init() in

Re: [U-Boot] [PATCH V4 3/5] nand spl: add NAND Library to new SPL

2011-07-27 Thread V, Aneesh
Hi Simon, Scott, On Wed, Jul 27, 2011 at 2:52 PM, Simon Schwarz wrote: > Dear Scott Wood, > > On 07/26/2011 08:04 PM, Scott Wood wrote: >> On Tue, 26 Jul 2011 14:09:16 +0200 >> Simon Schwarz  wrote: >> >>> diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile >>> index 8b598f6..cdc9a

Re: [U-Boot] preloader_console_init()

2011-07-27 Thread V, Aneesh
Hi Simon, On Mon, Jul 25, 2011 at 8:36 PM, Simon Schwarz wrote: > Hi Aneesh, > > I'am nearly done with OMAP3 - I think I can release the patch today. > > I have just one problem left: > You implemented preloader_console_init() in omap-common to call > setup_clocks_for_console(). This is a OMAP4 s

Re: [U-Boot] [PATCH 4/4] cmd_mac: fix help for 'mac read'

2011-07-27 Thread Michael Jones
Hi Detlev, Thanks for the reply. On 07/27/2011 03:54 PM, Detlev Zundel wrote: > > Hi Michael, > >> Hi Detlev, >> >> On 07/15/2011 05:17 PM, Detlev Zundel wrote: >>> >>> Michael Jones writes: >>> In the only implementation of 'mac read', it doesn't display the contents of the eeprom a

Re: [U-Boot] [PATCH 4/4] cmd_mac: fix help for 'mac read'

2011-07-27 Thread Detlev Zundel
Hi Michael, > Hi Detlev, > > On 07/15/2011 05:17 PM, Detlev Zundel wrote: >> >> Michael Jones writes: >> >>> In the only implementation of 'mac read', it doesn't display the >>> contents of the eeprom as the help indicated unless compiled with >>> DEBUG. It only re-reads the contents of the EEP

Re: [U-Boot] [PATCH] phy.c: make less verbose - turn printf() into debug()

2011-07-27 Thread Kumar Gala
On Jul 25, 2011, at 2:39 AM, Wolfgang Denk wrote: > The PHY driver was too verbose and corrupted the boot message display > like this: > > ... > Net: TSEC0 connected to Marvell 88ES > TSEC1 connected to Marvell 88ES > TSEC0, TSEC1 > ... > > Turn printf()

Re: [U-Boot] [PATCH] panic: add noreturn attribute

2011-07-27 Thread Kumar Gala
On Jul 27, 2011, at 7:24 AM, Wolfgang Denk wrote: > Dear Mike Frysinger, > > In message <20110726145430.3e637138e...@gemini.denx.de> I wrote: >> >> In message <1309384684-26415-1-git-send-email-vap...@gentoo.org> you wrote: >>> Since panic() never returns, we should add an appropriate attribute

Re: [U-Boot] [PATCH v2 1/3] arm: add CONFIG_MACH_TYPE setting and documentation

2011-07-27 Thread Igor Grinberg
On 07/27/11 13:31, Chander Kashyap wrote: > dear Igor, > > > On 14 July 2011 21:15, Igor Grinberg wrote: >> CONFIG_MACH_TYPE is used to set the machine type number in the >> common arm code instead of setting it in the board code. >> Boards with dynamically discoverable machine types can still set

Re: [U-Boot] [PATCH] powerpc/85xx: Add support for new P102x/P2020 RDB style boards

2011-07-27 Thread Kumar Gala
On Jul 27, 2011, at 7:58 AM, Tabi Timur-B04825 wrote: > On Tue, Jul 26, 2011 at 9:52 PM, Kumar Gala wrote: > >> +/* CCSRBAR PHYSICAL Address */ >> +/* IN case of NAND bootloader relocate CCSRBAR in RAMboot code not in the 4k >> + SPL code*/ >> +#if defined(CONFIG_NAND_U_BOOT) && defined(C

Re: [U-Boot] [PATCH] powerpc/85xx: Add support for new P102x/P2020 RDB style boards

2011-07-27 Thread Tabi Timur-B04825
On Tue, Jul 26, 2011 at 9:52 PM, Kumar Gala wrote: > +/* CCSRBAR PHYSICAL Address */ > +/* IN case of NAND bootloader relocate CCSRBAR in RAMboot code not in the 4k > +       SPL code*/ > +#if defined(CONFIG_NAND_U_BOOT) && defined(CONFIG_NAND_SPL) > +#define CONFIG_SYS_CCSRBAR_PHYS        CONFIG

Re: [U-Boot] [PATCH 4/4] cmd_mac: fix help for 'mac read'

2011-07-27 Thread Michael Jones
Hi Detlev, On 07/15/2011 05:17 PM, Detlev Zundel wrote: > > Michael Jones writes: > >> In the only implementation of 'mac read', it doesn't display the >> contents of the eeprom as the help indicated unless compiled with >> DEBUG. It only re-reads the contents of the EEPROM into memory. >> Disp

[U-Boot] [PATCH V5 5/5] devkit8000: Add nand-spl support for new SPL

2011-07-27 Thread Simon Schwarz
Add NAND SPL support to the devkit8000 config Signed-off-by: Simon Schwarz --- V1 changes: ADD devkit8000_nand to board.cfg ADD nand_spl Makefile, llinker script, spl-devkit8000.c ADD config ecc, SRAM, SPL to board config ADD CONFIG_SYS_SRAM_START and _SIZE to board config ADD CONFIG_SYS_SPL_TEXT

[U-Boot] [PATCH V5 4/5] omap3: new SPL structure support

2011-07-27 Thread Simon Schwarz
Support for the new spl structure. Using the interface defined by Aneesh V for OMAP4 Signed-off-by: Simon Schwarz --- V1 changes: ADD support for early console output in SPL V2 changes: ADD include omap_common.h in board.c ADD implement new omap common interface omap_boot_device, omap_boot_mode

[U-Boot] [PATCH V5 3/5] nand spl: add NAND Library to new SPL

2011-07-27 Thread Simon Schwarz
Insert some NAND driver sources into NAND SPL library. Signed-off-by: Simon Schwarz --- V1 changes: CHG Default to HW ecc in SPL build ADD nand_read_buf16 function, read buffer ADD omap_dev_ready function, indicte if chip is ready V2 changes: DEL GPMC_WAIT0_PIN_ACTIVE define CHG omap_dev_ready()

[U-Boot] [PATCH V5 2/5] omap-common: add nand spl support

2011-07-27 Thread Simon Schwarz
Add NAND support for the new SPL structure. Signed-off-by: Simon Schwarz --- This patch didn't exist before V2! V2 changes: ADD Some define-barriers for OMAP3 to only use NAND ADD nand_load_image() - inits the OMAP gpmc, loads the images - parses the header CHG cosmetic ADD do_reset() im

[U-Boot] [PATCH V5 1/5] omap3: Configure RAM bank 0 if in SPL

2011-07-27 Thread Simon Schwarz
OMAP3 relied on the memory config done by X-loader or Configuration Header. This has to be reworked for the implementation of a SPL. This patch configures RAM bank 0 if CONFIG_SPL_BUILD is set. Settings for Micron-RAM used by devkit8000 are added to mem.h Signed-off-by: Simon Schwarz --- V1 chang

[U-Boot] [PATCH V5 0/5] OMAP3 and devkit8000 SPL support

2011-07-27 Thread Simon Schwarz
V1 Initial SPL support for OMAP3 was based on the old SPL V2 Introduced major changes. It is based on the OMAP4-SPL patch by Aneesh V and the new SPL Framework by Daniel Schwierzeck and Aneesh V V3 Some small bug fixes and correct placed SOB. V4 Corrected one bugfix and

[U-Boot] [PATCH] ARMV7: OMAP: I2C driver: cosmetic: make checkpatch-compatible

2011-07-27 Thread Michael Jones
Signed-off-by: Michael Jones --- drivers/i2c/omap24xx_i2c.c | 105 ++-- 1 files changed, 53 insertions(+), 52 deletions(-) diff --git a/drivers/i2c/omap24xx_i2c.c b/drivers/i2c/omap24xx_i2c.c index 19e024d..c812001 100644 --- a/drivers/i2c/omap24xx_i2c.c

[U-Boot] [PATCH v3] ARMV7: OMAP: I2C driver: Write more than 1 byte at a time in i2c_write

2011-07-27 Thread Michael Jones
This allows the EEPROM layer to send a single i2c write command per page, and wait CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS between i2c write commands. Signed-off-by: Michael Jones --- Changes for v3: - Rewrote error messages to be more descriptive. Changes for v2: - None. Resubmitting to inclu

Re: [U-Boot] [PATCH][v2] powerpc/85xx: enable USB2 gadget mode for corenet ds board

2011-07-27 Thread Kumar Gala
On Jul 18, 2011, at 1:10 AM, Shaohui Xie wrote: > to make USB2 worked in gadget mode, we need to set it's 'dr_mode' to > 'peripheral' in hwconfig, but driver starts scan from 'usb1', it'll break > if it cannot find 'usb1', so we need to tell driver do not break until it > scaned all the 'usbx' th

Re: [U-Boot] [PATCH] panic: add noreturn attribute

2011-07-27 Thread Wolfgang Denk
Dear Mike Frysinger, In message <20110726145430.3e637138e...@gemini.denx.de> I wrote: > > In message <1309384684-26415-1-git-send-email-vap...@gentoo.org> you wrote: > > Since panic() never returns, we should add an appropriate attribute to > > let gcc improve optimization around it. > > > > Sig

Re: [U-Boot] __fsl_ddr_set_lawbar: ERROR (ctrl #0, intrlv=0)

2011-07-27 Thread Kumar Gala
On Jul 26, 2011, at 4:23 AM, Wolfgang Denk wrote: > Dear Kumar Gala, > > In message you > wrote: >> >> Do you know if this board has any real reset on a FPGA or CPLD or >> something like that. > > There is no such faeature on that board, nor on any of a number of > other 85xx boards I have a

[U-Boot] [PATCH 4/4] README: update MIPS related informations

2011-07-27 Thread Daniel Schwierzeck
Amend section 'Directory Hierarchy' for current MIPS directory. Describe config options for MIPS. Signed-off-by: Daniel Schwierzeck --- README | 35 ++- 1 files changed, 34 insertions(+), 1 deletions(-) diff --git a/README b/README index cb08816..62d2d44 100644

[U-Boot] [PATCH 3/4] MIPS: make cache operation mode configurable

2011-07-27 Thread Daniel Schwierzeck
Currently the cache operation mode is hard-coded to CONF_CM_CACHABLE_NONCOHERENT. This is not appropiate for CPUs or SOCs which operate at a different mode. This patch makes the cache operation mode configurable via board config. Signed-off-by: Daniel Schwierzeck --- arch/mips/cpu/mips32/start.

[U-Boot] [PATCH 2/4] MIPS: rename INFINEON_EBU_BOOTCFG to CONFIG_SYS_XWAY_EBU_BOOTFG

2011-07-27 Thread Daniel Schwierzeck
This define is a board-specific config option and should be renamed to follow the U-Boot naming convention. Additionally, add an explaining comment for this option. Signed-off-by: Daniel Schwierzeck --- arch/mips/cpu/mips32/start.S | 13 ++--- include/configs/incaip.h |2 +- 2

[U-Boot] [PATCH 1/4] MIPS: INCA-IP: rename inca-swap-bytes host tool

2011-07-27 Thread Daniel Schwierzeck
The INCA-IP SoC belongs to the Lantiq XWAY SoC product portfolio. For the upcoming support of other Lantiq SoC devices this tool should not solely depend on the INCA-IP board. Rename the tool to xway-swap-bytes and add an config option to enable compilation optionally. Signed-off-by: Daniel Schwi

[U-Boot] [PATCH 0/4] MIPS: make config options more generic

2011-07-27 Thread Daniel Schwierzeck
This patch series contains cleanups and enhancements to consolidate the INCA-IP related config options and to make them more generic. Additionally, the cache operation mode is now configurable. All changes are needed to prepare the support of newer MIPS based Lantiq XWAY SoCs. Daniel Schwierzeck

Re: [U-Boot] [PATCH v2 1/3] arm: add CONFIG_MACH_TYPE setting and documentation

2011-07-27 Thread Chander Kashyap
dear Igor, On 14 July 2011 21:15, Igor Grinberg wrote: > CONFIG_MACH_TYPE is used to set the machine type number in the > common arm code instead of setting it in the board code. > Boards with dynamically discoverable machine types can still set the > machine type number in the board code. > > S

Re: [U-Boot] [PATCH v2 7/7] OMAP3: mvblx: Initial support for mvBlueLYNX-X

2011-07-27 Thread Igor Grinberg
Hi Michael, On 07/18/11 18:00, Michael Jones wrote: > Add support for the MATRIX VISION mvBlueLYNX-X, an OMAP3-based > intelligent camera. > > Signed-off-by: Michael Jones > --- > Changes for v2: > - None. Resubmitting to include custodian in cc: [...] > new file mode 100644 > index 000.

Re: [U-Boot] [RFC PATCH] POST: add test before execution of post_run to avoid unneeded run

2011-07-27 Thread Valentin Longchamp
On 07/26/2011 05:44 PM, Wolfgang Denk wrote: > > Please try if omitting run_flags and testing > > if (post_list[i].flags & flags) > > instead still has the intended effect. If so, then please resubmit a > cleaned up patch. > > If not, then please explain in detail how your patch

Re: [U-Boot] [PATCH 1/1] Removed obsolete Netstal boards

2011-07-27 Thread Stefan Roese
Hi Niklaus, On Friday 22 July 2011 16:10:18 Niklaus Giger wrote: > Signed-off-by: Niklaus Giger Patch is line wrapped. Please fix and resubmit. Thanks. Best regards, Stefan -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82

Re: [U-Boot] [PATCH V4 3/5] nand spl: add NAND Library to new SPL

2011-07-27 Thread Simon Schwarz
Dear Scott Wood, On 07/26/2011 08:04 PM, Scott Wood wrote: > On Tue, 26 Jul 2011 14:09:16 +0200 > Simon Schwarz wrote: > >> diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile >> index 8b598f6..cdc9a14 100644 >> --- a/drivers/mtd/nand/Makefile >> +++ b/drivers/mtd/nand/Makefile >>

Re: [U-Boot] [PATCH][v2] powerpc/85xx: enable USB2 gadget mode for corenet ds board

2011-07-27 Thread Xie Shaohui-B21989
Hi Kumar, How about this patch? There is no feedback till now. Best Regards, Shaohui Xie >-Original Message- >From: Xie Shaohui-B21989 >Sent: Monday, July 18, 2011 2:11 PM >To: u-boot@lists.denx.de >Cc: Gala Kumar-B11780; li...@bohmer.net; Xie Shaohui-B21989 >Subject: [PATCH][v2] pow

Re: [U-Boot] savenv failing

2011-07-27 Thread Stefano Babic
On 07/27/2011 10:25 AM, Chander Kashyap wrote: > Hi, > > I am saving the environment using saveenv command. After resetting the > board the saved environment is not there. It loads the default > environment. > But if i disable dcache_enable () function call in > arch/arm/lib/board.c it retain the

[U-Boot] savenv failing

2011-07-27 Thread Chander Kashyap
Hi, I am saving the environment using saveenv command. After resetting the board the saved environment is not there. It loads the default environment. But if i disable dcache_enable () function call in arch/arm/lib/board.c it retain the saved environment. What can be the possible reason for this?

[U-Boot] Business Proposal

2011-07-27 Thread PRIVATE
Business Proposal I contacted you independently of our investigation and no one is informed of this communication. I would like to intimate you with certain facts that I believe would be of interest to you. In 2004, the subject matter; ref: bb/rbs/bank/0012 came to our bank to engage in busines

Re: [U-Boot] [PATCH v2 6/7] ARMV7: OMAP: I2C driver: Write more than 1 byte at a time in i2c_write

2011-07-27 Thread Heiko Schocher
Hello Michael, Michael Jones wrote: > Hi Heiko, > > Thanks for the review. > > On 07/27/2011 08:07 AM, Heiko Schocher wrote: >> Hello Michael, >> >> Sorry for the long delay... >> >> Michael Jones wrote: >>> This allows the EEPROM layer to send a single i2c write command >>> per page, and wait C

  1   2   >