[U-Boot] Dear Beneficiary, It is with gladness, i write you this message, to congratulate you on the successful release of the sum of $25 Million USD to you, Credited to Online Bank ATM Card account t

2011-05-12 Thread Mr . Jimmy Isu
Dear Beneficiary, It is with gladness, i write you this message, to congratulate you on the successful release of the sum of $25 Million USD to you, Credited to Online Bank ATM Card account that was set up for you in our bank the Intercontinental Bank Plc. The Metropolitan Courier is unable to

Re: [U-Boot] [PATCH V7 2/3] PMIC: Add dialog pmic support

2011-05-12 Thread Stefano Babic
On 05/13/2011 05:08 AM, Jason Liu wrote: > Hi, Stefano, Hi Jason, >> This is not what I meant. You have duplicated the code, instead of merge >> the two functions together. And I think the switch is wrong. >> This file provides a general access to PMIc using SPI/I2C. There should >> not be #ifdef

[U-Boot] build breakage with - Fix building tools alone with host compiler patch

2011-05-12 Thread Kumar Gala
The following commit breaks building MPC8572DS_config (and a lot more): commit bbc6353c740064c8e0741b772376a1a67a1c3f01 Author: François Revol Date: Fri Mar 18 11:03:03 2011 + Fix building tools alone with host compiler - don't include config.h when building with host cc, - HOSTC

Re: [U-Boot] [PATCH v2] Decreases code size of the nand_spl

2011-05-12 Thread Stefan Roese
On Thursday 12 May 2011 23:49:40 Wolfgang Denk wrote: > > This patch decreases the code size of the nand_spl by turning multiple > > function pointer dereferences in a single function into a single local > > function pointer. > > > > Signed-off-by: Alex Waterman > > Cc: Scott Wood > > Cc: Stefan

[U-Boot] [PATCH v4 2/3] km/common: simplify default environment

2011-05-12 Thread Holger Brunck
This is a first step to simplify the default environment. Move all the environment variables which are only needed for debugging purpose to textfiles in the scripts directory. In case of debugging these files can be loaded via tftp into RAM and set via the env import command. Other variables are id

[U-Boot] [PATCH v4 0/3] km/common mainlining remaining parts

2011-05-12 Thread Holger Brunck
This patch serie comprehends the missing parts of the mostly already committed patch serie "v2 km/common mainlining". See: http://lists.denx.de/pipermail/u-boot/2011-May/092323.html Holger Brunck (2): km/common: simplify default environment km/common: add pnvramsize to default environment Tho

[U-Boot] [PATCH v4 3/3] km/common: add pnvramsize to default environment

2011-05-12 Thread Holger Brunck
The pnvram size was used later from start scripts in linux. Therefore it was added to the default environment. Signed-off-by: Holger Brunck Signed-off-by: Valentin Longchamp Acked-by: Heiko Schocher cc: Wolfgang Denk cc: Detlev Zundel --- changes for v4: - fix small bug introduced in v2,

[U-Boot] [PATCH v4 1/3] km/common: implement boardId HWkey checks as u-boot cmd

2011-05-12 Thread Holger Brunck
From: Thomas Herzmann BoardId and HWKey are used to identify the HW class of a given board. The correct values are stored in the inventory eeprom. During creation time of a boot package the boardId and HWkey for the SW is stored in the default environment and burned into the flash. During boottim

Re: [U-Boot] OSE support shouldnt be enabled by default

2011-05-12 Thread Torkel Lundgren
I haven't had the time to look into this. Meanwhile, config_defaults.h can be reverted and I'll add CONFIG_BOOTM_OSE to the configs of the boards affected later. BR Torkel -Ursprungligt meddelande- Från: vapierfil...@gmail.com [mailto:vapierfil...@gmail.com] För Mike Frysinger Skickat: d

[U-Boot] [GIT PULL] Pull request u-boot-mpc85xx

2011-05-12 Thread Kumar Gala
The following changes since commit 3500e9aed6e13a988f4a5ef6503112fda1c4a7fc: Nobuhiro Iwamatsu (1): kwbimage: Fix check variable of checksum are available in the git repository at: git://git.denx.de/u-boot-mpc85xx master Timur Tabi (1): powerpc/85xx: fix compatible property for

Re: [U-Boot] [PATCH 1/3] omap4: add support for gpios

2011-05-12 Thread Gilles Chanteperdrix
On 05/13/2011 07:31 AM, John Rigby wrote: >> >> I am going to fix this and resend another round of patches. But, it this >> the only thing I should fix? >> > My comment was not a complete review only a comment about sharing. I got that, I am just trying to get more comments before I send another r

Re: [U-Boot] [PATCH 1/3] omap4: add support for gpios

2011-05-12 Thread John Rigby
> > I am going to fix this and resend another round of patches. But, it this > the only thing I should fix? > My comment was not a complete review only a comment about sharing. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/list

Re: [U-Boot] [PATCH 1/3] omap4: add support for gpios

2011-05-12 Thread Gilles Chanteperdrix
On 05/10/2011 04:08 PM, John Rigby wrote: > On Mon, May 9, 2011 at 11:04 PM, Gilles Chanteperdrix > wrote: >> Copied from omap3. > I have not looked at the code but if it truly is a copy (other than > some base addresses) is there a way to share with omap3? I am going to fix this and resend anoth

[U-Boot] Be Informed

