Re: [U-Boot] Compiler error with BUILD_DIR

2009-04-15 Thread Günter Leonhardt
Hello Wolfgang, sorry, again it's an own board, based on MPC8315ERDB. The tree is u-boot |---build |---u-boot-2009.03 The makefile in u-boot which I use to build: # export BUILD_DIR:=$(shell pwd)/build export SRC_DIR:=$(shell pwd)/u-boot-2009.03

Re: [U-Boot] Compiler error with BUILD_DIR

2009-04-15 Thread Wolfgang Denk
Dear =?utf-8?B?R8O8bnRlciBMZW9uaGFyZHQ=?=, please do not post base64 encoded messages, post plain text only. And don't top-post / full quote. Make sure to read http://www.netmeister.org/news/learn2quote.html In message d0b748ccd5df144ca5c56a9d860a31341de...@men-exch1.intra.men.de you wrote:

Re: [U-Boot] Compiler error with BUILD_DIR

2009-04-15 Thread Günter Leonhardt
Hello Wolfgang, sorry, again it's an own board, based on MPC8315ERDB. The tree is u-boot |---build |---u-boot-2009.03 The makefile in u-boot which I use to build: # export BUILD_DIR:=$(shell pwd)/build export SRC_DIR:=$(shell pwd)/u-boot-2009.03

Re: [U-Boot] Help!Some memory doesn't work on PPC405Ex based board!

2009-04-15 Thread Stefan Roese
Sun, On Wednesday 15 April 2009, SunNeo wrote: I tried to add auto-calibration related configuration to my configuation file, but Linux still hangs at the same location. It seems error happened when threads of Linux Kernel tried to access the high 512m memory. I suggest you debug this

Re: [U-Boot] [PATCH v3] Marvell MV88E61XX Switch Driver support

2009-04-15 Thread Prafulla Wadaskar
Dear Jean I have updated this driver with platform specific abstraction support, That satisfy most of your review feedback, also taken care of your other review comments I am sending patch v4 for the same Regards.. Prafulla . . ___ U-Boot mailing list

[U-Boot] [HELP]PCIX problem on MPC8547 in uboot

2009-04-15 Thread hank peng
I have a self-designed board which is based on MPC8548PC demo board, but CPU is MPC8547E. I configured PCI to PCI-X 64bits asynchrous mode, 100MHz, and there were two SATA controllers connected directly to BUS #0. U-boot version is 1.1.4 which is previouly for MPC8548PC demo board, I have modified

[U-Boot] [PATCH v4] Marvell MV88E61XX Switch Driver support

2009-04-15 Thread Prafulla Wadaskar
Chips supported:- 1. 88E6161 6 port gbe swtich with 5 integrated PHYs 2. 88E6165 6 port gbe swtich with 5 integrated PHYs 2. 88E6132 3 port gbe swtich with 2 integrated PHYs Platform specific configuration supported Note: This driver is supported and tested against kirkwood egiga interface

Re: [U-Boot] Question about M29W128G CFI QRY bug

2009-04-15 Thread Stefan Roese
Richard, On Wednesday 15 April 2009, Richard Retanubun wrote: Did you take a look at the CONFIG_SYS_FLASH_CFI_AMD_RESET define? I suggest you give it a try and let me know if this helps. This does help but for the wrong reason: #ifdef CONFIG_SYS_FLASH_CFI_AMD_RESET /* needed for

Re: [U-Boot] Ethernet receive issue in PPC440

2009-04-15 Thread Stefan Roese
On Wednesday 15 April 2009, prathika wrote: I am using PowerPC 440 EP. The PHY I am using is DP83848. I have enabled RMII mode. I am making sure that all the registers are configured for this mode only, by reading back the registers. First i tried enabling internal loopback in PowerPC by

Re: [U-Boot] [PATCH u-boot git] fix DaVinci NS16550_REG_SIZE regression

2009-04-15 Thread Detlev Zundel
Hi David, From: David Brownell dbrown...@users.sourceforge.net Update the DaVinci DM6446 boards to use the new convention for CONFIG_SYS_NS16550_REG_SIZE ... the size hasn't changed from the original 4 bytes, but these chips are little-endian. (Resolves a regression added recently by the

[U-Boot] [PATCH] ppc4xx: Add booting from NAND to 4xx NAND-booting targets

2009-04-15 Thread Stefan Roese
This additional text in the bootup log helps to see if the board is configured for NAND-booting. Especially helpful for boards that can boot from NOR and NAND (e.g. most of the AMCC eval boards). Signed-off-by: Stefan Roese s...@denx.de --- cpu/ppc4xx/cpu.c |6 +- 1 files changed, 5

[U-Boot] Problem cloning Git

2009-04-15 Thread Remco Poelstra
Hi, While doing git clone git://git.denx.de/u-boot.git, I get the following errors: remote: Compressing objects: 100% (16533/16533), done. remote: Total 90263 (delta 74103), reused 89209 (delta 73184) Receiving objects: 100% (90263/90263), 29.61 MiB | 175 KiB/s, done. Resolving deltas: 100%

