Re: [U-Boot-Users] [PATCH 1/1] Re-Submit: Add support for ATMEL AT91SAM9G20EK board.

2008-07-29 Thread Hong Xu
Thanks Ben. I'll wait for more suggestions and re-generate the whole patch again. Hope I do not bother you guys too much. It's my first time saying something in this list. :-) On Tue, Jul 29, 2008 at 12:57, Ben Warren [EMAIL PROTECTED] wrote: Hi Hong, Thanks for all the hard work. One more

[U-Boot-Users] U-boot and Mathematical Library

2008-07-29 Thread Vincenzo Scianni
Hi to everyone. I have a general question: my need is to use u-boot to initialize a PowerPC 5123 and then to continue with a custom kernel without Linux. The problem is that during initialization I must drive very early a graphical controller by PCI to show some logos and I need of

Re: [U-Boot-Users] [PATCH 1/1] Add support for the hammerhead (AVR32) board

2008-07-29 Thread Michal Simek
Could someone explain me what this message has relation with AVR32? This is 100% microblaze relate problems. Please change subject and cc to me if you have any problem with latest U-BOOT for Microblaze. Michal Simek Hi John, look at

Re: [U-Boot-Users] [PATCH 1/1] Re-Submit: Add support for ATMEL AT91SAM9G20EK board.

2008-07-29 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:57 Mon 28 Jul , Ben Warren wrote: Hi Hong, Thanks for all the hard work. One more thing... snip +#if defined(CONFIG_CMD_NET) +int board_eth_init(bd_t *bis) +{ + return at91sam9_eth_initialize(bis); +} +#endif Here's at91sam9_eth_initialize: #if

Re: [U-Boot-Users] using a flat device tree to drive u-boot config

2008-07-29 Thread Haavard Skinnemoen
Kumar Gala [EMAIL PROTECTED] wrote: But I agree, in general I would hope u-boot would be able to still boot w/o the device tree information (might be crippled, but you could recover). How about keeping a fail-safe blob around somewhere? Haavard

Re: [U-Boot-Users] [PATCH 1/1] Re-Submit: Add support for ATMEL AT91SAM9G20EK board.

2008-07-29 Thread Hong Xu
On Tue, Jul 29, 2008 at 15:25, Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] wrote: On 21:57 Mon 28 Jul , Ben Warren wrote: Hi Hong, Thanks for all the hard work. One more thing... snip +#if defined(CONFIG_CMD_NET) +int board_eth_init(bd_t *bis) +{ + return

Re: [U-Boot-Users] using a flat device tree to drive u-boot config

2008-07-29 Thread André Schwarz
Ben Warren schrieb: On Mon, Jul 28, 2008 at 10:43 AM, Scott Wood [EMAIL PROTECTED] wrote: Ben Warren wrote: On Mon, Jul 28, 2008 at 10:32 AM, Scott Wood [EMAIL PROTECTED] wrote: I find a device tree much easier to figure out than a tangled mess of header files, #defines, and #ifdefs... In

Re: [U-Boot-Users] [PATCH] Add MIMC200 board - now uses board_eth_init()

2008-07-29 Thread Haavard Skinnemoen
Mark Jackson [EMAIL PROTECTED] wrote: The MIMC200 board is based on Atmel's NGW100 dev kit, but with an extra 8MByte FLASH and 128KByte FRAM. Do you have a link with some more information about the board? I also think your mailer mangles whitespace. Thunderbird can apparently be fixed; please

Re: [U-Boot-Users] [PATCH] Add MIMC200 board - now uses board_eth_init()

2008-07-29 Thread Mark Jackson
Ben Warren wrote: C++ style comments are not allowed. Please fix them all. snip Okay. The prototype is: int board_eth_init(bd_t *); You'll need to return 0 if you can't get anything useful from macb_eth_initialize(); snip Okay. It's frowned upon to conditionally compile

Re: [U-Boot-Users] U-boot and Mathematical Library

2008-07-29 Thread Albert ARIBAUD
Vincenzo Scianni a écrit : Hi to everyone. I have a general question: my need is to use u-boot to initialize a PowerPC 5123 and then to continue with a custom kernel without Linux. The problem is that during initialization I must drive very early a graphical controller by PCI to show

Re: [U-Boot-Users] [PATCH 1/1] Re-Submit: Add support for ATMEL AT91SAM9G20EK board.

2008-07-29 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:01 Tue 29 Jul , Hong Xu wrote: On Tue, Jul 29, 2008 at 15:25, Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] wrote: On 21:57 Mon 28 Jul , Ben Warren wrote: Hi Hong, Thanks for all the hard work. One more thing... snip +#if defined(CONFIG_CMD_NET) +int

Re: [U-Boot-Users] using a flat device tree to drive u-boot config

2008-07-29 Thread André Schwarz
Wolfgang Grandegger schrieb: André Schwarz wrote: Ben Warren schrieb: On Mon, Jul 28, 2008 at 10:43 AM, Scott Wood [EMAIL PROTECTED] wrote: Ben Warren wrote: On Mon, Jul 28, 2008 at 10:32 AM, Scott Wood [EMAIL PROTECTED] wrote: I find a device tree much easier to figure out than a tangled