2011-05-12 Thread Yvette
You Are A Recipient Of $530,000.00!! Our Movie company have chosen you via your e-mail to receive $530,000.00 and to attend our movie event holding in (Malaysia) 20th July, 2011 in commemoration of our 25th movie anniversary. You can receive amount before event date. Answer this: Name, Phone, Have

Re: [U-Boot] [PATCH] Fix variable flavor in examples/standalone/Makefile

2011-05-12 Thread Che-liang Chiou
Thanks, Wolfgang. On Fri, May 13, 2011 at 4:30 AM, Wolfgang Denk wrote: > Dear Che-liang Chiou, > > In message you > wrote: >> GNU Makefile have two flavors of variables, recursively expanded that is >> defined by using '=', and simply expanded that is defined by using ':='. >> >> The bug is ca

[U-Boot] Good day

2011-05-12 Thread Annabel Laura
Am Mrs Annabel Laura am going on a cancer surgery today.contact my lawyer,Tell him that I have WILLED 14.258M to you.quoting my personal reference number BB/AMZ/900/2015/SWYI/316uk My lawyer Name barrister Lio Bacon. Attorney at-Law. Lio Bacon & Associates LLP E-mail; barrliobaconlawfi...@lawyer.

Re: [U-Boot] [PATCH V7 3/3] MX53: support for freescale MX53LOCO board

2011-05-12 Thread Jason Hui
Hi, Stefano, On Thu, May 12, 2011 at 5:03 PM, Stefano Babic wrote: > On 05/12/2011 08:13 AM, Jason Liu wrote: >> Hi, Stefano, >> > > Hi Jason, >  u32 get_cpu_rev(void);  #define is_soc_rev(rev)      ((get_cpu_rev() & 0xFF) - rev)  void sdelay(unsigned long); +void pmic_reg_wri

Re: [U-Boot] [PATCH V7 2/3] PMIC: Add dialog pmic support

2011-05-12 Thread Jason Liu
Hi, Stefano, 2011/5/12 Stefano Babic : > On 05/11/2011 10:03 AM, Jason Liu wrote: >> This patch add dialog pmic(DA9053) driver with I2C interface support >> In order to not duplicate code and according to the discussion on the >> mail-list, change fsl_pmic.c to spi_i2c_pmic.c.Actaully,spi_i2c_pmic

Re: [U-Boot] serial_device member functions don't know their serial port

2011-05-12 Thread Mike Frysinger
On Thursday, May 12, 2011 20:35:39 Simon Glass wrote: > I am taking a look at serial ports in U-Boot and it seems that the various > functions in 'struct serial_device' do not include a pointer to the device > they are talking about. Therefore for devices with multiple ports there is > no way for t

[U-Boot] [PATCH 2/3] sntp: avoid use of uninitialized variable

2011-05-12 Thread Chris Packham
From: Luuk Paulussen When we use the ntpserverip environment variable argv[1] may not be set. Printing the error message using the NetNtpServerIP variable ensures the correct output in both cases. Signed-off-by: Luuk Paulussen Acked-by: Chris Packham Cc: Ben Warren --- common/cmd_net.c |

Re: [U-Boot] [PATCH 2/3] sntp: avoid use of uninitialized variable

2011-05-12 Thread Chris Packham
On Fri, May 13, 2011 at 1:29 PM, Chris Packham wrote: > From: Luuk Paulussen > > When we use the ntpserverip environment variable argv[1] may not be set. > Printing the error message using the NetNtpServerIP variable ensures the > correct output in both cases. > > Signed-off-by: Luuk Paulussen >

Re: [U-Boot] [PATCH 3/3] bootp: add ntpserver option to bootp request

2011-05-12 Thread Chris Packham
On Fri, May 13, 2011 at 1:29 PM, Chris Packham wrote: > From: Luuk Paulussen > > Signed-off-by: Luuk Paulussen > Acked-by: Chris Packham > Cc: Ben Warren Sorry for the spam. I was just trying (and failing) to get git to add the Cc. ___ U-Boot mailin

Re: [U-Boot] [PATCH 1/3] rtc: add driver for internal RTC on kirkwood SoC

2011-05-12 Thread Chris Packham
On Fri, May 13, 2011 at 1:29 PM, Chris Packham wrote: > From: Luuk Paulussen > > Signed-off-by: Luuk Paulussen > Acked-by: Chris Packham > Cc: Prafulla Wadaskar Sorry for the spam. I was just trying (and failing) to get git to add the Cc. ___ U-Boot

[U-Boot] [PATCH 3/3] bootp: add ntpserver option to bootp request

2011-05-12 Thread Chris Packham
From: Luuk Paulussen Signed-off-by: Luuk Paulussen Acked-by: Chris Packham Cc: Ben Warren --- net/bootp.c | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/net/bootp.c b/net/bootp.c index 4db63cb..53f37d0 100644 --- a/net/bootp.c +++ b/net/bootp.c @@ -228,6

[U-Boot] [PATCH 1/3] rtc: add driver for internal RTC on kirkwood SoC

2011-05-12 Thread Chris Packham
From: Luuk Paulussen Signed-off-by: Luuk Paulussen Acked-by: Chris Packham Cc: Prafulla Wadaskar --- arch/arm/include/asm/arch-kirkwood/kirkwood.h |2 + drivers/rtc/Makefile |1 + drivers/rtc/kirkwood.c| 76 +

[U-Boot] [PATCH 3/3] bootp: add ntpserver option to bootp request

