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

2011-05-19 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 mk7.k...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/cpu/armv7/s5pc2xx/clock.c | 46 --- 1 files changed, 26

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

2011-05-19 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-19 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 features, i. e.

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

2011-05-19 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 Shaohui Xie (2): powerpc/85xx: Enable

[U-Boot] OMAP5912 -- Status?

2011-05-19 Thread James Harris
Greetings all, Over the past few days I've been trying to get u-boot 2011.03 for the omap5912osk working. Support for the target appears to have stagnated... Out of the box the omap5912osk (and omap1610inn) target fails to compile due to the following missing symbols:

Re: [U-Boot] OMAP5912 -- Status?

2011-05-19 Thread Igor Grinberg
Hi James, On 05/19/11 10:07, James Harris wrote: Greetings all, Over the past few days I've been trying to get u-boot 2011.03 for the omap5912osk working. Support for the target appears to have stagnated... Out of the box the omap5912osk (and omap1610inn) target fails to

Re: [U-Boot] OMAP5912 -- Status? -- Identified as ARM926EJS start.S problem

2011-05-19 Thread James Harris
Hi Igor, Thanks for your prompt response. I've made similar modifications to the omap5912osk over the past number of days with no success... The problem appears deeper than just providing these definitions, which as you say, requires actual hardware to test with :) I've gone back to 2010.09

Re: [U-Boot] [PATCH v3 1/5] TFTP: replace server with remote in local variable names

2011-05-19 Thread Detlev Zundel
Hi Luca, 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 luca.ceres...@comelit.it Cc: Wolfgang Denk w...@denx.de Acked-by: Detlev Zundel d...@denx.de Cheers Detlev -- Algebraists do it

Re: [U-Boot] [PATCH v3 4/5] TFTP: add tftpsrv command

2011-05-19 Thread Detlev Zundel
Luca Ceresoli luca.ceres...@comelit.it writes: Signed-off-by: Luca Ceresoli luca.ceres...@comelit.it Cc: Wolfgang Denk w...@denx.de Acked-by: Detlev Zundel d...@denx.de Cheers Detlev -- -- Question authority! -- Yeah, says who? -- DENX Software Engineering GmbH, MD: Wolfgang Denk

Re: [U-Boot] [PATCH v3 2/5] TFTP: rename STATE_RRQ to STATE_SEND_RRQ

2011-05-19 Thread Detlev Zundel
Luca Ceresoli luca.ceres...@comelit.it writes: With the upcoming TFTP server implementation, requests can be either outgoing or incoming, so avoid ambiguities. Signed-off-by: Luca Ceresoli luca.ceres...@comelit.it Cc: Wolfgang Denk w...@denx.de Acked-by: Detlev Zundel d...@denx.de Cheers

Re: [U-Boot] [PATCH v3 3/5] TFTP: net/tftp.c: add server mode receive

2011-05-19 Thread Detlev Zundel
Hi Luca, Signed-off-by: Luca Ceresoli luca.ceres...@comelit.it Cc: Wolfgang Denk w...@denx.de Acked-by: Detlev Zundel d...@denx.de Just for the future: [...] diff --git a/net/tftp.h b/net/tftp.h index e3dfb26..3abdf7b 100644 --- a/net/tftp.h +++ b/net/tftp.h @@ -2,6 +2,8 @@ *

Re: [U-Boot] [PATCH v3 5/5] net/tftp.c: fix typo

2011-05-19 Thread Detlev Zundel
Luca Ceresoli luca.ceres...@comelit.it writes: Signed-off-by: Luca Ceresoli luca.ceres...@comelit.it Cc: Wolfgang Denk w...@denx.de Acked-by: Detlev Zundel d...@denx.de Cheers Detlev -- The mathematician's patterns, like the painter's or the poet's, must be beautiful; the ideas,

Re: [U-Boot] [PATCH 0/4] Accurate boot time measurement

2011-05-19 Thread Detlev Zundel
Hi Simon, [...] I believe I have covered this ground very thoroughly and would like advice please on what to do next. The options I can see are: As Graeme points out, you got enough positive feedback that I encourage you to continue and address the comments. - change the code to use a

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

