[U-Boot] [PATCH] autoscr: Fix one-character lines and non-newline terminated scripts

2008-09-10 Thread Petri Lehtinen
When not using hush, the autoscr command now executes lines that are only one character long. It also runs the last line of scripts even if it does not end in a newline. Signed-off-by: Petri Lehtinen [EMAIL PROTECTED] --- common/cmd_autoscript.c |4 +++- 1 files changed, 3 insertions(+), 1

Re: [U-Boot] [PATCH v2] Add support for KMC KZM-ARM11-01 board

2008-09-10 Thread Atsuo Igarashi
Dear Wolfgang Denk, Dear Atsuo Igarashi, In message [EMAIL PROTECTED] you wrote: Hi, I've fixed which Jean-Christophe pointed out. Regards, Atsuo --- This patch adds support for KMC KZM-ARM11-01 board. Signed-off-by Atsuo Igarashi [EMAIL PROTECTED] The you have the content of the

Re: [U-Boot] [PATCH][for 1.3.5] Fix handling of mem reserves for ramdisk

2008-09-10 Thread Heiko Schocher
Hello Kumar, Kumar Gala wrote: On Sep 8, 2008, at 9:10 AM, Wolfgang Denk wrote: Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: The reason we had the code before was to try and make sure the size of the fdt was as close to its final size as possible before we dealt with the

Re: [U-Boot] [POWERPC] muas3001: activate WDT for the muas3001 board.

2008-09-10 Thread Wolfgang Denk
Dear Heiko Schocher, In message [EMAIL PROTECTED] you wrote: [POWERPC] muas3001: activate WDT for the muas3001 board. Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- include/configs/muas3001.h | 20 +--- 1 files changed, 17 insertions(+), 3 deletions(-) Applied,

Re: [U-Boot] LAN Timeout

2008-09-10 Thread Anatolij Gustschin
Hello, Manuel Sahm wrote: does anybody have an idea to fix this problem ? Which paramter is for the lan connection timeout ? Try to decrease CFG_MACB_AUTONEG_TIMEOUT in drivers/net/macb.c to 50 or so. It is currently 500 which results in 5 sec. timeout in macb_phy_init() and also

Re: [U-Boot] [PATCH][for 1.3.5] Fix handling of mem reserves for ramdisk

2008-09-10 Thread Wolfgang Denk
Dear Heiko Schocher, In message [EMAIL PROTECTED] you wrote: [PATCH] powerpc: Fix bootm to boot up again with a Ramdisk Please omit this rom the commit message - it just duplicates the Subject line. Also, it's probably not [for 1.3.5] (which will never see the light of this virtuality) but

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

2008-09-10 Thread Wolfgang Denk
Dear Andy Fleming, In message [EMAIL PROTECTED] you wrote: are available in the git repository at: git://www.denx.de/git/u-boot-mpc85xx.git master Andrew Klossner (1): Fix printf errors under -DDEBUG Kumar Gala (1): 85xx: Ensure timebase is zero on secondary cores The

Re: [U-Boot] [PATCH v2] ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR

2008-09-10 Thread Wolfgang Denk
Dear Victor Gallardo, In message [EMAIL PROTECTED] you wrote: On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands and glacier. Signed-off-by: Victor Gallardo [EMAIL PROTECTED] --- v2: - Add description for CFG_I2C_DTT_ADDR to README README |6

Re: [U-Boot] [PATCH] autoscr: Fix one-character lines and non-newline terminated scripts

2008-09-10 Thread Wolfgang Denk
Dear Petri Lehtinen, In message [EMAIL PROTECTED] you wrote: When not using hush, the autoscr command now executes lines that are only one character long. It also runs the last line of scripts even if it does not end in a newline. Signed-off-by: Petri Lehtinen [EMAIL PROTECTED] ---

[U-Boot] [PATCH] [POWERPC] muas3001: update BR4 settings

