Re: [U-Boot] [Patch V2] soft_i2c.c compiler/linker error

2009-03-31 Thread Heiko Schocher
Hello Jens, Jens Scharsig wrote: This patch fix the compiler/linker errors common/cmd_i2c.c:1252: undefined reference to `i2c_get_bus_speed' common/cmd_i2c.c:1256: undefined reference to `i2c_set_bus_speed' if board use CONFIG_I2C_CMD_TREE and CONFIG_I2C_MULTI_BUS is not uesd/undef

Re: [U-Boot] [PATCH] NetLoop initialization bug

2009-03-31 Thread Heiko Schocher
Hello Michael, Michael Zaidman wrote: Please see my comments and updated patch below. On Mon, Mar 30, 2009 at 7:12 AM, Heiko Schocher h...@denx.de wrote: Hello Michael, Michael Zaidman wrote: [...] The following 2 vars are just used, if CONFIG_CMD_CDP is used, can we do a #if defined

Re: [U-Boot] [PATCH 2/3] mpc52xx phy: initialize only when needed

2009-03-31 Thread Ben Warren
On Mon, Mar 30, 2009 at 6:04 PM, Jon Smirl jonsm...@gmail.com wrote: On Wed, Mar 25, 2009 at 5:53 PM, Wolfgang Denk w...@denx.de wrote: Dear Jon Smirl, In message 9e4733910903251212j4436f1afu817456c7f6e9c...@mail.gmail.com you wrote: Is this patch ok for inclusion? Ping? Any answer on

Re: [U-Boot] [Patch V2.1] soft_i2c.c compiler/linker error

2009-03-31 Thread Jens Scharsig
This patch fix the compiler/linker errors common/cmd_i2c.c:1252: undefined reference to `i2c_get_bus_speed' common/cmd_i2c.c:1256: undefined reference to `i2c_set_bus_speed' if board use CONFIG_I2C_CMD_TREE and CONFIG_I2C_MULTI_BUS is not uesd/undef (wrong define order) and removes

[U-Boot] [PATCH] eSPI: add the eSPI register support

2009-03-31 Thread Mingkai Hu
Signed-off-by: Mingkai Hu mingkai...@freescale.com --- include/asm-ppc/immap_85xx.h | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/include/asm-ppc/immap_85xx.h b/include/asm-ppc/immap_85xx.h index 7b97fe0..e84599d 100644 ---

[U-Boot] [PATCH v2] mtd: SPI Flash: Support the Spansion Flash

2009-03-31 Thread Mingkai Hu
Add MTD SPI Flash support for S25FL008A, S25FL016A, S25FL032A, S25FL064A, S25FL128P. Signed-off-by: Mingkai Hu mingkai...@freescale.com --- drivers/mtd/spi/Makefile |1 + drivers/mtd/spi/spansion.c | 356 2 files changed, 357 insertions(+), 0

Re: [U-Boot] [Patch V2.1] soft_i2c.c compiler/linker error

2009-03-31 Thread Heiko Schocher
Hello Jens, Jens Scharsig wrote: This patch fix the compiler/linker errors common/cmd_i2c.c:1252: undefined reference to `i2c_get_bus_speed' common/cmd_i2c.c:1256: undefined reference to `i2c_set_bus_speed' if board use CONFIG_I2C_CMD_TREE and CONFIG_I2C_MULTI_BUS is not uesd/undef

[U-Boot] Maillist issue of u-boot@lists.denx.de

2009-03-31 Thread Liu Dave-R63238
Hello all, I often miss some mails from u-boot@lists.denx.de in these days, For example, we didn't receive the 8569 support patch from lists, and didn't receive the mail from Kim http://lists.denx.de/pipermail/u-boot/2009-March/049890.html

[U-Boot] sf patches

2009-03-31 Thread Mike Frysinger
since there doesnt seem to be a proper location for spi flash patches to accumulate, do you mind if i start up a branch to accumulate the current set ? i dont know how active you want to be with the sf subsystem ... or maybe you're like me; you dont care so long as it continues to work

Re: [U-Boot] sf patches

2009-03-31 Thread Haavard Skinnemoen
Mike Frysinger wrote: since there doesnt seem to be a proper location for spi flash patches to accumulate, do you mind if i start up a branch to accumulate the current set ? No, please feel free to do that. i dont know how active you want to be with the sf subsystem ... or maybe you're

[U-Boot] [PATCH 1/1] at91sam9/at91cap: improve clock framework

2009-03-31 Thread Jean-Christophe PLAGNIOL-VILLARD
calculate dynamically the clock rate and pllb setting for usb Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- board/atmel/at91cap9adk/at91cap9adk.c |3 +- board/atmel/at91sam9261ek/at91sam9261ek.c |3 +- board/atmel/at91sam9263ek/at91sam9263ek.c |3 +-

[U-Boot] [PATCH] Add support for Faraday Ethernet IP FTMAC100

