Re: [U-Boot] [PATCH 2/2] net: Add Xilinx LL Temac driver

2009-01-26 Thread Michal Simek
Hi Ben, Could you check and pull ll temac driver to your net repo. I prepared net branch in my microblaze repo. (It is based on my master branch which Wolfgang merged but it hasn't in his branch yet). Thanks, Michal The following changes since commit e7f325be9edeb84bb457301776bbac1f7257dafc:

[U-Boot] [PATCH] nand_spl: Fix compile problem with board_nand_init() prototype

2009-01-26 Thread Stefan Roese
This patch removes the now obsolete and additionally wrongly defined board_nand_init() prototype from nand_spl/nand_boot.c. Signed-off-by: Stefan Roese s...@denx.de --- nand_spl/nand_boot.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/nand_spl/nand_boot.c

[U-Boot] [PATCH] jedec_flash: Fix compilation warning in jedec_flash.c

2009-01-26 Thread Stefan Roese
Signed-off-by: Stefan Roese s...@denx.de --- drivers/mtd/jedec_flash.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/mtd/jedec_flash.c b/drivers/mtd/jedec_flash.c index 2d99d4d..879f25e 100644 --- a/drivers/mtd/jedec_flash.c +++

[U-Boot] qemu-mips usage

2009-01-26 Thread Luigi 'Comio' Mantellini
Hi ML, I'm evaluating the qemu-mips to simulate a mips 4kec/24kec board. I'm working on the high level booting sequence (linux init scripts), and qemu+uboot should be a good choice to emulate a basic system (flash + dram + 4kec cpu). Furthermore, also following the doc/README.qemu_mips, I'm

Re: [U-Boot] [PATCH v3] ppc4xx: Improve DDR autodetect

2009-01-26 Thread Stefan Roese
On Tuesday 09 December 2008, Dirk Eibach wrote: Added support for a second memory bank to DDR autodetection for 440 platforms. Made hardcoded values configurable. Signed-off-by: Dirk Eibach eib...@gdsys.de Applied to u-boot/master. Thanks Best regards, Stefan

Re: [U-Boot] [PATCH v6] ppc4xx: Add GDsys PowerPC 440 ETX board support.

2009-01-26 Thread Stefan Roese
On Tuesday 09 December 2008, Dirk Eibach wrote: Board support for the Guntermann Drunck PowerPC 440 ETX module. Based on the AMCC Yosemite board support by Stefan Roese. Signed-off-by: Dirk Eibach eib...@gdsys.de Applied to u-boot/master. Thanks Best regards, Stefan

[U-Boot] DM9161 AT91SAM9263

2009-01-26 Thread Josef Baumann
Hi, i have a little bit of trouble with U-Boot and ATMEL AT91SAM9263. I made a new board with AT91SAM9263 and DM9161. Starting U-Boot and Linux is ok. TFTP on U-Boot is working well. The only problem I have, is that the system starts in half duplex mode. How can I change this behavior? best

Re: [U-Boot] qemu-mips usage

2009-01-26 Thread Nobuhiro Iwamatsu
Hi, Luigi 'Comio' Mantellini wrote: Hi ML, I'm evaluating the qemu-mips to simulate a mips 4kec/24kec board. I'm working on the high level booting sequence (linux init scripts), and qemu+uboot should be a good choice to emulate a basic system (flash + dram + 4kec cpu). Furthermore,

Re: [U-Boot] [PATCH 10/15] Renamed SC520 configuration options

2009-01-26 Thread Graeme Russ
On Sat, Jan 24, 2009 at 11:18 AM, Wolfgang Denk w...@denx.de wrote: Dear Graeme Russ, In message 1228606151-10839-11-git-send-email-graeme.r...@gmail.com you wrote: Options are now all uniformly CONFIG_SYS_SC520_option Signed-off-by: Graeme Russ graeme.r...@gmail.com --- [snip] Please

Re: [U-Boot] [PATCH] ppc4xx: Remove CONFIG_SYS_IGNORE_405_UART_ERRATA_59 from config files

2009-01-26 Thread Stefan Roese
On Friday 02 January 2009, Matthias Fuchs wrote: Lot's of 405 board config files use CONFIG_SYS_IGNORE_405_UART_ERRATA_59. Either they define or undef it. Because it's not used in any source files this patch removes any references to it. Signed-off-by: Matthias Fuchs

[U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2009-01-26 Thread Stefan Roese
The following changes since commit 8f86a3636ef88427f880610638e80991adc41896: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master Dirk Eibach (2): ppc4xx: Improve DDR

Re: [U-Boot] [PATCH 0/2] CFI: increase performance

2009-01-26 Thread Stefan Roese
On Tuesday 16 December 2008, Jens Gehrlein wrote: The following patches should increase the performance of the CFI driver, particularly with regard to single word programming mode. I tested it on TQM5200S with NOR-Flash Samsung K8P2815UQB, which has no write buffer. At least no write buffer,

Re: [U-Boot] [PATCH V2] CFI: Add geometry reversal for STMicro M29W320ET

2009-01-26 Thread Stefan Roese
On Wednesday 14 January 2009, Richard Retanubun wrote: Added flash_fixup_stm to fix geometry reversal on STMicro M29W320ET flash chip. Modeled after flash_fixup_amd, this patch handles the geometry reversal or erase sectors that exist for ST Micro (now Numonyx) M29W320ET flash. Since I

Re: [U-Boot] [PATCH 0/2] CFI: increase performance

2009-01-26 Thread Jens Gehrlein
Hi Stefan, Stefan Roese schrieb: On Tuesday 16 December 2008, Jens Gehrlein wrote: The following patches should increase the performance of the CFI driver, particularly with regard to single word programming mode. I tested it on TQM5200S with NOR-Flash Samsung K8P2815UQB, which has no write

Re: [U-Boot] [PATCH 0/2] CFI: increase performance

2009-01-26 Thread Stefan Roese
Hi Jens, On Monday 26 January 2009, Jens Gehrlein wrote: The following patches should increase the performance of the CFI driver, particularly with regard to single word programming mode. I tested it on TQM5200S with NOR-Flash Samsung K8P2815UQB, which has no write buffer. At least no

[U-Boot] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git

2009-01-26 Thread Stefan Roese
The following changes since commit 8f86a3636ef88427f880610638e80991adc41896: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx are available in the git repository at: git://www.denx.de/git/u-boot-cfi-flash.git master Jens Gehrlein (2): CFI: avoid

Re: [U-Boot] [PATCH] MIPS: Add flush_dcache_range() and invalidate_dcache_range()

2009-01-26 Thread Shinya Kuribayashi
Stefan Roese wrote: This patch adds flush_/invalidate_dcache_range() to the MIPS architecture. Those functions are needed for the upcoming dcache support for the USB EHCI driver. I chose this API because those cache handling functions are already present in the PPC architecture.

Re: [U-Boot] [PATCH 1/3 v3] MIPS: Add VCT board series support (Part 1/3)

2009-01-26 Thread Shinya Kuribayashi
Stefan Roese wrote: Signed-off-by: Stefan Roese s...@denx.de --- v3: - Added USB EHCI support - Added performance enhanced OneNAND read support v2: - Fixed issues in u-boot.lds mentioned by Andrew Dyer board/micronas/vct/Makefile| 57 board/micronas/vct/bcu.h

Re: [U-Boot] qemu-mips usage

2009-01-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:13 Mon 26 Jan , Luigi 'Comio' Mantellini wrote: Hi ML, I'm evaluating the qemu-mips to simulate a mips 4kec/24kec board. I'm working on the high level booting sequence (linux init scripts), and qemu+uboot should be a good choice to emulate a basic system (flash + dram + 4kec

Re: [U-Boot] [PATCH 1/3 v3] MIPS: Add VCT board series support (Part 1/3)

2009-01-26 Thread Stefan Roese
On Monday 26 January 2009, Shinya Kuribayashi wrote: No objection from me, will apply. Stefan, I'm going to fold all patches into sinble commit, ok? That's ok with me. Not sure if Wolfgang has an objection though, since he might have problems tracking the status of the patches. Wolfgang, an

Re: [U-Boot] [PATCH] [REBASED] part_efi: Fix partition size calculation due to inclusive ending LBA.

2009-01-26 Thread Richard Retanubun
The ending LBA is inclusive. Hence, the partition size should be ((ending-LBA + 1) - starting-LBA) to get the proper partition size. This is confirmed against the results from the parted tool. (e.g. use parted /dev/sda -s unit S print) and observe the size. Signed-off-by: Richard Retanubun

Re: [U-Boot] [PATCH v2 5/9] AVR32: macb - Disable 100mbps if clock is slow

2009-01-26 Thread Gunnar Rangøy
On Fri, Jan 23, 2009 at 4:38 PM, Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com wrote: On 12:56 Fri 23 Jan , Gunnar Rangoy wrote: From: Olav Morken olav...@gmail.com For 100mbps operation, the ethernet controller requires a 25 MHz clock in MII mode, and a 50 MHz clock in RMII

Re: [U-Boot] qemu-mips usage

2009-01-26 Thread Luigi 'Comio' Mantellini
Dear All, thanks for the help. I used the last svn copy and it works fine: URL: svn://svn.savannah.nongnu.org/qemu/trunk Repository Root: svn://svn.savannah.nongnu.org/qemu Repository UUID: c046a42c-6fe2-441c-8c8c-71466251a162 Revision: 6436 Anyway I created a trivial patch in order to permit to

Re: [U-Boot] [PATCH v2 9/9] AVR32: Board support for ATEVK1100

2009-01-26 Thread Gunnar Rangøy
On Fri, Jan 23, 2009 at 4:37 PM, Wolfgang Denk w...@denx.de wrote: Dear Gunnar Rangoy, In message 7d98d3ebed68dfca910943a360d0b8aaa28d9c17.1232710611.git.gun...@rangoy.com you wrote: This patch adds support for the ATEVK1100 evaluation kit, which contains an AT32UC3A0512ES chip. ...

[U-Boot] is uImage.FIT supported in U-boot 2008.10

2009-01-26 Thread Pieter
I am unable to find the mkimage tool that takes the -f vmlinux.bin.gz argument. I am using ELDK4.2 compiling U-Boot 2008.10 using ARCH=powerpc for a MPC8548 board. is the uImage.FIT currently supported, if so, where can i find the tools mentions in /u-boot/doc/uImage.FIT/howto.txt thanks pieter

Re: [U-Boot] [PATCH v2 8/9] AVR32: CPU support for AT32UC3A0xxx CPUs

2009-01-26 Thread Gunnar Rangøy
On Fri, Jan 23, 2009 at 5:00 PM, Wolfgang Denk w...@denx.de wrote: Dear Gunnar Rangoy, In message b47b53bb44d0d937f9a40249c1cd668640aec400.1232710611.git.gun...@rangoy.com you wrote: This patch adds support for the AT32UC3A0xxx chips. ... +++ b/cpu/at32uc/at32uc3a0xxx/portmux.c @@ -0,0

Re: [U-Boot] [PATCH v3] Freescale NFC NAND driver

2009-01-26 Thread Scott Wood
On Sat, Jan 24, 2009 at 12:27:04AM +0100, Wolfgang Denk wrote: Dear John Rigby, In message 1225850561-751-1-git-send-email-jri...@freescale.com you wrote: v3: Fixed problem with CFG vs CONFIG_SYS in board/ads5121/ads5121.c v2: Reworked MPC5121 NAND driver. Attempted to address all the

[U-Boot] [PATCH] ppc4xx: Fix initialization of SDRAM_CODT register in ppc_4xx_ddr2.c

2009-01-26 Thread carolyn.j.smith
This fixes the initialization of the SDRAM_CODT register in the ppc4xx DDR2 initialization code. The changes were discussed with Stefan Roese and Adam Graham and tested by Adam. Signed-off-by: Carolyn Smith carolyn.sm...@tektronix.com --- diff -w -uprN old/cpu/ppc4xx/44x_spd_ddr2.c

[U-Boot] [PATCH 1/1] Bug fix - release env memory.

2009-01-26 Thread derek
This is my first time to create a patch. Not sure if I have done it right. Signed-off-by: Derek Ou de...@siconix.com --- common/env_nand.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/common/env_nand.c b/common/env_nand.c index 8af9e74..01430cb 100644 ---

Re: [U-Boot] nand sector size is zero in jffs2 cmds

2009-01-26 Thread Derek Ou
Hi, Wolfgang, The following patch was tested some time ago. I am in the middle of another task and can not verify this patch with the latest code. Should I just reformat my patch and submit it or should I wait till I can test it with the latest code? Also, I found that jffs2 scanning routine

Re: [U-Boot] [PATCH v3 0/6] i.MX31: Add NAND support and new PDK board.

2009-01-26 Thread Magnus Lilja
Wolfgang, 2009/1/24 Wolfgang Denk w...@denx.de: Dear Jean-Christophe, in message 1219998982-21289-1-git-send-email-lilja.mag...@gmail.com Magnus Lilja you wrote: This series of patches adds support for the NAND flash controller in the i.MX31 device and also introduces the Freescale i.MX31

Re: [U-Boot] [PATCH 1/1] Bug fix - release env memory.

2009-01-26 Thread Kumar Gala
On Jan 26, 2009, at 11:50 AM, de...@siconix.com wrote: Looks ok, but This is my first time to create a patch. Not sure if I have done it right. we normally put a description of the fix, issue, etc in this section. (as its the commit message). Signed-off-by: Derek Ou

Re: [U-Boot] [PATCH] nand_spl: Fix compile problem with board_nand_init() prototype

2009-01-26 Thread Scott Wood
On Mon, Jan 26, 2009 at 10:05:20AM +0100, Stefan Roese wrote: This patch removes the now obsolete and additionally wrongly defined board_nand_init() prototype from nand_spl/nand_boot.c. Signed-off-by: Stefan Roese s...@denx.de Applied to u-boot-nand-flash -Scott

Re: [U-Boot] [PATCH] jedec_flash: Fix compilation warning in jedec_flash.c

2009-01-26 Thread Wolfgang Denk
Dear Stefan Roese, In message 1232960742-9121-1-git-send-email...@denx.de you wrote: Signed-off-by: Stefan Roese s...@denx.de --- drivers/mtd/jedec_flash.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/mtd/jedec_flash.c

Re: [U-Boot] [PATCH 1/3 v3] MIPS: Add VCT board series support (Part 1/3)

2009-01-26 Thread Wolfgang Denk
Dear Stefan Roese, In message 200901261415.48417...@denx.de you wrote: On Monday 26 January 2009, Shinya Kuribayashi wrote: No objection from me, will apply. Stefan, I'm going to fold all patches into sinble commit, ok? That's ok with me. Not sure if Wolfgang has an objection though,

Re: [U-Boot] [PATCH v2 9/9] AVR32: Board support for ATEVK1100

2009-01-26 Thread Wolfgang Denk
Dear ?ISO-8859-1?Q?Gunnar_Rangøy?, In message e1b3d0a60901260635s668877b9j7368427832acf...@mail.gmail.com you wrote: ... +#undef CONFIG_CMD_AUTOSCRIPT Is there a specific reason for not allowing to use shell scripts? ... No, not really. We did this because this was done in other AVR32

Re: [U-Boot] is uImage.FIT supported in U-boot 2008.10

2009-01-26 Thread Wolfgang Denk
Dear Pieter, In message 497dccfa.3070...@vastech.co.za you wrote: I am unable to find the mkimage tool that takes the -f vmlinux.bin.gz argument. I am using ELDK4.2 compiling U-Boot 2008.10 using ARCH=powerpc for a MPC8548 board. What about tools/mkimage ? is the uImage.FIT currently

Re: [U-Boot] [PATCH v2 8/9] AVR32: CPU support for AT32UC3A0xxx CPUs

2009-01-26 Thread Wolfgang Denk
Dear =?ISO-8859-1?Q?Gunnar_Rang=F8y?=, In message e1b3d0a60901260726i422cfe85s7c5a35745eedc...@mail.gmail.com you wrote: + portmux_select_peripheral(PORTMUX_PORT(0), + 0x0003C000 | + 0x1E00,

[U-Boot] [PATCH 0/5] ADS5121 Backlog of patches

2009-01-26 Thread John Rigby
[PATCH 1/5] ADS5121 DIU Make inclusion of FSL logo optional This makes including FSL_logo optional since including it puts the size of u-boot over the current limit of 2 sectors [PATCH 2/5] ADS5121 DIU Add diu_bmp_addr env This adds support for a setting an env variable to the

[U-Boot] [PATCH 1/5] ADS5121 DIU Make inclusion of FSL logo optional

2009-01-26 Thread John Rigby
Make inclusion of FSL logo optional and turn it off by default. Signed-off-by: John Rigby jri...@freescale.com --- board/ads5121/ads5121_diu.c |4 include/configs/ads5121.h |1 + 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/board/ads5121/ads5121_diu.c

[U-Boot] [PATCH 3/5] ADS5121 Fix rev2 silicon pci iopad config

2009-01-26 Thread John Rigby
Reset config is not correct Signed-off-by: John Rigby jri...@freescale.com --- board/ads5121/ads5121.c | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/board/ads5121/ads5121.c b/board/ads5121/ads5121.c index 0610928..8e22719 100644 ---

[U-Boot] [PATCH 5/5] ADS5121 Add PATA support

2009-01-26 Thread John Rigby
From: Ralph Kondziella r...@argos-messtechnik.de Original patch from Ralph Kondziella plus clean up by Wolfgang Denk plus changes by John Rigby use ips clock not lpc port forward to current u-boot release Signed-off-by: Ralph Kondziella r...@argos-messtechnik.de Signed-off-by: Wolfgang

Re: [U-Boot] [PATCH 1/1] Bug fix - release env memory.

2009-01-26 Thread Wolfgang Denk
Dear Derek, In message 0bee6c3501ae7b8e2c111bf32219e501.squir...@webmail.siconix.com you wrote: This is my first time to create a patch. Not sure if I have done it right. Close, but no cigar ;-) A comment like the line above must go below the --- line. Signed-off-by: Derek Ou

[U-Boot] [PATCH 4/5] ADS5121 Add IC Ident Module (IIM) support

2009-01-26 Thread John Rigby
IIM (IC Identification Module) is the fusebox for the mpc5121. Use #define CONFIG_IIM to turn on the clock for this module use #define CONFIG_CMD_FUSE to add fusebox commands. Fusebox commands include the ability to read the status, read the register cache, override the register cache, program the

[U-Boot] [PATCH 2/5] ADS5121 DIU Add diu_bmp_addr env

2009-01-26 Thread John Rigby
Add support for using a bmp other than FSL_Logo_BMP for the DIU splash screen. Can now set the env var diu_bmp_addr to the address of a BMP in flash to use instead of the default FSL_Logo_BMP. Signed-off-by: Martha Marx mm...@silicontkx.com Signed-off-by: John Rigby jri...@freescale.com ---

[U-Boot] sprintf side effect, a bug?

2009-01-26 Thread E Robertson
Hi, It seems that sprintf() is modifying at least two bytes from the source and I have duplicate this with different varibles. For instance, I have a mac address defined as unsigned char [6]: Doing the following sets the environment variable correctly, however bytes [0] and [1], are modified at

[U-Boot] [PATCH] env_nand: fix env memory release

2009-01-26 Thread derek
This fixes a bug that tmp environment memory not being released. Signed-off-by: Derek Ou d...@siconix.com --- common/env_nand.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/common/env_nand.c b/common/env_nand.c index 8af9e74..e490775 100644 ---

Re: [U-Boot] sprintf side effect, a bug?

2009-01-26 Thread Wolfgang Denk
Dear E Robertson, In message 200901261453.10434.e.robertson@gmail.com you wrote: It seems that sprintf() is modifying at least two bytes from the source and I have duplicate this with different varibles. For instance, I have a mac address defined as unsigned char [6]: Doing the

[U-Boot] compiling latest U-BOOT under MACOSX

2009-01-26 Thread vibnwis
Hi there, Having download the latest 2009 version, I made some changes to Makefile, tools/Makefile. I encouter the following errors. Would someone please help. I have had compiled successfully on 1.1.6 and 1.2 version of u-boot. But haven't much luck on 1.3.4 or the latest. Thanks in advance.

[U-Boot] SST39VF1601 flash driver

2009-01-26 Thread Jerry Zhang
hello, all! I am porting u-boot to my board. I found it is difficult for me to write the flash driver ( flash.c) of SST39VF1601 by myself. Has anyone ever written this driver? Would you please give me a guide? Thanks in advance! Jerry.Zhang ___

Re: [U-Boot] [PATCH] jedec_flash: Fix compilation warning in jedec_flash.c

2009-01-26 Thread Stefan Roese
Hi Wolfgang, On Monday 26 January 2009, Wolfgang Denk wrote: diff --git a/drivers/mtd/jedec_flash.c b/drivers/mtd/jedec_flash.c index 2d99d4d..879f25e 100644 --- a/drivers/mtd/jedec_flash.c +++ b/drivers/mtd/jedec_flash.c @@ -172,7 +172,7 @@ struct amd_flash_info { static const

Re: [U-Boot] SST39VF1601 flash driver

2009-01-26 Thread Stefan Roese
Hi Jerry, On Tuesday 27 January 2009, Jerry Zhang wrote: I am porting u-boot to my board. I found it is difficult for me to write the flash driver ( flash.c) of SST39VF1601 by myself. Has anyone ever written this driver? Would you please give me a guide? Sure this device has been supported

Re: [U-Boot] [PATCH] ppc4xx: Fix initialization of SDRAM_CODT register in ppc_4xx_ddr2.c

2009-01-26 Thread Stefan Roese
On Monday 26 January 2009, carolyn.j.sm...@tektronix.com wrote: This fixes the initialization of the SDRAM_CODT register in the ppc4xx DDR2 initialization code. The changes were discussed with Stefan Roese and Adam Graham and tested by Adam. General comment: The line The changes were