Re: [U-Boot] Clock frequency on a mx31 board

2009-05-20 Thread Magnus Lilja
Hi 2009/5/20 alfred steele alfred.jaq...@gmail.com: Hi, The processor clock on the board i am using is  to 532Mhz. I want to default it to 400(399) Mhz. I tried tweaking values in include/configs/boardname.h file but with little success. How do i change the frequency to 399 through the

Re: [U-Boot] [PATCH 2/2] nand_spl: read environment early, when booting from NAND using nand_spl

2009-05-20 Thread Guennadi Liakhovetski
On Tue, 19 May 2009, Scott Wood wrote: On Mon, May 18, 2009 at 04:07:22PM +0200, Guennadi Liakhovetski wrote: int env_init(void) { -#if defined(ENV_IS_EMBEDDED) +#if defined(ENV_IS_EMBEDDED) || defined(CONFIG_NAND_ENV_DST) int crc1_ok = 0, crc2_ok = 0; - env_t *tmp_env1,

[U-Boot] [PATCH v3] Add support for Linux-like kallsysms

2009-05-20 Thread Mike Frysinger
The kernel stores address-symbol names in it so things can be decoded at runtime. Do it in U-Boot, and we get nice symbol decoding when crashing. Signed-off-by: Mike Frysinger vap...@gentoo.org --- this one is still against next branch v3 - fix typo in new Blackfin code (spurious

[U-Boot] AMCC 405ex memory size issue

2009-05-20 Thread konamo
Hi all, we are using u-boot 2009.01, linux-2.6.25-rc2, 1GB DDR2 memory(2Gbit * 4, 1 rank), AMCC powerpc 405ex, both 1G and 512MB memory works fine under u-boot, but linux boot fails in 1G memory, if we limit mem=512M, linux could boot. Could anyone pls help us how to find the root cause?

Re: [U-Boot] [PATCH v8] Marvell Kirkwood family SOC support

2009-05-20 Thread Prafulla Wadaskar
Dear Wolfgand Denk Thanks for your review comments -Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Wednesday, May 20, 2009 3:29 AM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik; Ronen Shitrit Subject: Re: [U-Boot] [PATCH

[U-Boot] [PATCH 1/3] ppc4xx: Move definition for PPC4xx NAND FLASH controller to header

2009-05-20 Thread Stefan Roese
This patch moves the definition for the PPC4xx NAND FLASH controller (NDFC) CONFIG_NAND_NDFC into include/ppc4xx.h. This is needed for the upcoming fix for the ECC byte ordering of the NDFC driver. Signed-off-by: Stefan Roese s...@denx.de Cc: Scott Wood scottw...@freescale.com --- Scott, please

[U-Boot] [PATCH 2/3] ppc4xx: Fix problem with ECC ordering for PPC4xx NDFC platforms

2009-05-20 Thread Stefan Roese
This patch now uses the correct ECC byte order (Smart Media - SMC) to be used on the 4xx NAND FLASH driver. Without this patch we have incompatible ECC byte ordering to the Linux kernel NDFC driver. Please note that we also have to enable CONFIG_MTD_NAND_ECC_SMC in drivers/mtd/nand/nand_ecc.c for

[U-Boot] [PATCH 3/3] nand: Fix problem with ECC ordering for PPC4xx NDFC platforms

2009-05-20 Thread Stefan Roese
This patch enables Smart Media (SMC) ECC byte ordering which is used on the PPC4xx NAND FLASH controller (NDFC). Without this patch we have incompatible ECC byte ordering to the Linux kernel NDFC driver. Signed-off-by: Stefan Roese s...@denx.de Cc: Scott Wood scottw...@freescale.com ---

Re: [U-Boot] [PATCH v9] Marvell MV88F6281GTW_GE Board support

2009-05-20 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message 1242763432-13693-1-git-send-email-prafu...@marvell.com you wrote: This is Marvell's 88F6281_A0 based custom board developed for wireless access point product ... +/* + * Environment variables configurations + */ +#ifdef CONFIG_SPI_FLASH +#define

Re: [U-Boot] [RFC/PATCH] jffs2/mtdparts: Fix problem with usage from JFFS2 and MTDPARTS together

2009-05-20 Thread Stefan Roese
Hi Wolfgang, On Sunday 17 May 2009 19:25:07 Wolfgang Denk wrote: on NOR fals systems with just a single bank of memory it seems to work: snip = ls -rwxr-xr-x14296 Tue Apr 01 22:51:21 2008 false -rwxr-xr-x83624 Tue Apr 01 22:52:22 2008 fgrep -rwx-- 294912 Sun May 17

Re: [U-Boot] [RFC/PATCH] jffs2/mtdparts: Fix problem with usage from JFFS2 and MTDPARTS together

2009-05-20 Thread Stefan Roese
Hi Wolfgang, On Sunday 17 May 2009 15:54:28 Wolfgang Denk wrote: My tests are not succesful wither. I tested on TQM8548; when booting Linux I see this: ... NAND device: Manufacturer ID: 0x2c, Chip ID: 0xdc (Micron NAND 512MiB 3,3V 8-bit) Scanning device for bad blocks Bad eraseblock 628

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

2009-05-20 Thread Stefan Roese
Hi Wolfgang, please pull a fix for UBI: The following changes since commit c06326c73bf90e48a8e1cf8893ad31c575423f50: Shinya Kuribayashi (1): MIPS: lib_mips/board.c: Remove unused variables are available in the git repository at: git://www.denx.de/git/u-boot-ubi.git master Andreas

[U-Boot] Please pull u-boot-ubi - was Re: Please pull u-boot-ppc4xx

2009-05-20 Thread Stefan Roese
Ups. Sorry about the subject. It should have read: Please pull u-boot-ubi Best regards, Stefan = DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell,

Re: [U-Boot] [PATCH v9] Marvell MV88F6281GTW_GE Board support

2009-05-20 Thread Prafulla Wadaskar
Dear Wolfgang Denk Thanks for your comments.. -Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Wednesday, May 20, 2009 2:51 PM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik; Ronen Shitrit Subject: Re: [U-Boot] [PATCH v9]

Re: [U-Boot] [PATCH v8] Marvell Kirkwood family SOC support

2009-05-20 Thread Stefan Roese
Hi Prafulla, On Tuesday 19 May 2009 22:07:58 Prafulla Wadaskar wrote: Kirkwood family controllers are highly integrated SOCs based on Feroceon-88FR131/Sheeva-88SV131 cpu core. I would like to give your Kirkwood support a try and start compiling the latest version before trying to port a

Re: [U-Boot] [PATCH] Canyonlands SATA harddisk driver

2009-05-20 Thread Stefan Roese
On Friday 15 May 2009 11:32:26 Kazuaki Ichinohe wrote: This patch adds a SATA harddisk driver for the canyonlands. This patch is kernel driver's porting. This pach corresponded to not cmd_scsi but cmd_sata. Looks good now. Thanks for all your effort here. So: Acked-by: Stefan Roese

[U-Boot] [PATCH 1/1] FAT replace compare_sign with strncmp.

2009-05-20 Thread Tom Rix
The static function compare_sign is only used to compare the fs_type string and does not do anything more than what strncmp does. The addition of the trailing '\0' to fs_type, while legal, is not needed because the it is never printed out and strncmp does not depend on NULL terminated strings.

Re: [U-Boot] Ethernet not working on OMAP3 board with

2009-05-20 Thread Josh Karabin
Pillai, Manikandan wrote: Hi , Tried the hints but they don't work. I still don't have a fix. Still investigating. On my omap3 evm, I see perpetual ARP requests sent from my board looking for my tftp server during a tftpboot comamnd. The server responds, but the evm doesn't appear to take

Re: [U-Boot] [PATCH v8] Marvell Kirkwood family SOC support

2009-05-20 Thread Prafulla Wadaskar
-Original Message- From: Stefan Roese [mailto:s...@denx.de] Sent: Wednesday, May 20, 2009 5:40 PM To: u-boot@lists.denx.de Cc: Prafulla Wadaskar; Ashish Karkare; Prabhanjan Sarnaik; Ronen Shitrit Subject: Re: [U-Boot] [PATCH v8] Marvell Kirkwood family SOC support Hi

Re: [U-Boot] Cross-compiling U-Boot on Mac OS X -- can't find crc32.c?

2009-05-20 Thread Timur Tabi
On Wed, May 20, 2009 at 12:31 AM, Wolfgang Denk w...@denx.de wrote: It's you who has OS X, and who has a problem. Only when Ah itchez, Ah scratchez. Just so I'm clear on this, you're saying that you're not really concerned about how well U-Boot works for other people? -- Timur Tabi Linux

Re: [U-Boot] Cross-compiling U-Boot on Mac OS X -- can't find crc32.c?

2009-05-20 Thread Jerry Van Baren
Timur Tabi wrote: On Wed, May 20, 2009 at 12:31 AM, Wolfgang Denk w...@denx.de wrote: It's you who has OS X, and who has a problem. Only when Ah itchez, Ah scratchez. Just so I'm clear on this, you're saying that you're not really concerned about how well U-Boot works for other people?

[U-Boot] File For Your Claim

2009-05-20 Thread Amanda
You have just been awarded,the sum of £1,532,720.00 in the ELECTRONICS Award 2009, Anniversary Bonanza. held in May. Names:. Address:.. Country: Age:.. Regard ___ U-Boot mailing list

Re: [U-Boot] [PATCH v9] Marvell MV88F6281GTW_GE Board support

2009-05-20 Thread Prafulla Wadaskar
+ * Environment variables configurations */ #ifdef CONFIG_SPI_FLASH +#define CONFIG_ENV_IS_IN_SPI_FLASH 1 +#define CONFIG_ENV_SIZE 0x1 /* spi flash block (64k) */ +#define CONFIG_ENV_SECT_SIZE 0x1 /* _64K */ +#else +#define

Re: [U-Boot] Cross-compiling U-Boot on Mac OS X -- can't find crc32.c?

2009-05-20 Thread Timur Tabi
Jerry Van Baren wrote: That sounds like you want Wolfgang to fix a problem he doesn't have and cannot reproduce, since he isn't running OS X (to the best of my knowledge). No, what I really want is the build process to be simpler so that other people can fix problems with it. I don't even

Re: [U-Boot] [PATCH v8] Marvell Kirkwood family SOC support

2009-05-20 Thread Stefan Roese
On Wednesday 20 May 2009 15:40:00 Prafulla Wadaskar wrote: I would like to give your Kirkwood support a try and start compiling the latest version before trying to port a custom board. Now I'm failing to compile the latest version posted on the list. Most likely I missed some patches or

Re: [U-Boot] [PATCH v8] Marvell Kirkwood family SOC support

2009-05-20 Thread Prafulla Wadaskar
+#define INTREG_BASE 0xd000 +#define KW_REGISTER(x) (KW_REGS_PHY_BASE + x) +#define KW_OFFSET_REG(INTREG_BASE + 0x20080) + +/* undocumented registers */ +#define KW_REG_UNDOC_0x1470

[U-Boot] [PATCH 08/15] MPC85xx: Add UEC3 and UEC4 support for MPC8569MDS

2009-05-20 Thread Haiying Wang
Signed-off-by: Haiying Wang haiying.w...@freescale.com --- board/freescale/mpc8569mds/bcsr.c |4 board/freescale/mpc8569mds/mpc8569mds.c | 30 ++ include/configs/MPC8569MDS.h| 23 +++ 3 files changed, 57 insertions(+),

[U-Boot] [PATCH] 85xx: Added MPC8535/E identifiers

2009-05-20 Thread Kumar Gala
Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- cpu/mpc85xx/cpu.c |2 ++ include/asm-ppc/processor.h |2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/cpu/mpc85xx/cpu.c b/cpu/mpc85xx/cpu.c index ef976a4..1c3eddf 100644 --- a/cpu/mpc85xx/cpu.c +++

Re: [U-Boot] [PATCH v3] Add support for Linux-like kallsysms

2009-05-20 Thread Mike Frysinger
On Wednesday 20 May 2009 12:39:33 Jean-Christophe PLAGNIOL-VILLARD wrote: On 04:35 Wed 20 May , Mike Frysinger wrote: The kernel stores address-symbol names in it so things can be decoded at runtime. Do it in U-Boot, and we get nice symbol decoding when crashing. Signed-off-by:

Re: [U-Boot] [PATCH v3] Add support for Linux-like kallsysms

2009-05-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 04:35 Wed 20 May , Mike Frysinger wrote: The kernel stores address-symbol names in it so things can be decoded at runtime. Do it in U-Boot, and we get nice symbol decoding when crashing. Signed-off-by: Mike Frysinger vap...@gentoo.org --- this one is still against next branch v3

[U-Boot] [PATCH 15/15] 85xx: Fix the wrong BCSR address of MPC8569MDS

2009-05-20 Thread Haiying Wang
From: Dave Liu dave...@freescale.com The BCSR17[7] = 1 will unlock the write protect of FLASH. The WP# pin only controls the write protect of top/bottom sector, That is why we can save env, but we can't write the first sector before the patch. Signed-off-by: Dave Liu dave...@freescale.com

[U-Boot] Support in u-boot for PCI-Express NIC

2009-05-20 Thread Srinivasan Srikanth-R9AABP
Hi, Is there support under u-boot for newer pcie network cards? Under drivers/net, I notice that there is the e1000 and sk98 network drivers. Unfortunately, these seem a bit dated and the pcie x1 nic/s I am trying to use are not supported (checked the device ids). Pointers on any other

[U-Boot] [PATCH 02/15] MPC85xx: Fix MURAM size for MPC8569

2009-05-20 Thread Haiying Wang
MPC8569 has 128K bytes MURAM. Signed-off-by: Haiying Wang haiying.w...@freescale.com --- include/asm-ppc/immap_qe.h |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/include/asm-ppc/immap_qe.h b/include/asm-ppc/immap_qe.h index 66a4735..55667ca 100644 ---

[U-Boot] [PATCH 03/15] MPC85xx: Fix some settings for MPC8569MDS board

2009-05-20 Thread Haiying Wang
- Change the CONFIG_SYS_CLK_FREQ and CONFIG_DDR_CLK_FREQ to since the on-board oscillator's freq is 66.666MHz. - Increase the size of malloc to 512KB because MPC8569MDS needs more memory for malloc to support up to eight Ethernet interfaces. - Move Environment address out of uboot thus

[U-Boot] [PATCH 07/15] drivers/qe: Add more SNUM number for QE

2009-05-20 Thread Haiying Wang
Some QE chips like 8569 need more SNUM numbers for supporting 4 UECs in RGMII- 1000 mode. Signed-off-by: Haiying Wang haiying.w...@freescale.com Acked-by: Timur Tabi ti...@freescale.com --- drivers/qe/qe.c| 15 --- drivers/qe/qe.h|1 -

Re: [U-Boot] [PATCH v2 05/10] Rename ads5121 board into mpc5121ads

2009-05-20 Thread Wolfgang Denk
Dear Arno Fischer, In message mpg.247e51b45d39ae3e989...@news.gmane.org you wrote: In article 1242463666-28583-6-git-send-email...@denx.de, w...@denx.de says... We rename the board so we use a consistent name in U-Boot and in Linux. Also, we use this opportunity to move the board into the

[U-Boot] [PATCH 05/15] MPC85xx: Add UART1 support for MPC8569MDS

2009-05-20 Thread Haiying Wang
MPC8569 UART1 signals are muxed with PortF bit[9-12], we need to define those pins before using UART1. Signed-off-by: Haiying Wang haiying.w...@freescale.com --- board/freescale/mpc8569mds/mpc8569mds.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git

Re: [U-Boot] Which U-Boot releases have Device Tree support

2009-05-20 Thread JEW-DONG
Hi, I am new to Linux uboot. I have also purchased a MPC8360E-RDK. There is no uboot source code on the CodeWarrior CD either. The LTIB (ltib-mpc8360-com-express-20080709) I downloaded from www.logicpd.com does not have source code for uboot either. It comes with a uboot image though. I can

Re: [U-Boot] [PATCH 10/10] imx27lite: add support for imx27lite board from LogicPD

2009-05-20 Thread Ilya Yanok
Hello Paul, I was trying to test out this patch, and I'm having some trouble. I did a git pull on the u-boot tree, and then I saved this patch to a text file. I was able to apply the patch just fine. The first thing that happend was make didn't like the Makefile, but I think it was just a

[U-Boot] [PATCH 06/15] drivers/qe: Change QE RISC ALLOCATION to support 4 RISCs

2009-05-20 Thread Haiying Wang
Also define the QE_RISC_ALLOCATION_RISCs to MACROs instead of using enum, and define MAX_QE_RISC for QE based silicons. Signed-off-by: Haiying Wang haiying.w...@freescale.com Acked-by: Timur Tabi ti...@freescale.com --- drivers/qe/qe.c|3 --- drivers/qe/qe.h| 17

[U-Boot] [PATCH 12/15] drivers/qe: add sgmii support in for UEC driver

2009-05-20 Thread Haiying Wang
Signed-off-by: Haiying Wang haiying.w...@freescale.com --- drivers/qe/uec.c | 17 + drivers/qe/uec.h | 31 +-- 2 files changed, 46 insertions(+), 2 deletions(-) diff --git a/drivers/qe/uec.c b/drivers/qe/uec.c index deeb947..7649f9f 100644 ---

Re: [U-Boot] [PATCH 1/3] ppc4xx: Move definition for PPC4xx NAND FLASH controller to header

2009-05-20 Thread Scott Wood
Stefan Roese wrote: This patch moves the definition for the PPC4xx NAND FLASH controller (NDFC) CONFIG_NAND_NDFC into include/ppc4xx.h. This is needed for the upcoming fix for the ECC byte ordering of the NDFC driver. Signed-off-by: Stefan Roese s...@denx.de Cc: Scott Wood

[U-Boot] [PATCH 00/15] patchset for QE UEC and MPC8569MDS

2009-05-20 Thread Haiying Wang
Here is the patchset for adding new features for QE UEC and MPC8569MDS board. Please review this patchset and ignore the one(9 patches) I sent out some weeks ago, since there are some update in the new patches. Thanks. Haiying ___ U-Boot mailing list

Re: [U-Boot] Which U-Boot releases have Device Tree support

2009-05-20 Thread Wolfgang Denk
Dear JEW-DONG, In message 23641282.p...@talk.nabble.com you wrote: I am new to Linux uboot. I have also purchased a MPC8360E-RDK. There is no uboot source code on the CodeWarrior CD either. The LTIB (ltib-mpc8360-com-express-20080709) I downloaded from www.logicpd.com does not have

Re: [U-Boot] [PATCH] nand_init: use loff_t for offset

2009-05-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:31 Tue 19 May , Scott Wood wrote: On Sat, May 16, 2009 at 02:27:40PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: -static inline int nand_erase(nand_info_t *info, off_t off, size_t size) +static inline int nand_erase(nand_info_t *info, loff_t off, size_t size) size should

Re: [U-Boot] [PATCH v8] Marvell Kirkwood family SOC support

2009-05-20 Thread Wolfgang Denk
Dear Prafulla, In message 73173d32e9439e4abb5151606c3e19e201cf9e6...@sc-vexch1.marvell.com you wrote: ... +#define KW_EGIGA0_BASE (KW_REGISTER(0x72000)) +#define KW_EGIGA1_BASE (KW_REGISTER(0x76000)) Use a C struct? These are the Base address

Re: [U-Boot] Support in u-boot for PCI-Express NIC

2009-05-20 Thread Wolfgang Denk
Dear Srinivasan Srikanth-R9AABP, In message fd7805b55f061e408ef265c9bdfcb64c0329a...@az33exm23.fsl.freescale.net you wrote: Is there support under u-boot for newer pcie network cards? Under drivers/net, I notice that there is the e1000 and sk98 network drivers. Unfortunately, these seem a

[U-Boot] [PATCH 09/15] MPC85xx: Add RMII support for MPC8569MDS

2009-05-20 Thread Haiying Wang
This patch supports UCC working at RMII mode on PIB board, fixup fdt blob to support rmii in kernel. It also changes the name of enable_mpc8569mds_qe_mdio to enalbe_mpc8569mds_qe_uec which is more accurate. Signed-off-by: Haiying Wang haiying.w...@freescale.com ---

[U-Boot] [PATCH 11/15] MPC85xx: update uec to support up to 8 UECs in QE

2009-05-20 Thread Haiying Wang
Signed-off-by: Haiying Wang haiying.w...@freescale.com --- cpu/mpc85xx/cpu.c |6 + cpu/mpc85xx/fdt.c |4 ++- drivers/qe/uec.c | 66 - 3 files changed, 74 insertions(+), 2 deletions(-) diff --git a/cpu/mpc85xx/cpu.c

[U-Boot] [PATCH 04/15] MPC85xx: Add PIB support at CS4/CS5 for MPC8569MDS

2009-05-20 Thread Haiying Wang
Signed-off-by: Haiying Wang haiying.w...@freescale.com Signed-off-by: Yu Liu yu@freescale.com --- include/configs/MPC8569MDS.h | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/include/configs/MPC8569MDS.h b/include/configs/MPC8569MDS.h index ea996ff..c87e51d

[U-Boot] [PATCH 01/15] MPC85xx: Add QE clk support

2009-05-20 Thread Haiying Wang
Signed-off-by: Haiying Wang haiying.w...@freescale.com Acked-by: Timur Tabi ti...@freescale.com --- cpu/mpc85xx/cpu.c|4 cpu/mpc85xx/speed.c | 15 ++- include/asm-ppc/immap_85xx.h |2 ++ include/e500.h |1 + 4 files changed, 21

Re: [U-Boot] [PATCH v2 05/10] Rename ads5121 board into mpc5121ads

2009-05-20 Thread Arno Fischer
In article 1242463666-28583-6-git-send-email...@denx.de, w...@denx.de says... We rename the board so we use a consistent name in U-Boot and in Linux. Also, we use this opportunity to move the board into the Freecale vendor directory. Hello Mr. Denk! Maybe a stupid question - but the

[U-Boot] [PATCH 13/15] MPC85xx: Add UEC6 and UEC8 at SGMII mode for MPC8569MDS

2009-05-20 Thread Haiying Wang
On MPC8569MDS board, UCC6 and UCC8 can be configured to work at SGMII mode via UEM on PB board. Since MPC8569 supports up to 4 Gigabit Ethernet ports, we disable UEC6 and UEC8 by default. Signed-off-by: Haiying Wang haiying.w...@freescale.com --- include/configs/MPC8569MDS.h | 25

[U-Boot] [PATCH 14/15] MPC85xx: Add README for MPC8569MDS

2009-05-20 Thread Haiying Wang
Signed-off-by: Haiying Wang haiying.w...@freescale.com --- doc/README.mpc8569mds | 78 + 1 files changed, 78 insertions(+), 0 deletions(-) create mode 100644 doc/README.mpc8569mds diff --git a/doc/README.mpc8569mds b/doc/README.mpc8569mds new

Re: [U-Boot] [PATCH v8] Marvell Kirkwood family SOC support

2009-05-20 Thread Prafulla Wadaskar
... +#define KW_EGIGA0_BASE (KW_REGISTER(0x72000)) +#define KW_EGIGA1_BASE (KW_REGISTER(0x76000)) Use a C struct? These are the Base address referred by register structures. I am aware of this. Generally this type of

[U-Boot] [PATCH 10/15] Update the number of ethxaddr in reading system eeprom

2009-05-20 Thread Haiying Wang
We support up to 8 mac addresses in system eeprom, so we'd limit the mac_count to 8, and update the number of ethxaddr if there is more than 4 ethernet ports. Signed-off-by: Haiying Wang haiying.w...@freescale.com --- board/freescale/common/sys_eeprom.c | 11 +-- 1 files changed, 9

Re: [U-Boot] [PATCH v9] Marvell MV88F6281GTW_GE Board support

2009-05-20 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message 73173d32e9439e4abb5151606c3e19e201cf9e6...@sc-vexch1.marvell.com you wrote: Just a question... Do you really NEED 64 kB or even =20 128 kB environement size? In my experience, 16 kB is almost=20 always more than sufficient. Keep in mind

Re: [U-Boot] [PATCH v9] Marvell MV88F6281GTW_GE Board support

2009-05-20 Thread Prafulla Wadaskar
Just a question... Do you really NEED 64 kB or even =20 128 kB environement size? In my experience, 16 kB is almost=20 always more than sufficient. Keep in mind that the=20 environment size can be smaller than the sector size which=20 stores the environment,

Re: [U-Boot] [PATCH v8] Marvell Kirkwood family SOC support

2009-05-20 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message 73173d32e9439e4abb5151606c3e19e201cf9e6...@sc-vexch1.marvell.com you wrote: + tmpdin = readl(KW_REG_SPI_DATA_IN); + debug + (*** spi_xfer: din %08X ... %08x read\n, +

Re: [U-Boot] [PATCH v8] Marvell Kirkwood family SOC support

2009-05-20 Thread Prafulla Wadaskar
Indentation by TABs only, please. Indentation is done by Lindent. Do you mean to do it manually? Yes, please, if Lindent does it wrong ... Done in V9 :-) Regards.. Prafulla . . ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH v10] Marvell MV88F6281GTW_GE Board support

2009-05-20 Thread Prafulla Wadaskar
From: prafulla_wadaskar prafu...@marvell.com This is Marvell's 88F6281_A0 based custom board developed for wireless access point product This patch is tested for- 1. Boot from DRAM/SPI flash/NFS 2. File transfer using tftp and loadb 3. SPI flash read/write/erase 4. Booting Linux kernel and RFS

Re: [U-Boot] [PATCH 06/15] drivers/qe: Change QE RISC ALLOCATION to support 4 RISCs

2009-05-20 Thread Wolfgang Denk
Dear Haiying Wang, In message 1242837043-8243-6-git-send-email-haiying.w...@freescale.com you wrote: Also define the QE_RISC_ALLOCATION_RISCs to MACROs instead of using enum, and define MAX_QE_RISC for QE based silicons. Signed-off-by: Haiying Wang haiying.w...@freescale.com Acked-by:

Re: [U-Boot] [PATCH 10/15] Update the number of ethxaddr in reading system eeprom

2009-05-20 Thread Wolfgang Denk
Dear Haiying Wang, In message 1242837043-8243-10-git-send-email-haiying.w...@freescale.com you wrote: We support up to 8 mac addresses in system eeprom, so we'd limit the mac_count to 8, and update the number of ethxaddr if there is more than 4 ethernet ports. Signed-off-by: Haiying Wang

Re: [U-Boot] [PATCH 11/15] MPC85xx: update uec to support up to 8 UECs in QE

2009-05-20 Thread Wolfgang Denk
Dear Haiying Wang, In message 1242837043-8243-11-git-send-email-haiying.w...@freescale.com you wrote: Signed-off-by: Haiying Wang haiying.w...@freescale.com --- cpu/mpc85xx/cpu.c |6 + cpu/mpc85xx/fdt.c |4 ++- drivers/qe/uec.c | 66

Re: [U-Boot] Pull request u-boot-blackfin.git

2009-05-20 Thread Wolfgang Denk
Dear Mike Frysinger, In message 1242778781-30745-1-git-send-email-vap...@gentoo.org you wrote: The following changes since commit c06326c73bf90e48a8e1cf8893ad31c575423f50: Shinya Kuribayashi (1): MIPS: lib_mips/board.c: Remove unused variables are available in the git repository

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

2009-05-20 Thread Wolfgang Denk
Dear Stefan Roese, In message 200905201307.24999...@denx.de you wrote: Hi Wolfgang, please pull a fix for UBI: The following changes since commit c06326c73bf90e48a8e1cf8893ad31c575423f50: Shinya Kuribayashi (1): MIPS: lib_mips/board.c: Remove unused variables are available

Re: [U-Boot] Please pull u-boot-ubi - was Re: Please pull u-boot-ppc4xx

2009-05-20 Thread Wolfgang Denk
Dear Stefan Roese, In message 200905201314.12151...@denx.de you wrote: Ups. Sorry about the subject. It should have read: Please pull u-boot-ubi No problem. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office:

Re: [U-Boot] LZMA warnings in cmd_bootm

2009-05-20 Thread Wolfgang Denk
Dear Mike Frysinger, In message 200905190449.30670.vap...@gentoo.org you wrote: the LZMA code that was added to cmd_bootm causes a warning: cmd_bootm.c: In function 'bootm_load_os': cmd_bootm.c:394: warning: passing argument 2 of 'lzmaBuffToBuffDecompress' from incompatible pointer type

Re: [U-Boot] Ethernet not working on OMAP3 board with

2009-05-20 Thread Josh Karabin
Dirk Behme wrote: Pillai, Manikandan wrote: Hi , Tried the hints but they don't work. I still don't have a fix. Still investigating. Just two infos, maybe they help somehow: - We recently cleaned up OMAP3's clock code. But this was to _improve_ network. If I remember correctly, Mani

Re: [U-Boot] [PATCH] Canyonlands SATA harddisk driver

2009-05-20 Thread Shinya Kuribayashi
Stefan Roese wrote: On Friday 15 May 2009 11:32:26 Kazuaki Ichinohe wrote: This patch adds a SATA harddisk driver for the canyonlands. This patch is kernel driver's porting. This pach corresponded to not cmd_scsi but cmd_sata. Looks good now. Thanks for all your effort here. So:

Re: [U-Boot] LZMA warnings in cmd_bootm

2009-05-20 Thread Mike Frysinger
On Wednesday 20 May 2009 16:45:13 Wolfgang Denk wrote: In message Mike Frysinger wrote: the LZMA code that was added to cmd_bootm causes a warning: cmd_bootm.c: In function 'bootm_load_os': cmd_bootm.c:394: warning: passing argument 2 of 'lzmaBuffToBuffDecompress' from incompatible

Re: [U-Boot] FLASH write bug on NGW100

2009-05-20 Thread Ben Nizette
 reconstructing thread and cc'ing u-boot list; please don't top-post :-) when using the latest u-boot version from git://www.denx.de/git/u-boot-avr32.git, it is not possible for me to write (I have tried saveenv and protect) to NOR FLASH anymore. U-Boot gives the following error:

Re: [U-Boot] [PATCH] Marvell 88EXXXX Switch/PHY init support

2009-05-20 Thread Sergey Nikulov
Hi, Any updates with this switches support in uboot? 2009/4/3 Prafulla Wadaskar prafu...@marvell.com: From: prafulla_wadaskar prafu...@marvell.com Chips supprted:- 1. 88E61XX 6 port gbe swtich with 5 integrated PHYs 2. 88E6061 6 port fe swtich with 5 integrated PHYs 3. 88E1116 gbe

Re: [U-Boot] Which U-Boot releases have Device Tree support

2009-05-20 Thread JEW-DONG
Hi Wolfgang, Thanks for the information. This is the first time I am searching for the u-boot source code for MPC8360E-RDK. Three more questions here: Is the following URL the right place to get the files? If not, can you show me the right link?

Re: [U-Boot] [PATCH 1/3] smc911x: write back the manually set MAC address

2009-05-20 Thread Dirk Behme
Ben Warren wrote: Daniel Mack wrote: If the MAX address is given by the environment, write it back to the hardware. Signed-off-by: Daniel Mack dan...@caiaq.de Cc: Sascha Hauer s.ha...@pengutronix.de --- drivers/net/smc911x.c |9 +++-- 1 files changed, 7 insertions(+), 2

Re: [U-Boot] Ethernet not working on OMAP3 board with

2009-05-20 Thread Dirk Behme
Josh Karabin wrote: Dirk Behme wrote: Pillai, Manikandan wrote: Hi , Tried the hints but they don't work. I still don't have a fix. Still investigating. Just two infos, maybe they help somehow: - We recently cleaned up OMAP3's clock code. But this was to _improve_ network. If I

[U-Boot] [Patch] bss section initialization on s3c44b0

2009-05-20 Thread Ming-Dien Chang
Clear the .BSS section for S3C44B0 to get a zero-filled .BSS section. Signed-off-by : Ming-Dien Chang mingdien.ch...@gmail.com diff --git a/cpu/s3c44b0/start.S b/cpu/s3c44b0/start.S index f5a3d3a..a6d27aa 100644 --- a/cpu/s3c44b0/start.S +++ b/cpu/s3c44b0/start.S @@ -154,6 +154,25 @@