2008-09-10 Thread Heiko Schocher
and setup the Portpins for using I2C. Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- board/muas3001/muas3001.c |9 +++-- include/configs/muas3001.h |2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/board/muas3001/muas3001.c

Re: [U-Boot] [PATCH] [POWERPC] muas3001: update BR4 settings

2008-09-10 Thread Wolfgang Denk
Dear Heiko Schocher, In message [EMAIL PROTECTED] you wrote: and setup the Portpins for using I2C. Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- board/muas3001/muas3001.c |9 +++-- include/configs/muas3001.h |2 +- 2 files changed, 8 insertions(+), 3

Re: [U-Boot] LAN Timeout

2008-09-10 Thread JerryVanBaren
Anatolij Gustschin wrote: Hello, Manuel Sahm wrote: does anybody have an idea to fix this problem ? Which paramter is for the lan connection timeout ? Try to decrease CFG_MACB_AUTONEG_TIMEOUT in drivers/net/macb.c to 50 or so. It is currently 500 which results in 5 sec.

Re: [U-Boot] [T-Engine] UBoot configuration for T-Engine/SH7727 MS7727CP02 DevKit

2008-09-10 Thread thaoth
Hi, I got USB issue and here is an error message: ERROR: CTL:TIMEOUT USB device not responding, giving up (status=20) 3 USB Device(s) found scanning bus for storage devices... 0 Storage Device(s) found For detail, TEngine/SH7727 has one USB host controller, when I plugged USB Flash

Re: [U-Boot] LAN Timeout

2008-09-10 Thread Andre Schwarz
Manuel, we do this with conditional boot depending on environment settings, e.g. netboot yes or no. If netboot==no then omit bootp/dhcp completely and proceed to boot from flash. Otherwise try netboot and stick to the timeout. Autoneg can indeed take some time ... This can easily be done with a

Re: [U-Boot] [PATCH 1/2] Update i386 code (sc520_cdp)

2008-09-10 Thread Graeme Russ
Dear Wolfgang, On Wed, Sep 10, 2008 at 7:32 AM, Wolfgang Denk [EMAIL PROTECTED] wrote: Dear Graeme Russ, In message [EMAIL PROTECTED] you wrote: Including asm/string.h seems bogus to me as this is already done in linux/string.h which is included just two lines above. Please

Re: [U-Boot] [T-Engine] UBoot configuration for T-Engine/SH7727 MS7727CP02 DevKit

2008-09-10 Thread Nobuhiro Iwamatsu
Hi, thaoth. Shimoda-san is USB developper on U-Boot in Renesas. Shimoda-san, please give us comments this problem. Best regards, Nobuhiro On Wed, 10 Sep 2008 04:51:40 -0700 (PDT) thaoth [EMAIL PROTECTED] wrote: Hi, I got USB issue and here is an error message: ERROR: CTL:TIMEOUT

[U-Boot] [PATCH] Update mailing list email and archive addresses

2008-09-10 Thread Peter Tyser
Signed-off-by: Peter Tyser [EMAIL PROTECTED] --- The reference to [EMAIL PROTECTED] on this page should also be updated: http://www.denx.de/wiki/U-Boot/Patches MAINTAINERS |2 +- README |8 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/MAINTAINERS

[U-Boot] New video custodian?

2008-09-10 Thread Wolfgang Denk
Hello, I would like to suggest a change in the custodianship for the u-boot-video repository, which deals with support for all sorts of graphical output devices. Anatolij Gustschin has volunteered to take over this job. (thnaks a lot for that, Anatolij!) Rodolfo, this does not mean that there

[U-Boot] [PATCH] ppc4xx: Fix zeus (405EP) board port

2008-09-10 Thread Stefan Roese
This patch fixes a problem with the SDRAM initialization of the zeus board port. It also enable the FDT support to support booting arch/powerpc Linux kernel versions. Signed-off-by: Stefan Roese [EMAIL PROTECTED] --- board/zeus/zeus.c | 23 --- cpu/ppc4xx/sdram.c |

