[U-Boot] [PATCH] mmc: fsl_esdhc: not always setting esdhc fdt status to okay

2017-07-21 Thread Li Yang
We shouldn't always change the status to okay. There could be situations that the esdhc is intentionally disabled in the device tree. Signed-off-by: Li Yang --- drivers/mmc/fsl_esdhc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/mmc/fsl_esdhc.c b/drivers/mmc/fsl_esdhc.c

[U-Boot] [PATCH] 85xx: Support for Freescale P1024/P1025 processor

2011-01-26 Thread Li Yang
689-pin TEPBGAII P1015 is a variant of P1024 processor with single core and P1016 is a variant of P1025 processor with single core. Signed-off-by: Jin Qing Signed-off-by: Li Yang --- arch/powerpc/cpu/mpc8xxx/cpu.c |8 arch/powerpc/include/asm/processor.h |8 2

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

2010-11-18 Thread Li Yang
> > >> >My understanding is that the SGMII link is always at 1000Mbps speed - >> >see figure 1 from the app note. Additionally look at figure 3. My >> >understand from it, and the app note's text is that SGMII >> >auto-negotiation doesn't really occur - its just passing the PHY-side >> >auto-nego

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 i

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.

Re: [U-Boot] [PATCH] net: Change the NFS_TIMEOUT to 20s for using nfs load image.

2010-08-16 Thread Li Yang
On Mon, Aug 16, 2010 at 6:09 PM, Wolfgang Denk wrote: > Dear Li Yang, > > In message <1281947653-5530-1-git-send-email-le...@freescale.com> you wrote: >> From: Jin Qing >> >> The NFS_TIMEOUT is 2s before.  It is too short for some nfs server to >>

[U-Boot] [PATCH] net: Change the NFS_TIMEOUT to 20s for using nfs load image.

2010-08-16 Thread Li Yang
From: Jin Qing The NFS_TIMEOUT is 2s before. It is too short for some nfs server to respond. Signed-off-by: Jin Qing --- We are not sure what is the expected timeout period. Using 20s to make sure the mount works. net/nfs.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff -

Re: [U-Boot] [PATCH] 85xx: Add is_serdes_configured() support for P2020SERDES

2010-05-21 Thread Li Yang
On 5/21/2010 5:17 PM, Kumar Gala wrote: > >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 mailto:ga...@kernel.crashing.org>> I'

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

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 setti

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

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

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

[U-Boot] [PATCH 1/2] fsl_esdhc: fix wrong clock mask

2010-01-06 Thread Li Yang
Fix typo in SYSCTL_CLOCK_MASK, which caused residual in high bits of SDCLKFS. Signed-off-by: Jin Qing Signed-off-by: Li Yang --- include/fsl_esdhc.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/fsl_esdhc.h b/include/fsl_esdhc.h index 13ff652..caa784f 100644

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

2010-01-06 Thread Li Yang
From: Jin Qing 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 Signed-off-by: Li Yang --- drivers/mmc/fsl_esdhc.c |4 include/configs/P202

[U-Boot] [PATCH 5/5] p2020ds: use common code to initialize serdes ports

2009-12-09 Thread Li Yang
Setting up LAWs, PCIE, SRIO, SGMII intelligently based on the power-on serdes configuration. Signed-off-by: Li Yang --- board/freescale/p2020ds/law.c |6 -- board/freescale/p2020ds/p2020ds.c | 126 ++--- include/configs/P2020DS.h | 21 ++ 3

[U-Boot] [PATCH 4/5] p2020: add serdes status code complying to fsl_serdes APIs

2009-12-09 Thread Li Yang
Signed-off-by: Li Yang --- cpu/mpc85xx/Makefile |1 + cpu/mpc85xx/p2020_serdes.c | 89 2 files changed, 90 insertions(+), 0 deletions(-) create mode 100644 cpu/mpc85xx/p2020_serdes.c diff --git a/cpu/mpc85xx/Makefile b/cpu/mpc85xx

[U-Boot] [PATCH 1/5] fdt: add fdt_del_node_by_path() API

2009-12-09 Thread Li Yang
For removing node easily by path or alias. Signed-off-by: Li Yang --- common/fdt_support.c | 10 ++ include/fdt_support.h |1 + 2 files changed, 11 insertions(+), 0 deletions(-) diff --git a/common/fdt_support.c b/common/fdt_support.c index f89a3ee..8f1186e 100644 --- a/common

[U-Boot] [PATCH 2/5] fsl_law: add SRIO2 target id and law_size_bits() macro

2009-12-09 Thread Li Yang
Signed-off-by: Li Yang --- include/asm-ppc/fsl_law.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/asm-ppc/fsl_law.h b/include/asm-ppc/fsl_law.h index 31bb754..34c56a2 100644 --- a/include/asm-ppc/fsl_law.h +++ b/include/asm-ppc/fsl_law.h @@ -46,6 +46,8

[U-Boot] [PATCH 3/5] 85xx: add common serdes ports configuration code

2009-12-09 Thread Li Yang
being initialized in kernel. Signed-off-by: Li Yang --- cpu/mpc85xx/Makefile |1 + cpu/mpc85xx/cpu_init.c | 14 ++-- cpu/mpc85xx/serdes.c | 217 ++ include/asm-ppc/fsl_serdes.h | 50 ++ 4 files changed, 275 insertions

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

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 >> --- >> common/fdt_support.c | 10 ++ >> include/fdt_su

[U-Boot] [PATCH] Update Makefile for tag generating

2009-12-09 Thread Li Yang
Get tag directories from the $(__LIB) and also generate tag for .S files. Signed-off-by: Li Yang --- Makefile | 48 +++- 1 files changed, 7 insertions(+), 41 deletions(-) diff --git a/Makefile b/Makefile index bcb3fe9..84a8538 100644 --- a/Makefile

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

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

2009-12-08 Thread Li Yang
For removing node easily by path or alias. Signed-off-by: Li Yang --- common/fdt_support.c | 10 ++ include/fdt_support.h |1 + 2 files changed, 11 insertions(+), 0 deletions(-) diff --git a/common/fdt_support.c b/common/fdt_support.c index f89a3ee..8f1186e 100644 --- a/common

[U-Boot] [PATCH 3/3] fsl_law: add SRIO2 target id and law_size_bits() macro

2009-12-08 Thread Li Yang
Signed-off-by: Li Yang --- include/asm-ppc/fsl_law.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/asm-ppc/fsl_law.h b/include/asm-ppc/fsl_law.h index 31bb754..34c56a2 100644 --- a/include/asm-ppc/fsl_law.h +++ b/include/asm-ppc/fsl_law.h @@ -46,6 +46,8

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

2009-12-08 Thread Li Yang
Signed-off-by: Li Yang --- Makefile |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index bcb3fe9..4d71366 100644 --- a/Makefile +++ b/Makefile @@ -406,6 +406,8 @@ TAG_SUBDIRS += include TAG_SUBDIRS += lib_generic board/$(BOARDDIR) TAG_SUBDIRS