2011-05-12 Thread Chris Packham
From: Luuk Paulussen Signed-off-by: Luuk Paulussen Acked-by: Chris Packham Cc: Ben Warren --- net/bootp.c | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/net/bootp.c b/net/bootp.c index 4db63cb..53f37d0 100644 --- a/net/bootp.c +++ b/net/bootp.c @@ -228,6

[U-Boot] [PATCH 1/3] rtc: add driver for internal RTC on kirkwood SoC

2011-05-12 Thread Chris Packham
From: Luuk Paulussen Signed-off-by: Luuk Paulussen Acked-by: Chris Packham Cc: Prafulla Wadaskar --- arch/arm/include/asm/arch-kirkwood/kirkwood.h |2 + drivers/rtc/Makefile |1 + drivers/rtc/kirkwood.c| 76 +

[U-Boot] [PATCH 2/3] sntp: avoid use of uninitialized variable

2011-05-12 Thread Chris Packham
From: Luuk Paulussen When we use the ntpserverip environment variable argv[1] may not be set. Printing the error message using the NetNtpServerIP variable ensures the correct output in both cases. Signed-off-by: Luuk Paulussen Acked-by: Chris Packham Cc: Ben Warren --- common/cmd_net.c |

[U-Boot] serial_device member functions don't know their serial port

2011-05-12 Thread Simon Glass
Hi, I am taking a look at serial ports in U-Boot and it seems that the various functions in 'struct serial_device' do not include a pointer to the device they are talking about. Therefore for devices with multiple ports there is no way for these functions to know what to do. The workaround in dri

Re: [U-Boot] [PATCH v2 6/7] Tegra2: Add USB support

2011-05-12 Thread Simon Glass
On Thu, May 12, 2011 at 12:43 PM, Remy Bohmer wrote: > Hi, > > 2011/5/5 Simon Glass : > > This adds basic USB support for port 0. The other port is not supported > by this CL. > > > > Signed-off-by: Simon Glass > > --- > > arch/arm/include/asm/arch-tegra2/tegra2.h |2 + > > arch/arm/include

Re: [U-Boot] [PATCH v2] Decreases code size of the nand_spl

2011-05-12 Thread Wolfgang Denk
Dear Scott, In message <20110512165759.06923...@schlenkerla.am.freescale.net> you wrote: > > > Can this patch go in, please? I would like to see the build problems > > fixed. > > Yes, sorry for the delay -- I'll try to get to it tomorrow. Thanks. Guess you guys are as busy as evryone else ;-)

Re: [U-Boot] OSE support shouldnt be enabled by default

2011-05-12 Thread Wolfgang Denk
Dear Mike Frysinger, In message <201105121739.51157.vap...@gentoo.org> you wrote: > > i did send out an actual patch to revert this, and you picked it up. Torkel > didnt comment on that either though (he was cc-ed) ... > > see commit 0aca983e058d6205962b3c09cb6ece520b6ea218 Ah, thanks. Forgot

Re: [U-Boot] [PATCH v2] Decreases code size of the nand_spl

2011-05-12 Thread Scott Wood
On Thu, 12 May 2011 23:49:40 +0200 Wolfgang Denk wrote: > Dear Scott, > > In message <4dc1a7f1.7000...@dawning.com> Alex Waterman wrote: > > This patch decreases the code size of the nand_spl by turning multiple > > function > > pointer dereferences in a single function into a single local func

Re: [U-Boot] [PATCH] kwbimage: Fix check variable of checksum

2011-05-12 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu, In message <1305084788-19689-1-git-send-email-nobuhiro.iwamatsu...@renesas.com> you wrote: > From: Nobuhiro Iwamatsu > > calc_hdrcsum two times are checked. checksumi of exthdr is not checked. > > Signed-off-by: Nobuhiro Iwamatsu > CC: Prafulla Wadaskar > --- > tools

Re: [U-Boot] [PATCH] examples: add smc911x_eeprom to clean target

2011-05-12 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1304805930-15654-1-git-send-email-vap...@gentoo.org> you wrote: > Signed-off-by: Mike Frysinger > --- > Makefile |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH,

Re: [U-Boot] [PATCH v2] Decreases code size of the nand_spl

2011-05-12 Thread Wolfgang Denk
Dear Scott, In message <4dc1a7f1.7000...@dawning.com> Alex Waterman wrote: > This patch decreases the code size of the nand_spl by turning multiple > function > pointer dereferences in a single function into a single local function > pointer. > > Signed-off-by: Alex Waterman > Cc: Scott Wood

Re: [U-Boot] [PATCH] ftpmu010.h: fix some missing declaration in header

2011-05-12 Thread Wolfgang Denk
Dear Macpaul Lin, In message <1304335727-25723-1-git-send-email-macp...@andestech.com> you wrote: > Fix some missing declaration in header. > > Signed-off-by: Macpaul Lin > --- > include/faraday/ftpmu010.h |3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) Applied, thanks. Best re

Re: [U-Boot] [PATCH v3 3/3] ftsmc020: add missing definitions

2011-05-12 Thread Wolfgang Denk
Dear Macpaul Lin, In message <1304324251-15293-3-git-send-email-macp...@andestech.com> you wrote: > Add missing definitions in header file according to datasheet. > > Signed-off-by: Macpaul Lin > --- > Changes for v2: > - Remove assembly register offsets for support lowlevel_init.S. > - The

Re: [U-Boot] [PATCH v3 2/3] ftsmc020: un-nest the register structure in header

2011-05-12 Thread Wolfgang Denk
Dear Macpaul Lin, In message <1304324251-15293-2-git-send-email-macp...@andestech.com> you wrote: > Un-nestted the register structure in ftsmc020.h > > Signed-off-by: Macpaul Lin > --- > Changes for v2: > - Remove assembly register offsets for support lowlevel_init.S. > - The nested structur

Re: [U-Boot] [PATCH v3 1/3] ftsmc020: fix relocation

2011-05-12 Thread Wolfgang Denk
Dear Macpaul Lin, In message <1304324251-15293-1-git-send-email-macp...@andestech.com> you wrote: > Avoid relocation problem by fix global declaration. > > Signed-off-by: Macpaul Lin > --- > Changes for v2: > - Remove assembly register offsets for support lowlevel_init.S. > - The nested stru

Re: [U-Boot] [PATCH v3] ftide020: add faraday ide ahb controller

2011-05-12 Thread Wolfgang Denk
Dear Macpaul Lin, In message <1304321336-16693-1-git-send-email-macp...@andestech.com> you wrote: > Faraday's ftide020_s is an IDE-AHB controller for SoC design. > This patch add the u-boot driver (PIO) of ftide020 ATA (IDE) driver. > IDE commands include read, info, and other functions has been i

Re: [U-Boot] OSE support shouldnt be enabled by default

2011-05-12 Thread Mike Frysinger
On Thursday, May 12, 2011 16:52:47 Wolfgang Denk wrote: > Mike Frysinger wrote: > > the commit below slipped in without me noticing ... could you please > > revert the change to this header and only enable support for this OS > > in whatever boards you're using ? especially considering this OS onl

Re: [U-Boot] [PATCH v3 2/2] README.arm-relocation: get relocated address in gdb

2011-05-12 Thread Wolfgang Denk
Dear Ben Gardiner, In message <7ed11e02b0db005231f5c6baa299761f3aa04f6f.1304024417.git.bengardi...@nanometrics.ca> you wrote: > When your emulator is connected at reset (or is used to load u-boot) > it is possible to get the relocation address from the gd->relocaddr > since gd is always in r8 (o

Re: [U-Boot] [PATCH v3 1/2] README.arm-relocation: get relocated address from bdinfo

2011-05-12 Thread Wolfgang Denk
Dear Ben Gardiner, In message <787a04417ee0eb01c6eb3a7a1edff7ee9a8f825e.1304024417.git.bengardi...@nanometrics.ca> you wrote: > The bdinfo command prints the relocaddr on ARM as it does > on PPC. > > Update the debugging instructions for arm relocation to > reflect this fact rather than requiri

Re: [U-Boot] [PATCH 2/2] README.arm-relocation: get relocated address in gdb

2011-05-12 Thread Wolfgang Denk
Dear Ben Gardiner, In message <713eaea232693cd6775d409b17c2e187328d1598.1304008866.git.bengardi...@nanometrics.ca> you wrote: > When your emulator is connected at reset (or is used to load u-boot) > it is possible to get the relocation address from the parameter > passed to relocate_code() inste

Re: [U-Boot] [PATCH v2 1/2] README.arm-relocation: get relocated address from bdinfo

2011-05-12 Thread Wolfgang Denk
Dear Ben Gardiner, In message <787a04417ee0eb01c6eb3a7a1edff7ee9a8f825e.1304008866.git.bengardi...@nanometrics.ca> you wrote: > The bdinfo command prints the relocaddr on ARM as it does > on PPC. > > Update the debugging instructions for arm relocation to > reflect this fact rather than requiri

Re: [U-Boot] [PATCH v3] cosmetic: cmd_bdinfo.c: clean up by using checkpatch.pl

2011-05-12 Thread Wolfgang Denk
Dear Macpaul Lin, In message <1303957715-10873-1-git-send-email-macp...@andestech.com> you wrote: > cmd_bdinfo.c: clean up with 2.6.38 checkpatch.pl > > Signed-off-by: Macpaul Lin > --- > Changes for v2: > - Correct the subject field to single patch. > Changes for v3: > - 405XX, 440XX, XILINX_

Re: [U-Boot] [PATCH] mp2usb: finish the removal

2011-05-12 Thread Wolfgang Denk
Dear =?UTF-8?q?Eric=20B=C3=A9nard?=, In message <1303935504-4918-1-git-send-email-e...@eukrea.com> you wrote: > - remove from boards.cfg > - add to doc/README.scrapyard > > Signed-off-by: Eric Bénard > --- > boards.cfg |1 - > doc/README.scrapyard |1 + > 2 files changed, 1 i

Re: [U-Boot] [PATCH] README: Clarify difference of CONFIG_WATCHDOG and CONFIG_HW_WATCHDOG

2011-05-12 Thread Wolfgang Denk
Dear Detlev Zundel, In message <1303917959-32324-1-git-send-email-...@denx.de> you wrote: > Now that we have the documentation, the code should be changed to reflect > it ;) > > Asd far as I can see, these are the places where HW_WATCHDOG is used > instead of WATCHDOG: > > arch/blackfin/cpu/blac

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

2011-05-12 Thread Wolfgang Denk
Dear Macpaul Lin, In message <1303817387-9472-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_init >

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

