[U-Boot] [PATCH] ppc4xx: Disable trace broadcast for 44x non debug mode

2010-09-16 Thread Victor Gallardo
. Resetting via u-boot or OS will not. Signed-off-by: Victor Gallardo vgalla...@apm.com --- arch/powerpc/cpu/ppc4xx/start.S |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/cpu/ppc4xx/start.S b/arch/powerpc/cpu/ppc4xx/start.S index 4bad32f..bac8681 100644

Re: [U-Boot] [PATCH] ppc4xx: Fix 440EPx bug in reconfigure_pll()

2010-08-26 Thread Victor Gallardo
into the if statement, since its only used after later on. No need to run this code all the time. Also, a few empty lines are added to make the code better readable. Look good to me. -Victor Gallardo ___ U-Boot mailing list U-Boot@lists.denx.de http

Re: [U-Boot] NAND ECC Error with wrong SMC ording bug

2009-08-21 Thread Victor Gallardo
enabled MTD_NAND_ECC_SMC in configs? Yes, it was set. Best Regards, Victor Gallardo ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] NAND ECC Error with wrong SMC ording bug

2009-08-20 Thread Victor Gallardo
Hi Sean, The change is necessary in both Linux and u-boot. Without this change customer are seeing the problem. Best Regards, Victor Gallardo -Original Message- From: linuxppc-dev-bounces+vgallardo=amcc@lists.ozlabs.org [mailto:linuxppc-dev- bounces+vgallardo=amcc

Re: [U-Boot] [PATCH 1/1 v2] ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change

2008-10-08 Thread Victor Gallardo
Hi Stefan, We will take a look. Yes, we ran the test as you mentioned (bootcmd=reset) on both versions of the Kilauea board and let it run for 24 hours without any problems. Hopefully we can reproduce the problem you are seeing. Thanks, Victor Gallardo

Re: [U-Boot] [PATCH 1/1 v2] ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change

2008-10-08 Thread Victor Gallardo
OK. Thanks Stefan. We will take a look. Thanks. Yes, we ran the test as you mentioned (bootcmd=reset) on both versions of the Kilauea board and let it run for 24 hours without any problems. Hopefully we can reproduce the problem you are seeing. I suggest that you use some means

Re: [U-Boot] [PATCH 1/3 v2] ppc4xx: Add AMCC Arches board support(dual 460GT)

2008-10-06 Thread Victor Gallardo
FLASH (Spansion 29GL256) so remap FLASH to + * EBC address which accepts bigger regions: + * 0xfe00. - 4.ce00. + */ Cannot we do this automatically, dependent on the actual size of flash as determined by the code? Will investigate. Best Regards, Victor Gallardo

Re: [U-Boot] [PATCH 1/3 v2] ppc4xx: Add AMCC Arches boardsupport(dual 460GT)

2008-10-06 Thread Victor Gallardo
the second Ethernet port set as ethact. Updating it at preboot allows us to update after eth_register has set it. Best Regards, Victor Gallardo ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz

2008-09-16 Thread Victor Gallardo
, yes you are correct, it should, but for some reason the full list causes problem. This is currently being investigated by HW team. Current work around is to reduce the WDTR/CLKTR to only those that produce a cycle delay of T2 or better. -Victor Gallardo

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

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

2008-09-09 Thread Victor Gallardo
On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands and glacier. This patch allows DTT_I2C_DEV_CODE to be configured by CFG_I2C_DTT_ADDR Signed-off-by: Victor Gallardo [EMAIL PROTECTED] --- drivers/hwmon/lm75.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff

Re: [U-Boot] [PATCH] ppc4xx: Fix compilation warning for canyonlands glacier

2008-09-08 Thread Victor Gallardo
Oops, Sorry Stefan my fault for introducing this. Thanks for fixing this. Regards Victor Gallardo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefan Roese Sent: Friday, September 05, 2008 5:13 AM To: u-boot@lists.denx.de Subject: [U-Boot] [PATCH

Re: [U-Boot] [PATCH 1/1 v3] ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY

2008-09-04 Thread Victor Gallardo
Hi Stefan and Ben, I saw what Andy Fleming's did. This is a bit to much work for what I have time for. I aggree, we need to take baby steps.. For now I'll change PHY-less to Fixed PHY and update some style issues. -Victor Gallardo -Original Message- From: Stefan Roese [mailto:[EMAIL

[U-Boot] ppc4xx: glacier broken with latest u-boot

2008-09-04 Thread Victor Gallardo
, 400 MHz, CL3) FLASH: 64 MB NAND: 32 MiB PCI: Bus Dev VenId DevId Class Int PCIE0: link is not up. PCIE0: initialization as root-complex failed PCIE1: link is not up. PCIE1: initialization as root-complex failed Regards, Victor Gallardo ___ U-Boot

[U-Boot] [PATCH 1/1 v3] ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY

2008-09-03 Thread Victor Gallardo
This patch adds GPCS, SGMII and M88E1112 PHY support for the AMCC PPC460GT/EX processors. Signed-off-by: Victor Gallardo [EMAIL PROTECTED] --- cpu/ppc4xx/4xx_enet.c | 162 - cpu/ppc4xx/miiphy.c | 41 - include/ppc4xx_enet.h |3

Re: [U-Boot] [PATCH 1/1 v3] ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY

2008-09-03 Thread Victor Gallardo
Hi Stefan, OK. I agree, I will remove DFLT_PHY_LESS_SPEED and DFLT_PHY_LESS_DUPLEX. In terms of a generic PHY-less approach. I'll wait for Ben's input. -Victor Gallardo -Original Message- From: Stefan Roese [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2008 12:23 AM To: u

Re: [U-Boot] [PATCH 1/1] ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY

2008-09-02 Thread Victor Gallardo
Hi Ben, OK. You are correct. I will update this area and resubmit. -Victor Gallardo -Original Message- From: Ben Warren [mailto:[EMAIL PROTECTED] Sent: Saturday, August 30, 2008 9:34 AM To: Victor Gallardo Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH 1/1] ppc4xx: Add support

[U-Boot] [PATCH 1/1] ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY

2008-08-30 Thread Victor Gallardo
This patch adds GPCS, SGMII and M88E1112 PHY support for the AMCC PPC460GT/EX processors. Signed-off-by: Victor Gallardo [EMAIL PROTECTED] --- cpu/ppc4xx/4xx_enet.c | 122 - cpu/ppc4xx/miiphy.c | 41 +++- include/ppc4xx_enet.h