Re: [U-Boot] [PATCH 2/2] powerpc/85xx: Add Support for Freescale P1014 Processor

2011-01-19 Thread Kumar Gala
> Please sort list. > >> diff --git a/drivers/misc/fsl_law.c b/drivers/misc/fsl_law.c >> index 931cc71..d2b0cde 100644 >> --- a/drivers/misc/fsl_law.c >> +++ b/drivers/misc/fsl_law.c >> @@ -38,7 +38,7 @@ DECLARE_GLOBAL_DATA_PTR; >> defined(CONFIG_MPC8641) || defined(CONFIG_MPC8610) >> #defin

Re: [U-Boot] [PATCH 2/2] powerpc/85xx: Add Support for Freescale P1014 Processor

2011-01-19 Thread Wolfgang Denk
Dear Kumar Gala, In message <1295023271-11897-2-git-send-email-ga...@kernel.crashing.org> you wrote: > From: Poonam Aggrwal > > The P1014 is similar to the P1010 processor with the following differences: > > - 16bit DDR with ECC. (P1010 has 32bit DDR w/o ECC) > - no eCAN interface. (P1010 has

Re: [U-Boot] [PATCH 2/2] powerpc/85xx: Add Support for Freescale P1014 Processor

2011-01-17 Thread Kumar Gala
On Jan 14, 2011, at 10:41 AM, Kumar Gala wrote: > From: Poonam Aggrwal > > The P1014 is similar to the P1010 processor with the following differences: > > - 16bit DDR with ECC. (P1010 has 32bit DDR w/o ECC) > - no eCAN interface. (P1010 has 2 eCAN interfaces) > - Two SGMII interface (P1010 has

[U-Boot] [PATCH 2/2] powerpc/85xx: Add Support for Freescale P1014 Processor

2011-01-14 Thread Kumar Gala
From: Poonam Aggrwal The P1014 is similar to the P1010 processor with the following differences: - 16bit DDR with ECC. (P1010 has 32bit DDR w/o ECC) - no eCAN interface. (P1010 has 2 eCAN interfaces) - Two SGMII interface (P1010 has 3 SGMII) - No secure boot Signed-off-by: Poonam Aggrwal Signe