Re: [U-Boot-Users] [PATCH 1/1] Re-Submit: Add support for ATMEL AT91SAM9G20EK board.

2008-07-29 Thread Haavard Skinnemoen
Hong Xu [EMAIL PROTECTED] wrote: or something like this. I don't know if AT91_BASE_EMAC is visible from this code, so you may need to modify slightly. Can we do a cpu_eth_init instead? Not all arm926ejs series have built-in ethernet controller (e.g. AT91SAM9261 does not have). If we

Re: [U-Boot-Users] [PATCH] Add MIMC200 board - now uses board_eth_init()

2008-07-29 Thread Mark Jackson
Haavard Skinnemoen wrote: Mark Jackson [EMAIL PROTECTED] wrote: The MIMC200 board is based on Atmel's NGW100 dev kit, but with an extra 8MByte FLASH and 128KByte FRAM. Do you have a link with some more information about the board? Not at this moment ... it's still under development, so to

[U-Boot-Users] [PATCH 1/1] avr32: add support for EarthLCD Favr-32 board

2008-07-29 Thread Hans-Christian Egtvedt
This patch adds support for the Favr-32 board made by EarthLCD. This kit, which is also called ezLCD-101 when running with EarthLCD firmware, has a 10.4 touch screen LCD panel, 16 MB 32-bit SDRAM, 8 MB parallel flash, Ethernet, audio out, USB device, SD-card slot, USART and various other

[U-Boot-Users] [PATCH] at91sam9: merge ether driver to cpu_eth_init

2008-07-29 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] diff --git a/cpu/arm926ejs/at91/ether.c b/cpu/arm926ejs/at91/ether.c index 7e11fe4..c54f33b 100644 --- a/cpu/arm926ejs/at91/ether.c +++ b/cpu/arm926ejs/at91/ether.c @@ -25,10 +25,10 @@ #include common.h #include

[U-Boot-Users] On-the-fly suppressing stdin, stdout and stderr

2008-07-29 Thread Mark Jackson
I'd like to know if it's possible to suppress comms to / from stdio, stdout and stderr. I know there's support to suppress the console output (stdout and stderr) using CONFIG_SILENT_CONSOLE and the silent env variable, but this isn't particularly dynamic. Our target board has a bitlink which

[U-Boot-Users] [PATCH] Adder8xx: Fix CFG_MONITOR_LEN

2008-07-29 Thread Frank Svendsbøe
Due to increased space usage, U-Boot can no longer be stored in three sectors. The current U-Boot use just over three flash sectors (197k), and U-Boot will become corrupt after saving environment variables. This patch adds another 64k to CFG_MONITOR_LEN. Signed-off-by: Frank E. Svendsbøe [EMAIL

[U-Boot-Users] ppc4xx: net: [PATCH] Remove emac4xx_miiphy_initialize for ppc440x5

2008-07-29 Thread Ricardo Ribalda Delgado
PPC440x5 does not have an integrated Emac, it must be removed from the net/eth.c file Signed-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED] --- net/eth.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/net/eth.c b/net/eth.c index 38979aa..bd3580c 100644 ---

Re: [U-Boot-Users] Strange behavior in UPM

2008-07-29 Thread Alemao
Im using MPC8360E and NAND512W32BN6E, and they are connected like in mpc8360e-rdk (same pins). About the waveform, i did the tests considering reading the electronic signature from the nand flash. I put the code below in a loop (nand_base.c): --- /* Select the device */

Re: [U-Boot-Users] [PATCH] mpc85xx: fix upmconfig

2008-07-29 Thread Wolfgang Denk
Hi Andy, in message [EMAIL PROTECTED] Sebastian Siewior wrote: * Andy Fleming | 2008-07-14 19:32:56 [-0500]: ... This looks pretty good to me, but I'm not very familiar with this code. Could you explain a little more deeply what is wrong with the old way, and why the new way is better? I

[U-Boot-Users] moving bss outside of the image?

2008-07-29 Thread Kumar Gala
Is there any concern with moving .bss outside of the image? On 85xx the images have historically been a fixed size (512k) and the .bss has always lived inside of that region. We are now getting to a point that .text + .data + .bss exceeds 512k. Its easy enough to move .bss right pass the

Re: [U-Boot-Users] [PATCH 1/1] Re-Submit: Add support for ATMEL AT91SAM9G20EK board.

2008-07-29 Thread Ben Warren
On Tue, Jul 29, 2008 at 2:15 AM, Haavard Skinnemoen [EMAIL PROTECTED] wrote: Hong Xu [EMAIL PROTECTED] wrote: or something like this. I don't know if AT91_BASE_EMAC is visible from this code, so you may need to modify slightly. Can we do a cpu_eth_init instead? Not all arm926ejs series

Re: [U-Boot-Users] [PATCH] at91sam9: merge ether driver to cpu_eth_init

