* [U-Boot-Users] [PATCH] Add attribute POST_PREREL to ECC memory POST
@ 2008-01-13 4:35 Larry Johnson
2008-01-14 16:49 ` Stefan Roese
2008-02-06 23:23 ` Wolfgang Denk
0 siblings, 2 replies; 5+ messages in thread
From: Larry Johnson @ 2008-01-13 4:35 UTC (permalink / raw)
To: u-boot
Signed-off-by: Larry Johnson <lrj@acm.org>
---
post/tests.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/post/tests.c b/post/tests.c
index 0c49e32..698f85c 100644
--- a/post/tests.c
+++ b/post/tests.c
@@ -241,8 +241,8 @@ struct post_test post_list[] =
{
"ECC test",
"ecc",
- "This test checks ECC facility of memory.",
- POST_ROM | POST_ALWAYS,
+ "This test checks the ECC facility of memory.",
+ POST_ROM | POST_ALWAYS | POST_PREREL,
&ecc_post_test,
NULL,
NULL,
--
1.5.2.5
^ permalink raw reply related [flat|nested] 5+ messages in thread* [U-Boot-Users] [PATCH] Add attribute POST_PREREL to ECC memory POST
2008-01-13 4:35 [U-Boot-Users] [PATCH] Add attribute POST_PREREL to ECC memory POST Larry Johnson
@ 2008-01-14 16:49 ` Stefan Roese
2008-01-22 15:29 ` Larry Johnson
2008-02-06 23:23 ` Wolfgang Denk
1 sibling, 1 reply; 5+ messages in thread
From: Stefan Roese @ 2008-01-14 16:49 UTC (permalink / raw)
To: u-boot
On Sunday 13 January 2008, Larry Johnson wrote:
> Signed-off-by: Larry Johnson <lrj@acm.org>
Acked-by: Stefan Roese <sr@denx.de>
Wolfgang, will you pull this patch directly?
Best regards,
Stefan
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] [PATCH] Add attribute POST_PREREL to ECC memory POST
2008-01-14 16:49 ` Stefan Roese
@ 2008-01-22 15:29 ` Larry Johnson
2008-01-29 6:44 ` Stefan Roese
0 siblings, 1 reply; 5+ messages in thread
From: Larry Johnson @ 2008-01-22 15:29 UTC (permalink / raw)
To: u-boot
Stefan Roese wrote:
> On Sunday 13 January 2008, Larry Johnson wrote:
>> Signed-off-by: Larry Johnson <lrj@acm.org>
>
> Acked-by: Stefan Roese <sr@denx.de>
>
> Wolfgang, will you pull this patch directly?
>
> Best regards,
> Stefan
>
> =====================================================================
> DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
> =====================================================================
Will this patch be going in? Without it the log reports that the ECC
POST failed, even when it passed.
Best regards,
Larry
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] [PATCH] Add attribute POST_PREREL to ECC memory POST
2008-01-22 15:29 ` Larry Johnson
@ 2008-01-29 6:44 ` Stefan Roese
0 siblings, 0 replies; 5+ messages in thread
From: Stefan Roese @ 2008-01-29 6:44 UTC (permalink / raw)
To: u-boot
Hi Wolfgang,
On Tuesday 22 January 2008, Larry Johnson wrote:
> Stefan Roese wrote:
> > On Sunday 13 January 2008, Larry Johnson wrote:
> >> Signed-off-by: Larry Johnson <lrj@acm.org>
> >
> > Acked-by: Stefan Roese <sr@denx.de>
> >
> > Wolfgang, will you pull this patch directly?
> >
> > Best regards,
> > Stefan
> >
> > =====================================================================
> > DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
> > HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> > Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
> > =====================================================================
>
> Will this patch be going in? Without it the log reports that the ECC
> POST failed, even when it passed.
Yes, this patch is a real bug-fix. It should go in ASAP (as your time permits
of course).
Best regards,
Stefan
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] [PATCH] Add attribute POST_PREREL to ECC memory POST
2008-01-13 4:35 [U-Boot-Users] [PATCH] Add attribute POST_PREREL to ECC memory POST Larry Johnson
2008-01-14 16:49 ` Stefan Roese
@ 2008-02-06 23:23 ` Wolfgang Denk
1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2008-02-06 23:23 UTC (permalink / raw)
To: u-boot
In message <47899515.9080500@acm.org> you wrote:
> Signed-off-by: Larry Johnson <lrj@acm.org>
> ---
> post/tests.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
Applied, thanks.
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
"Here's a fish hangs in the net like a poor man's right in the law.
'Twill hardly come out." - Shakespeare, Pericles, Act II, Scene 1
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-02-06 23:23 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-13 4:35 [U-Boot-Users] [PATCH] Add attribute POST_PREREL to ECC memory POST Larry Johnson
2008-01-14 16:49 ` Stefan Roese
2008-01-22 15:29 ` Larry Johnson
2008-01-29 6:44 ` Stefan Roese
2008-02-06 23:23 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox