Re: [U-Boot] [PATCH] S5P: add set_mmc_clk for external clock control

2011-05-18 Thread Minkyu Kang
Dear Jaehoon Chung, On 16 May 2011 17:42, Jaehoon Chung wrote: > This patch added set_mmc_clk for external clock control. > > c210 didn't support host clock control. > So We need external_clock_control function for c210. > > Signed-off-by: Jaehoon Chung > signed-off-by: Minkyu Kang > Signed-off

[U-Boot] [PATCH v2] S5P: add set_mmc_clk for external clock control

2011-05-18 Thread Jaehoon Chung
This patch added set_mmc_clk for external clock control. c210 didn't support host clock control. So We need external_clock_control function for c210. Signed-off-by: Jaehoon Chung signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park --- Changes for v2: - fixed missing header for arch/a

Re: [U-Boot] [PATCH v2 1/2] ARMV7: Add support for Samsung SMDKV310 Board

2011-05-18 Thread Minkyu Kang
Dear Chander Kashyap, On 21 April 2011 16:02, Chander Kashyap wrote: > SMDKV310 board is based on Samsung S5PV310 SOC. This SOC is very much > similar to S5PC210. > > Signed-off-by: Chander Kashyap > Signed-off-by: Tushar Behera > --- > Changes for v2: >        - Coding Style Cleanup >        -

Re: [U-Boot] S5PC2XX: Support the cpu revision

2011-05-18 Thread Minkyu Kang
On 16 May 2011 19:59, Minkyu Kang wrote: > S5PC210 SoC have two cpu revisions, and have some difference. > So, support the cpu revision for each revision. > > Signed-off-by: Minkyu Kang > Signed-off-by: Kyungmin Park > --- >  arch/arm/cpu/armv7/s5p-common/cpu_info.c |    2 ++ >  arch/arm/include

Re: [U-Boot] [PATCH v2 1/2] ARMV7: Add support for Samsung SMDKV310 Board

2011-05-18 Thread Wolfgang Denk
Dear Minkyu Kang, In message you wrote: > > > diff --git a/boards.cfg b/boards.cfg > > index 554e06c..01edb79 100644 > > --- a/boards.cfg > > +++ b/boards.cfg ... > Please use space instead of tab. No! Indentation / vertical alignment SHALL be done using TABs! Best regards, Wolfgang Denk --

Re: [U-Boot] [PATCH v2 1/2] ARMV7: Add support for Samsung SMDKV310 Board

2011-05-18 Thread Minkyu Kang
Dear Wolfgang Denk, On 18 May 2011 16:49, Wolfgang Denk wrote: > Dear Minkyu Kang, > > In message you wrote: >> >> > diff --git a/boards.cfg b/boards.cfg >> > index 554e06c..01edb79 100644 >> > --- a/boards.cfg >> > +++ b/boards.cfg > ... >> Please use space instead of tab. > > No! > > Indentati

Re: [U-Boot] [PATCH v2 1/2] ARMV7: Add support for Samsung SMDKV310 Board

2011-05-18 Thread Wolfgang Denk
Dear Minkyu Kang, In message you wrote: > > Hm, but everyone is using the space on "boards.cfg". I will eventually run "unexpand -a" on the file again... Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenst

Re: [U-Boot] [PATCH v9] Add support for Network Space v2 and parents

2011-05-18 Thread Simon Guinot
Hi Prafulla, Please, consider merging this patch for the incoming merge window. Regards, Simon On Tue, May 17, 2011 at 02:42:10PM +0200, Simon Guinot wrote: > This patch add support for the Network Space v2 board and parents, based > on the Marvell Kirkwood 6281 SoC. This include Network Space

Re: [U-Boot] [PATCH v2 2/2] ARMV7: MMC SPL Boot support for SMDKV310 board

2011-05-18 Thread Chander Kashyap
Dear Minkyu Kang, On 17 May 2011 13:56, Minkyu Kang wrote: > Dear Chander Kashyap, > > Sorry to late review. > > On 21 April 2011 16:02, Chander Kashyap wrote: >> Added MMC SPL boot support for SMDKV310. This framework design is >> based on nand_spl support. >> >> Signed-off-by: Chander Kashyap

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