2008-07-29 Thread Ben Warren
Hi J-C, On Tue, Jul 29, 2008 at 4:03 AM, Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] diff --git a/cpu/arm926ejs/at91/ether.c b/cpu/arm926ejs/at91/ether.c index 7e11fe4..c54f33b 100644 ---

[U-Boot-Users] unassigned-patches/7: [PATCH] Move mpc5121 iopoin feature from board specific to common files.

2008-07-29 Thread u-boot
And in the process eliminate some duplicate register defines. Signed-off-by: Kenneth Johansson [EMAIL PROTECTED] --- Added to GNATS database as unassigned-patches/7 Responsible:patch-coord Message-Id: [EMAIL PROTECTED] In-Reply-To: References: Patch-Date: Tue Jul 15 12:13:38

[U-Boot-Users] unassigned-patches/9: [PATCH] I2C EEPROM simulator

2008-07-29 Thread u-boot
Minor Changes to previous patch Signed-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED] --- Added to GNATS database as unassigned-patches/9 Responsible:patch-coord Message-Id: [EMAIL PROTECTED] In-Reply-To:[EMAIL PROTECTED] References: [EMAIL PROTECTED] Patch-Date: Wed Jul

[U-Boot-Users] unassigned-patches/8: [PATCH] I2C Monitor chip ADT7460 support

2008-07-29 Thread u-boot
Minor changes to previous patch Signed-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED] --- Added to GNATS database as unassigned-patches/8 Responsible:patch-coord Message-Id: [EMAIL PROTECTED] In-Reply-To:[EMAIL PROTECTED] References: [EMAIL PROTECTED] Patch-Date: Wed Jul

Re: [U-Boot-Users] using a flat device tree to drive u-boot config

2008-07-29 Thread Jon Loeliger
Kumar Gala wrote: Our main interest in using FDT for U-Boot is to make it dynamically configurable having just one image for various variants of the hardware. Replacing config.h completely seems overkill to me (and will not even be possible). Agreed. I'm not suggesting replacing

Re: [U-Boot-Users] ppc4xx: [PATCH] ML507 Board Support (Resubmit)

2008-07-29 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: This patch gives support to a standard design produced by EDK for this board: ppc440, uartlite, xilinx_int and flash - Includes Changes propossed by Stefan Roese and Michal Simek Applied to next branch of u-boot-ppc4xx after some minor cleanups.

Re: [U-Boot-Users] [PATCH 1/1] avr32: add support for EarthLCD Favr-32 board

2008-07-29 Thread Ben Warren
Hello, On Tue, Jul 29, 2008 at 3:27 AM, Hans-Christian Egtvedt [EMAIL PROTECTED] wrote: This patch adds support for the Favr-32 board made by EarthLCD. This kit, which is also called ezLCD-101 when running with EarthLCD firmware, has a 10.4 touch screen LCD panel, 16 MB 32-bit SDRAM, 8 MB

[U-Boot-Users] unassigned-patches/11: [PATCH v2] sh: Renesas R0P7785LC0011RL board support

2008-07-29 Thread u-boot
This board has SH7785, 512MB DDR2-SDRAM, NOR Flash, Graphic, Ethernet, USB, SD, RTC, and I2C controller. This patch supports the following functions: - 128MB DDR2-SDRAM (29-bit address mode only) - NOR Flash - USB host - Ethernet Signed-off-by: Yoshihiro Shimoda [EMAIL PROTECTED] --- Added

Re: [U-Boot-Users] v1.3.4-rc1 released

2008-07-29 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: - at91rm9200dk: In file included from /home/wd/git/u-boot/work/include/nand.h:32, from board.c:48: /home/wd/git/u-boot/work/include/linux/mtd/nand.h:82:1: warning: NAND_CTL_SETCLE redefined In file included from

[U-Boot-Users] get_timer on ppc and bugs related to calling it (fsl_i2c)

2008-07-29 Thread Kumar Gala
In debugging moving the bss outside of the image on 85xx I run into in issue with the SPD code using fsl_i2c before we are running in ram and setup the BSS. It looks like i2c_wait4bus() [in fsl_i2c.c] calls get_timer(). get_timer implemented in lib_ppc/interrupts.c and uses a global

Re: [U-Boot-Users] ppc4xx: [PATCH] ML507 Board Support

2008-07-29 Thread Ricardo Ribalda Delgado
Hi all I have just prepared, tested and sent a patch. Best regards On Tue, Jul 29, 2008 at 4:59 PM, Stefan Roese [EMAIL PROTECTED] wrote: Hi Wolfgang, On Tuesday 29 July 2008, Wolfgang Denk wrote: In message [EMAIL PROTECTED] you wrote: #define CFG_MBYTES_SDRAM256 No.

[U-Boot-Users] [PATCH U-Boot-v2] at91sam9260ek: add defconfig