Re: [U-Boot] [PATCH] Add feature-removal-schedule.txt

2009-04-15 Thread Detlev Zundel
Hi Peter, +What: Individual I2C commands +When: April 2009 +Why:Per the U-Boot README, individual I2C commands such as imd, imm, +imw, etc are deprecated. The single i2c command which is +currently enabled via CONFIG_I2C_CMD_TREE contains the same +

[U-Boot] [U-BOot] new cpu(Ingenic), new board(PI)

2009-04-15 Thread xiangfu_gmail
there is a device name PI, the CPU is Ingenic 4740 [1], now we have the u-boot-1.1.6 patch.[2] I want the u-boot Integrate with 'upstream' what am I got do. just give some advice or step. very thanks [1]: a Chinese company.

Re: [U-Boot] Ethernet receive issue in PPC440

2009-04-15 Thread prathika
Hi Stefan, Thanks for that information. Will get back when after analysing the received packets. Thanks Regards, Prathika R Stefan Roese wrote: On Wednesday 15 April 2009, prathika wrote: I am using PowerPC 440 EP. The PHY I am using is DP83848. I have enabled RMII mode. I am making sure

[U-Boot] [PATCH] ppc4xx: Remove duplicated code for Sequoia NAND booting version

2009-04-15 Thread Stefan Roese
Signed-off-by: Stefan Roese s...@denx.de --- board/amcc/sequoia/sdram.c |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/board/amcc/sequoia/sdram.c b/board/amcc/sequoia/sdram.c index c26e6ee..6df4c6d 100644 --- a/board/amcc/sequoia/sdram.c +++

[U-Boot] [PATCH] ppc4xx: Disable POST memory test on NAND-booting Sequoia

2009-04-15 Thread Stefan Roese
Don't run the memory POST on the NAND-booting version. It will overwrite part of the U-Boot image which is already loaded from NAND to SDRAM. We were just lucky that it booted at all with this SDRAM test enabled. Signed-off-by: Stefan Roese s...@denx.de --- include/configs/sequoia.h | 15

Re: [U-Boot] Question about M29W128G CFI QRY bug

2009-04-15 Thread Richard Retanubun
Hi Stefan, Thanks for working through this with me, And do you need an Intel reset command on your board? Is there an option for Intel command style FLASH chips? Maybe I am young and naive, but I am hoping to give the HW guys flexibility in choosing the command sets for their flash. I

[U-Boot] Disabling PCI on PPC460EX

2009-04-15 Thread Felix Radensky
Hi, Is there a way to disable PCI on 460EX (via some config option) while leaving PCI-E enabled ? I'm asking because on custom board I have PCI is unused, but both PCI-E slots should be enabled. I had problems with this in u-boot-1.3.4, and had to modify pci_init_board() to not invoke

Re: [U-Boot] Disabling PCI on PPC460EX

2009-04-15 Thread Stefan Roese
Hi Felix, On Wednesday 15 April 2009, Felix Radensky wrote: Is there a way to disable PCI on 460EX (via some config option) while leaving PCI-E enabled ? I'm asking because on custom board I have PCI is unused, but both PCI-E slots should be enabled. I had problems with this in u-boot-1.3.4,

Re: [U-Boot] Question about M29W128G CFI QRY bug

2009-04-15 Thread Stefan Roese
On Wednesday 15 April 2009, Richard Retanubun wrote: And do you need an Intel reset command on your board? Is there an option for Intel command style FLASH chips? Maybe I am young and naive, but I am hoping to give the HW guys flexibility in choosing the command sets for their flash. I

[U-Boot] Please pull u-boot-ppc4xx

2009-04-15 Thread Stefan Roese
Hi Wolfgang, please pull some fixes for ppc4xx: The following changes since commit f75a729b5c1434d5a5bbf453b1b699bf1c3ffbce: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-blackfin are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git

Re: [U-Boot] Question about M29W128G CFI QRY bug

2009-04-15 Thread Stefan Roese
On Wednesday 15 April 2009, Stefan Roese wrote: I don't like both versions. We should implement something which doesn't change the current behavior probably needed on some other boards. So how about something like this: I took your proposal and tried to implement it, hit a snag with

Re: [U-Boot] [PATCH] Add I2C speed and divider formula for ColdFire

2009-04-15 Thread Richard Retanubun
Hi TC, Sorry for the delay, but I was the original complainer about this issue and finally got a chance to try it out. Timur Tabi wrote: On Thu, Apr 9, 2009 at 11:18 AM, Tsi-Chung Liew tsi-chung.l...@freescale.com wrote: From: TsiChung Liew tsi-chung.l...@freescale.com Implement formula to

[U-Boot] Uboot MMC port

2009-04-15 Thread alfred steele
Hi Magnus, The uboot pacth you had supplied earlier for the MX31 PDK does not include the mmc driver. I have asked for a candidate port for me to give a headstart for the sdhc/mmc infrastructure on the MX31 PDK board. In fact, it seems that none of the MX31 based boards support MMC/SDHC. I

