All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] [DNX#2007020542000039] [PATCH] Add sync at the end of flas [...]
@ 2007-02-05 21:10 OTRS Notification Master
  0 siblings, 0 replies; only message in thread
From: OTRS Notification Master @ 2007-02-05 21:10 UTC (permalink / raw)
  To: u-boot

Hello list,

inside the automatic U-Boot patch tracking system a new ticket
[DNX#2007020542000039] was created:

<snip>
> On 2/5/07, Haiying Wang <r54964@freescale.com> wrote:
> > Add sync at the end of flash_write_cmd for MPC86xx
> > to ensure write command are really finished before reading data
> >
> > Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
> > ---
> > According to Tolunay's first suggestion, this patch for cfi_flash
> > driver fixed the flash operation error on MPC8641HPCN board. Since there
> > is not such flash error reported on 85xx, 83xx platform and as Tolunay
> > said, there is not a PowerPC macro to define, I just use CONFIG_MPC86xx
> > for now. I also tested his second suggestion(adding udelay directly
> > after reset command), but flash still failed to work.
> 
> Given that this is already looks to have been an issue on blackfin and
> now PPC (and probably some MIPS also), I would suggest it's better to
> define a macro in the CPU definition for your arch and blackfin and do
> a generic test like so:
> 
> #ifdef SYNC
>     SYNC;
> #endif
> 
> Maybe you can come up with a more descriptive name than SYNC :-)
> 
> I had e-mailed Tolunay about this and he concurred.
> 
> -- 
> Hardware, n.:
>         The parts of a computer system that can be kicked.
</snip>

Your U-Boot support team

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-05 21:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-05 21:10 [U-Boot-Users] [DNX#2007020542000039] [PATCH] Add sync at the end of flas [...] OTRS Notification Master

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.