2008-07-29 Thread Robert Schwebel
The board has no defconfig file; add one. Signed-off-by: Robert Schwebel [EMAIL PROTECTED] --- arch/arm/configs/at91sam9260ek_defconfig | 189 +++ 1 file changed, 189 insertions(+) Index: u-boot-v2/arch/arm/configs/at91sam9260ek_defconfig

Re: [U-Boot-Users] i.MX27ADS patch/port for UBOOT

2008-07-29 Thread Robert Schwebel
On Mon, Jul 28, 2008 at 10:43:39PM +0530, Tiju wrote: I have a freescale based MX27ADS development board. I am trying to port u-boot to this board. Is there a port thats already available? If not kindly suggest what could be the nearest port to this board? There is an (incomplete) u-boot-v2

Re: [U-Boot-Users] [Patch 1/1] Re-Submit: QE UEC: Add MII Commands

2008-07-29 Thread Kim Phillips
On Tue, 29 Jul 2008 11:10:09 -0400 richardretanubun [EMAIL PROTECTED] wrote: Patch originally submitted by David Saada http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/38946 Shamelessly copy-pasted below. Richard

[U-Boot-Users] [PATCH U-Boot-v2] at91sam9260ek: fix names

2008-07-29 Thread Robert Schwebel
Fix some left-overs from copy and paste. Signed-off-by: Robert Schwebel [EMAIL PROTECTED] --- board/at91sam9260ek/init.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) Index: u-boot-v2/board/at91sam9260ek/init.c

[U-Boot-Users] [GIT PULL] MIPS updates

2008-07-29 Thread Shinya Kuribayashi
Hi Wolfgang, please pull MIPS update. I'd like to make this into v1.3.4-final. Thanks, Shinya --- The following changes since commit 1953d128fd07f07d1c3810a28c0863ea64dae1b6: Michal Simek (1): microblaze: Fix printf() format issues are available in the git repository at:

Re: [U-Boot-Users] [PATCH U-Boot-v2] at91sam9260ek: fix names

2008-07-29 Thread Robert Schwebel
On Tue, Jul 29, 2008 at 05:53:37PM +0200, Robert Schwebel wrote: Fix some left-overs from copy and paste. However, the board still fails to build, looks like you've forgotten to change in some of the Pengutronix TechWeek stuff: [EMAIL PROTECTED]:u-boot-v2$ make ARCH=arm

Re: [U-Boot-Users] [PATCH 1/3] [NAND] Use the common declaration in NAND/OneNAND state

2008-07-29 Thread Scott Wood
On Tue, Jul 29, 2008 at 09:22:24AM +0900, Kyungmin Park wrote: Hi, On Sat, Jul 26, 2008 at 6:21 AM, Scott Wood [EMAIL PROTECTED] wrote: On Fri, Jul 25, 2008 at 04:23:34PM +0900, Kyungmin Park wrote: Use the common declaration in NAND/OneNAND state As previously requested, please base

Re: [U-Boot-Users] get_timer on ppc and bugs related to calling it (fsl_i2c)

2008-07-29 Thread Kumar Gala
On Jul 29, 2008, at 9:48 AM, Kumar Gala wrote: In debugging moving the bss outside of the image on 85xx I run into in issue with the SPD code using fsl_i2c before we are running in ram and setup the BSS. It looks like i2c_wait4bus() [in fsl_i2c.c] calls get_timer(). get_timer implemented

Re: [U-Boot-Users] using a flat device tree to drive u-boot config

2008-07-29 Thread Timur Tabi
On Mon, Jul 28, 2008 at 12:32 PM, Scott Wood [EMAIL PROTECTED] wrote: I find a device tree much easier to figure out than a tangled mess of header files, #defines, and #ifdefs... Especially since the various config files 1) often define the CONFIG_ and CFG_ options is different order 2) are

Re: [U-Boot-Users] using a flat device tree to drive u-boot config

2008-07-29 Thread Timur Tabi
On Mon, Jul 28, 2008 at 10:07 AM, Kumar Gala [EMAIL PROTECTED] wrote: One topic that come up during OLS in discussions and u-boot BOF was the idea of driving u-boot configuration from a device tree instead of from config.h. I was wondering if anyone has actually looked at doing this. What

Re: [U-Boot-Users] v1.3.4-rc1 released

