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
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
>
>
>> >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
>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
>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.
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
>>
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 -
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'
>>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
>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
>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
{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
>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.
>>
>>
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
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
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
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
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
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
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
>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
>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
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
>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 |
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
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
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
27 matches
Mail list logo