Re: [U-Boot] [PATCH v2] ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR

2008-09-10 Thread Victor Gallardo
Hello Stefan, On Wednesday 10 September 2008, Victor Gallardo wrote: On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands and glacier. This patch is not really ppc4xx related, so please replace the ppc4xx: from the subject line with DTT:. Other than this: Acked-by: Stefan

Re: [U-Boot] [PATCH v2] ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR

2008-09-10 Thread Stefan Roese
On Wednesday 10 September 2008, Victor Gallardo wrote: On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands and glacier. This patch is not really ppc4xx related, so please replace the ppc4xx: from the subject line with DTT:. Other than this: Acked-by: Stefan Roese

Re: [U-Boot] New video custodian?

2008-09-10 Thread Stefan Roese
On Wednesday 10 September 2008, Wolfgang Denk wrote: I would like to suggest a change in the custodianship for the u-boot-video repository, which deals with support for all sorts of graphical output devices. Anatolij Gustschin has volunteered to take over this job. (thnaks a lot for that,

[U-Boot] [PATCH] delta, zylonite: Update nand_oobinfo to nand_ecclayout.

2008-09-10 Thread Scott Wood
This is part of the switch to newer upstream MTD code. Signed-off-by: Scott Wood [EMAIL PROTECTED] --- Applied to u-boot-nand-flash. board/delta/nand.c|6 ++ board/zylonite/nand.c |6 ++ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/board/delta/nand.c

Re: [U-Boot] New video custodian?

2008-09-10 Thread Rodolfo Giometti
On Wed, Sep 10, 2008 at 04:49:37PM +0200, Wolfgang Denk wrote: Hello, I would like to suggest a change in the custodianship for the u-boot-video repository, which deals with support for all sorts of graphical output devices. It's ok for me. :) Rodolfo -- GNU/Linux Solutions

Re: [U-Boot] [PATCH] ppc4xx: ppc440-generic-ALL: Fix out of tree build v2

2008-09-10 Thread Stefan Roese
On Wednesday 10 September 2008, Ricardo Ribalda Delgado wrote: Any feedback? It seems to be applied already: http://git.denx.de/?p=u-boot.git;a=commit;h=880f6a5d7596f42db5ff8803b797b78ec5b146e0 Best regards, Stefan = DENX

[U-Boot] Makefile cleanup secound step V2

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi, The following patch series continues the Move conditional compilation to Makefile. it's apply after the patch series Makefile cleanup and u-boot size reduction It's available at git://git.denx.de/u-boot-arm.git branch Makefile-next Best Regards, J.

[U-Boot] [PATCH] I2C EEPROM simulator v2

2008-09-10 Thread Ricardo Ribalda Delgado
This driver provides access to a simulated i2c eeprom. This simulated eeprom could be very useful in boards with ddr2 memories and no i2c interfaces. Using this driver the user can simulate a spd eeprom of a ddr2 memory and use the ddr2 auto config. User can use the macros

[U-Boot] [PATCH 03/29 V2] cmd_fdc: Move conditional compilation to Makefile

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- common/Makefile |2 +- common/cmd_fdc.c | 12 2 files changed, 1 insertions(+), 13 deletions(-) diff --git a/common/Makefile b/common/Makefile index 1d8ec87..e9f75f4 100644 --- a/common/Makefile +++

[U-Boot] [PATCH 01/29 V2] cmd_vfd: Move conditional compilation to Makefile

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- common/Makefile |2 +- common/cmd_vfd.c |2 -- 2 files changed, 1 insertions(+), 3 deletions(-) diff --git a/common/Makefile b/common/Makefile index 8d4a426..3547766 100644 --- a/common/Makefile +++ b/common/Makefile

[U-Boot] [PATCH 02/29 V2] common/Makefile: add core command section

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- common/Makefile |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/common/Makefile b/common/Makefile index 3547766..1d8ec87 100644 --- a/common/Makefile +++ b/common/Makefile @@ -42,6 +42,11 @@

[U-Boot] [PATCH 06/29 V2] env_eeprom: Move conditional compilation to Makefile

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- common/Makefile |2 +- common/env_eeprom.c |5 - 2 files changed, 1 insertions(+), 6 deletions(-) diff --git a/common/Makefile b/common/Makefile index a9a02b2..9001237 100644 --- a/common/Makefile +++

[U-Boot] [PATCH 04/29 V2] cmd_mac: Move conditional compilation to Makefile

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
finish remaning CFG_ID_EEPROM in CONFIG_ID_EEPROM start in commit ad8f8687b78c3e917b173f038926695383c5 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- common/Makefile |2 +- common/cmd_mac.c |3 --- include/configs/MPC8536DS.h |4

[U-Boot] [PATCH 10/29 V2] rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- README |2 +- common/cmd_nvedit.c |2 +- common/env_common.c |2 +- common/env_nand.c |4 ++-- include/configs/MPC8313ERDB.h |

[U-Boot] [PATCH 08/29 V2] rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASH

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- README |2 +- common/cmd_nvedit.c |2 +- common/env_dataflash.c |4 ++-- include/configs/at91cap9adk.h |2 +- include/configs/at91rm9200dk.h |6 +++---

[U-Boot] [PATCH 12/29 V2] rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- Makefile |2 +- README |2 +- board/LEOX/elpt860/README.LEOX |2 +- board/RPXlite_dw/README|2 +- common/cmd_nvedit.c|6 +++---

[U-Boot] [PATCH 11/29 V2] env_nand: Move conditional compilation to Makefile

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- common/Makefile |2 +- common/env_nand.c |5 - 2 files changed, 1 insertions(+), 6 deletions(-) diff --git a/common/Makefile b/common/Makefile index 27f515b..2e0fa26 100644 --- a/common/Makefile +++

[U-Boot] [PATCH 16/29 V2] rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- common/cmd_nvedit.c |2 +- common/env_common.c |2 +- common/env_sf.c |4 ++-- include/configs/M54451EVB.h |2 +- include/configs/M54455EVB.h |2 +- 5 files changed, 6

[U-Boot] [PATCH 09/29 V2] env_dataflash: Move conditional compilation to Makefile

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- common/Makefile|2 +- common/env_dataflash.c |5 - 2 files changed, 1 insertions(+), 6 deletions(-) diff --git a/common/Makefile b/common/Makefile index fea0caf..27f515b 100644 --- a/common/Makefile +++

[U-Boot] [PATCH 15/29 V2] env_onenand: Move conditional compilation to Makefile

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- common/Makefile |2 +- common/env_onenand.c |5 - 2 files changed, 1 insertions(+), 6 deletions(-) diff --git a/common/Makefile b/common/Makefile index cb3a742..a9d66ae 100644 --- a/common/Makefile +++

[U-Boot] [PATCH 18/29 V2] rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- board/xilinx/xilinx_enet/emac_adapter.c |4 ++-- common/cmd_nvedit.c |6 +++--- common/env_common.c |2 +- common/env_nowhere.c|4 ++--

[U-Boot] [PATCH 13/29 V2] env_nvram: Move conditional compilation to Makefile

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- common/Makefile|2 +- common/env_nvram.c |9 ++--- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/common/Makefile b/common/Makefile index 2e0fa26..cb3a742 100644 --- a/common/Makefile +++

[U-Boot] [PATCH 25/29 V2] cmd_mem: Move conditional compilation to Makefile

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- common/Makefile |2 +- common/cmd_mem.c |4 2 files changed, 1 insertions(+), 5 deletions(-) diff --git a/common/Makefile b/common/Makefile index a6fd97e..8bddf8e 100644 --- a/common/Makefile +++

[U-Boot] [PATCH 21/29 V2] cleanup use of CFG_ENV_IS_IN_FLASH

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
- #if CFG_ENV_IS_IN_FLASH - #if (CFG_ENV_IS_IN_FLASH == 1) - #define CFG_ENV_IS_IN_FLASH 0 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- board/barco/flash.c |2 +- board/bmw/flash.c |2 +- board/cpc45/flash.c |2 +-

[U-Boot] [PATCH 23/29 V2] env_flash: Move conditional compilation to Makefile

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- common/Makefile|2 +- common/env_flash.c |5 - 2 files changed, 1 insertions(+), 6 deletions(-) diff --git a/common/Makefile b/common/Makefile index fad9bc1..a6fd97e 100644 --- a/common/Makefile +++

[U-Boot] [PATCH 19/29 V2] env_nowhere: Move conditional compilation to Makefile

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- common/Makefile |2 +- common/env_nowhere.c |5 - 2 files changed, 1 insertions(+), 6 deletions(-) diff --git a/common/Makefile b/common/Makefile index e171ae0..cf861c5 100644 --- a/common/Makefile +++

[U-Boot] [PATCH 26/29 V2] nvedit: rename error comment to CONFIG_ENV_IS_IN_

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- common/cmd_nvedit.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.c index f5b93df..f449715 100644 --- a/common/cmd_nvedit.c +++ b/common/cmd_nvedit.c @@ -60,7

[U-Boot] [PATCH 24/29 V2] move cmd_get_data_size to command.c

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
add CMD_DATA_SIZE macro to enable it Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- board/amcc/yucca/cmd_yucca.c |2 -- common/cmd_i2c.c |1 - common/cmd_itest.c |2 -- common/cmd_mem.c | 29 -

[U-Boot] [PATCH 29/29 V2] ap325rxa: remove duplicate CONFIG_FLASH_CFI_DRIVER

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- include/configs/ap325rxa.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/configs/ap325rxa.h b/include/configs/ap325rxa.h index cfcd85c..a6312b5 100644 --- a/include/configs/ap325rxa.h +++

[U-Boot] [fw_printenv should open device as O_SYNC]

2008-09-10 Thread Mari Ivan-AIM018
Hi all, We have hit the following issue in a board with 2 flash banks. First I set some env variable in U-boot, using fw_setenv, then immediately I switch the banks. But as the buffers have not yet been flushed to the mtd driver, the bank switching leaves the flash in corrupted state. I ve

[U-Boot] [PATCH 27/29 V2] rename CFG_ENV macros to CONFIG_ENV

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- README | 44 api/api.c |2 +- board/LEOX/elpt860/flash.c |8 ++-- board/MAI/AmigaOneG3SE/flash_new.c |4 +-

Re: [U-Boot] [fw_printenv should open device as O_SYNC]

2008-09-10 Thread Guennadi Liakhovetski
On Wed, 10 Sep 2008, Mari Ivan-AIM018 wrote: Hi all, We have hit the following issue in a board with 2 flash banks. First I set some env variable in U-boot, using fw_setenv, then immediately I switch the banks. But as the buffers have not yet been flushed to the mtd driver, the bank

Re: [U-Boot] [PATCH v2] powerpc: Fix bootm to boot up again with a Ramdisk

2008-09-10 Thread Kumar Gala
On Sep 10, 2008, at 4:34 AM, Heiko Schocher wrote: Patch http://git.denx.de/?p=u-boot.git;a=commitdiff;h=2a1a2cb6e2b87ee550e6f27b647d23331dfd5e1b#patch3 didnt remove the dummy mem reservation in fdt_chosen, and this stopped Linux from booting with a Ramdisk. This patch fixes this, by

Re: [U-Boot] [PATCH 1/2] Update i386 code (sc520_cdp)

2008-09-10 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message [EMAIL PROTECTED] you wrote: I've work on this in the past and send patch for fix all x86 Could you take a look on it Please always provide a link to such messages - which exact patch are you talking about? Best regards, Wolfgang Denk --

Re: [U-Boot] [fw_printenv should open device as O_SYNC]

2008-09-10 Thread Wolfgang Denk
Dear Ivan, In message [EMAIL PROTECTED] you wrote: We have hit the following issue in a board with 2 flash banks. First I set some env variable in U-boot, using fw_setenv, then immediately I switch the banks. But as the buffers have not yet been flushed to the mtd driver, the bank

[U-Boot] Makefile cleanup secound step Pull request

2008-09-10 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi Wolfgang, Please pull The following changes since commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836: Heiko Schocher (1): muas3001: update BR4 settings are available in the git repository at: git://git.denx.de/u-boot-arm.git Makefile-next Jean-Christophe PLAGNIOL-VILLARD (29):

[U-Boot] alias in powerpc device tree

2008-09-10 Thread John Linn
It appears that u-boot expects an alias list in the device tree. I only found this in the code for the fdt processing. I'm working on getting our device tree correct to be able to allow u-boot to alter the device tree. Is this all that's needed as my device tree is good as far as the kernel

[U-Boot] [PATCH] ppc4xx:FIX in-tree build for ppc440-generic boards

2008-09-10 Thread Ricardo Ribalda Delgado
Signed-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED] --- board/xilinx/ppc440-generic/config.mk |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/xilinx/ppc440-generic/config.mk b/board/xilinx/ppc440-generic/config.mk index 8d220da..6d76755 100644 ---