2008-07-29 Thread Scott Wood
On Tue, Jul 29, 2008 at 04:37:35PM +0200, Wolfgang Denk wrote: In message [EMAIL PROTECTED] you wrote: This board seems to be using the legacy NAND interface, but doesn't define CFG_NAND_LEGACY. It also doesn't define CONFIG_CMD_NAND; if one does so, then it gets build errors (with or

Re: [U-Boot-Users] i.MX27ADS patch/port for UBOOT

2008-07-29 Thread Tiju
Hi Robert, I have a freescale based MX27ADS development board. I am trying to port u-boot to this board. Is there a port thats already available? If not kindly suggest what could be the nearest port to this board? There is an (incomplete) u-boot-v2 port for the ADS. Improvements are

[U-Boot-Users] [PATCH][FOR 1.3.4] fsl_i2c: Use timebase timer functions instead of get_timer()

2008-07-29 Thread Kumar Gala
The current implementation of get_timer() is only really useful after we have relocated u-boot to memory. The i2c code is used before that as part of the SPD DDR setup. We actually have a bug when using the get_timer() code before relocation because the .bss hasn't been setup and thus we could

Re: [U-Boot-Users] i.MX27ADS patch/port for UBOOT

2008-07-29 Thread Robert Schwebel
On Tue, Jul 29, 2008 at 10:25:41PM +0530, Tiju wrote: How do I get the MX27ADS u-bootv2 patches? It is in the u-boot-v2 git tree: http://git.denx.de/?p=u-boot/u-boot-v2.git;a=summary rsc -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutions for Science and

Re: [U-Boot-Users] [PATCH] Add MIMC200 board - now uses board_eth_init()

2008-07-29 Thread Scott Wood
On Tue, Jul 29, 2008 at 09:52:12AM +0100, Mark Jackson wrote: I didn't want to use u-boot's slient boot options, since they're hard-coded at compile time. The only place I could think to this was to modify the atmel_usart.c file as above. It's not hard-coded at compile-time -- set

Re: [U-Boot-Users] PATCH: Update U-Boot EXT2 Filesystem to support dynamic inode size and optimize ext2 read function to fasten read speed!

2008-07-29 Thread Scott Wood
On Tue, Jul 29, 2008 at 04:48:51PM +0800, Ryan CHEN wrote: Description: The patch updates /fs/ext2/ext2fs.c file. There are two aims: 1. Make U-Boot could support the EXT2 dynamic version that ext2_inode_size beyond 128bytes. One new feature be involved: CFG_EXT2_SUPPORT_DYNAMIC_REV

Re: [U-Boot-Users] [PATCH] (Resubmit) ADD ARM AMBA PL031 RTC Support

2008-07-29 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Now i have generated the patch using below command. Update me if this is not correct $ git format-patch -p -o ../ -C -M -N --summary --stat=80 --no-color --signoff master workingbranch Please move such comments *below* the '---' line. Anything

Re: [U-Boot-Users] bugs/4

2008-07-29 Thread u-boot
Synopsis: [U-Boot-Users] [PATCH] Fix duplicated flash state Responsible-Changed-From-To: patch-coord-gu-nand-flash Responsible-Changed-By: wd Responsible-Changed-When: Tue, 29 Jul 2008 23:02:19 +0200 Responsible-Changed-Why: Assign to Scott

Re: [U-Boot-Users] Strange behavior in UPM

2008-07-29 Thread Alemao
Other thing i notice in the following code: --- /* Send the command for reading device ID */ this-cmdfunc(mtd, NAND_CMD_READID, 0x00, -1); /* Read manufacturer and device IDs */ nand_maf_id = this-read_byte(mtd); nand_dev_id = this-read_byte(mtd); --- It

Re: [U-Boot-Users] usb/10

2008-07-29 Thread u-boot
Synopsis: [U-Boot-Users] [PATCH v2] usb: add support for R8A66597 usb controller Responsible-Changed-From-To: patch-coord-gu-usb Responsible-Changed-By: wd Responsible-Changed-When: Tue, 29 Jul 2008 23:14:34 +0200 Responsible-Changed-Why: Assigned to markus

Re: [U-Boot-Users] mpc512x/7

2008-07-29 Thread u-boot
Synopsis: [U-Boot-Users] [PATCH] Move mpc5121 iopoin feature from board specific to common files. Responsible-Changed-From-To: patch-coord-gu-mpc512x Responsible-Changed-By: wd Responsible-Changed-When: Tue, 29 Jul 2008 23:15:15 +0200 Responsible-Changed-Why: Assigned to John

Re: [U-Boot-Users] sh/11

2008-07-29 Thread u-boot
Synopsis: [U-Boot-Users] [PATCH v2] sh: Renesas R0P7785LC0011RL board support Responsible-Changed-From-To: patch-coord-gu-sh Responsible-Changed-By: wd Responsible-Changed-When: Tue, 29 Jul 2008 23:17:30 +0200 Responsible-Changed-Why: Assign to Nobuhiro Iwamatsu

[U-Boot-Users] unassigned-patches/14: [PATCH] Update Freescale 85xx boards to sys_eeprom.c

2008-07-29 Thread u-boot
The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID format, and so it obsoletes board/freescale/common/cds_eeprom.c. Freescale 86xx boards already use sys_eeprom.c, so this patch migrates the remaining Freescale 85xx boards to use it as well. cds_eeprom.c is deleted.

Re: [U-Boot-Users] moving bss outside of the image?

2008-07-29 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Is there any concern with moving .bss outside of the image? On 85xx the images have historically been a fixed size (512k) and the .bss has always lived inside of that region. We are now getting to a point that .text + .data + .bss exceeds 512k.

Re: [U-Boot-Users] mpc85xx/14

2008-07-29 Thread u-boot
Synopsis: [U-Boot-Users] [PATCH] Update Freescale 85xx boards to sys_eeprom.c Responsible-Changed-From-To: patch-coord-gu-mpc85xx Responsible-Changed-By: wd Responsible-Changed-When: Tue, 29 Jul 2008 23:33:58 +0200 Responsible-Changed-Why: Assign to Andy

[U-Boot-Users] unassigned-patches/15: [Patch 1/1] Re-Submit: QE UEC: Add MII Commands

2008-07-29 Thread u-boot
Patch originally submitted by David Saada http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/38946 Shamelessly copy-pasted below. Richard === Add MII commands to the UEC driver. Note that once a UEC device is selected,

[U-Boot-Users] unassigned-patches/16: [PATCH] ppc4xx: ml507: Use of get_ram_size in board ml507

2008-07-29 Thread u-boot
-Change suggested by WD Signed-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED] --- Added to GNATS database as unassigned-patches/16 Responsible:patch-coord Message-Id: [EMAIL PROTECTED] In-Reply-To:[EMAIL PROTECTED] References: [EMAIL PROTECTED] Patch-Date: Tue Jul 29

