Re: [U-Boot] [PATCH] MMC S5P: Fix typo

2011-05-16 Thread Minkyu Kang
Dear Dirk Behme, On 16 May 2011 00:39, Dirk Behme wrote: > From: Dirk Behme > > Fix typo resulting in the compilation error > > s5p_mmc.c: In function 's5p_mmc_initialize': > s5p_mmc.c:469: error: 'struct mmc' has no member named 'm_bmax' > > introduced by commit "MMC: make b_max unconditional"

Re: [U-Boot] [PATCH 1/1] MX5: clock: Add clock config interface

2011-05-16 Thread Jason Liu
Hi, Stefano, 2011/5/16 Stefano Babic : > On 05/16/2011 08:04 AM, Jason Liu wrote: >> Hi, Stefano, >> > > Hi Jason, > >> The clock code has been submitted to mail-list for more than one >> month, any comments for it? >> Since you are the imx custodian, you need quick review the patch >> related to

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

2011-05-16 Thread Prafulla Wadaskar
> -Original Message- > From: Simon Guinot [mailto:simon.gui...@sequanux.org] > Sent: Sunday, May 15, 2011 6:02 PM > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Simon Guinot > Subject: [PATCH v8] Add support for Network Space v2 and parents > > This patch add support for the Network

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

2011-05-16 Thread Prafulla Wadaskar
> -Original Message- > From: Simon Guinot [mailto:si...@sequanux.org] > Sent: Sunday, May 15, 2011 7:33 PM > To: Wolfgang Denk > Cc: Simon Guinot; Prafulla Wadaskar; u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH v8] Add support for Network Space v2 and > parents > ...snip... > The

[U-Boot] [PATCH] arm: a320: enable tagged list support

2011-05-16 Thread Po-Yu Chuang
From: Po-Yu Chuang Signed-off-by: Po-Yu Chuang --- include/configs/a320evb.h |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/configs/a320evb.h b/include/configs/a320evb.h index 0527822..f12977b 100644 --- a/include/configs/a320evb.h +++ b/include/configs/a

[U-Boot] get free samples

2011-05-16 Thread Jinling Peng
Dear sir or madam, Good news for you, our company open new product this month, LED bulbs. Do you want to get led bulbs (CE certificate approve) with high quality and special price? Come on, hoping you lose no time! By the way, kindly enclosed the specification of Led bulbs. Please contact me wi

Re: [U-Boot] Issues in U-BOOT for OMAPL137

2011-05-16 Thread Nick Thompson
Please don't top post, it really breaks up the flow of the conversation when people look at it later on. And please keep the list on CC. On 13/05/11 06:31, shilpa jadav wrote: > Hi, > >I tried latest U-BOOT release from > git://git.denx.de/u-boot.git or http://git.denx.de/u-boot.git > > I am

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

2011-05-16 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 --- arch/arm/cpu/armv7/s5pc1xx/clock.c |5 a

Re: [U-Boot] [PATCH V7 1/3] MX5: clock: Add clock config interface

2011-05-16 Thread Stefano Babic
On 05/11/2011 10:03 AM, Jason Liu wrote: > diff --git a/arch/arm/cpu/armv7/mx5/clock.c b/arch/arm/cpu/armv7/mx5/clock.c > index 0b04a88..04d9f71 100644 > --- a/arch/arm/cpu/armv7/mx5/clock.c > +++ b/arch/arm/cpu/armv7/mx5/clock.c > @@ -24,6 +24,7 @@ > */ > > +#define AHB_CLK_ROOT1

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

2011-05-16 Thread Stefano Babic
On 04/26/2011 10:50 PM, Fabio Estevam wrote: > Signed-off-by: Fabio Estevam > --- > Changes since v1: > - Make the revision detection logic simpler as suggested by Stefano > > arch/arm/cpu/armv7/mx5/soc.c | 10 +++--- > 1 files changed, 3 insertions(+), 7 deletions(-) > Applied to u-boot

[U-Boot] [u-boot-arm] E-mail provider issues

2011-05-16 Thread Albert ARIBAUD
Hi all, my e-mail provider experienced issues which made me unable to access my e-mail for the last few days. I have just now recovered access to my mail, and am now rewinding my backlog, first going through pull requests, then bugfix submissions, then non-bugfix resubmissions, then the rest.

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

2011-05-16 Thread Simon Schwarz
Hi Aneesh, I recently started to work on a similar topic: omap3 (devkit8000) nand_spl support. So I'am really interested in your OMAP4/common work here ;) In this patch comment you say its common for OMAP3/4 but in preloader_console_init() is a call to omap4_rev_string()): > printf("Texas Instru

