Re: [U-Boot] [PATCH 2/2] powerpc/85xx: Report workaround of errata SATA-A001

2010-07-14 Thread Wolfgang Denk
Dear Kumar Gala, In message 1276143535-22532-2-git-send-email-ga...@kernel.crashing.org you wrote: Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- arch/powerpc/cpu/mpc85xx/cmd_errata.c | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git

Re: [U-Boot] [PATCH 2/2] powerpc/85xx: Report workaround of errata SATA-A001

2010-07-14 Thread Kumar Gala
On Jul 14, 2010, at 2:30 PM, Wolfgang Denk wrote: Dear Kumar Gala, In message 1276143535-22532-2-git-send-email-ga...@kernel.crashing.org you wrote: Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- arch/powerpc/cpu/mpc85xx/cmd_errata.c | 14 ++ 1 files changed, 14

Re: [U-Boot] [PATCH 2/2] powerpc/85xx: Report workaround of errata SATA-A001

2010-07-14 Thread Wolfgang Denk
Dear Kumar Gala, In message eda07492-2746-46d4-963a-37f4cae0b...@kernel.crashing.org you wrote: +#if defined(CONFIG_FSL_SATA_V2) defined(CONFIG_FSL_SATA_ERRATUM_A001) + if (IS_SVR_REV(svr, 1, 0) + ((SVR_SOC_VER(svr) == SVR_P1022) || + (SVR_SOC_VER(svr) == SVR_P1022_E) ||

Re: [U-Boot] [PATCH 2/2] powerpc/85xx: Report workaround of errata SATA-A001

2010-06-30 Thread Kumar Gala
On Jun 9, 2010, at 11:18 PM, Kumar Gala wrote: Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- arch/powerpc/cpu/mpc85xx/cmd_errata.c | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) applied to 85xx - k ___ U-Boot

Re: [U-Boot] [PATCH 2/2] powerpc/85xx: Report workaround of errata SATA-A001

2010-06-11 Thread Kumar Gala
On Jun 10, 2010, at 8:58 PM, Timur Tabi wrote: On Wed, Jun 9, 2010 at 11:18 PM, Kumar Gala ga...@kernel.crashing.org wrote: static int do_errata(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) { + __maybe_unused u32 svr = get_svr(); + +#if defined(CONFIG_FSL_SATA_V2)

Re: [U-Boot] [PATCH 2/2] powerpc/85xx: Report workaround of errata SATA-A001

2010-06-10 Thread Timur Tabi
On Wed, Jun 9, 2010 at 11:18 PM, Kumar Gala ga...@kernel.crashing.org wrote:  static int do_errata(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  { +       __maybe_unused u32 svr = get_svr(); + +#if defined(CONFIG_FSL_SATA_V2) defined(CONFIG_FSL_SATA_ERRATUM_A001) +       if

[U-Boot] [PATCH 2/2] powerpc/85xx: Report workaround of errata SATA-A001

2010-06-09 Thread Kumar Gala
Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- arch/powerpc/cpu/mpc85xx/cmd_errata.c | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/cpu/mpc85xx/cmd_errata.c b/arch/powerpc/cpu/mpc85xx/cmd_errata.c index 6824ebf..81078bd 100644 ---