2011-05-19 Thread Stefano Babic
On 05/18/2011 10:47 PM, Fabio Estevam wrote: Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Hi Fabio, +void set_chipselect_size(int const cs_size) +{ + unsigned int reg; + struct iomuxc *iomuxc_regs = (struct weim *)IOMUXC_BASE_ADDR; + reg =

Re: [U-Boot] [RFC] Duplicated string prefix

2011-05-19 Thread Detlev Zundel
Hi Gray, 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

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

2011-05-19 Thread Detlev Zundel
Hi Andy, gen10g_startup() had 2 bugs: 1) It had a boolean logic error in checking the MMD mask, and always checked all of them. Good catch. 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,

[U-Boot] [PATCH v3 0/2] SMDKV310 Board Support

2011-05-19 Thread Chander Kashyap
Hi, This patchset adds support for a new board SMDKV310, based on S5PV310 SOC. This SOC is very similar to S5PC210 SOC, hence we are re-using this SOC code. Specific changes in PATCH v3 are mention in specific patch files. Chander Kashyap (2): ARMV7: Add support for Samsung SMDKV310 Board

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

2011-05-19 Thread Chander Kashyap
Added MMC SPL boot support for SMDKV310. This framework design is based on nand_spl support. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- Changes for v3: - spl file renamed to u-boot-mmc-spl.bin - spl directory renamed to mmc_spl - comments added in

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

2011-05-19 Thread Chander Kashyap
SMDKV310 board is based on Samsung S5PV310 SOC. This SOC is very much similar to S5PC210. Signed-off-by: Chander Kashyap chander.kash...@linaro.org Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- Changes for v2: - Coding Style Cleanup - Removed unwanted macros from board

Re: [U-Boot] OMAP5912 -- Status? -- Identified as ARM926EJS start.S problem

2011-05-19 Thread Igor Grinberg
On 05/19/11 11:12, James Harris wrote: Hi Igor, Thanks for your prompt response. I've made similar modifications to the omap5912osk over the past number of days with no success... :( The problem appears deeper than just providing these definitions, which as you say, requires actual

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