[U-Boot] [PATCH V2] MX31: Make get_reset_cause() static

2011-05-16 Thread Stefano Babic
Signed-off-by: Fabio Estevam Signed-off-by: Stefano Babic --- Changes since V1: - as get_cpu_rev is exported, only get_reset_cause is set to static. arch/arm/cpu/arm1136/mx31/generic.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/cpu/arm113

Re: [U-Boot] [PATCH] MX53: Remove CONFIG_SYS_BOOTMAPSZ from mx53 config files.

2011-05-16 Thread Stefano Babic
On 05/16/2011 12:58 AM, Fabio Estevam wrote: > commit ed59e58 (Remove device tree booting dependency on > CONFIG_SYS_BOOTMAPSZ) made the > definition of CONFIG_SYS_BOOTMAPSZ unnecessary. > > Signed-off-by: Fabio Estevam > > #define CONFIG_OF_LIBFDT > -#define CONFIG_SYS_BOOTMAPSZ 0x80

Re: [U-Boot] [PATCH] Add _end for the end of u-boot image for SMDK6400

2011-05-16 Thread Minkyu Kang
Dear Zhong Hongbo, On 2 May 2011 15:28, Zhong Hongbo wrote: > On 05/02/2011 02:49 AM, Wolfgang Denk wrote: >> Dear seedshope, >> >> In message <1304268966-25640-1-git-send-email-bocui...@gmail.com> you wrote: >>> From: seedshope >>> >>> Since we rename _end to __bss_end__, But we need add _end s

Re: [U-Boot] [PATCH v2 01/22] mkimage: Add OMAP boot image support

2011-05-16 Thread Aneesh V
Hi Wolfgang, On Monday 16 May 2011 12:36 AM, Wolfgang Denk wrote: > Dear Aneesh V, > > In message<1305472900-4004-2-git-send-email-ane...@ti.com> you wrote: >> From: John Rigby >> >> Signed-off-by: John Rigby >> --- >> common/image.c|1 + >> include/image.h |1 + >> tools/Makefi

Re: [U-Boot] [PATCH v2 01/22] mkimage: Add OMAP boot image support

