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

2009-05-20 Thread Prafulla Wadaskar
> Well, actually I'm more interested in mv88e60xx.c support :) BTW: Which specific chip support you are looking for? I will try if I can help you > > From log I can see > " > Marvell MV88E61XX Switch Driver support > " > are MV88E61XX and MV88E60XX the same? Not really... Regards.. Prafulla .

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

2009-05-20 Thread Sergey Nikulov
Well, actually I'm more interested in mv88e60xx.c support :) >From log I can see " Marvell MV88E61XX Switch Driver support " are MV88E61XX and MV88E60XX the same? Regards, Sergey 2009/5/20 Prafulla Wadaskar : >> -Original Message- >> From: Sergey Nikulov [mailto:sergey.niku...@gmail.com]

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

2009-05-20 Thread Prafulla Wadaskar
> -Original Message- > From: Sergey Nikulov [mailto:sergey.niku...@gmail.com] > Sent: Thursday, May 21, 2009 4:20 AM > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Ronen Shitrit > Subject: Re: [U-Boot] [PATCH] Marvell 88E Switch/PHY init support > > Hi, > > Any updates with this

[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 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 @@ vector_copy_loop: ble v

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_ >>

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 >> Cc: Sascha Hauer >> --- >> drivers/net/smc911x.c |9 +++-- >> 1 files changed, 7 insertions(+), 2 deletions(-) >> >> diff --git

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? http://git.denx.de/cgi-bin/gitweb.cgi?p=u-boot

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 : > From: prafulla_wadaskar > > 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 transceiver > > Contributors: > Yotam Admo

[U-Boot] Subject: [PATCH] Standardize the use of MCFFEC_TOUT_LOOP as a udelay(1) loop counter.

2009-05-20 Thread Richard Retanubun
From 584b5fbd4abfc43f920cc1c329633e03816e28be Mon Sep 17 00:00:00 2001 From: Richard Retanubun Date: Wed, 20 May 2009 18:26:01 -0400 Subject: [PATCH] Standardize the use of MCFFEC_TOUT_LOOP as a udelay(1) loop counter. Signed-off-by: Richard Retanubun --- Hi TC, Sorry for the long delay, I g

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

2009-05-20 Thread Ben Nizette
 > > > 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: "start or end address not on sector > > > boundary" > > >

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 incompatibl

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] 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 co

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

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, Offic

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 a

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 reposi

Re: [U-Boot] [PATCH 2/2] common: fix inline--weak error spotted by gcc 4.4

2009-05-20 Thread Wolfgang Denk
Dear Kim Phillips, In message <20090519125336.7761f522.kim.phill...@freescale.com> you wrote: > cmd_ide.c:547: error: inline function 'ide_inb' cannot be declared weak > > removing the inline attribute fixes it. > > Signed-off-by: Kim Phillips > --- > common/cmd_ide.c |4 ++-- > 1 files ch

Re: [U-Boot] [PATCH 1/2] TQM834x: remove defines causing gcc4.4 warnings

2009-05-20 Thread Wolfgang Denk
Dear Kim Phillips, In message <20090519125332.6213e92b.kim.phill...@freescale.com> you wrote: > Configuring for TQM834x board... > cpu_init.c: In function 'cpu_init_f': > cpu_init.c:262: warning: array subscript is above array bounds > cpu_init.c:263: warning: array subscript is above array bounds

Re: [U-Boot] Please pull u-boot-mpc83xx next

2009-05-20 Thread Wolfgang Denk
Dear Kim, In message <20090519105526.e10ecf1c.kim.phill...@freescale.com> you wrote: > Hello Wolfgang Denk, > > Please pull fdt support and other updates for the TQM834x board into > your next branch: > > The following changes since commit d1a3d4676061caf8ee894ff0c935c02652d3915f: > Wolfgang D

Re: [U-Boot] [PATCHv3 0/5] clean up omap3 configuration structs