2011-05-18 Thread Albert ARIBAUD
Hi Wolfgang, The following changes since commit 535abb96fb665402894b820f934deaca61ce3d3e: Merge branch 'master' of git://git.denx.de/u-boot-nand-flash (2011-05-15 23:23:36 +0200) are available in the git repository at: git://git.denx.de/u-boot-arm master Andreas Bießmann (19): av

Re: [U-Boot] Nios Pull Request

2011-05-18 Thread Wolfgang Denk
Dear Scott McNutt, In message <4dd1cdd4.4040...@psyent.com> you wrote: > Dear Wolfgang, > > The following changes since commit 535abb96fb665402894b820f934deaca61ce3d3e: >Wolfgang Denk (1): > Merge branch 'master' of git://git.denx.de/u-boot-nand-flash > > are available in the git re

Re: [U-Boot] Pull request: nand flash

2011-05-18 Thread Wolfgang Denk
Dear Scott Wood, In message <20110517182007.ga11...@schlenkerla.am.freescale.net> you wrote: > The following changes since commit 535abb96fb665402894b820f934deaca61ce3d3e: > > Merge branch 'master' of git://git.denx.de/u-boot-nand-flash (2011-05-15 > 23:23:36 +0200) > > are available in the g

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

2011-05-18 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <4dd3b9a3.2080...@aribaud.net> you wrote: > Hi Wolfgang, > > The following changes since commit 535abb96fb665402894b820f934deaca61ce3d3e: > >Merge branch 'master' of git://git.denx.de/u-boot-nand-flash > (2011-05-15 23:23:36 +0200) > > are available in the g

Re: [U-Boot] RFC: porting u-boot to sequoia based nand booting board

2011-05-18 Thread Alex Waterman
Scott, > Nothing in nand_base.c is used by SPL. SPL has its own code for this, > which currently just does a readb() (broken on 16-bit?). Oh you were talking about the bad block function in nand_base.c... That makes more sense now :). And yeah, I suppose the spl bad block check is broken. If i

[U-Boot] [PATCH] [FIX] env_nand: zero-initialize variable nand_erase_options

2011-05-18 Thread Daniel Hobi
Commit 30486322 (nand erase: .spread, .part, .chip subcommands) added a new field to struct nand_erase_options, but forgot to update common/env_nand.c. Depending on the stack state and bad block distribution, saveenv() can thus erase more than CONFIG_ENV_RANGE bytes which may corrupt the following

Re: [U-Boot] [PATCH 2/2] powerpc/85xx: add support for env in MMC/SPI on corenet ds boards

2011-05-18 Thread Kumar Gala
On May 12, 2011, at 5:46 AM, Shaohui Xie wrote: > Signed-off-by: Shaohui Xie > --- > board/freescale/common/Makefile |2 ++ > boards.cfg |7 ++- > include/configs/corenet_ds.h| 30 ++ > 3 files changed, 30 insertions(+), 9 deletions

Re: [U-Boot] [PATCH 1/2] powerpc/85xx: Enable eSPI support on corenet ds boards

2011-05-18 Thread Kumar Gala
On May 12, 2011, at 5:46 AM, Shaohui Xie wrote: > Signed-off-by: Shaohui Xie > Signed-off-by: Kumar Gala > --- > include/configs/corenet_ds.h | 10 ++ > 1 files changed, 10 insertions(+), 0 deletions(-) applied to 85xx - k ___ U-Boot maili

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

2011-05-18 Thread Kumar Gala
On May 12, 2011, at 9:01 AM, Ramneek Mehresh wrote: > 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 deleti

Re: [U-Boot] [PATCH 1/2] powerpc/p2040: Add various p2040 specific information

2011-05-18 Thread Kumar Gala
On May 13, 2011, at 2:18 AM, Kumar Gala wrote: > From: Mingkai Hu > > Add P2040 SoC specific information: > * LIODN setup > * Portal configuration > * etc > > Signed-off-by: Mingkai Hu > Signed-off-by: Roy Zang > Signed-off-by: Kumar Gala > --- > arch/powerpc/cpu/mpc85xx/Makefile |

Re: [U-Boot] [PATCH 2/2] powerpc/85xx: Add P2041 processor support

2011-05-18 Thread Kumar Gala
On May 13, 2011, at 2:18 AM, Kumar Gala wrote: > The P2041 is similar to P2040, however has a 10G port and backside L2 > > Signed-off-by: Kumar Gala > --- > arch/powerpc/cpu/mpc85xx/Makefile |3 +++ > arch/powerpc/cpu/mpc85xx/p2040_ids.c |3 +++ > arch/powerpc/cpu/mpc8xxx/cpu