Re: [U-Boot] Uboot MMC port

2009-04-15 Thread Magnus Lilja
Hi 2009/4/15 alfred steele alfred.jaq...@gmail.com: Hi Magnus, The uboot pacth you had supplied earlier for the MX31 PDK  does not include the mmc driver. I  have asked for a candidate port for me to give a headstart for the sdhc/mmc infrastructure on the MX31 PDK board. In fact, it seems

[U-Boot] [PATCH v5] [RESEND] Add imls utility command

2009-04-15 Thread Marco
From: Marco Stornelli marco.storne...@gmail.com This patch adds, under tools folder, a new command called imls. Its goal is the same of UBoot's imls but it can be used as Linux shell command. It reads from raw mtd partition and prints the list of the stored images. Signed-off-by: Marco Stornelli

Re: [U-Boot] [U-BOot] new cpu(Ingenic), new board(PI)

2009-04-15 Thread Wolfgang Denk
Dear xiangfu_gmail, In message 49e5a2ed.2060...@gmail.com you wrote: there is a device name PI, the CPU is Ingenic 4740 [1], now we have the u-boot-1.1.6 patch.[2] I want the u-boot Integrate with 'upstream' what am I got do. just give some advice or step. Please see

Re: [U-Boot] [PATCH] ppc4xx: Remove duplicated code for Sequoia NAND booting version

2009-04-15 Thread Wolfgang Denk
Dear Stefan Roese, In message 1239788018-27468-1-git-send-email...@denx.de you wrote: Signed-off-by: Stefan Roese s...@denx.de --- board/amcc/sequoia/sdram.c |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/board/amcc/sequoia/sdram.c

[U-Boot] PPC + NatSemi dp83640 phy?

2009-04-15 Thread Nathan French
Hi all, I've been tasked with bringing up a new board next week for my company that is essentially a Kilauea with a National Semiconductor DP83640 ethernet phy. We have U-Boot working on our previous board rev which used the Marvell 88E ethernet phy which U-Boot supports. I'm new to

Re: [U-Boot] PPC + NatSemi dp83640 phy?

2009-04-15 Thread Jerry Van Baren
Hi Nathan, Nathan French wrote: Hi all, I've been tasked with bringing up a new board next week for my company that is essentially a Kilauea with a National Semiconductor DP83640 ethernet phy. We have U-Boot working on our previous board rev which used the Marvell 88E ethernet phy

[U-Boot] [PATCH] Remove sa1100.h

2009-04-15 Thread Shinya Kuribayashi
sa1100.h is not used anywhere, then remove it. $ find . -name '*.h' -empty -print ./include/sa1100.h $ git grep 'sa1100.h' . $ Signed-off-by: Shinya Kuribayashi shinya.kuribaya...@necel.com --- include/sa1100.h |0 1 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644

[U-Boot] u-boot-1.2.0 Compilation error with codesourcecry\sourcecry_g++_lite\2007q1-21

2009-04-15 Thread Bhavna YADAV
Hello friends, I am trying to compile the u-boot-1.2.0 with arm-none-linux-gnueabi-gcc i.e codesourcery tool chain but I get compilation error Which seems because of EABI problem. Error messages what I get is given below: a - cmd_mac.o a - cmd_custom.o make[1]: Leaving directory

Re: [U-Boot] [PATCH] ppc4xx: Remove duplicated code for Sequoia NAND booting version

2009-04-15 Thread Stefan Roese
Hi Wolfgang, On Wednesday 15 April 2009, Wolfgang Denk wrote: +++ b/board/amcc/sequoia/sdram.c @@ -44,7 +44,7 @@ extern void denali_core_search_data_eye(void); * for the 4k NAND boot image so define bus_frequency to 133MHz here * which is save for the refresh counter setup. */

Re: [U-Boot] u-boot-1.2.0 Compilation error with codesourcecry\sourcecry_g++_lite\2007q1-21

2009-04-15 Thread Wolfgang Denk
Dear Bhavna YADAV, In message 03d201c9be4b$49779c50$2b52c...@dlh.st.com you wrote: I am trying to compile the u-boot-1.2.0 with arm-none-linux-gnueabi-gcc i.e codesourcery tool chain but I get compilation error ... Can somebody please help me to resolve this issue. Ancient code and recent

Re: [U-Boot] [PATCH] ppc4xx: Remove duplicated code for Sequoia NAND booting version

2009-04-15 Thread Wolfgang Denk
Dear Stefan Roese, In message 200904160651.28962...@denx.de you wrote: -#define get_bus_freq(val)13300 +#define get_bus_freq(val)1 #endif To me that does not look exactly like duplicated code removal... ... So what the patch does is to remove an unused

Re: [U-Boot] [PATCH] ppc4xx: Remove duplicated code for Sequoia NAND booting version

2009-04-15 Thread Stefan Roese
On Thursday 16 April 2009, Wolfgang Denk wrote: So what the patch does is to remove an unused code part. Is this what you are complaining about? If really needed I could resend this patch with a modified patch subject. No, I complain that you also change a vital costant without even