Re: [U-Boot] [PATCH] revert tsec: Force TBI PHY to 1000Mbps full duplex in SGMII mode

2010-11-17 Thread Li Yang-R58472
Subject: Re: [U-Boot] [PATCH] revert tsec: Force TBI PHY to 1000Mbps full duplex in SGMII mode Hi Zhao, In message 1289986984-2314-1-git-send-email-b26...@freescale.com you wrote: On P2020DS and MPC8572DS, the link to SGMII card which use Vitesse VSC8234 PHY can't come up. Current TBI PHY

Re: [U-Boot] [PATCH] revert tsec: Force TBI PHY to 1000Mbps fullduplex in SGMII mode

2010-11-17 Thread Li Yang-R58472
Subject: RE: [U-Boot] [PATCH] revert tsec: Force TBI PHY to 1000Mbps fullduplex in SGMII mode On Wed, 2010-11-17 at 21:13 -0700, Li Yang-R58472 wrote: Subject: Re: [U-Boot] [PATCH] revert tsec: Force TBI PHY to 1000Mbps full duplex in SGMII mode Hi Zhao, In message 1289986984-2314-1-git

Re: [U-Boot] [PATCH v2 1/2] 85xx/mpc8536ds: Use is_serdes_configured()to determine of PCIe enabled

2010-04-28 Thread Li Yang-R58472
Subject: [U-Boot] [PATCH v2 1/2] 85xx/mpc8536ds: Use is_serdes_configured()to determine of PCIe enabled The new is_serdes_configured covers a broader range of devices than the PCI specific code. Use it instead as we convert away from the is_fsl_pci_cfg() code. Additionally move to setting LAWs

Re: [U-Boot] [PATCH v2 1/2] 85xx/mpc8536ds: Use is_serdes_configured()to determine of PCIe enabled

2010-04-28 Thread Li Yang-R58472
Subject: [U-Boot] [PATCH v2 1/2] 85xx/mpc8536ds: Use is_serdes_configured()to determine of PCIe enabled The new is_serdes_configured covers a broader range of devices than the PCI specific code. Use it instead as we convert away from the is_fsl_pci_cfg() code. Additionally move to setting

Re: [U-Boot] [PATCH 2/4] 85xx: Add is_serdes_configured() support toMPC8536 SERDES

2010-04-21 Thread Li Yang-R58472
Subject: [U-Boot] [PATCH 2/4] 85xx: Add is_serdes_configured() support toMPC8536 SERDES Add the ability to determine if a given IP block connected on SERDES is configured. This is useful for things like PCIe and SRIO since they are only ever connected on SERDES. Signed-off-by: Kumar Gala

Re: [U-Boot] [PATCH 2/2] p2020ds: use maximum timeout for esdhc

2010-01-25 Thread Li Yang-R58472
On Jan 7, 2010, at 2:00 AM, Li Yang wrote: From: Jin Qing b24...@freescale.com Use timeout value to maximum due to hardware problem. The hardware may take longer to timeout, but it's much better than having a too-short timeout value. Signed-off-by: Jin Qing b24...@freescale.com

Re: [U-Boot] [STATUS] Patch status update

2010-01-25 Thread Li Yang-R58472
{snip} 5438 12/10 Li Yang[U-Boot] [PATCH 1/5] fdt: add fdt_del_node_by_path() API http://article.gmane.org/gmane.comp.boot-loaders.u-boot/72559 5440 12/10 Li Yang[U-Boot] [PATCH 3/5] 85xx: add common serdes ports configuration code

Re: [U-Boot] [PATCH 1/3] Update Makefile for new dirs to be included in tag list

2009-12-09 Thread Li Yang-R58472
Subject: Re: [U-Boot] [PATCH 1/3] Update Makefile for new dirs to be included in tag list Dear Li Yang, In message 1260339968-28169-1-git-send-email-le...@freescale.com you wrote: Signed-off-by: Li Yang le...@freescale.com --- Makefile |3 +++ 1 files changed, 3 insertions(+), 0

Re: [U-Boot] [PATCH 2/3] fdt: add fdt_del_node_by_path() API

2009-12-09 Thread Li Yang-R58472
Subject: Re: [U-Boot] [PATCH 2/3] fdt: add fdt_del_node_by_path() API Hi Li, Li Yang wrote: For removing node easily by path or alias. Signed-off-by: Li Yang le...@freescale.com --- common/fdt_support.c | 10 ++ include/fdt_support.h |1 + 2 files changed, 11

Re: [U-Boot] [PATCH 2/3] fdt: add fdt_del_node_by_path() API

2009-12-09 Thread Li Yang-R58472
Subject: Re: [U-Boot] [PATCH 2/3] fdt: add fdt_del_node_by_path() API Dear Li Yang-R58472, In message 3a45394fd742fa419b760bb8d398f9ede66...@zch01exm26.fsl.freescal e.net you wrote: It will be used in patches to be submitted, we want to remove the nodes of devices which are not enabled