2011-05-12 Thread Wolfgang Denk
Dear Macpaul Lin, In message <1303817387-9472-1-git-send-email-macp...@andestech.com> you wrote: > 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 > -

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

2011-05-12 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message <1303731583-11353-1-git-send-email-joakim.tjernl...@transmode.se> you wrote: > 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

Re: [U-Boot] [PATCH] Remove remnants of obsolete CONFIG_SYS_GBL_DATA_SIZE comments

2011-05-12 Thread Wolfgang Denk
Dear Michael Jones, In message <1303200753-9360-1-git-send-email-michael.jo...@matrix-vision.de> you wrote: > commit 25ddd1fb0a2281b182529afbc8fda5de2dc16d96 left remnants of > many comments about CONFIG_SYS_GBL_DATA_SIZE. > > Signed-off-by: Michael Jones > --- > include/configs/CPC45.h

Re: [U-Boot] [PATCH] hwmon: Extend lm63.c to support LM64

2011-05-12 Thread Wolfgang Denk
Dear Dirk Eibach, In message <1303116194-32076-1-git-send-email-eib...@gdsys.de> you wrote: > This patch adds support for the National LM64 temperature > sensor with integrated fan control to lm63.c. > Main difference between LM63 and LM64 is 16°C offset in sensor > readings. > > Signed-off-by:

Re: [U-Boot] OSE support shouldnt be enabled by default

2011-05-12 Thread Wolfgang Denk
Dear Torkel, In message Mike Frysinger wrote: > the commit below slipped in without me noticing ... could you please > revert the change to this header and only enable support for this OS > in whatever boards you're using ? especially considering this OS only > works for specific setups (phones

Re: [U-Boot] [PATCH] Fix building tools alone with host compiler

2011-05-12 Thread Wolfgang Denk
Dear =?UTF-8?q?Fran=C3=A7ois=20Revol?=, In message <1300482183-17836-1-git-send-email-re...@free.fr> you wrote: > - don't include config.h when building with host cc, > - HOSTCFLAGS was defined with the wrong name, so wasn't used, > - make sure make finds sources outside of tools/. > > Signed-off

Re: [U-Boot] [PATCH v3] net: axi_ethernet: Add driver to u-boot v3

2011-05-12 Thread Wolfgang Denk
Dear Michal Simek, In message <1299660422-25452-1-git-send-email-mon...@monstr.eu> you wrote: > Add the first axi_ethernet driver for little-endian Microblaze. > > Signed-off-by: Michal Simek > > --- > v2: > - Fix return addreses > - Fix NULL pointer defer for priv structure > > v3: > - Freein

Re: [U-Boot] [PATCH] Fix variable flavor in examples/standalone/Makefile

2011-05-12 Thread Wolfgang Denk
Dear Che-liang Chiou, In message you wrote: > GNU Makefile have two flavors of variables, recursively expanded that is > defined by using '=', and simply expanded that is defined by using ':='. > > The bug is caused by using recursively expanded flavor for BIN and SREC. > As you can see below,

Re: [U-Boot] [PATCH 2/2] net: xilinx emaclite: Fix return values