2009-03-31 Thread PoYu_Chuang
This patch adds support for Faraday Technology Ethernet IP - FTMAC100 Signed-off-by: Po-Yu Chuang ratbert at faraday-tech.com --- diff -ruN u-boot-2009.03/drivers/net/ftmac100.c FA5A320LINUX26_u-boot/drivers/net/ftmac100.c --- u-boot-2009.03/drivers/net/ftmac100.c 1970-01-01

Re: [U-Boot] core ticks/timer code

2009-03-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:30 Fri 27 Mar , Mike Frysinger wrote: the Blackfin core tick/timer code has been around since the start of the original port, but i'm not sure it's entirely correct. some common code that uses timers seems to be misbehaving in that the timeout is pretty much immediate. makes me

Re: [U-Boot] [PATCH] Add support for Faraday Ethernet IP FTMAC100

2009-03-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:13 Tue 31 Mar , PoYu_Chuang wrote: This patch adds support for Faraday Technology Ethernet IP - FTMAC100 Do you have any plan to add a SOC and a board? Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] core ticks/timer code

2009-03-31 Thread Mike Frysinger
On Tuesday 31 March 2009 04:17:06 Jean-Christophe PLAGNIOL-VILLARD wrote: On 21:30 Fri 27 Mar , Mike Frysinger wrote: the Blackfin core tick/timer code has been around since the start of the original port, but i'm not sure it's entirely correct. some common code that uses timers seems

Re: [U-Boot] Out-of-tree build for imx31_phycore_eet fails

2009-03-31 Thread Detlev Zundel
Hi, Dear Guennadi, In message pine.lnx.4.64.0903302113210.4...@axis700.grange you wrote: /bin/sh: line 1: /work/wd/tmp-arm/include/config.h: No such file or directory make: *** [imx31_phycore_eet_config] Error 1 ok, that's just a missing +@mkdir -p $(obj)include right?

Re: [U-Boot] [PATCH] NetLoop initialization bug

2009-03-31 Thread Detlev Zundel
Hi Michael, Please see my comments and updated patch below. As a side note, please send your patch as an inline attachment also adding your signed-off-by line. It's probably easiest to actually use git to apply your changes to a branch and use git-format-patch to create the patch. Please also

Re: [U-Boot] [PATCH] Add source command; prepare removal of autoscr command