2011-05-19 Thread Fabio Estevam
Hi Stefano, On Thu, May 19, 2011 at 5:46 AM, Stefano Babic sba...@denx.de wrote: On 05/18/2011 10:47 PM, Fabio Estevam wrote: Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Hi Fabio, +void set_chipselect_size(int const cs_size) +{ +     unsigned int reg; +     struct

[U-Boot] Warning: message 1QM9ew-0002CZ-0r delayed 48 hours

2011-05-19 Thread Mail Delivery System
This message was created automatically by mail delivery software. A message that you sent has not yet been delivered to one or more of its recipients after more than 48 hours on the queue on srv-01.kinhteviet.com. The message identifier is: 1QM9ew-0002CZ-0r The subject of the message is:

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

2011-05-19 Thread Stefano Babic
On 05/19/2011 01:49 PM, Fabio Estevam wrote: Hi Stefano, Hi Fabio, mmmhhh...it seems to me not complete, because not all combinations are covered. Yes, it is complete. Only these four combinations are allowed as per the MX53 Reference Manual. And setting fixed values in the switch

[U-Boot] [PATCH 1/2] mx53smd: Fix build issue due to BOARD_LATE_INIT

2011-05-19 Thread Fabio Estevam
board_late_init function is not used, so remove BOARD_LATE_INIT from config file. Fix the following error: arch/arm/lib/libarm.o: In function `board_init_r': /home/fabio/u-boot-imx/arch/arm/lib/board.c:590: undefined reference to `board_late_init' Signed-off-by: Fabio Estevam

[U-Boot] [PATCH 2/2] mx53smd: Configure two banks of DDR

2011-05-19 Thread Fabio Estevam
Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- board/freescale/mx53smd/mx53smd.c | 18 +++--- include/configs/mx53smd.h |3 +++ 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/board/freescale/mx53smd/mx53smd.c

Re: [U-Boot] [PATCH 2/2] mx53smd: Configure two banks of DDR

2011-05-19 Thread Stefano Babic
On 05/19/2011 03:44 PM, Fabio Estevam wrote: Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- board/freescale/mx53smd/mx53smd.c | 18 +++--- include/configs/mx53smd.h |3 +++ 2 files changed, 18 insertions(+), 3 deletions(-) diff --git

Re: [U-Boot] [PATCH 2/2] mx53smd: Configure two banks of DDR

2011-05-19 Thread Fabio Estevam
On 5/19/2011 12:03 PM, Stefano Babic wrote: ... mmmhhh...I merged your first patch on this board, but I have not yet request a pull to u-boot arm. These two patches solved two problems with the first patch. What do you think if I squash all three patches together ? Yes, squashing the 3

[U-Boot] [PATCH] MX5: drop config.mk from efikamx board

2011-05-19 Thread Stefano Babic
Signed-off-by: Stefano Babic sba...@denx.de CC: Marek Vasut marek.va...@gmail.com --- board/efikamx/config.mk | 25 - boards.cfg |2 +- 2 files changed, 1 insertions(+), 26 deletions(-) delete mode 100644 board/efikamx/config.mk diff --git

Re: [U-Boot] [PATCH] MX5: drop config.mk from efikamx board

2011-05-19 Thread Marek Vasut
On Thursday, May 19, 2011 05:44:23 PM Stefano Babic wrote: Signed-off-by: Stefano Babic sba...@denx.de CC: Marek Vasut marek.va...@gmail.com Acked-by: Marek Vasut marek.va...@gmail.com --- board/efikamx/config.mk | 25 - boards.cfg |2 +- 2 files

Re: [U-Boot] [PATCH 01/13] add XScale sub architecture (IXP/PXA) to board list

2011-05-19 Thread Marek Vasut
On Wednesday, January 26, 2011 08:30:35 AM Wolfgang Denk wrote: Dear Michael Schwingen, In message 4d3f5f45.4020...@discworld.dascon.de you wrote: That's not a board list, but the MAINTAINERS file (I would expect changes to boards.cfg when I read board list). Right. Do you waht a

[U-Boot] [PATCH] mx51evk: Fix number of DDR banks

2011-05-19 Thread Fabio Estevam
MX51EVK board has 2 banks of 256MB DDR memories instead of a single one with 512MB. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- board/freescale/mx51evk/mx51evk.c | 18 +++--- include/configs/mx51evk.h |7 +-- 2 files changed, 20 insertions(+), 5

[U-Boot] [PATCH v2 0/4] introduce nand write.trimffs

2011-05-19 Thread Ben Gardiner
This series adds a nand write variant which implements the procedure reccomended in the UBI FAQ [1] of dropping trailing pages of eraseblocks containing entirely 0xff's. [1] http://www.linux-mtd.infradead.org/doc/ubi.html#L_flasher_algo Changes since v1: * renamed to 'trimffs' from 'ubi' *

[U-Boot] [PATCH 1/4] [v2] nand_base: trivial: fix comment read/write comment

2011-05-19 Thread Ben Gardiner
Replace an incorrect 'read' with 'write' in a comment. Signed-off-by: Ben Gardiner bengardi...@nanometrics.ca --- Changes since v1: * rebased to HEAD of git://git.denx.de/u-boot-nand-flash.git : ff7b4a0 (env_nand: zero-initialize variable nand_erase_options) ---

[U-Boot] [PATCH 3/4] [v2] nand_util: drop trailing all-0xff pages if requested

2011-05-19 Thread Ben Gardiner
Add a flag to nand_read_skip_bad() such that if true, any trailing pages in an eraseblock whose contents are entirely 0xff will be dropped. The implementation is via a new drop_ffs() function which is based on the function of the same name from the ubiformat utility by Artem Bityutskiy. This is

[U-Boot] [PATCH 2/4] [v2] nand_util: convert nand_write_skip_bad() to flags

2011-05-19 Thread Ben Gardiner
In a future commit the behaviour of nand_write_skip_bad() will be further extended. Convert the only flag currently passed to the nand_write_ skip_bad() function to a bitfield of only one allocated member. This should avoid an explosion of int's at the end of the parameter list or the ambiguous

[U-Boot] [PATCH 4/4] [v2] cmd_nand: add nand write.trimffs command

2011-05-19 Thread Ben Gardiner
Add another nand write. variant, trimffs. This command will request of nand_write_skip_bad() that all trailing all-0xff pages will be dropped from eraseblocks when they are written to flash as-per the reccommended behaviour of the UBI FAQ [1]. The function that implements this timming is the

[U-Boot] [PATCH] [FIX] cmd_nand: fix help of nand erase subcommand

2011-05-19 Thread Daniel Hobi
Since commit 30486322 (nand erase: .spread, .part, .chip subcommands) the arguments off and size are no longer optional. Signed-off-by: Daniel Hobi daniel.h...@schmid-telecom.ch Cc: Scott Wood scottw...@freescale.com --- common/cmd_nand.c |2 +- 1 files changed, 1 insertions(+), 1

Re: [U-Boot] OMAP5912 -- Status? -- Identified as ARM926EJS start.S problem

2011-05-19 Thread Wolfgang Denk
Dear James Harris, In message 66F0ABBCB3D267479CB73B0F4C78908F02739008@ellex-adc1 you wrote: I've made similar modifications to the omap5912osk over the past number of days with no success... The problem appears deeper than just providing these definitions, which as you say, requires actual

Re: [U-Boot] [PATCH v3 0/2] SMDKV310 Board Support

2011-05-19 Thread Wolfgang Denk
Dear Chander Kashyap, In message 1305796982-7155-1-git-send-email-chander.kash...@linaro.org you wrote: This patchset adds support for a new board SMDKV310, based on S5PV310 SOC. This SOC is very similar to S5PC210 SOC, hence we are re-using this SOC code. Which patchset? I see only this

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

2011-05-19 Thread Wolfgang Denk
Dear Fabio Estevam, In message 1305751670-30808-3-git-send-email-fabio.este...@freescale.com you wrote: Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- arch/arm/cpu/armv7/mx5/soc.c | 30 + arch/arm/include/asm/arch-mx5/imx-regs.h |

[U-Boot] [PATCH] mx51evk: Make use of the i.MX GPIO API

2011-05-19 Thread Fabio Estevam
Make use of the i.MX GPIO API. While at it created a separate function for the FEC PHY reset, so that it can be decoupled from the power_init function. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- board/freescale/mx51evk/mx51evk.c | 33 + 1

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

2011-05-19 Thread Fabio Estevam
Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v3: - No changes 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

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

2011-05-19 Thread Fabio Estevam
Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v3: - No changes 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

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

2011-05-19 Thread Fabio Estevam
Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v3: - Print the chip size in the case of error arch/arm/cpu/armv7/mx5/soc.c | 30 + arch/arm/include/asm/arch-mx5/imx-regs.h |5

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

2011-05-19 Thread Fabio Estevam
Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v3: - No changes 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

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

2011-05-19 Thread Wolfgang Denk
Dear Kumar Gala, In message alpine.lfd.2.00.1105190218380.10...@right.am.freescale.net 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

[U-Boot] [PATCH] [NAND] Fixes 16bit NAND support with the NDFC

2011-05-19 Thread Alex Waterman
From ad2238044b9abc5a2094096219a1256a8ad091b0 Mon Sep 17 00:00:00 2001 From: Alex Waterman awater...@dawning.com Date: Thu, 19 May 2011 15:08:36 -0400 Subject: [PATCH] [NAND] Fixes 16bit NAND support with the NDFC This patch adds support for 16 bit NAND devices attached to the NDFC on ppc4xx

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

2011-05-19 Thread Wolfgang Denk
Dear Luca Ceresoli, In message 1305388203-22983-2-git-send-email-luca.ceres...@comelit.it you wrote: Signed-off-by: Luca Ceresoli luca.ceres...@comelit.it Cc: Wolfgang Denk w...@denx.de --- net/tftp.c | 66 ++- 1 files changed, 42

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

2011-05-19 Thread Wolfgang Denk
Dear Luca Ceresoli, In message 1305388203-22983-3-git-send-email-luca.ceres...@comelit.it you wrote: This removes the following checkpatch issues: - ERROR: space prohibited before that close parenthesis ')' - ERROR: space required after that ';' (ctx:BxV) - ERROR: space required after

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

2011-05-19 Thread Wolfgang Denk
Dear Luca Ceresoli, In message 1305388203-22983-5-git-send-email-luca.ceres...@comelit.it you wrote: This removes the following checkpatch issue: - ERROR: do not use assignment in if condition. There is one such error left: ERROR: do not use assignment in if condition #239: FILE:

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

2011-05-19 Thread Wolfgang Denk
Dear Luca Ceresoli, In message 1305388203-22983-4-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 luca.ceres...@comelit.it Cc: Wolfgang

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

2011-05-19 Thread Wolfgang Denk
Dear Luca Ceresoli, In message 1305388203-22983-6-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 6/8] net/tftp.c: cosmetic: trailing statements should be on next line