2009-05-20 Thread Dirk Behme
Matthias Ludwig wrote: > Here are some (hopefully final) changes to the omap3 cleanup. > > changes since v2: > - split cs-config into 2 patches (patch 1/2) > - remove (accidentally missed) typedefs (patch 3) > - based on arm/next (zoom2 ok now) > > not changed (see discussion on v2): > - using a

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

2009-05-20 Thread Paul Thomas
On Wed, May 20, 2009 at 11:49 AM, Ilya Yanok wrote: > 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 happ

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 > --- > cpu/mpc85xx/cpu.c |6 + > cpu/mpc85xx/fdt.c |4 ++- > drivers/qe/uec.c | 66 > - > 3

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

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 > Acked-by: Timur Tabi ... > +#if (

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

2009-05-20 Thread Prafulla Wadaskar
From: prafulla_wadaskar 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 from SPI flash Review

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 http://list

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

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 > > > th

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

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. > >

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

2009-05-20 Thread Wolfgang Denk
Dear "Srinivasan Srikanth-R9AABP", In message 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 bit dated and the > pcie x1 nic/s I am trying to use are not

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 t

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 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 > Cc: Scott Wood > --- > Scott, please r

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

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 v2 05/10] Rename ads5121 board into mpc5121ads

2009-05-20 Thread Wolfgang Denk
Dear Arno Fischer, In message 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 > > Freecale vendor directory. >

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

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

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" s

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

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 > --- > this one is still against "next" branch > > v3 >

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

2009-05-20 Thread Dirk Behme
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 tested all clock cha

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

2009-05-20 Thread Haiying Wang
From: Dave Liu 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 Signed-off-by: Haiying Wang --- board/freescale

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

2009-05-20 Thread Haiying Wang
Signed-off-by: Haiying Wang --- 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 file mode 100644 index 00

[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 --- include/configs/MPC8569MDS.h | 25 + 1 files chang

[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 --- 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 --- a/drivers/qe/uec.c +++ b/driver

[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 --- 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 b/cpu/mpc85xx/cpu.c index b812d88..eb2aee

[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 --- board/freescale/common/sys_eeprom.c | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-)

[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 --- board/freescale/mpc8569mds/bcsr.c | 15 +- b

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

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

[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 Acked-by: Timur Tabi --- drivers/qe/qe.c| 15 --- drivers/qe/qe.h|1 - include/asm-ppc/immap_qe.h |5 - 3 files changed, 16 ins

[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 Acked-by: Timur Tabi --- drivers/qe/qe.c|3 --- drivers/qe/qe.h| 17 +++-- drivers/qe/uec.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 Signed-off-by: Yu Liu --- 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 100644 --- a/include/configs/MPC8569MDS.h +++ b/

[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 --- board/freescale/mpc8569mds/mpc8569mds.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/board/freescale/mpc8569mds/mpc8569mds.c b/

[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 the

[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 --- 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 --- a/include/asm-ppc/immap_qe.h +++ b/i

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

2009-05-20 Thread Haiying Wang
Signed-off-by: Haiying Wang Acked-by: Timur Tabi --- 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 insertions(+), 1 deletions(-) diff --git a/cpu/m

[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

[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 supporte

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

2009-05-20 Thread Kumar Gala
Signed-off-by: Kumar Gala --- 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 +++ b/cpu/mpc85xx/cpu.c @@ -40,6 +

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 patche

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 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

[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 U-Boot@lists.denx.

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 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? No, p

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 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 kernel develop

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] 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 t

[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. Si

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 Best

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 cust

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 v

[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 Groebenzel

[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 H

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 erasebloc

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: > => 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 15:3

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 > +#defi

[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 Cc: Scott Wood --- drivers/mtd/nand/nand_ecc.c |5 + 1

[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 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 Cc: Scott Wood --- Scott, please review this patchset. It fixes a prob

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] [P

[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? thanks

[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 --- this one is still against "next" branch v3 - fix typo in new Blackfin code (spurious semicolon) Makefil

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 *tm