[U-Boot] [GIT PULL] Please pull u-boot-mpc85xx.git

2011-05-18 Thread Kumar Gala
The following changes since commit 0ea91423f47461bf7eaed2d4aff198076dd07fd5: Merge branch 'master' of git://git.denx.de/u-boot-arm (2011-05-18 14:31:56 +0200) are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master Kumar Gala (1): powerpc/85xx: Add P2041 p

Re: [U-Boot] [PATCH v2 08/22] omap: add spl support

2011-05-18 Thread Scott Wood
On Wed, 18 May 2011 10:35:56 +0530 Aneesh V wrote: > On Tuesday 17 May 2011 12:09 AM, Scott Wood wrote: > >> +.PHONEY : SPL > > > > .PHONY > > Oops! I wonder how it was working then. My real patch too had the same > mistake! Well, .PHONY is mainly a performance hint if there's no actual file or

[U-Boot] Business Proposal

2011-05-18 Thread Yasser H. Al Rawashdeh
I have a project I want you to run with us.exportation of 100.000 barrels of oil daily from Kirkuk, Iraq.Contact me with this email if you are interested mr.yasserrwash...@hotmail.com Yasser H. Al Rawashdeh Project Legal Adviser ___ U-Boot mailing lis

[U-Boot] Business Proposal

2011-05-18 Thread Yasser H. Al Rawashdeh
I have a project I want you to run with us.exportation of 100.000 barrels of oil daily from Kirkuk, Iraq.Contact me with this email if you are interested mr.yasserrwash...@hotmail.com Yasser H. Al Rawashdeh Project Legal Adviser ___ U-Boot mailing lis

[U-Boot] [RFC] Duplicated string prefix

2011-05-18 Thread Gray Remlin
The string prefixes "*** ERROR:" and "WARNING:" (or variations thereof) is duplicated numerous times throughout u-boot. Replacing with e.g. a 'putserr' function which prepends the string prefix to the unique part of the error message and then displays it may be a worthwhile space saving. ___

Re: [U-Boot] [PATCH 2/3] omap4: add support for EHCI