2009-03-31 Thread Detlev Zundel
Hi, The changes look good to me. 2 comments below: +/* + * Keep for now for backward compatibility; + * remove later when support for autoscr goes away. + */ +U_BOOT_CMD( +autoscr, 2, 0, do_source, +run script from memory, +[addr] - run script starting at addr + - A

[U-Boot] [PATCH] Add support for Faraday RTC IP FTRTC

2009-03-31 Thread PoYu_Chuang
This patch adds support for Faraday Technology RTC IP - FTRTC Signed-off-by: Po-Yu Chuang ratbert at faraday-tech.com --- diff -ruN u-boot-2009.03/drivers/rtc/ftrtc.c FA5A320LINUX26_u-boot/drivers/rtc/ftrtc.c --- u-boot-2009.03/drivers/rtc/ftrtc.c 1970-01-01 08:00:00.0 +0800 +++

Re: [U-Boot] [PATCH] Add support for Faraday Ethernet IP FTMAC100

2009-03-31 Thread Mike Frysinger
On Tuesday 31 March 2009 04:13:11 PoYu_Chuang wrote: This patch adds support for Faraday Technology Ethernet IP - FTMAC100 kind of redundant statement considering the summary ... Signed-off-by: Po-Yu Chuang ratbert at faraday-tech.com you should really be using git to generate patches and

Re: [U-Boot] [PATCH] Add support for Faraday RTC IP FTRTC

2009-03-31 Thread Wolfgang Denk
Dear PoYu_Chuang, In message 200903310858.n2v8wznb021...@ftcpcw82.faraday.com.tw you wrote: This patch adds support for Faraday Technology RTC IP - FTRTC Signed-off-by: Po-Yu Chuang ratbert at faraday-tech.com --- diff -ruN u-boot-2009.03/drivers/rtc/ftrtc.c

Re: [U-Boot] core ticks/timer code

2009-03-31 Thread Wolfgang Denk
Dear Mike Frysinger, In message 200903310513.09082.vap...@gentoo.org you wrote: ... I've in mind to partially import the clocksource linux API or create a new U-Boot api devired from it's design the clocksource framework in linux sounds like extreme overkill for u-boot. where do you see

Re: [U-Boot] [PATCH] Add source command; prepare removal of autoscr command

2009-03-31 Thread Wolfgang Denk
Dear Detlev, in message m2d4byf2xm@ohwell.denx.de you wrote: + autoscr, 2, 0, do_source, + DEPRECATED - see 'source' command, + DEPRECATED - see 'source' command Most U-Boot user's are more likely to see this than the feature-removal-schedule.txt in the source code. Good idea,

Re: [U-Boot] [PATCH] NetLoop initialization bug

2009-03-31 Thread Michael Zaidman
On Tue, Mar 31, 2009 at 12:30 PM, Detlev Zundel d...@denx.de wrote: Hi Michael, Please see my comments and updated patch below. As a side note, please send your patch as an inline attachment also adding your signed-off-by line.  It's probably easiest to actually use git to apply your

[U-Boot] Board Reset issue

2009-03-31 Thread rk1825
I am using a custom board with MPC8313E processor. In u-boot prompt, when i do TFTP of large size files, sometime it hangs completely and, sometimes it says bus fault, prints following message and resets the board. /message

Re: [U-Boot] Board Reset issue

2009-03-31 Thread Liu Dave-R63238
I am using a custom board with MPC8313E processor. In u-boot prompt, when i do TFTP of large size files, sometime it hangs completely and, sometimes it says bus fault, prints following message and resets the board. /message

Re: [U-Boot] Board Reset issue

2009-03-31 Thread rk1825
Liu Dave wrote: I am using a custom board with MPC8313E processor. In u-boot prompt, when i do TFTP of large size files, sometime it hangs completely and, sometimes it says bus fault, prints following message and resets the board.

Re: [U-Boot] core ticks/timer code

2009-03-31 Thread Mike Frysinger
On Tuesday 31 March 2009 06:28:23 Wolfgang Denk wrote: In message Mike Frysinger wrote: I'll propose a new design with the following Requierement Generic delay function implementation - ndelay() - udelay() - mdelay() Generic helper - khz2cycles() - hz2cycles()

Re: [U-Boot] core ticks/timer code

2009-03-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:28 Tue 31 Mar , Wolfgang Denk wrote: Dear Mike Frysinger, In message 200903310513.09082.vap...@gentoo.org you wrote: ... I've in mind to partially import the clocksource linux API or create a new U-Boot api devired from it's design the clocksource framework in linux

Re: [U-Boot] core ticks/timer code

2009-03-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 07:25 Tue 31 Mar , Mike Frysinger wrote: On Tuesday 31 March 2009 06:28:23 Wolfgang Denk wrote: In message Mike Frysinger wrote: I'll propose a new design with the following Requierement Generic delay function implementation - ndelay() - udelay() - mdelay()

Re: [U-Boot] Enabling ARM DCache (and MMU setup) in U-Boot

2009-03-31 Thread Drasko DRASKOVIC
On Mon, Mar 30, 2009 at 10:31 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: before booting linux you must disable the cache which will be re-enable by linux. OK. Is that done in bootm.c? I can see lines : /* * We have reached the point of no return: we are going to * overwrite all

Re: [U-Boot] Enabling ARM DCache (and MMU setup) in U-Boot

2009-03-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:20 Tue 31 Mar , Drasko DRASKOVIC wrote: On Mon, Mar 30, 2009 at 10:31 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: before booting linux you must disable the cache which will be re-enable by linux. OK. Is that done in bootm.c? I can see lines : /* * We have

[U-Boot] How to create an ELF file which U-Boot understands and boots it

2009-03-31 Thread arun c
Hi All, I want to create an elf file which U-Boot understands and I should be able to use bootelf command to boot it. I searched the email archives and I did not find anything helpful. Does anybody has any pointers? I am working using standard gnu cross compiler, on an MCF5484 evaluation kit.

Re: [U-Boot] Enabling ARM DCache (and MMU setup) in U-Boot

2009-03-31 Thread Drasko DRASKOVIC
On Tue, Mar 31, 2009 at 2:21 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: U-Boot 1.1.6 is quite old (more than 2 years old) please try to the current version I know, but that's the one we use... For now, everything works fine. is your SOC in the Mainline? if you can tell us which one it's and if

Re: [U-Boot] Enabling ARM DCache (and MMU setup) in U-Boot

2009-03-31 Thread Drasko DRASKOVIC
On Tue, Mar 31, 2009 at 2:21 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: but until we can take a look on the code it will be hard to known And I just found : ./examples/test_burst_lib.S: *void mmu_init(void); ./examples/test_burst_lib.S:.global mmu_init

[U-Boot] [PATCH 1/1] at91: add support for the PM9263 board of Ronetix

2009-03-31 Thread RONETIX - Ilko Iliev
The PM9263 board is based on the AT91SAM9263-EK board. Here is the page on Ronetix website: http://www.ronetix.at/starter_kit_9263.html Signed-off-by: Ilko Iliev il...@ronetix.at Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- MAINTAINERS

Re: [U-Boot] Enabling ARM DCache (and MMU setup) in U-Boot

2009-03-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:36 Tue 31 Mar , Drasko DRASKOVIC wrote: On Tue, Mar 31, 2009 at 2:21 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: U-Boot 1.1.6 is quite old (more than 2 years old) please try to the current version I know, but that's the one we use... For now, everything works fine.

Re: [U-Boot] How to create an ELF file which U-Boot understands and boots it

2009-03-31 Thread kuldeep nigam
check u-boot/examples/README.smc9_eeprom u can add the ur files under examples folder, modify the Makefile and then cross compile it. With Regards, Kuldeep Nigam On Tue, Mar 31, 2009 at 6:45 PM, arun c arun.edar...@gmail.com wrote: Hi All, I want to create an elf file which U-Boot

Re: [U-Boot] Enabling ARM DCache (and MMU setup) in U-Boot

2009-03-31 Thread Drasko DRASKOVIC
On Tue, Mar 31, 2009 at 4:09 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: Honnestly we will not work on such old code. so please really consider to rebase it against mainline I downloaded the last version of U-Boot and will do all my work regarding DCache and MMU setup here. first you may start to

Re: [U-Boot] ARM Pull Request

2009-03-31 Thread Dirk Behme
Jean-Christophe PLAGNIOL-VILLARD wrote: On 21:49 Mon 30 Mar , Wolfgang Denk wrote: Dear Dirk Behme, In message 49d11e7d.5030...@googlemail.com you wrote: http://lists.denx.de/pipermail/u-boot/2009-March/049762.html Please remove it from the pull request until everybody agreed this

Re: [U-Boot] core ticks/timer code

2009-03-31 Thread Wolfgang Denk
Dear Mike Frysinger, In message 200903310725.20652.vap...@gentoo.org you wrote: Agreed (except that we probably cannot completely throw away the tick; IIRC there are cases in early startup when nothing else is available yet). hrm, i can see that. but you agree that most use

Re: [U-Boot] core ticks/timer code

2009-03-31 Thread Wolfgang Denk
Dear Scott McNutt, In message 49d2014f.4070...@psyent.com you wrote: so if we were to document things, it should read like this: - CONFIG_SYS_HZ is required to be 1000 Can't this just be eliminated? It's stupid to have a configurable option that is neither ;-) And it doesn't do much

Re: [U-Boot] core ticks/timer code

2009-03-31 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090331113956.gd28...@game.jcrosoft.org you wrote: Agreed (except that we probably cannot completely throw away the tick; IIRC there are cases in early startup when nothing else is available yet). not necessarely you can

Re: [U-Boot] core ticks/timer code

2009-03-31 Thread Dirk Behme
Jean-Christophe PLAGNIOL-VILLARD wrote: i wouldnt mind starting a patch series for post 2009.05 to clean this up ... I've in mind too maybe I'll send a first version within few days for a arm soc and a blackfin based on u-boot-v2 In contrast to Jean-Christophe's plan

[U-Boot] [PATCH] tools/setlocalversion: use git svn instead of git-svn

2009-03-31 Thread Peter Korsgaard
Use the correct git subcmd syntax instead of the deprecated git-subcmd. Signed-off-by: Peter Korsgaard jac...@sunsite.dk --- tools/setlocalversion |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/setlocalversion b/tools/setlocalversion index bbb2ab2..b3f5f28 100755

Re: [U-Boot] RAM Probing for ads5121rev4

2009-03-31 Thread Michele De Candia (VT)
Wolfgang Denk wrote: Dear Emanuele Placidi, In message 7c4b93310902180021o56da8320w2084e6a8c09c9...@mail.gmail.com you wrote: In your opinion it is possible to probe the ram before initialize it? Unfortunately there are some rev4 which are equipped with different ram model.

Re: [U-Boot] [PATCH 1/2] Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN

2009-03-31 Thread Scott Wood
Alessandro Rubini wrote: Hello. Note that there are a couple of board files (apollon and nmdk8815) that use the OneNAND loader that do not define CONFIG_SYS_MONITOR_LEN. I've added the maintainers to the Cc: list. Sorry for the delay. In the nomadik board the OneNAND driver is not

Re: [U-Boot] [PATCH 1/2] Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN

2009-03-31 Thread Alessandro Rubini
Hello. Note that there are a couple of board files (apollon and nmdk8815) that use the OneNAND loader that do not define CONFIG_SYS_MONITOR_LEN. I've added the maintainers to the Cc: list. Sorry for the delay. In the nomadik board the OneNAND driver is not yet present, a few init lines

Re: [U-Boot] [PATCH] NetLoop initialization bug

2009-03-31 Thread Michael Zaidman
On Tue, Mar 31, 2009 at 12:30 PM, Detlev Zundel d...@denx.de wrote: Hi Michael, [...] The patch in your mail does still not apply.  Neither git-am (after fixing the patch with a valid e-mail) nor patch can do anything with it. Thanks  Detlev Sorry for the previous mail, I have to enable

Re: [U-Boot] U-boot NAND boot on IMX31 3stack(ARM)

2009-03-31 Thread alfred steele
Hi Scott: Thanks! I am also wondering if there is a include file which builds up a table of working NAND devices and thier attributes which tells the U-boot on the parameters about a particular NAND device on the board like Block_size , page_size, device size, pages per block, device id etc.

Re: [U-Boot] [PATCH 3/3] OMAP: use {read, write}l to access timer registers

2009-03-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:41 Wed 25 Mar , Ladislav Michl wrote: Signed-off-by: Ladislav Michl la...@linux-mips.org applied Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] U-boot NAND boot on IMX31 3stack(ARM)

2009-03-31 Thread Scott Wood
alfred steele wrote: Hi Scott: Thanks! I am also wondering if there is a include file which builds up a table of working NAND devices and thier attributes which tells the U-boot on the parameters about a particular NAND device on the board like Block_size , page_size, device size, pages

Re: [U-Boot] [PATCH 1/3] OMAP: reindent timer code

2009-03-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:40 Wed 25 Mar , Ladislav Michl wrote: Signed-off-by: Ladislav Michl la...@linux-mips.org applied Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] UBIFS - Reading superblock error

2009-03-31 Thread DATACOM - Mallmann
Hi, I'm trying to use UBI and UBIFS over a nand device. I want to create a mtd partition in u-boot (with ubi part command), save a ubifs image (with mkfs.ubifs), mount and load it with ubifs commands. The commands that I used are listed bellow: (environment) mtdids=nand0=nand

[U-Boot] D.entists Database in America

2009-03-31 Thread Lora T Connelly
Essential for any marketer: == 164,981 Dentists == 158,097 Addresses == 163,814 Contact Phone # == 77,663 Fax Nos. == 45,061 E-Mail Addresses from today until this Friday this can be yours for just $296 (usually $592) To inquire please write to maxinevalenzu...@statlists.com By emailing

Re: [U-Boot] [PATCH 10/13] at91: move usb driver to drivers/usb

2009-03-31 Thread Remy Bohmer
Hello,  drivers/usb/Makefile                               |    1 +  .../at91/usb.c = drivers/usb/atmel_usb.c          |    0  rename cpu/arm926ejs/at91/usb.c = drivers/usb/atmel_usb.c (100%) Same here, this is architecture specific code, why move it to generic code? Remy

Re: [U-Boot] [PATCH 09/13] s3c64xx: move usb driver to drivers/usb

2009-03-31 Thread Remy Bohmer
Hello Jean-Christophe, 2009/3/27 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com: add CONFIG_USB_S3C64XX to activate the driver Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com ---  cpu/arm1176/s3c64xx/Makefile                       |    1 -  drivers/usb/Makefile

Re: [U-Boot] U-boot NAND boot on IMX31 3stack(ARM)

2009-03-31 Thread alfred steele
Hi Scott, Thanks! The only requirement i have currently is to be able to populate the device table with the Samsung K9F1G08R0A because it does not appear in the existing list. This would help the NFC read the part id and the other NAND attributes correctly on the target. Thanks Reagrds,

Re: [U-Boot] U-boot NAND boot on IMX31 3stack(ARM)

2009-03-31 Thread alfred steele
Hi Scott, Thanks! The only requirement i have currently is to be able to populate the device table with the Samsung K9F1G08R0A because it does not appear in the existing list. This would help the NFC read the part id and the other NAND attributes correctly on the target. Thanks Regards. On

Re: [U-Boot] U-boot NAND boot on IMX31 3stack(ARM)

2009-03-31 Thread Scott Wood
alfred steele wrote: Thanks! The only requirement i have currently is to be able to populate the device table with the Samsung K9F1G08R0A because it does not appear in the existing list. This would help the NFC read the part id and the other NAND attributes correctly on the target. The

Re: [U-Boot] U-boot NAND boot on IMX31 3stack(ARM)

2009-03-31 Thread alfred steele
Thanks Again, I am actually confused with the values for chip size which should be the total chip size in MB w.r.t nand_flash_dev structure and pagesize as pagesize seems to be extended bytes alone in the datasheet which i am unable to figure of as of now. The pagesize seems to be different from

Re: [U-Boot] [PATCH 10/13] at91: move usb driver to drivers/usb

2009-03-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:28 Tue 31 Mar , Remy Bohmer wrote: Hello,  drivers/usb/Makefile                               |    1 +  .../at91/usb.c = drivers/usb/atmel_usb.c          |    0  rename cpu/arm926ejs/at91/usb.c = drivers/usb/atmel_usb.c (100%) Same here, this is architecture specific code,

Re: [U-Boot] [PATCH 09/13] s3c64xx: move usb driver to drivers/usb

2009-03-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:26 Tue 31 Mar , Remy Bohmer wrote: Hello Jean-Christophe, 2009/3/27 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com: add CONFIG_USB_S3C64XX to activate the driver Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com ---  cpu/arm1176/s3c64xx/Makefile  

Re: [U-Boot] U-boot NAND boot on IMX31 3stack(ARM)

2009-03-31 Thread Magnus Lilja
2009/3/31 alfred steele alfred.jaq...@gmail.com: Thanks Again, I am actually confused with the values for chip size which should be the total chip size in MB  w.r.t  nand_flash_dev structure and pagesize as pagesize seems to be extended bytes alone in the datasheet which i am unable to figure

Re: [U-Boot] [PATCH 13/13] at91sam9263ek: active hush and auto compelete support

2009-03-31 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1238193026-12564-13-git-send-email-plagn...@jcrosoft.com you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- include/configs/at91sam9263ek.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff

Re: [U-Boot] [PATCH 10/13] at91: move usb driver to drivers/usb

2009-03-31 Thread Wolfgang Denk
Dear Remy Bohmer, In message 3efb10970903311128t2b9ac2dn4d4b1ee9022a8...@mail.gmail.com you wrote:  drivers/usb/Makefile                               |    1 +  .../at91/usb.c = drivers/usb/atmel_usb.c          |    0  rename cpu/arm926ejs/at91/usb.c = drivers/usb/atmel_usb.c (100%)

Re: [U-Boot] [PATCH 10/13] at91: move usb driver to drivers/usb

2009-03-31 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090331192117.gf24...@game.jcrosoft.org you wrote:  drivers/usb/Makefile                               |    1 +  .../at91/usb.c = drivers/usb/atmel_usb.c          |    0  rename cpu/arm926ejs/at91/usb.c = drivers/usb/atmel_usb.c

Re: [U-Boot] [PATCH 12/13] at91: add hardware i2c drivers

2009-03-31 Thread Wolfgang Denk
Dear Heiko Schocher, In message 49d05e5f.6060...@denx.de you wrote: ... Independent from your patch, I think we need here a common rule. Either we name in future this define CONFIG_I2C_XXX or CONFIG_XXX_I2C. I vote for using CONFIG_I2C_XXX Me too. ... +#ifdef CONFIG_HARD_I2C Why not

Re: [U-Boot] core ticks/timer code

2009-03-31 Thread Wolfgang Denk
Dear Mike Frysinger, In message 200903272130.26825.vap...@gentoo.org you wrote: unfortunately, there doesnt seem to be any docs on what exactly these functions do so it's hard for me to verify/change any of it. If in doubt, look it up in the PowerPC implementation. That's the reference for

Re: [U-Boot] U-boot NAND boot on IMX31 3stack(ARM)

2009-03-31 Thread Scott Wood
alfred steele wrote: I am actually confused with the values for chip size which should be the total chip size in MB w.r.t nand_flash_dev structure and pagesize as pagesize seems to be extended bytes alone in the datasheet which i am unable to figure of as of now. The pagesize seems to be

Re: [U-Boot] Problems with ext2ls SD

2009-03-31 Thread Wolfgang Denk
Dear DVM, In message 22756563.p...@talk.nabble.com you wrote: Further debugging reveals UBoot uses a fixed length for inodes (128 bye). The inodes on my 2GB SD card are 256 bytes There was a patch that fizzled out back in January looking at this ... This seems to improve matters for me BUT

Re: [U-Boot] [PATCH] OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000.

2009-03-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:19 Tue 17 Mar , Dirk Behme wrote: Fix OMAP3 timer handling to 1ms tick and CONFIG_SYS_HZ to 1000. Clean up macros and comments. Signed-off-by: Dirk Behme dirk.be...@googlemail.com Signed-off-by: Manikandan Pillai mani.pil...@ti.com --- Changes from Mani's original patch which

Re: [U-Boot] [PATCH] mpc83xx: Set guarded bit on BAT that covers the end of the address space

2009-03-31 Thread Wolfgang Denk
Dear Kim Phillips, In message 20090330175628.602dae2f.kim.phill...@freescale.com you wrote: continuation of commit a5d7049a4 to remaining mpc83xx boards that suffer from the same problem. Signed-off-by: Kim Phillips kim.phill...@freescale.com CC: Scott Wood scottw...@freescale.com Umm...

Re: [U-Boot] [PATCH V2] mpc5200: reduce delays in i2c

2009-03-31 Thread Wolfgang Denk
Dear Jon Smirl, In message 20090331010330.20946.41742.st...@localhost you wrote: Make the i2c delays smaller. The measured delay is 55us at 100Khz. Set the delay to 15us which should work for 400Khz. 100Khz will loop four times and get a 60us delay. Previous total delay was 100,000us new

Re: [U-Boot] Maillist issue of u-boot@lists.denx.de

2009-03-31 Thread Wolfgang Denk
Dear Liu Dave-R63238, In message d7cca83bb0796c49bc0bb53b6ab120891e7...@zch01exm21.fsl.freescale.net you wrote: I often miss some mails from u-boot@lists.denx.de in these days, For example, we didn't receive the 8569 support patch from lists, and didn't receive the mail from Kim

Re: [U-Boot] [PATCH 1/1] at91sam9/at91cap: improve clock framework

2009-03-31 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1238486824-19007-1-git-send-email-plagn...@jcrosoft.com you wrote: calculate dynamically the clock rate and pllb setting for usb Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- board/atmel/at91cap9adk/at91cap9adk.c

Re: [U-Boot] RAM Probing for ads5121rev4

2009-03-31 Thread Wolfgang Denk
Dear Michele De Candia (VT), In message 49d23e30.4060...@valueteam.com you wrote: The issue concerns the possibility to identify DDR chips type (e.g. by VendorId) before initialize them. It doesn't concern configuration parameters (size, bus frequency, ecc..). There isn't a DDR command to

Re: [U-Boot] [PATCH 09/13] s3c64xx: move usb driver to drivers/usb

2009-03-31 Thread Wolfgang Denk
Dear Remy Bohmer, In message 3efb10970903311126u1b97c3dbi5193e85473351...@mail.gmail.com you wrote: Why do you want to move all these processor specific code into generic driver code? Indeed. That makes no sense to me. Please stop here, Jean-Christophe. Best regards, Wolfgang Denk --

Re: [U-Boot] [PATCH V2] mpc5200: reduce delays in i2c

2009-03-31 Thread Jon Smirl
On Tue, Mar 31, 2009 at 4:54 PM, Wolfgang Denk w...@denx.de wrote: Dear Jon Smirl, In message 20090331010330.20946.41742.st...@localhost you wrote: Make the i2c delays smaller. The measured delay is 55us at 100Khz. Set the delay to 15us which should work for 400Khz. 100Khz will loop four

Re: [U-Boot] [PATCH 1/1] at91sam9/at91cap: improve clock framework

2009-03-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:59 Tue 31 Mar , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1238486824-19007-1-git-send-email-plagn...@jcrosoft.com you wrote: calculate dynamically the clock rate and pllb setting for usb Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD

Re: [U-Boot] [PATCH 10/13] at91: move usb driver to drivers/usb

2009-03-31 Thread Remy Bohmer
Hello Jean-Christophe, it's the at91 usb drivers and we need to have it in the driver/usb and it's not at91/arm926 specific but it's also shared with the at91rm9200 so I move to drivers usb Then I can agree that the arm926 tree is not the correct place; but that does not automatically make

Re: [U-Boot] [PATCH] mpc83xx: Set guarded bit on BAT that covers the end of the address space

2009-03-31 Thread Wolfgang Denk
Dear Scott Wood, In message 49d28575.1040...@freescale.com you wrote: Umm... what does that mean: continuation of commit a5d7049a4? If these commits belong together logically, you must not split them apart. There's no bisectability problem; it's just similar bugs being fixed on

Re: [U-Boot] core ticks/timer code

2009-03-31 Thread Scott Wood
On Tue, Mar 31, 2009 at 05:48:01PM +0200, Wolfgang Denk wrote: We still need some hint that the timer works in millisecond resolution, though - no matter what you call it. How about just calling it HZ (or something more verbose like TIMER_HZ, but the former makes it easier to share code with

Re: [U-Boot] [PATCH 1/1] at91sam9/at91cap: improve clock framework

2009-03-31 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090331210130.gj24...@game.jcrosoft.org you wrote: On 22:59 Tue 31 Mar , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 1238486824-19007-1-git-send-email-plagn...@jcrosoft.com you wrote: calculate

Re: [U-Boot] core ticks/timer code

2009-03-31 Thread Wolfgang Denk
Dear Scott Wood, In message 20090331212514.ga19...@ld0162-tx32.am.freescale.net you wrote: On Tue, Mar 31, 2009 at 05:48:01PM +0200, Wolfgang Denk wrote: We still need some hint that the timer works in millisecond resolution, though - no matter what you call it. How about just calling it

Re: [U-Boot] core ticks/timer code

2009-03-31 Thread Scott Wood
On Tue, Mar 31, 2009 at 05:49:52PM +0200, Wolfgang Denk wrote: Please check for example the PowerPC code, then. Ther ethe timer implementation relies heavily on interrupts and is not available in early stages, for example in NAND booting systems with tight memory restrictions. Is there any

Re: [U-Boot] RAM Probing for ads5121rev4

2009-03-31 Thread Michele De Candia (VT)
Wolfgang Denk wrote: Dear Michele De Candia (VT), In message 49d23e30.4060...@valueteam.com you wrote: The issue concerns the possibility to identify DDR chips type (e.g. by VendorId) before initialize them. It doesn't concern configuration parameters (size, bus frequency, ecc..).

[U-Boot] [PATCH V3] mpc5200: reduce delays in i2c

2009-03-31 Thread Jon Smirl
Make the i2c delays smaller. The measured delay is 55us at 100Khz. Set the delay to 15us which should work for 400Khz. 100Khz will loop four times and get a 60us delay. Try four times at a 15us delay and then revert to the previous behavior of 1ms delays. --- cpu/mpc5xxx/i2c.c |9 + 1

Re: [U-Boot] [PATCH 1/1] at91sam9/at91cap: improve clock framework

2009-03-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:26 Tue 31 Mar , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090331210130.gj24...@game.jcrosoft.org you wrote: On 22:59 Tue 31 Mar , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message

Re: [U-Boot] [PATCH] mpc83xx: Set guarded bit on BAT that covers the end of the address space

2009-03-31 Thread Kim Phillips
On Tue, 31 Mar 2009 23:24:42 +0200 Wolfgang Denk w...@denx.de wrote: Dear Scott Wood, In message 49d28575.1040...@freescale.com you wrote: Umm... what does that mean: continuation of commit a5d7049a4? If these commits belong together logically, you must not split them apart.

Re: [U-Boot] [PATCH 10/13] at91: move usb driver to drivers/usb

2009-03-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:38 Tue 31 Mar , Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090331192117.gf24...@game.jcrosoft.org you wrote:  drivers/usb/Makefile                               |    1 +  .../at91/usb.c = drivers/usb/atmel_usb.c          |    0  rename

[U-Boot] [PATCH] mpc83xx: Set guarded bit on BAT that covers the end of the address space

2009-03-31 Thread Kim Phillips
From: Scott Wood scottw...@freescale.com The mpc8313erdb board currently sets DBAT6 to cover all of the final 256MiB of address space; however, not all of this space is covered by a device. In particular, flash sits at 0xfe00-0xfe7f, and nothing is mapped at the far end of the address

[U-Boot] [PATCH] Added a tftp command

2009-03-31 Thread kevin.morf...@fearnside-systems.co.uk
Adds a tftp command that gets a specified file from a TFTP Server and stores it in RAM at a specified RAM address. Most of the code already exists in board-specific form (eg in board/hymod) but this patch extracts it and makes it available as a standard u-boot command. Signed-off-by: Kevin

Re: [U-Boot] [PATCH] Added a tftp command

2009-03-31 Thread Mike Frysinger
On Tuesday 31 March 2009 18:44:21 kevin.morf...@fearnside-systems.co.uk wrote: Adds a tftp command that gets a specified file from a TFTP Server and stores it in RAM at a specified RAM address. Most of the code already exists in board-specific form (eg in board/hymod) but this patch extracts

Re: [U-Boot] [PATCH 13/13] at91sam9263ek: active hush and auto compelete support

2009-03-31 Thread Stelian Pop
On Tue, Mar 31, 2009 at 10:35:00PM +0200, Wolfgang Denk wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com +#define CONFIG_AUTO_COMPLETE +#define CONFIG_SYS_HUSH_PARSER +#define CONFIG_SYS_PROMPT_HUSH_PS2 You are not the maintainer of this board. You are

Re: [U-Boot] [PATCH] Added a tftp command

2009-03-31 Thread Kumar Gala
On Mar 31, 2009, at 5:44 PM, kevin.morf...@fearnside-systems.co.uk wrote: Adds a tftp command that gets a specified file from a TFTP Server and stores it in RAM at a specified RAM address. Most of the code already exists in board-specific form (eg in board/hymod) but this patch extracts

[U-Boot] [PATCH] mpc/sbc8641d: Add missing board_lmb_reserves

2009-03-31 Thread Becky Bruce
We're missing the board_lmb_reserve definitions that allow cpu_mp_lmb_reserve to be called; this means that Linux is free to reallocate reserved pages. Linux currently boots because we're getting lucky - the page we've reserved is high enough in memory that it isn't allocated by Linux while we

Re: [U-Boot] [PATCH] Added a tftp command

2009-03-31 Thread kevin.morf...@fearnside-systems.co.uk
Mike Frysinger wrote: On Tuesday 31 March 2009 18:44:21 kevin.morf...@fearnside-systems.co.uk wrote: Adds a tftp command that gets a specified file from a TFTP Server and stores it in RAM at a specified RAM address. Most of the code already exists in board-specific form (eg in board/hymod)

Re: [U-Boot] [PATCH] Added a tftp command

2009-03-31 Thread kevin.morf...@fearnside-systems.co.uk
Kumar Gala wrote: On Mar 31, 2009, at 5:44 PM, kevin.morf...@fearnside-systems.co.uk wrote: Adds a tftp command that gets a specified file from a TFTP Server and stores it in RAM at a specified RAM address. Most of the code already exists in board-specific form (eg in board/hymod) but this

Re: [U-Boot] [PATCH] Added a tftp command

2009-03-31 Thread Mike Frysinger
On Tuesday 31 March 2009 19:40:27 kevin.morf...@fearnside-systems.co.uk wrote: Mike Frysinger wrote: On Tuesday 31 March 2009 18:44:21 kevin.morfitt wrote: Adds a tftp command that gets a specified file from a TFTP Server and stores it in RAM at a specified RAM address. Most of the code

  1   2   >