2011-05-19 Thread Wolfgang Denk
Dear Luca Ceresoli, In message 1305388203-22983-7-git-send-email-luca.ceres...@comelit.it you wrote: This removes the following checkpatch issue: - ERROR: trailing statements should be on next line Signed-off-by: Luca Ceresoli luca.ceres...@comelit.it Cc: Wolfgang Denk w...@denx.de ---

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

2011-05-19 Thread Wolfgang Denk
Dear Luca Ceresoli, In message 1305388203-22983-8-git-send-email-luca.ceres...@comelit.it you wrote: This removes the following checkpatch issue: - WARNING: suspect code indent for conditional statements Signed-off-by: Luca Ceresoli luca.ceres...@comelit.it Cc: Wolfgang Denk w...@denx.de

Re: [U-Boot] [PATCH 8/8] net/tftp.c: cosmetic: do not initialise statics to 0 or NULL

2011-05-19 Thread Wolfgang Denk
Dear Luca Ceresoli, In message 1305388203-22983-9-git-send-email-luca.ceres...@comelit.it you wrote: This removes the following checkpatch issue: - ERROR: do not initialise statics to 0 or NULL Signed-off-by: Luca Ceresoli luca.ceres...@comelit.it Cc: Wolfgang Denk w...@denx.de ---