Re: [U-Boot-Users] unassigned-patches/15: [Patch 1/1] Re-Submit: QE UEC: Add MII Commands

2008-07-29 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Add MII commands to the UEC driver. Note that once a UEC device is selected, any device on its MDIO bus can be addressed. Signed-off-by: David Saada david.saada at ecitele.com Please provide a working, unmanlged mail address. Best regards, Wolfgang

Re: [U-Boot-Users] ppc4xx/16

2008-07-29 Thread u-boot
Synopsis: [PATCH] ppc4xx: ml507: Use of get_ram_size in board ml507 Responsible-Changed-From-To: patch-coord-gu-ppc4xx Responsible-Changed-By: wd Responsible-Changed-When: Tue, 29 Jul 2008 23:43:58 +0200 Responsible-Changed-Why: Assign to Stefan

[U-Boot-Users] [PATCH][FOR 1.3.4] Fix compile warnings in dlmalloc

2008-07-29 Thread Kumar Gala
The origional code was using on odd reference to get to the first real element in av_[]. The first two elements of the array are not used for actual bins, but for house keeping. If we are more explicit about how use the first few elements we can get rid of the warnings: dlmalloc.c: In function

Re: [U-Boot-Users] moving bss outside of the image?

2008-07-29 Thread Kumar Gala
On Jul 29, 2008, at 4:25 PM, Wolfgang Denk wrote: In message 2A2FDF2A-7B9D-496C-960C- [EMAIL PROTECTED] you wrote: Is there any concern with moving .bss outside of the image? On 85xx the images have historically been a fixed size (512k) and the .bss has always lived inside of that

Re: [U-Boot-Users] [PATCH] fsl-i2c: fix writes to data segment before relocation

2008-07-29 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Prevent i2c_init() in fsl_i2c.c from writing to the data segment before relocation. Commit d8c82db4 added the ability for i2c_init() to program the I2C bus speed and save the value in i2c_bus_speed[], which is a global variable. It is an error to write

Re: [U-Boot-Users] [patch 1/1] (V2) Set GD_FLG_RELOC for boards skipping relocation to RAM

2008-07-29 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually never set, because relocation to RAM is actually never done by U-boot itself. However, several pieces of code check if this flag is set at some time. So, to make sure this flag is

Re: [U-Boot-Users] [PATCH] Removed support for the adsvix.

2008-07-29 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Support for the adsvix was originally provided by Applied Data Systems (ADS), inc., now EuroTech, Inc. The board never shipped aside from some sample boards. Signed-off-by: Adrian Filipi [EMAIL PROTECTED] Adrian -- Linux Software Engineer |

Re: [U-Boot-Users] [PATCH] Fix warnings if compiling with IDE support.

2008-07-29 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Hello, this patch fixes the following warnings, if compiling u-boot with ide support. [EMAIL PROTECTED] u-boot]$ make -s all cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior cmd_ide.c:839:

Re: [U-Boot-Users] bugs/5

2008-07-29 Thread u-boot
Synopsis: [U-Boot-Users] [PATCH] Fix warnings if compiling with IDE support. State-Changed-From-To: open-closed State-Changed-By: wd State-Changed-When: Wed, 30 Jul 2008 00:31:02 +0200 State-Changed-Why: Applied as commit 36d59bd9da9e15d19b867b48449408830f4e2ad5

Re: [U-Boot-Users] [PATCH] NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.

2008-07-29 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: This fixes building out-of-tree. Signed-off-by: Scott Wood [EMAIL PROTECTED] --- Applied to u-boot-nand-flash. nand_spl/board/amcc/kilauea/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Applied, thanks!! Best regards,

Re: [U-Boot-Users] [PATCH] Correct ARM Versatile Timer Initialization

2008-07-29 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Sorry. Re-sending as uboot-mailing list was not properly Included last time Regards Gururaja Please do not include such comments in the commit message part of the patch. They belong *below* the '--- line. @@ -50,8 +50,7 @@ static ulong lastdec;