Re: [U-Boot] [PATCH v3] Support for multiple SGMII/TBI interfaces for TSEC ethernet

2008-09-10 Thread Ben Warren
Andy, You're much more qualified than me to accept or reject this, so if you don't mind, please pick it up. regards, Ben Peter Tyser wrote: Fix TBI PHY accesses to use the proper offset in CPU register space. The previous code would incorrectly access the TBI PHY by reading/writing to CPU

Re: [U-Boot] alias in powerpc device tree

2008-09-10 Thread Jerry Van Baren
Hi John, John Linn wrote: It appears that u-boot expects an alias list in the device tree. I only found this in the code for the fdt processing. Yes. The /aliases node gives tremendous advantages. I'm working on getting our device tree correct to be able to allow u-boot to alter the device

Re: [U-Boot] [ELDK] Serial console on Lite5200

2008-09-10 Thread Jerry Van Baren
Chuan Neng Lee wrote: Hi, I have a board that is based on the Lite5200b design, except that the serial console is on PSC4 instead of PSC1. Using the latest U-boot and latest kernel, I managed to get U-boot to output on the console on PSC4, but the kernel does not. For U-boot, I changed the

Re: [U-Boot] [T-Engine] UBoot configuration for T-Engine/SH7727 MS7727CP02 DevKit

2008-09-10 Thread Yoshihiro Shimoda
Hi, thaoth. I think that your board cannot communicate with USB device at all. SH7727 has EXCPGCR register. Do you set this register? When I used this CPU before, I did the following setting. STCBR3 = 0x18; SRSTR = 0x18; wait_10msec(); EXCPGCR = 0x28;

Bug#498216: ffmpeg, mplayer (mipsel/loongson2f) stops with the error message Segmentation fault. and fix patch

2008-09-10 Thread Reinhard Tartler
Fabian Greffrath [EMAIL PROTECTED] writes: Should a bug in a kernel/architecture that is not even supported by Debian really be considered RC? Most Probably not. However I currently suspect this bug to be a duplicate Bug #498397. In that case, we would indeed have RC bug that would affect both

Really Sexy open-minded Desi Girl

2008-09-10 Thread Pink Cherry
I am charming, open-minded girl with deep inner world.I cant live without communication, also I like to make the acquaintance of new people and spend my free time with friends. I like to live full, active life and have something to do all the time! http://www.datepk.com/profile029.html