Re: [U-Boot] [PATCH v3 1/5] TFTP: replace server with remote in local variable names

2011-05-19 Thread Wolfgang Denk
Dear Luca Ceresoli, In message 1305626621-15008-2-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 luca.ceres...@comelit.it Cc: Wolfgang

Re: [U-Boot] [PATCH v3 2/5] TFTP: rename STATE_RRQ to STATE_SEND_RRQ

2011-05-19 Thread Wolfgang Denk
Dear Luca Ceresoli, In message 1305626621-15008-3-git-send-email-luca.ceres...@comelit.it you wrote: With the upcoming TFTP server implementation, requests can be either outgoing or incoming, so avoid ambiguities. Signed-off-by: Luca Ceresoli luca.ceres...@comelit.it Cc: Wolfgang Denk

Re: [U-Boot] [PATCH v2] mvsata: issue hard reset on initialization

2011-05-19 Thread Michael Walle
Am Donnerstag 12 Mai 2011, 00:22:46 schrieb Michael Walle: Before the actual initialization do a hard reset of the SATA port and the connected device. changes v1-v2: - add comment for udelay ping? :) -- Michael ___ U-Boot mailing list

Re: [U-Boot] [PATCH v3 3/5] TFTP: net/tftp.c: add server mode receive

2011-05-19 Thread Wolfgang Denk
Dear Luca Ceresoli, In message 1305626621-15008-4-git-send-email-luca.ceres...@comelit.it you wrote: Signed-off-by: Luca Ceresoli luca.ceres...@comelit.it Cc: Wolfgang Denk w...@denx.de --- Changes in v2: none. Changes in v3: - rebased on top of the net/tftp.c cleanup; - removed all

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

2011-05-19 Thread Kumar Gala
On May 19, 2011, at 2:31 PM, Wolfgang Denk wrote: Dear Kumar Gala, In message alpine.lfd.2.00.1105190218380.10...@right.am.freescale.net you wrote: The following changes since commit 0ea91423f47461bf7eaed2d4aff198076dd07fd5: Merge branch 'master' of git://git.denx.de/u-boot-arm

Re: [U-Boot] [PATCH v3 4/5] TFTP: add tftpsrv command

2011-05-19 Thread Wolfgang Denk
Dear Luca Ceresoli, In message 1305626621-15008-5-git-send-email-luca.ceres...@comelit.it you wrote: Signed-off-by: Luca Ceresoli luca.ceres...@comelit.it Cc: Wolfgang Denk w...@denx.de --- Changes in v2: none. Changes in v3: - rebased on top of the net/tftp.c cleanup; - made

Re: [U-Boot] [PATCH v3 5/5] net/tftp.c: fix typo