2011-05-16 Thread Aneesh V
Hi Mike, On Monday 16 May 2011 08:25 AM, Mike Frysinger wrote: > On Sunday, May 15, 2011 21:52:53 Mike Frysinger wrote: >> On Sunday, May 15, 2011 11:21:19 Aneesh V wrote: >>> +static void omapimage_print_header(const void *ptr) >>> +{ >>> + struct ch_toc *toc = (struct ch_toc *)ptr; >> >> you'r

Re: [U-Boot] [PATCH] MX53: Remove CONFIG_SYS_BOOTMAPSZ from mx53 config files.

2011-05-16 Thread Jason Liu
Hi, Stefano, 2011/5/16 Stefano Babic : > On 05/16/2011 12:58 AM, Fabio Estevam wrote: >> commit ed59e58 (Remove device tree booting dependency on >> CONFIG_SYS_BOOTMAPSZ) made the >> definition of CONFIG_SYS_BOOTMAPSZ unnecessary. >> >> Signed-off-by: Fabio Estevam >> >>  #define CONFIG_OF_LIBFD

[U-Boot] S5PC2XX: Support the cpu revision

2011-05-16 Thread Minkyu Kang
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/asm/arch-s5pc2xx/cpu.h | 12 +++- 2 files cha

[U-Boot] [PATCH] nand_spl: nand_boot.c: Remove last CONFIG_SYS_NAND_READ_DELAY occurance

2011-05-16 Thread Stefan Roese
Remove the last CONFIG_SYS_NAND_READ_DELAY occurance from nand_boot.c. I missed this one in patch a9c847cb [nand_spl: nand_boot.c: Remove CONFIG_SYS_NAND_READ_DELAY]. This fixes a compile breakage on kilauea_nand for example. Signed-off-by: Stefan Roese Cc: Scott Wood --- nand_spl/nand_boot.c

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

2011-05-16 Thread Wolfgang Denk
Dear Graeme Russ, In message you wrote: > > > time-stamping console output is not restricted to the serial port. It > > works as well with tty over USB, or netconsole, or even netconsole > > over USB. > > My point is, if the device reboots in the field, you cannot recover the > boot timing analy

Re: [U-Boot] [PULL] Pull request u-boot-atmel.git next

2011-05-16 Thread Albert ARIBAUD
Hi Reinhard, Le 13/05/2011 10:46, Reinhard Meyer a écrit : > Dear Albert, > > The following changes since commit 2e73808ee97d75400881d1fe144b062f427cfcb9: >Clint Adams (1): > Enable multiple fs options for Marvell SoC family on OpenRD boards > > are available in the git repository at:

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

2011-05-16 Thread Wolfgang Denk
Dear Graeme Russ, In message you wrote: > > > As we can trivially use regular expressions, the effort to implement a > > "timing parser" can be ignored. And it is independet of what sort of > > boot device we are using. > > Fine if your running Linux - What if the only tool tyou have is > Hypert

Re: [U-Boot] [PATCH] arm: a320: enable tagged list support

2011-05-16 Thread Wolfgang Denk
Dear Po-Yu Chuang, In message <1305531660-1595-1-git-send-email-ratbert.chu...@gmail.com> you wrote: > From: Po-Yu Chuang > > > Signed-off-by: Po-Yu Chuang > --- > include/configs/a320evb.h |6 ++ > 1 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/include/configs/a3

Re: [U-Boot] [PATCH v2 01/22] mkimage: Add OMAP boot image support

2011-05-16 Thread Wolfgang Denk
Dear Aneesh V, In message <4dd0f98a.2040...@ti.com> you wrote: > > >> @@ -141,6 +141,7 @@ static const table_entry_t uimage_type[] = { > >>{ IH_TYPE_FLATDT, "flat_dt","Flat Device Tree", }, > >>{ IH_TYPE_KWBIMAGE, "kwbimage", "Kirkwood Boot Image",}, > >>{

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

2011-05-16 Thread Sergei Shtylyov
Hello. On 16-05-2011 6:24, Chris Packham wrote: > From: Luuk Paulussen > Signed-off-by: Luuk Paulussen > Acked-by: Chris Packham > Cc: Ben Warren [...] > diff --git a/net/bootp.c b/net/bootp.c > index 4db63cb..18c743e 100644 > --- a/net/bootp.c > +++ b/net/bootp.c > @@ -228,6 +228,11 @@ static

Re: [U-Boot] [PATCH v2 02/22] omap4: add OMAP4430 revision check

2011-05-16 Thread Aneesh V
Hi Wolfgang, On Monday 16 May 2011 12:39 AM, Wolfgang Denk wrote: > Dear Aneesh V, > > In message<1305472900-4004-3-git-send-email-ane...@ti.com> you wrote: >> Signed-off-by: Aneesh V >> --- >> V2: >> * Added a revision string in addition to the revision number >>Helps in printing out the OMA

Re: [U-Boot] [PATCH v2 04/22] omap4: save parameters passed by ROM code to SPL

2011-05-16 Thread Aneesh V
Hi Wolfgang, On Monday 16 May 2011 12:44 AM, Wolfgang Denk wrote: > Dear Aneesh V, > > In message<1305472900-4004-5-git-send-email-ane...@ti.com> you wrote: >> Save boot device information passed by OMAP4 rom code >> >> ROM code in OMAP4 passes information such as the media from >> which it picke

Re: [U-Boot] [PATCH v2 06/22] Add generic spl infrastructure

2011-05-16 Thread Aneesh V
Hi Wolfgang, On Monday 16 May 2011 01:18 AM, Wolfgang Denk wrote: > Dear Aneesh V, > > In message<1305472900-4004-7-git-send-email-ane...@ti.com> you wrote: >> Define a new type of SPL that is not tied to any particular media. >> - Create a top level directory 'spl' that has a structure similar >

Re: [U-Boot] [PATCH v2 3/3] arm: at91: ether: Prepare for mach-types.h changes

2011-05-16 Thread Igor Grinberg
ping! It has been two weeks... On 05/02/11 15:49, Igor Grinberg wrote: > at91 ethernet module used machine_is_cbs337() macro for board specific > Linux compatibility issue. > Remove this, as no such board exist in current U-Boot tree. > > Signed-off-by: Igor Grinberg > --- > arch/arm/cpu/arm

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

2011-05-16 Thread Aneesh V
Hi Wolfgang, On Monday 16 May 2011 01:22 AM, Wolfgang Denk wrote: > Dear Aneesh V, > > In message<1305472900-4004-9-git-send-email-ane...@ti.com> you wrote: >> Add the basic spl framework and linker script common for OMAP3/4 >> platforms. >> >> Signed-off-by: Aneesh V >> --- >> spl/board/ti/spl

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

2011-05-16 Thread Aneesh V
Hi Wolfgang, On Monday 16 May 2011 01:23 AM, Wolfgang Denk wrote: > Dear Aneesh V, > > In message<1305472900-4004-9-git-send-email-ane...@ti.com> you wrote: >> Add the basic spl framework and linker script common for OMAP3/4 >> platforms. >> >> Signed-off-by: Aneesh V > ... >> +void board_init_r(

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

2011-05-16 Thread Premi, Sanjeev
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Graeme Russ > Sent: Monday, May 16, 2011 11:54 AM > To: Wolfgang Denk > Cc: U-Boot Mailing List; Simon Schwarz > Subject: Re: [U-Boot] [PATCH 0/4] Accurate boot time measurement >

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

2011-05-16 Thread Aneesh V
Hi Simon, On Monday 16 May 2011 03:18 PM, Simon Schwarz wrote: > Hi Aneesh, > > I recently started to work on a similar topic: omap3 (devkit8000) > nand_spl support. So I'am really interested in your OMAP4/common work > here ;) > > In this patch comment you say its common for OMAP3/4 but in > pre

Re: [U-Boot] [PATCH v2 09/22] omap4: add spl support for OMAP4 SDP

2011-05-16 Thread Aneesh V
Hi wolfgang, On Monday 16 May 2011 12:03 AM, Wolfgang Denk wrote: > Dear Aneesh V, > > In message<1305472900-4004-10-git-send-email-ane...@ti.com> you wrote: >> Adapted from: nand_spl/board/samsung/smdk6400/Makefile >> >> - Add the SPL makefile for OMAP4430 SDP >> - Add the necessary CONFIG flags

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

2011-05-16 Thread Simon Glass
On Sun, May 15, 2011 at 7:23 PM, Eric Cooper wrote: > On Sun, May 15, 2011 at 03:15:46PM -0700, Simon Glass wrote: > > I believe that this problem is getting worse - e.g. USB on Tegra2 writes > > various fields of about 20 registers to get things up and running. I find > > translating SOC datashe

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

2011-05-16 Thread Aneesh V
On Monday 16 May 2011 12:14 AM, Wolfgang Denk wrote: > Dear Aneesh V, > > In message<1305202276-27784-3-git-send-email-ane...@ti.com> you wrote: >> add utility macros for: >> * bit field operations >> * log2n functions > ... > >> +/* extract a bit field from a bit vector */ >> +#define get_b

Re: [U-Boot] [PATCH v2 02/22] omap4: add OMAP4430 revision check

2011-05-16 Thread Wolfgang Denk
Dear Aneesh V, In message <4dd11511.1060...@ti.com> you wrote: > > >> + const char *omap4_rev = NULL; > >> + switch (omap4_revision()) { > >> + case OMAP4430_ES1_0: > >> + omap4_rev = "OMAP4430 ES1.0"; > >> + break; > >> + case OMAP4430_ES2_0: > >> + omap4_rev = "OMA

Re: [U-Boot] [PATCH v2 04/22] omap4: save parameters passed by ROM code to SPL

2011-05-16 Thread Wolfgang Denk
Dear Aneesh V, In message <4dd1189d.4050...@ti.com> you wrote: > > >> Save this information in SPL so that we can use the same media > >> and mode to bootload u-boot. > >> > >> Signed-off-by: Aneesh V > > ... > >> + /* Store the boot device in omap4_boot_device */ > >> + ldr r2, [r0, #BOOT_

Re: [U-Boot] [PATCH v2 06/22] Add generic spl infrastructure

2011-05-16 Thread Wolfgang Denk
Dear Aneesh V, In message <4dd11d1f.8020...@ti.com> you wrote: > > > - Get rid of xloader. I cannot see any good reasons why we need it, > >i. e. which functions if performs that cannot be as well (and > >eventually even more efficiently) be performed in the U-Boot SPL > >code. > > I

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

2011-05-16 Thread Wolfgang Denk
Dear Aneesh V, In message <4dd13056.3000...@ti.com> you wrote: > > > Again, this appears to be not the right order. > > > > I think, in the first step of this series, we should move the existing > > code from nand_spl and onenand_ipl into something like spl/nand and > > spl/onenand, respectivly,

Re: [U-Boot] [PATCH v2 09/22] omap4: add spl support for OMAP4 SDP

2011-05-16 Thread Wolfgang Denk
Dear Aneesh V, In message <4dd134dd.6040...@ti.com> you wrote: > > >> create mode 100644 spl/board/ti/omap4.mk > >> create mode 100644 spl/board/ti/rules-omap.mk > > > > We do you introduce these files? Please omit them, and use a plain > > Makefile instead. > > I introduced them because 's

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

2011-05-16 Thread Wolfgang Denk
Dear Simon Glass, In message you wrote: > > I believe the problem here is the read/modify/write behaviour which is not > well-defined in C. One ends up using volatile to ensure the right behaviour, > and then this doesn't necessarily work either. Where one write must happen volatile does not hel

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

2011-05-16 Thread Simon Glass
Hi Wolfgang, Such a lot of text about such a small patch. It is clear to me that you are used to doing things one way, and this is a different approach. As I said there is more than one way to skin this cat and I think there are advantages to having internal self-contained timing. I will try to ad

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

2011-05-16 Thread Scott Wood
On Mon, 16 May 2011 13:40:20 +0200 Wolfgang Denk wrote: > Dear Graeme Russ, > > In message you wrote: > > > > > As we can trivially use regular expressions, the effort to implement a > > > "timing parser" can be ignored. And it is independet of what sort of > > > boot device we are using. > >

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

2011-05-16 Thread Wolfgang Denk
Dear Simon Glass, In message you wrote: > > Such a lot of text about such a small patch. It is clear to me that you are > used to doing things one way, and this is a different approach. As I said You can tell many things about me, but this one certainly is not the case. > > I don't see that we

Re: [U-Boot] [PATCH v2 06/22] Add generic spl infrastructure

2011-05-16 Thread Scott Wood
On Sun, 15 May 2011 20:51:24 +0530 Aneesh V wrote: > diff --git a/Makefile b/Makefile > index 384a59e..d3f4bef 100644 > --- a/Makefile > +++ b/Makefile > @@ -289,6 +289,22 @@ LDPPFLAGS += \ > $(shell $(LD) --version | \ > sed -ne 's/GNU ld version > \([0-9][0-9]*\)\.\([0-9][0-9]*\)

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

2011-05-16 Thread Scott Wood
On Mon, 16 May 2011 19:40:30 +0530 Aneesh V wrote: > Hi Wolfgang, > > On Monday 16 May 2011 01:22 AM, Wolfgang Denk wrote: > > I think, in the first step of this series, we should move the existing > > code from nand_spl and onenand_ipl into something like spl/nand and > > spl/onenand, respectiv

Re: [U-Boot] [PATCH v2 01/22] mkimage: Add OMAP boot image support

2011-05-16 Thread Mike Frysinger
On Monday, May 16, 2011 06:28:40 Aneesh V wrote: > On Monday 16 May 2011 08:25 AM, Mike Frysinger wrote: > > On Sunday, May 15, 2011 21:52:53 Mike Frysinger wrote: > >> On Sunday, May 15, 2011 11:21:19 Aneesh V wrote: > >>> +static void omapimage_print_header(const void *ptr) > >>> +{ > >>> + struc

Re: [U-Boot] [PATCH v2 18/22] armv7: embed u-boot size within u-boot for use from SPL

2011-05-16 Thread Scott Wood
On Sun, 15 May 2011 20:51:36 +0530 Aneesh V wrote: > Embed the u-boot flash image size at a known offset from the > start of u-boot so that SPL can use it while loading u-boot > from a non-XIP media. > > Signed-off-by: Aneesh V > V2: > * Removed the linker script label '__flash_image_end' and i

Re: [U-Boot] [PATCH] nand_spl: nand_boot.c: Remove last CONFIG_SYS_NAND_READ_DELAY occurance

2011-05-16 Thread Scott Wood
On Mon, May 16, 2011 at 01:04:00PM +0200, Stefan Roese wrote: > Remove the last CONFIG_SYS_NAND_READ_DELAY occurance from nand_boot.c. > I missed this one in patch a9c847cb [nand_spl: nand_boot.c: Remove > CONFIG_SYS_NAND_READ_DELAY]. > > This fixes a compile breakage on kilauea_nand for example.

Re: [U-Boot] [PULL] Pull request u-boot-atmel.git next

2011-05-16 Thread Reinhard Meyer
Dear Albert, > Hi Reinhard, > > Le 13/05/2011 10:46, Reinhard Meyer a écrit : >> Dear Albert, >> >> The following changes since commit 2e73808ee97d75400881d1fe144b062f427cfcb9: >> Clint Adams (1): >> Enable multiple fs options for Marvell SoC family on OpenRD boards >> >> are available in the git r

[U-Boot] Multi threading or IRQ handler

2011-05-16 Thread asar
Hi, Is there any multithreading support or interrupt handler register mechanism in u-boot for mpc85xx based boards ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Multi threading or IRQ handler

2011-05-16 Thread Scott Wood
On Mon, 16 May 2011 23:20:30 +0530 asar wrote: > Hi, > > > > Is there any multithreading support or interrupt handler register mechanism > in u-boot for mpc85xx based boards > No. -Scott ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.

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

2011-05-16 Thread Luca Ceresoli
Mike Frysinger wrote: > On Monday, April 18, 2011 12:19:51 Luca Ceresoli wrote: >> With the upcoming TFTP server implementation, the remote node can be >> either a client or a server, so avoid ambiguities. > the summary made me worried because i thought you were going to rename the env > var "serve

Re: [U-Boot] Multi threading or IRQ handler

2011-05-16 Thread Wolfgang Denk
Dear "asar", In message <01cc13f1$c3d42c90$4b7c85b0$@nucleodyne.us> you wrote: > > Is there any multithreading support or interrupt handler register mechanism > in u-boot for mpc85xx based boards We do have interrupt support on PowerPC, but U-Boot is strictly single-threaded. And most driver

[U-Boot] [STATUS] Getting ready for -rc1

2011-05-16 Thread Wolfgang Denk
Hi everybody, I would like to get our -rc1 within the next 2 days or so. Please drop me (and the respective custodian) a note if you have any patches that are supposed to go in. Custodians: if there is unmerged stuff in your queues, then please send your pull requests within the next few days.

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

2011-05-16 Thread Luca Ceresoli
Luca Ceresoli wrote: > Il 19/04/2011 16:18, Detlev Zundel ha scritto: >> 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 >>> Cc: Wolfgang Denk >>> --- >>> Changes in v2:

Re: [U-Boot] [RFC] Act as a TFTP server

2011-05-16 Thread Luca Ceresoli
Wolfgang Denk wrote: > Dear Luca Ceresoli, > > In message<4dbff3af.4040...@comelit.it> you wrote: >>> So assuming we never see any incoming packets - how long will we wait? >> Once it has started, the server is stopped like the client is: >> - on a complete file reception >> - pressing Ctrl-C >>

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

2011-05-16 Thread Simon Glass
On Mon, May 16, 2011 at 11:32 AM, Wolfgang Denk wrote: > Dear Simon Glass, >... >> Yes we do, and in fact they do improve boot performance slightly when the >> console is muted. > > Do you have an explanation how that works?  When there is no output on > the console, the use of a FIFO in tx direct

[U-Boot] [PATCH 1/1] Fix hang when entering udelay after GPTIMER2 overflows (about 22 minutes on AM37x)

2011-05-16 Thread rick
Signed-off-by: Rick Bronson --- arch/arm/cpu/armv7/omap-common/timer.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/cpu/armv7/omap-common/timer.c b/arch/arm/cpu/armv7/omap-common/timer.c index 9beebb1..3c9d488 100644 --- a/arch/arm/cpu/armv7/omap-common/time

[U-Boot] [PATCH v2 1/3] MX5: Make the weim structure complete

2011-05-16 Thread Fabio Estevam
Make the weim register set complete for MX51/MX53. While at it also add the weim chip select 1 address definition. Signed-off-by: Fabio Estevam --- Changes since v1: - Make the weim struct complete arch/arm/include/asm/arch-mx5/imx-regs.h | 46 ++ 1 files changed,

[U-Boot] [PATCH v2 2/3] MX5: Add iomux structure

2011-05-16 Thread Fabio Estevam
Signed-off-by: Fabio Estevam --- Changes since v1: - iomuxc was accessed directly in v1, so create a iomux struct so that we can use io accessors arch/arm/include/asm/arch-mx5/imx-regs.h | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/arch

[U-Boot] [PATCH v2 3/3] MX53: Add initial support for MX53ARD board

2011-05-16 Thread Fabio Estevam
Signed-off-by: Fabio Estevam --- Changes since v1: - Use io accessors to access weim and iomuxc - Initialize the 2 esdhc controllers - Configure the 2 banks of DDR memory - Fix typo on machine_id - Remove CONFIG_SYS_BOOTMAPSZ from config file MAINTAINERS |1 + board/

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

2011-05-16 Thread Graeme Russ
On Mon, May 16, 2011 at 9:40 PM, Wolfgang Denk wrote: > Dear Graeme Russ, > > In message you wrote: >> >> > As we can trivially use regular expressions, the effort to implement a >> > "timing parser" can be ignored. And it is independet of what sort of >> > boot device we are using. >> >> Fine if

[U-Boot] Nios Pull Request

2011-05-16 Thread Scott McNutt
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 repository at: git://git.denx.de/u-boot-nios.git next Thomas Chou (1): nios2

Re: [U-Boot] [PATCH] arm: a320: enable tagged list support

2011-05-16 Thread Po-Yu Chuang
Dear Wolfgang, On Mon, May 16, 2011 at 7:42 PM, Wolfgang Denk wrote: > Dear Po-Yu Chuang, > > In message <1305531660-1595-1-git-send-email-ratbert.chu...@gmail.com> you > wrote: >> From: Po-Yu Chuang >> >> >> Signed-off-by: Po-Yu Chuang >> --- >>  include/configs/a320evb.h |    6 ++ >>  1

[U-Boot] [PATCH v2 1/2] arm: a320: fix multiline comment style

2011-05-16 Thread Po-Yu Chuang
From: Po-Yu Chuang Signed-off-by: Po-Yu Chuang --- include/configs/a320evb.h | 32 ++-- 1 files changed, 14 insertions(+), 18 deletions(-) diff --git a/include/configs/a320evb.h b/include/configs/a320evb.h index 0527822..f832d52 100644 --- a/include/configs/a320e

[U-Boot] [PATCH v2 2/2] arm: a320: enable tagged list support

2011-05-16 Thread Po-Yu Chuang
From: Po-Yu Chuang Signed-off-by: Po-Yu Chuang --- include/configs/a320evb.h |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/configs/a320evb.h b/include/configs/a320evb.h index f832d52..62913b5 100644 --- a/include/configs/a320evb.h +++ b/include/configs/a

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

2011-05-16 Thread Simon Glass
On Sun, May 15, 2011 at 10:51 PM, Wolfgang Denk wrote: > Dear Simon Glass, > > In message you wrote: >> >> Being a boot loader, charged with basic hardware initialisation, I believe >> bitfield access primitives should be well-supported by U-Boot. > > I agree, and they are. Hi Wolfgang, Well th

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

2011-05-16 Thread Chris Packham
Hi Sergei, On Mon, May 16, 2011 at 11:57 PM, Sergei Shtylyov wrote: > Hello. > > On 16-05-2011 6:24, Chris Packham wrote: > >> From: Luuk Paulussen > >> Signed-off-by: Luuk Paulussen >> Acked-by: Chris Packham >> Cc: Ben Warren > > [...] > >> diff --git a/net/bootp.c b/net/bootp.c >> index 4db63

[U-Boot] [PATCHv2] rtc: add driver for internal RTC on kirkwood SoC

2011-05-16 Thread Chris Packham
From: Luuk Paulussen Signed-off-by: Luuk Paulussen Acked-by: Chris Packham Cc: Prafulla Wadaskar --- Changes since v1: - run through checkpatch.pl and fix style issues (spaces before bracket and lines > 80 chars) arch/arm/include/asm/arch-kirkwood/kirkwood.h |2 + drivers/rtc/Makefile

[U-Boot] [PATCHv2] sntp: avoid use of uninitialized variable

2011-05-16 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 --- Changes since v1: - run

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

2011-05-16 Thread Chris Packham
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_SNTP is not defined Changes since v2: - run though checkpatch.pl. Address comments from Sergei. net/bootp.c | 15 +++

Re: [U-Boot] [PATCH v2 3/3] MX53: Add initial support for MX53ARD board

2011-05-16 Thread Jason Liu
Hi, Fabio, 2011/5/17 Fabio Estevam : > Signed-off-by: Fabio Estevam > --- > Changes since v1: > - Use io accessors to access weim and iomuxc > - Initialize the 2 esdhc controllers > - Configure the 2 banks of DDR memory > - Fix typo on machine_id > - Remove CONFIG_SYS_BOOTMAPSZ from config file >

Re: [U-Boot] [PATCH v2 2/3] MX5: Add iomux structure

2011-05-16 Thread Jason Liu
Hi, Fabio, 2011/5/17 Fabio Estevam : > Signed-off-by: Fabio Estevam > --- > Changes since v1: > - iomuxc was accessed directly in v1, so create a iomux struct > so that we can use io accessors > >  arch/arm/include/asm/arch-mx5/imx-regs.h |   11 +++ >  1 files changed, 11 insertions(+), 0

Re: [U-Boot] [PATCH v2 1/3] MX5: Make the weim structure complete

2011-05-16 Thread Jason Liu
Hi, Fabio, 2011/5/17 Fabio Estevam : > Make the weim register set complete for MX51/MX53. > > While at it also add the weim chip select 1 address definition. > >From the code, you just add the cs for mx53 not for mx51, so, Had better specify you add the cs1 address definition for mx53, otherwise,

Re: [U-Boot] [PATCH V2] MX31: Make get_reset_cause() static

2011-05-16 Thread Jason Liu
Hi, Stefano, 2011/5/16 Stefano Babic : > Signed-off-by: Fabio Estevam > Signed-off-by: Stefano Babic > --- > > Changes since V1: >        - as get_cpu_rev is exported, only get_reset_cause >        is set to static. > >  arch/arm/cpu/arm1136/mx31/generic.c |    2 +- >  1 files changed, 1 inserti

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

2011-05-16 Thread Wolfgang Denk
Dear Simon Glass, In message you wrote: > > There are a few very primitive macros in setbits and clrbits. I would > very much like to see at least: Maybe we can agree to use these existing macros then instead of inventing new ones with the same functionality. > - define a field once in a header

Re: [U-Boot] [PATCH V7 1/3] MX5: clock: Add clock config interface

2011-05-16 Thread Jason Liu
Hi, Stefano, 2011/5/16 Stefano Babic : > On 05/11/2011 10:03 AM, Jason Liu wrote: > >> diff --git a/arch/arm/cpu/armv7/mx5/clock.c b/arch/arm/cpu/armv7/mx5/clock.c >> index 0b04a88..04d9f71 100644 >> --- a/arch/arm/cpu/armv7/mx5/clock.c >> +++ b/arch/arm/cpu/armv7/mx5/clock.c >> @@ -24,6 +24,7 @@

[U-Boot] Fwd: Re: [PATCH v2 10/22] omap4: utility function to identify the context of hw init

2011-05-16 Thread Aneesh V
Copying to the list. Accidentally missed it last time. Original Message Subject: Re: [U-Boot] [PATCH v2 10/22] omap4: utility function to identify the context of hw init Date: Mon, 16 May 2011 20:03:52 +0530 From: Aneesh V To: Wolfgang Denk Hi Wolfgang, On Monday 16 May 2011

Re: [U-Boot] [PATCH v2 01/22] mkimage: Add OMAP boot image support

2011-05-16 Thread Aneesh V
Hi Mike, On Tuesday 17 May 2011 12:12 AM, Mike Frysinger wrote: > On Monday, May 16, 2011 06:28:40 Aneesh V wrote: >> On Monday 16 May 2011 08:25 AM, Mike Frysinger wrote: >>> On Sunday, May 15, 2011 21:52:53 Mike Frysinger wrote: On Sunday, May 15, 2011 11:21:19 Aneesh V wrote: > +static

Re: [U-Boot] [PATCH v2 02/22] omap4: add OMAP4430 revision check

2011-05-16 Thread Aneesh V
Hi Wolfgang, On Monday 16 May 2011 09:05 PM, Wolfgang Denk wrote: > Dear Aneesh V, > ... >> >> 1. Please note that the above function is just for getting the string >> not for the revision itself. To get the revision we have >> omap4_revision(). > > Well, when you already have such a funxction, th

Re: [U-Boot] [PATCH v2 04/22] omap4: save parameters passed by ROM code to SPL

2011-05-16 Thread Aneesh V
Hi Wolfgang, On Monday 16 May 2011 09:07 PM, Wolfgang Denk wrote: > Dear Aneesh V, > > In message<4dd1189d.4050...@ti.com> you wrote: >> Save this information in SPL so that we can use the same media and mode to bootload u-boot. Signed-off-by: Aneesh V >>> ... + /* Store

Re: [U-Boot] [PATCH v2 06/22] Add generic spl infrastructure

2011-05-16 Thread Aneesh V
Hi Scott, On Tuesday 17 May 2011 12:02 AM, Scott Wood wrote: > On Sun, 15 May 2011 20:51:24 +0530 > Aneesh V wrote: > >> diff --git a/Makefile b/Makefile >> index 384a59e..d3f4bef 100644 >> --- a/Makefile >> +++ b/Makefile >> @@ -289,6 +289,22 @@ LDPPFLAGS += \ >> $(shell $(LD) --version | \