[U-Boot] [PATCH] POST: Added ECC memory test for mpc83xx.
Scott Wood
scottwood at freescale.com
Wed Apr 7 18:25:01 CEST 2010
On Wed, Apr 07, 2010 at 09:30:55AM -0500, Timur Tabi wrote:
> On Tue, Apr 6, 2010 at 7:40 PM, Kim Phillips <kim.phillips at freescale.com> wrote:
>
> >> > You should add a comment explaining why you're not using I/O
> >> > accessors.
> >>
> >> Ok, I will add the explanation.
> >
> > use raw i/o accessors please.
>
> But what about his performance concern? Shouldn't it be okay for him
> to do direct writes and then follow-up with a sync(), as long as he
> comments it?
That's exactly what raw accessors are for. They don't include
synchronization (and unfortunately this somehow gets tied up in whether
endian conversions are done).
-Scott
More information about the U-Boot
mailing list