2011-05-19 Thread Wolfgang Denk
Dear Luca Ceresoli, In message 1305626621-15008-6-git-send-email-luca.ceres...@comelit.it you wrote: Signed-off-by: Luca Ceresoli luca.ceres...@comelit.it Cc: Wolfgang Denk w...@denx.de --- Changes in v3: this patch is new in v3. net/tftp.c |2 +- 1 files changed, 1 insertions(+),

Re: [U-Boot] [PATCH] [NAND] Fixes 16bit NAND support with the NDFC

2011-05-19 Thread Wolfgang Denk
Dear Alex Waterman, In message 4dd56fcf.2010...@dawning.com you wrote: From ad2238044b9abc5a2094096219a1256a8ad091b0 Mon Sep 17 00:00:00 2001 From: Alex Waterman awater...@dawning.com Date: Thu, 19 May 2011 15:08:36 -0400 Subject: [PATCH] [NAND] Fixes 16bit NAND support with the NDFC This

Re: [U-Boot] [PATCH] [NAND] Fixes 16bit NAND support with the NDFC

2011-05-19 Thread Alex Waterman
From: Alex Waterman awater...@dawning.com Date: Thu, 19 May 2011 15:08:36 -0400 Subject: [PATCH] [NAND] Fixes 16bit NAND support with the NDFC This patch adds support for 16 bit NAND devices attached to the NDFC on ppc4xx processors. Two config entries were added: CONFIG_SYS_NDFC_16-

Re: [U-Boot] [Samsung] [PATCH v3 0/2] SMDKV310 Board Support

2011-05-19 Thread Angus Ainslie
Hi Wolfgang On Thu, May 19, 2011 at 1:00 PM, Wolfgang Denk w...@denx.de wrote: Dear Chander Kashyap, In message 1305796982-7155-1-git-send-email-chander.kash...@linaro.org you wrote: This patchset adds support for a new board SMDKV310, based on S5PV310 SOC. This SOC is very similar to

Re: [U-Boot] [Samsung] [PATCH v3 0/2] SMDKV310 Board Support

2011-05-19 Thread Scott Bambrough
On Thu, 2011-05-19 at 21:00 +0200, Wolfgang Denk wrote: Dear Chander Kashyap, In message 1305796982-7155-1-git-send-email-chander.kash...@linaro.org you wrote: This patchset adds support for a new board SMDKV310, based on S5PV310 SOC. This SOC is very similar to S5PC210 SOC, hence we

[U-Boot] [STATUS] v2011.06-rc1 released

2011-05-19 Thread Wolfgang Denk
Hello everybody: * U-Boot v2011.06-rc1 was released on Thu, May 19, 2011 * Release v2011.06 is scheduled in 24 days - on June 12, 2011. Please help testing, and check if all your relevant patches have been included. Note that still a large number of ARM boards are broken. I hope many people

Re: [U-Boot] [Samsung] [PATCH v3 0/2] SMDKV310 Board Support

2011-05-19 Thread Wolfgang Denk
Dear Angus Ainslie, In message banlktimazgvhlrg7fdeh1mokzwco9fc...@mail.gmail.com you wrote: Which patchset? I see only this cover letter, but neither patch 1/2 nor patch 2.2 ? It looks like they ended up in a different thread. I found them. You also had the linaro-dev list on Cc:, and

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

2011-05-19 Thread Wolfgang Denk
Dear Chander Kashyap, In message 1305796982-7155-3-git-send-email-chander.kash...@linaro.org you wrote: Added MMC SPL boot support for SMDKV310. This framework design is based on nand_spl support. Signed-off-by: Chander Kashyap chander.kash...@linaro.org Checkpatch says: WARNING: line

Re: [U-Boot] [PATCHv4 2/4] armv7: Add ST-Ericsson u8500 arch

2011-05-19 Thread John Rigby
On Tue, Apr 19, 2011 at 2:42 PM, John Rigby john.ri...@linaro.org wrote: Based on ST-Ericsson internal git repo. Signed-off-by: Mathieu Poirier mathieu.poir...@linaro.org Signed-off-by: John Rigby john.ri...@linaro.org CC: Albert Aribaud albert.arib...@free.fr --- v2: cleanup, mostly

[U-Boot] Beagleboard patches, going upstream?

