[U-Boot] [PATCH v2] POST: Added ECC memory test for mpc83xx.

Wolfgang Denk wd at denx.de
Thu May 6 00:01:24 CEST 2010


Dear Michael Zaidman,

In message <1270654208-32319-1-git-send-email-michael.zaidman at gmail.com> you wrote:
> Signed-off-by: Michael Zaidman <michael.zaidman at gmail.com>
> ---
>  post/cpu/mpc83xx/Makefile |   30 ++++++++
>  post/cpu/mpc83xx/ecc.c    |  167 +++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 197 insertions(+), 0 deletions(-)
>  create mode 100644 post/cpu/mpc83xx/Makefile
>  create mode 100644 post/cpu/mpc83xx/ecc.c

Applied, after fixing incorrect brace style:

> +		/* Set bit to be injected */
> +		if (errbit < 32) {
> +			__raw_writel(1 << errbit, &ddr->data_err_inject_lo);
> +			__raw_writel(0, &ddr->data_err_inject_hi);
> +		}
> +		else {

... here.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
I can type faster than I can move a  mouse,  so  I  find  menu-driven
drawing packages time consuming and frustrating.      - W. R. Stevens


More information about the U-Boot mailing list