Re: [U-Boot-Users] bugs/6

2008-07-29 Thread u-boot
Synopsis: [U-Boot-Users] [PATCH] Add include for config.h in command.h. State-Changed-From-To: open-closed State-Changed-By: wd State-Changed-When: Wed, 30 Jul 2008 00:53:05 +0200 State-Changed-Why: Applied as commit 5d1d00fb36005482e1803a00ddc46efa11d719af

Re: [U-Boot-Users] [PATCH] Fix more printf() format warnings

2008-07-29 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- common/cmd_flash.c |4 ++-- drivers/usb/usbdcore.c |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX

[U-Boot-Users] unassigned-patches/17: [PATCH] Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c

2008-07-29 Thread u-boot
Add support to drivers/usb/usbdcore_omap1510.c for OMAP5912 and OMAP16xx devices. Signed-off-by: Jon Hunter [EMAIL PROTECTED] --- Added to GNATS database as unassigned-patches/17 Responsible:patch-coord Message-Id: [EMAIL PROTECTED] In-Reply-To: References: Patch-Date: Sun

Re: [U-Boot-Users] [PATCH] API: Fix compilation warnings in api_examples/demo.c.

2008-07-29 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Signed-off-by: Rafal Czubak [EMAIL PROTECTED] --- api_examples/demo.c | 17 + 1 files changed, 9 insertions(+), 8 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk

Re: [U-Boot-Users] [PATCH] API: Correct storage enumeration routine, other minor fixes in API storage area.

2008-07-29 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Signed-off-by: Rafal Czubak [EMAIL PROTECTED] Acked-by: Rafal Jaworowski [EMAIL PROTECTED] --- api/api_storage.c | 16 +++- 1 files changed, 11 insertions(+), 5 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX

Re: [U-Boot-Users] [PATCH] API: Dump contents of sector 0 in the demo application.

2008-07-29 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Signed-off-by: Rafal Czubak [EMAIL PROTECTED] Acked-by: Rafal Jaworowski [EMAIL PROTECTED] --- api_examples/demo.c | 50 -- 1 files changed, 44 insertions(+), 6 deletions(-) Applied, thanks. Best

Re: [U-Boot-Users] [PATCH] Add MIMC200 board - now uses board_eth_init()

2008-07-29 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Aligning with TABs (or at all, in initializer lists) is not a good thing, It is mandatory per Coding Style requirements. IMO -- it screws things up when viewed with any other tab size (and why else have tabs in the first place?). What do you mean by

Re: [U-Boot-Users] [PATCH 1/3] [NAND] Use the common declaration in NAND/OneNAND state

2008-07-29 Thread Kyungmin Park
On Wed, Jul 30, 2008 at 1:07 AM, Scott Wood [EMAIL PROTECTED] wrote: On Tue, Jul 29, 2008 at 09:22:24AM +0900, Kyungmin Park wrote: Hi, On Sat, Jul 26, 2008 at 6:21 AM, Scott Wood [EMAIL PROTECTED] wrote: On Fri, Jul 25, 2008 at 04:23:34PM +0900, Kyungmin Park wrote: Use the common

Re: [U-Boot-Users] git-update-server-info on u-boot-nand-flash

2008-07-29 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Can someone with the appropriate access run git-update-server-info on u-boot-nand-flash.git? Currently, it is impossible to clone this repository via HTTP. Done. Ideally, this should run via a post-receive hook... Indeed. But the x permission was

Re: [U-Boot-Users] [PATCH] Add OneNAND IPL related files to gitignore

2008-07-29 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Add OneNAND IPL related files to gitignore Signed-off-by: Kyungmin Park [EMAIL PROTECTED] Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5,

Re: [U-Boot-Users] PATCH: Update U-Boot EXT2 Filesystem to support dynamic inode size and optimize ext2 read function to fasten read speed!

2008-07-29 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Description: The patch updates /fs/ext2/ext2fs.c file. There are two aims: 1. Make U-Boot could support the EXT2 dynamic version that ext2_inode_size beyond 128bytes. One new feature be involved: CFG_EXT2_SUPPORT_DYNAMIC_REV Refer to:

Re: [U-Boot-Users] [PATCH] Add MIMC200 board - now uses board_eth_init()

2008-07-29 Thread Scott Wood
Wolfgang Denk wrote: In message [EMAIL PROTECTED] you wrote: Aligning with TABs (or at all, in initializer lists) is not a good thing, It is mandatory per Coding Style requirements. Where? I don't see any mention of alignment, and while there's no explicit definition of indentation, the

Re: [U-Boot-Users] net/15

2008-07-29 Thread u-boot
Synopsis: [U-Boot-Users] [Patch 1/1] Re-Submit: QE UEC: Add MII Commands Responsible-Changed-From-To: patch-coord-gu-net Responsible-Changed-By: wd Responsible-Changed-When: Wed, 30 Jul 2008 01:32:59 +0200 Responsible-Changed-Why: Assigned to Ben. State-Changed-From-To: open-feedback