2011-05-12 Thread Wolfgang Denk
Dear Michal Simek, In message <1299594353-15887-2-git-send-email-mon...@monstr.eu> you wrote: > Fix return values for initialize/init/recv/send functions > > Signed-off-by: Michal Simek > --- > drivers/net/xilinx_emaclite.c | 14 +++--- > 1 files changed, 7 insertions(+), 7 deletions(

Re: [U-Boot] [PATCH v2 8/8] net/net.c: cosmetic: do not use assignment in if condition

2011-05-12 Thread Wolfgang Denk
Dear Luca Ceresoli, In message <1305122401-14967-9-git-send-email-luca.ceres...@comelit.it> you wrote: > This removes the following checkpatch issue: > - ERROR: do not use assignment in if condition > > Signed-off-by: Luca Ceresoli > Cc: Wolfgang Denk > Cc: Ben Warren > Cc: Mike Frysinger >

Re: [U-Boot] [PATCH v2 7/8] net/net.c: cosmetic: fix indentation

2011-05-12 Thread Wolfgang Denk
Dear Luca Ceresoli, In message <1305122401-14967-8-git-send-email-luca.ceres...@comelit.it> you wrote: > This removes the following checkpatch issues: > - ERROR: switch and case should be at the same indent > - WARNING: suspect code indent for conditional statements > - WARNING: labels should

Re: [U-Boot] [PATCH v2 6/8] net/net.c: cosmetic: parentheses not required for return

2011-05-12 Thread Wolfgang Denk
Dear Luca Ceresoli, In message <1305122401-14967-7-git-send-email-luca.ceres...@comelit.it> you wrote: > This removes the following checkpatch issue: > - ERROR: return is not a function, parentheses are not required > > Signed-off-by: Luca Ceresoli > Cc: Wolfgang Denk > Cc: Ben Warren > Cc:

Re: [U-Boot] [PATCH v2 5/8] net/net.c: cosmetic: fix pointer syntax issues

2011-05-12 Thread Wolfgang Denk
Dear Luca Ceresoli, In message <1305122401-14967-6-git-send-email-luca.ceres...@comelit.it> you wrote: > This removes the following checkpatch issues: > - ERROR: "foo * bar" should be "foo *bar" > - ERROR: "(foo*)" should be "(foo *)" > > Signed-off-by: Luca Ceresoli > Cc: Wolfgang Denk > Cc

Re: [U-Boot] [PATCH v2 4/8] net/net.c: cosmetic: fix brace issues

2011-05-12 Thread Wolfgang Denk
Dear Luca Ceresoli, In message <1305122401-14967-5-git-send-email-luca.ceres...@comelit.it> you wrote: > This removes the following checkpatch issues: > - WARNING: braces {} are not necessary for single statement blocks > - WARNING: braces {} are not necessary for any arm of this statement > >

Re: [U-Boot] [PATCH v2 3/8] net/net.c: cosmetic: fix whitespace issues

2011-05-12 Thread Wolfgang Denk
Dear Luca Ceresoli, In message <1305122401-14967-4-git-send-email-luca.ceres...@comelit.it> you wrote: > This removes the following checkpatch issues: > - ERROR: space prohibited after that open parenthesis '(' > - ERROR: space prohibited before that close parenthesis ')' > - ERROR: space proh

Re: [U-Boot] [PATCH v2 2/8] net/net.c: cosmetic: variable initializations

2011-05-12 Thread Wolfgang Denk
Dear Luca Ceresoli, In message <1305122401-14967-3-git-send-email-luca.ceres...@comelit.it> you wrote: > This removes the following checkpatch errors: > - ERROR: do not initialise globals to 0 or NULL > - ERROR: spaces required around that '=' (ctx:VxV) > - ERROR: that open brace { should be o

Re: [U-Boot] [PATCH v2 1/8] net/net.c: cosmetic: fix lines over 80 characters

2011-05-12 Thread Wolfgang Denk
Dear Luca Ceresoli, In message <1305122401-14967-2-git-send-email-luca.ceres...@comelit.it> you wrote: > This removes the following checkpatch warning: > - WARNING: line over 80 characters > > There are three such warnings left. > > The first is hard to fix with cosmetic-only changes without c

Re: [U-Boot] [PATCH] ehci-pci: Fix PCI EHCI driver for 36-bit

2011-05-12 Thread Remy Bohmer
Hi, 2011/4/19 Zhao Chenhui : > Convert the PCI base address into a virtual address. > > Signed-off-by: Zhao Chenhui > Signed-off-by: Li Yang > --- >  drivers/usb/host/ehci-pci.c |    5 ++--- >  1 files changed, 2 insertions(+), 3 deletions(-) Applied to u-boot-usb. Thanks. Remy ___

Re: [U-Boot] [PATCH] musb: process control messages after roothub accepted it

2011-05-12 Thread Remy Bohmer
Hi, 2011/4/21 Mike Frysinger : > From: Cliff Cai > > When dealing with non-multipoint devices, if the software root hub code > accepted the message, then we still need to process it normally.  So only > return quickly when the root hub skipped the message or is otherwise in > an error state. > >

Re: [U-Boot] [PATCH v2 6/7] Tegra2: Add USB support

2011-05-12 Thread Remy Bohmer
Hi, 2011/5/5 Simon Glass : > This adds basic USB support for port 0. The other port is not supported by > this CL. > > Signed-off-by: Simon Glass > --- >  arch/arm/include/asm/arch-tegra2/tegra2.h |    2 + >  arch/arm/include/asm/arch-tegra2/usb.h    |  217 >  board/nvidia/c

[U-Boot] [PATCH] fsl_esdhc: Initialize mmc->b_max

2011-05-12 Thread Fabio Estevam
commit 262951(MMC: make b_max unconditional) missed to update fsl_esdhc. Signed-off-by: Fabio Estevam --- drivers/mmc/fsl_esdhc.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/fsl_esdhc.c b/drivers/mmc/fsl_esdhc.c index d2355be..ec953f0 100644 --- a/drivers

Re: [U-Boot] [PATCH v2] lib, vsprintf: introduce strict_strtoul

2011-05-12 Thread Wolfgang Denk
Dear Heiko Schocher, In message <1304408029-16785-1-git-send-email...@denx.de> you wrote: > as checkpatch proposes to use strict_strtoul instead of > simple_strtoul, introduce it. > > Ported this function from Linux 2.6.38 commit ID: > 521cb40b0c44418a4fd36dc633f575813d59a43d > > Signed-off-by:

Re: [U-Boot] SD 3.0 support in uboot

2011-05-12 Thread Wolfgang Denk
Dear Trivedi Anish-R6AAKA, In message <02b259ebc9134a47b143131fcaf2fea30e2...@039-sn1mpn1-004.039d.mgd.msft.net> you wrote: > > Is there a plan to add SD 3.0 support to uboot's mmc driver, including the > use of UHS modes? As soon as anybody submits patches :-) Best regards, Wolfgang Denk --

[U-Boot] [PATCH] MX53: Add initial support for MX53SMD board.

2011-05-12 Thread Fabio Estevam
Signed-off-by: Fabio Estevam --- MAINTAINERS |1 + board/freescale/mx53smd/Makefile | 48 board/freescale/mx53smd/imximage.cfg | 96 +++ board/freescale/mx53smd/mx53smd.c| 222 ++ boards.cfg

[U-Boot] SD 3.0 support in uboot

2011-05-12 Thread Trivedi Anish-R6AAKA
Hi, Is there a plan to add SD 3.0 support to uboot's mmc driver, including the use of UHS modes? Thanks, Anish ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] Fix incorrect use of getenv() before relocation

2011-05-12 Thread Wolfgang Denk
Dear Wolfgang Denk, In message <1304541148-11038-1-git-send-email...@denx.de> you wrote: > A large number of boards incorrectly used getenv() in their board init > code running before relocation. In some cases this caused U-Boot to > hang when certain environment variables grew too long. > Fix th

Re: [U-Boot] [PATCH] cmd_nvedit.c: make error message more helpful

2011-05-12 Thread Wolfgang Denk
Dear Wolfgang Denk, In message <1304540989-10450-1-git-send-email...@denx.de> you wrote: > When calling getenv_f() with a too small buffer, it would print an > error message like this: > > env_buf too small [32] > > This is not really helpful as it does not give any indication which of > t

Re: [U-Boot] [PATCH v2 3/6] TFTP: rename "server" to "remote"

2011-05-12 Thread Wolfgang Denk
Dear Luca Ceresoli, In message <1303143594-5345-4-git-send-email-luca.ceres...@comelit.it> you wrote: > With the upcoming TFTP server implementation, the remote node can be > either a client or a server, so avoid ambiguities. > > Signed-off-by: Luca Ceresoli > Cc: Wolfgang Denk > --- > Changes

Re: [U-Boot] [PATCH v2 2/6] NET: pass source IP address to packet handlers

2011-05-12 Thread Wolfgang Denk
Dear Luca Ceresoli, In message <1303143594-5345-3-git-send-email-luca.ceres...@comelit.it> you wrote: > This is needed for the upcoming TFTP server implementation. > > This also simplifies PingHandler() and fixes rxhand_f documentation. > > Signed-off-by: Luca Ceresoli > Cc: Wolfgang Denk > -

Re: [U-Boot] [PATCH] part_dos: allocate sector buffer dynamically

2011-05-12 Thread Wolfgang Denk
Dear Sergei Shtylyov, In message <4dbff9fd.1070...@mvista.com> you wrote: > > > Umm... you _are_ aware that you can put dynamically sized arrays on > > the stack, aren't you? > > No, it seems I'm not. Is it a standard C now? It's been a GCC extension forever (well, I have to admit that I do

Re: [U-Boot] [PATCH] MPC8260: Fix compile problems with "hymod" board

2011-05-12 Thread Wolfgang Denk
Dear Wolfgang Denk, In message <1304260506-1456-1-git-send-email...@denx.de> you wrote: > Commit 9d8fbd1 "powerpc, 8xx: Fixup all 8xx u-boot.lds scripts" broke > building of the MPC8260 based "hymod" board. Fix this. > > Signed-off-by: Wolfgang Denk > Cc: Murray Jensen > Cc: Joakim Tjernlund

Re: [U-Boot] [PATCH] zlib: fix DEBUG build

2011-05-12 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1304289062-25727-1-git-send-email-vap...@gentoo.org> you wrote: > The previous commit imported a little too much from upstream. We need > to disable stdio.h when using U-Boot. > > Reported-by: Wolfgang Denk > Signed-off-by: Mike Frysinger > --- > lib/zlib/zuti

Re: [U-Boot] Please pull u-boot-ppc4xx/master

2011-05-12 Thread Wolfgang Denk
Dear Stefan Roese, In message <201105121617.47525...@denx.de> you wrote: > Hi Wolfgang, > > please pull the following fix: > > The following changes since commit 264eaa0ea967bac32214b87d60cfc86c8b22cac6: > > keymile boards: move keymile specific header in subdir (2011-05-10 23:22:49 > +0200)

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

2011-05-12 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <4dcafa98.2020...@aribaud.net> you wrote: > Hi Wolfgang, > > The following changes since commit 264eaa0ea967bac32214b87d60cfc86c8b22cac6: > >keymile boards: move keymile specific header in subdir (2011-05-10 > 23:22:49 +0200) > > are available in the git rep

Re: [U-Boot] [PATCH v5 5/5] Add support for Network Space v2

2011-05-12 Thread Wolfgang Denk
Dear Simon Guinot, In message <20110503131942.gu19...@kw.sim.vm.gnt> you wrote: > > I have failed to find an entry for this patch in the U-Boot patchwork > (and any previous version except the very first). I don't see it either. > Have I missed something and/or done something wrong ? Unlikely.

Re: [U-Boot] [PATH v7 1/2] netconsole: remove `serverip' check

2011-05-12 Thread Wolfgang Denk
Dear Simon Guinot, In message <1305193737-5952-2-git-send-email-simon.gui...@sequanux.org> you wrote: > This patch allows to enable the netconsole even if `serverip' is not set. > > Because netconsole use the environment variable `ncip' to configure the > destination IP, `serverip' don't need to

Re: [U-Boot] [PATCH 1/4] Serial: pl011: new vendor init options

2011-05-12 Thread Wolfgang Denk
Dear John Rigby, In message <1305187511-8455-1-git-send-email-john.ri...@linaro.org> you wrote: > Two new options: > > CONFIG_PL011_SERIAL_RLCR > > Some vendor versions of PL011 serial ports (e.g. ST-Ericsson U8500) > have separate receive and transmit line control registers. Set > this variabl

Re: [U-Boot] USB only works in Linux if started in UBoot

2011-05-12 Thread Einar Már Björgvinsson
hi of course I forgot to mention my platform, sorry about that CPU: MPC5200b Kernel: 2.6.33-rc6 Uboot: U-Boot 2009.03 regards Einar From: u-boot-boun...@lists.denx.de [u-boot-boun...@lists.denx.de] on behalf of Peter Tyser [pty...@xes-inc.com] Sent: Thu

Re: [U-Boot] USB only works in Linux if started in UBoot

2011-05-12 Thread Peter Tyser
On Thu, 2011-05-12 at 15:36 +, Einar Már Björgvinsson wrote: > hi > > I was wondering what I was doing wrong here ! > > The USB functionality in Linux only works if I run 'usb start' in UBoot > before starting the kernel. > > Not sure what will resolve this, of course I can make automatic s

Re: [U-Boot] [PATH v7 1/2] netconsole: remove `serverip' check

2011-05-12 Thread Wolfgang Denk
Dear Simon Guinot, In message <20110512115521.gd6...@kw.sim.vm.gnt> you wrote: > > > This patch looks to be independent. > > I don't have any comments for this. > > Should be applied to u-boot-net.git. > > The patch itself is independent but the Network Space v2 board setup > rely on it. Without

Re: [U-Boot] [PATH v7 2/2] Add support for Network Space v2

2011-05-12 Thread Wolfgang Denk
Dear Simon Guinot, In message <20110512114727.gc6...@kw.sim.vm.gnt> you wrote: > > > > +#define CONFIG_IDENT_STRING " LaCie Network Space v2" > > > +#elif defined(CONFIG_NETSPACE_MAX_V2) > > > +#define CONFIG_MACH_TYPE MACH_TYPE_NETSPACE_MAX_V2 > > > +#define CONFIG_IDENT_STR

Re: [U-Boot] USB only works in Linux if started in UBoot

2011-05-12 Thread Mike Frysinger
On Thursday, May 12, 2011 11:36:19 Einar Már Björgvinsson wrote: > The USB functionality in Linux only works if I run 'usb start' in UBoot > before starting the kernel. file a bug with the Linux maintainers -mike signature.asc Description: This is a digitally signed message part. ___

[U-Boot] USB only works in Linux if started in UBoot

2011-05-12 Thread Einar Már Björgvinsson
hi I was wondering what I was doing wrong here ! The USB functionality in Linux only works if I run 'usb start' in UBoot before starting the kernel. Not sure what will resolve this, of course I can make automatic start command during starting of the bootloader but I think that's not optimal.

Re: [U-Boot] [PATH v7 1/2] netconsole: remove `serverip' check

2011-05-12 Thread Mike Frysinger
On Thursday, May 12, 2011 06:17:24 Prafulla Wadaskar wrote: > Hi Ben/Wolfgang > Can you pls review/comment/pull it ? Ben is no longer here, and the u-boot-net tree is dead. Wolfgang is currently covering things. -mike signature.asc Description: This is a digitally signed message part.

Re: [U-Boot] [PATCH] post: add gpio hotkey support

2011-05-12 Thread Mike Frysinger
On Thursday, May 12, 2011 08:47:56 Sergei Shtylyov wrote: > On 11-05-2011 18:54, Mike Frysinger wrote: > >>>int __post_hotkeys_pressed(void) > >>>{ > >>> +#ifdef CONFIG_SYS_POST_HOTKEYS_GPIO > >>> + return ret; > >>> +#endif > >>> > >> You surely meant #else here? > >>> > >>>

[U-Boot] Please pull u-boot-ppc4xx/master

2011-05-12 Thread Stefan Roese
Hi Wolfgang, please pull the following fix: The following changes since commit 264eaa0ea967bac32214b87d60cfc86c8b22cac6: keymile boards: move keymile specific header in subdir (2011-05-10 23:22:49 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master

[U-Boot] [PATCH][v2]qoriq/p1_p2_rdb: Add Dual Role USB support macro for P1020RDB

2011-05-12 Thread Ramneek Mehresh
Add CONFIG_HAS_FSL_DR_USB macro for P1020RDB Signed-off-by: Ramneek Mehresh --- Changes for v2: - rebased on http://git.denx.de/u-boot.git include/configs/P1_P2_RDB.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/P1_P2_RDB.h b/include/configs/P

[U-Boot] [PATCH][v2] qoriq/p1_p2_rdb: USB device-tree fixups for P1020

2011-05-12 Thread Ramneek Mehresh
Resolve P1020 second USB controller multiplexing with eLBC - mandatory to mention USB2 in hwconfig string to select it over eLBC, otherwise USB2 node is removed - works only for SPI and SD boot Signed-off-by: Ramneek Mehresh --- Changes for v2: - Incorporated Wol

Re: [U-Boot] [PATCH v3] PPC405EX CHIP_21 erratum

2011-05-12 Thread Stefan Roese
On Thursday 05 May 2011 16:08:35 Steven A. Falco wrote: > APM errata CHIP_21 for the 405EX/EXr (from the rev 1.09 document dated > 4/27/11) states that rev D processors may wake up with the wrong feature > set. This patch implements the APM-proposed workaround. > > To enable this patch for your b

Re: [U-Boot] [PATCH v3] PPC405EX CHIP_21 erratum

2011-05-12 Thread Steven A. Falco
On 05/05/2011 10:08 AM, Steven A. Falco wrote: > APM errata CHIP_21 for the 405EX/EXr (from the rev 1.09 document dated > 4/27/11) states that rev D processors may wake up with the wrong feature > set. This patch implements the APM-proposed workaround. I have not seen any further comments on this

  1   2   >