2011-05-19 Thread Darren Hart
I'm looking to include the following patches from TI's meta-texasinstruments OE layer recipe for u-boot. They have been sent to the list, two of them Acked, but have otherwise received no response and but I don't see them in the git repository. Are these going to be included upstream

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

2011-05-19 Thread Minkyu Kang
Dear Jaehoon Chung, On 18 May 2011 16:19, Jaehoon Chung jh80.ch...@samsung.com 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 jh80.ch...@samsung.com

Re: [U-Boot] [PATCH 0/4] Accurate boot time measurement

2011-05-19 Thread Simon Glass
On Thu, May 19, 2011 at 1:36 AM, Detlev Zundel d...@denx.de wrote: Hi Simon, [...] I believe I have covered this ground very thoroughly and would like advice please on what to do next. The options I can see are: As Graeme points out, you got enough positive feedback that I encourage you

Re: [U-Boot] Bitfield macros (was: Re: [PATCH v3 02/10] armv7: add miscellaneous utility macros)

2011-05-19 Thread Simon Glass
On Tue, May 17, 2011 at 9:45 PM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message banlktim_uco8yxdplmtg2uaj9odu+zx...@mail.gmail.com you wrote: Maybe we can agree to use these existing macros then instead of inventing new ones with the same functionality. The existing

Re: [U-Boot] [PATCH 0/4] Accurate boot time measurement

2011-05-19 Thread Graeme Russ
On Fri, May 20, 2011 at 11:48 AM, Simon Glass s...@chromium.org wrote: On Thu, May 19, 2011 at 1:36 AM, Detlev Zundel d...@denx.de wrote: Hi Simon, [...] I believe I have covered this ground very thoroughly and would like advice please on what to do next. The options I can see are: As

Re: [U-Boot] [PATCH 0/4] Accurate boot time measurement

2011-05-19 Thread Graeme Russ
Anyway, my point is, if the timer API wasa fixed, all the boot logging API needs to do is call get_timer() and your done - instant millisecond make that microsecond ;) timestamp - No fallbacks - Each arch just needs to implement get_timer() correctly

[U-Boot] [PATCH v4 0/2] SMDKV310 Board Support

2011-05-19 Thread Chander Kashyap
Hi, This patchset adds support for a new board SMDKV310, based on S5PV310 SOC. This SOC is very similar to S5PC210 SOC, hence we are re-using this SOC code. Specific changes in PATCH v3 are mentioned in specific patch files. Chander Kashyap (2): ARMV7: Add support for Samsung SMDKV310 Board

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

2011-05-19 Thread Chander Kashyap
SMDKV310 board is based on Samsung S5PV310 SOC. This SOC is very much similar to S5PC210. Signed-off-by: Chander Kashyap chander.kash...@linaro.org Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- Changes for v2: - Coding Style Cleanup - Removed unwanted macros from board

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

2011-05-19 Thread Chander Kashyap
Added MMC SPL boot support for SMDKV310. This framework design is based on nand_spl support. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- Changes for v3: - spl file renamed to u-boot-mmc-spl.bin - spl directory renamed to mmc_spl - comments added in

[U-Boot] 8308 processor continously reboots with u-boot-2009.11-rc1

2011-05-19 Thread Sharath Kurudi
Hi, I am trying to port u-boot-2009.11-rc1 on 8308 processor. I get the following prints on the terminal and the processor continuously resets Prints on the console PrivateBuild:sharath (May 19 2011 - 23:18:20) MPC83XX Reset Status: Check Stop, External/Internal Soft, External/Internal Hard

[U-Boot] Hello Would You Like To Earn

2011-05-19 Thread Jenny . Smith
Hello u-boot Would you like to earn an extra $200 everyday?, for just 45 minutes work? You could quit your job and make double the money at home working for yourself. visit-http:tinyurl.com/6lf4xrt Regards, Jenny Smith Survey Human Resources Dept.

[U-Boot] Hello Would You Like To Earn

2011-05-19 Thread Jenny . Smith
Hello u-boot Would you like to earn an extra $200 everyday?, for just 45 minutes work? You could quit your job and make double the money at home working for yourself. visit-http:tinyurl.com/6lf4xrt Regards, Jenny Smith Survey Human Resources Dept.