Re: [U-Boot-Users] usb/17

2008-07-29 Thread u-boot
Synopsis: [U-Boot-Users] [PATCH] Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c Responsible-Changed-From-To: patch-coord-gu-usb Responsible-Changed-By: wd Responsible-Changed-When: Wed, 30 Jul 2008 01:33:37 +0200 Responsible-Changed-Why: Assigned to Markus

Re: [U-Boot-Users] [PATCH] Correct ARM Versatile Timer Initialization

2008-07-29 Thread Gururaja Hebbar K R
Hi, @@ -50,8 +50,7 @@ static ulong lastdec; int timer_init (void) { *(volatile ulong *)(CFG_TIMERBASE + 0) =3D CFG_TIMER_RELOAD; /* TimerLoad */ ^ - *(volatile ulong *)(CFG_TIMERBASE + 4) =3D CFG_TIMER_RELOAD; /* TimerValue */ ^ Your patch is line-wrapped and

[U-Boot-Users] Marvell db64460 / mpc7447 migration from U-boot 1.1.2 to U-boot 1.3.3

2008-07-29 Thread Stephen Horton
Hello folks, In a current work project, I have inherited a compactPCI board that has an mpc7447/7448 powerpc processor as well as a Marvell system controller, model mv64462 (stripped down mv64460). The board has a somewhat working U-boot 1.1.2 loader (using db64460 platform) and a Gentoo Linux

[U-Boot-Users] [PATCH 1/1] Re-re-Submit: Add support for ATMEL AT91SAM9G20EK board

2008-07-29 Thread Hong Xu
From 27510f3c46a9c8248e29927baf7b6dfd8a0153b3 Mon Sep 17 00:00:00 2001 From: Hong Xu [EMAIL PROTECTED] Date: Wed, 30 Jul 2008 09:02:02 +0800 Subject: [PATCH] Add support for ATMEL AT91SAM9G20EK board This patch adds support for ATMEL AT91SAM9G20EK board. After the discussion these days, this

Re: [U-Boot-Users] PATCH: Update U-Boot EXT2 Filesystem to support dynamic inode size and optimize ext2 read function to fasten read speed!

2008-07-29 Thread Ryan CHEN
Hi Scott, For sure, the modification will increase code size, but I think it is reasonable. 1. Make U-Boot could support the EXT2 dynamic version that ext2_inode_size beyond 128bytes. According to Linux kernel source code, now EXT2 filesystem could support two revision: EXT2_GOOD_OLD_REV

Re: [U-Boot-Users] [PATCH v2] sh: Renesas R0P7785LC0011RL board support

2008-07-29 Thread Nobuhiro Iwamatsu
2008/7/16 Yoshihiro Shimoda [EMAIL PROTECTED]: This board has SH7785, 512MB DDR2-SDRAM, NOR Flash, Graphic, Ethernet, USB, SD, RTC, and I2C controller. This patch supports the following functions: - 128MB DDR2-SDRAM (29-bit address mode only) - NOR Flash - USB host - Ethernet

Re: [U-Boot-Users] PATCH: Update U-Boot EXT2 Filesystem to support dynamic inode size and optimize ext2 read function to fasten read speed!

2008-07-29 Thread Ryan CHEN
Hi Wolfgang, I have modified my patch according to your suggestion. The only question is that use debug() because I found all debug print msg lines are written as : #ifdef DEBUG printf(..); #endif Are you sure I need change my debug print to debug()? commit

[U-Boot-Users] [PATCH for STLS]: Add Makefile, config.mk and u-boot.lds.S in board/st/stls/ directory!

2008-07-29 Thread Ryan CHEN
commit d66194654186b0e82d926ce4844b73e3508397f4 Parent: 699f05125509249072a0b865c8d35520d97cd501 Author: Ryan Chen [EMAIL PROTECTED] Date: Tue Jul 29 13:35:15 2008 -0400 Signed-off-by: Ryan Chen [EMAIL PROTECTED] new file: board/st/stls/Makefile new file:

[U-Boot-Users] [PATCH for STLS]: Add flash.c, ide.c and pci.c in board/st/stls/ directory!

2008-07-29 Thread Ryan CHEN
commit 7f818bb236de596c5bbcf21919625db9912b2c43 Parent: 699f05125509249072a0b865c8d35520d97cd501 Author: Ryan Chen [EMAIL PROTECTED] Date: Wed Jul 30 06:26:36 2008 -0400 Signed-off-by: Ryan Chen [EMAIL PROTECTED] new file: board/st/stls/flash.c new file:

Re: [U-Boot-Users] [PATCH] Remove unused I2C at apollon board

2008-07-29 Thread Kyungmin Park
HI Could you apply this one? Thank you, Kyungmin Park On Tue, Jul 22, 2008 at 8:01 AM, Kyungmin Park [EMAIL PROTECTED] wrote: There's no I2C devices. Signed-off-by: Kyungmin Park [EMAIL PROTECTED] --- diff --git a/include/configs/apollon.h b/include/configs/apollon.h index