2011-05-18 Thread John Rigby
On Mon, May 9, 2011 at 3:04 PM, Gilles Chanteperdrix wrote: > diff --git a/drivers/usb/host/ehci-omap4.c b/drivers/usb/host/ehci-omap4.c > new file mode 100644 > index 000..19cd286 > --- /dev/null > +++ b/drivers/usb/host/ehci-omap4.c > @@ -0,0 +1,268 @@ > +/* > + * OMAP4 EHCI port, copied fr

Re: [U-Boot] [PATCH 2/3] omap4: add support for EHCI

2011-05-18 Thread Gilles Chanteperdrix
On 05/18/2011 09:50 PM, John Rigby wrote: > On Mon, May 9, 2011 at 3:04 PM, Gilles Chanteperdrix > wrote: > >> diff --git a/drivers/usb/host/ehci-omap4.c b/drivers/usb/host/ehci-omap4.c >> new file mode 100644 >> index 000..19cd286 >> --- /dev/null >> +++ b/drivers/usb/host/ehci-omap4.c >> @@

[U-Boot] Please pull u-boot-mmc.git

2011-05-18 Thread Andy Fleming
are available in the git repository at: git://www.denx.de/git/u-boot-mmc.git master Dirk Behme (1): MMC: omap_hsmmc.c: Add missing prototype header Fabio Estevam (1): fsl_esdhc: Initialize mmc->b_max Lei Wen (2): cmd_mmc: eliminate device num in the mmc command mmc: en

Re: [U-Boot] [PATCH 2/3] omap4: add support for EHCI

2011-05-18 Thread Wolfgang Denk
Dear Gilles Chanteperdrix, In message <1304975091-21848-2-git-send-email-gilles.chanteperd...@xenomai.org> you wrote: > As board may need some specific support, implement inner functions > to be called by the boards implementaions of ehci_hcd_start, > ehci_hcd_stop. > > Signed-off-by: Gilles Cha

[U-Boot] [PATCH v3 1/4] MX5: Make the weim structure complete

2011-05-18 Thread Fabio Estevam
Signed-off-by: Fabio Estevam --- Changes since v2: - Add CS1_BASE_ADDR for MX51 - Add WEIM Registers arch/arm/include/asm/arch-mx5/imx-regs.h | 131 -- 1 files changed, 125 insertions(+), 6 deletions(-) diff --git a/arch/arm/include/asm/arch-mx5/imx-regs.h b/arch/ar

[U-Boot] [PATCH v3 3/4] MX5: Introduce a function for setting the chip select size

2011-05-18 Thread Fabio Estevam
Signed-off-by: Fabio Estevam --- arch/arm/cpu/armv7/mx5/soc.c | 30 + arch/arm/include/asm/arch-mx5/imx-regs.h |5 arch/arm/include/asm/arch-mx5/sys_proto.h |2 +- 3 files changed, 36 insertions(+), 1 deletions(-) diff --git a/arch/arm/cpu

[U-Boot] [PATCH v3 4/4] MX53: Add initial support for MX53ARD

2011-05-18 Thread Fabio Estevam
Signed-off-by: Fabio Estevam --- Changes since v2: - Use macros for setting up weim register - Use set_chipselect_size function - Rename the file to imximage_dd3.cfg to make explicit the DDR type. MAINTAINERS |1 + board/freescale/mx53ard/Makefile | 48

[U-Boot] [PATCH v3 2/4] MX5: Add iomux structure

2011-05-18 Thread Fabio Estevam
Signed-off-by: Fabio Estevam --- Changes since v2: - Distinguish iomuxc struct between MX51 and MX53 arch/arm/include/asm/arch-mx5/imx-regs.h | 23 +++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/arch-mx5/imx-regs.h b/arch/arm/inclu

Re: [U-Boot] Please pull u-boot-mmc.git

2011-05-18 Thread Wolfgang Denk
Dear Andy Fleming, In message <1305748979-5114-1-git-send-email-aflem...@freescale.com> you wrote: > are available in the git repository at: > > git://www.denx.de/git/u-boot-mmc.git master > > Dirk Behme (1): > MMC: omap_hsmmc.c: Add missing prototype header > > Fabio Estevam (1): >

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

2011-05-18 Thread Wolfgang Denk
Dear Holger Brunck, In message <1305266364-8583-2-git-send-email-holger.bru...@keymile.com> you wrote: > 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 pack

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

2011-05-18 Thread Wolfgang Denk
Dear Holger Brunck, In message <1305266364-8583-3-git-send-email-holger.bru...@keymile.com> you wrote: > 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 d

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

2011-05-18 Thread Wolfgang Denk
Dear Holger Brunck, In message <1305266364-8583-4-git-send-email-holger.bru...@keymile.com> you wrote: > 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

Re: [U-Boot] [PATCH] [FIX] env_nand: zero-initialize variable nand_erase_options

2011-05-18 Thread Scott Wood
On Wed, May 18, 2011 at 03:21:08PM +0200, Daniel Hobi wrote: > Commit 30486322 (nand erase: .spread, .part, .chip subcommands) > added a new field to struct nand_erase_options, but forgot to > update common/env_nand.c. > > Depending on the stack state and bad block distribution, saveenv() > can th

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

2011-05-18 Thread Wolfgang Denk
Dear Kumar Gala, In message you wrote: > The following changes since commit 0ea91423f47461bf7eaed2d4aff198076dd07fd5: > > Merge branch 'master' of git://git.denx.de/u-boot-arm (2011-05-18 14:31:56 > +0200) > > are available in the git repository at: > > git://git.denx.de/u-boot-mpc85xx.g

[U-Boot] [PATCH] .gitignore: update list of u-boot.* files

2011-05-18 Thread Eric Cooper
This patch adds additional u-boot.* files mentioned in Makefile, and removes one (u-boot-flexonenand.bin) that I couldn't find anywhere in the current tree. Signed-off-by: Eric Cooper --- .gitignore |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitig

Re: [U-Boot] [PATCH] .gitignore: update list of u-boot.* files

2011-05-18 Thread Mike Frysinger
On Wednesday, May 18, 2011 18:09:39 Eric Cooper wrote: > +/u-boot-nand.bin > /u-boot-onenand.bin > -/u-boot-flexonenand.bin considering the Makefile deletes all '*.bin' files it finds in the tree when cleaning, i would think we should add a "*.bin" to the .gitignore and then punt these existing

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

2011-05-18 Thread Andy Fleming
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, which meant that it would never believe the link was fully up. Fix the boolean logic, and then mask the MMD mask so

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

2011-05-18 Thread Andy Fleming
On Fri, May 13, 2011 at 4:07 AM, Stefano Babic wrote: > On 05/12/2011 09:33 PM, Fabio Estevam wrote: >> commit 262951(MMC: make b_max unconditional) missed to update fsl_esdhc. >> >> Signed-off-by: Fabio Estevam Applied (and upstreamed), thanks! ___ U

Re: [U-Boot] [PATCH] MMC: omap_hsmmc.c: Add missing prototype header

2011-05-18 Thread Andy Fleming
On Sun, May 15, 2011 at 2:04 PM, Dirk Behme wrote: > From: Dirk Behme > > Add missing header file to fix compilation warning > > omap_hsmmc.c: In function 'omap_mmc_init': > omap_hsmmc.c:474: warning: implicit declaration of function 'get_cpu_family' > omap_hsmmc.c:474: warning: implicit declarat

Re: [U-Boot] [PATCH V2 1/2] cmd_mmc: eliminate device num in the mmc command

2011-05-18 Thread Andy Fleming
> > I have submit another round of patch, please review it whether it meet > your expectation. Applied, thanks! ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [RFC] Allow for parallel builds and saved output

2011-05-18 Thread Andy Fleming
On Sat, Apr 30, 2011 at 2:49 PM, Wolfgang Denk wrote: > Dear Andy Fleming, > > In message <1302687759-1649-1-git-send-email-aflem...@freescale.com> you > wrote: >> The MAKEALL script cleverly runs make with the appropriate options >> to use all of the cores on the system, but your average U-Boot

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

2011-05-18 Thread Kumar Gala
On May 18, 2011, at 4:17 PM, Wolfgang Denk wrote: > Dear Kumar Gala, > > In message you > wrote: >> The following changes since commit 0ea91423f47461bf7eaed2d4aff198076dd07fd5: >> >> Merge branch 'master' of git://git.denx.de/u-boot-arm (2011-05-18 14:31:56 >> +0200) >> >> are available in

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

2011-05-18 Thread Wolfgang Denk
Dear Kumar Gala, In message <6e487a2b-b7ea-474e-a8db-0d5639391...@kernel.crashing.org> you wrote: > > > Sorry - most of these patches were submitted about a month after the > > merge window was closed, and they clearly add new features, i. e. > > these are not bug fixes. They will not go into th

Re: [U-Boot] USB on iMX25

2011-05-18 Thread Sathish
Matthias Weißer arcor.de> writes: > > Hi > > I am currently porting u-boot to a new board based on Freescales iMX25 > processor. I would like to add USB support. As I can see there is no > support in current head for USB on iMX. Can someone give me some hints > what I have to do to enable US

[U-Boot] [PATCH] S5PC2XX: clock: support pwm clock for evt1 (cpu revision 1)

2011-05-18 Thread Minkyu Kang
The source of pwm clock is fixed at evt1. And some registers for pwm clock are removed. Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park --- arch/arm/cpu/armv7/s5pc2xx/clock.c | 46 --- 1 files changed, 26 insertions(+), 20 deletions(-) diff --git a/arc

[U-Boot] 报关 商检 产地证

2011-05-18 Thread hgchgtkhzb
您好! 本公司是一家拥有进出口报关等一切出口单证代理公司,有着丰富的出口经验和优势的价格, 可以为贵公司代理以下出口业务 1.买单报关,商检,拖车(深圳各大口岸盐田,蛇口,文锦渡) 2.CO产地证. 普惠证(FA,FE,FF,亚太,中巴,大使馆签等) 3.提供大小核销单(报关单) 4.实力报关,寻求厂家合作退税 请存留备用,欢迎你的来电咨询: 联系人;张’R 联系电话; 0755-25420177 13686868548 QQ;122062143 邮箱:122062...@qq.com ___

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

2011-05-18 Thread Kumar Gala
On May 19, 2011, at 12:19 AM, Wolfgang Denk wrote: > Dear Kumar Gala, > > In message <6e487a2b-b7ea-474e-a8db-0d5639391...@kernel.crashing.org> you > wrote: >> >>> Sorry - most of these patches were submitted about a month after the >>> merge window was closed, and they clearly add new feature