From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] U-boot ColdFire development
Date: Wed, 4 Jul 2007 08:20:58 +0200 [thread overview]
Message-ID: <200707040820.58624.sr@denx.de> (raw)
In-Reply-To: <4791E710007FEB4BBF83775D787F462F0480983B@az33exm22.fsl.freescale.net>
Hi TsiChung,
On Tuesday 03 July 2007, Liew Tsi Chung-r5aahp wrote:
> The CFG_FLASH_USE_BUFFER_WRITE does not help in this case because the intel
> flash chip on M5329EVB does not support Buffer Write. (It could be verified
> by reading the CFI at offset 0x2a)
Which chips is it? Just curious.
> I were doing an experiment days ago by redirected some of the CFI driver
> functions to board specific flash driver functions. I replaced
> flash_write_cfiword() in write_buff() to write_data(). Program the flash
> for 1MB. flash_add_byte() is ~5s more than total time in board specific
> flash driver. Replaced the write_data() flash status check in while loop -
> while ((*addr & (u16) FLASH_STATUS_DONE) != (u16) FLASH_STATUS_DONE) to
> while(!flash_isset (info, sec, 0, FLASH_STATUS_DONE)), this will add
> another ~11s.
Seems there is some need to enhance the CFI driver. Unfortunately we don't
have an custodian for this anymore.
> There are some overhead in the CFI flash driver for non Buffer Write.
> Anyway, I am going to use the CFI flash driver from now on.
Thanks. We should keep in mind to address you thoughts about speed improvement
later.
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
=====================================================================
next prev parent reply other threads:[~2007-07-04 6:20 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <4791E710007FEB4BBF83775D787F462F04749339@az33exm22.fsl.freescale.net>
[not found] ` <200706131523.44148.sr@denx.de>
[not found] ` <4791E710007FEB4BBF83775D787F462F04749874@az33exm22.fsl.freescale.net>
[not found] ` <200706141057.32860.sr@denx.de>
2007-06-21 13:52 ` [U-Boot-Users] U-boot ColdFire development Liew Tsi Chung-r5aahp
2007-06-22 5:46 ` Stefan Roese
2007-06-27 6:55 ` Liew Tsi Chung-r5aahp
2007-06-29 11:56 ` Detlev Zundel
2007-06-29 17:40 ` Liew Tsi Chung-r5aahp
2007-06-30 2:01 ` Wolfgang Denk
2007-07-03 8:53 ` Stefan Roese
2007-07-03 18:02 ` Liew Tsi Chung-r5aahp
2007-07-04 6:20 ` Stefan Roese [this message]
2007-07-06 1:55 ` Liew Tsi Chung-r5aahp
[not found] ` <A6535175C7B95548B81ECF6C91B3C42305261080@az33exm22.fsl.freescale.net>
2007-07-10 23:04 ` Liew Tsi Chung-r5aahp
2007-07-12 14:26 ` Stefan Roese
2007-07-20 12:31 ` Stefan Roese
2007-07-23 22:00 ` Liew Tsi Chung-r5aahp
2007-07-25 15:54 ` w.wegner at astro-kom.de
2007-07-27 0:39 ` Liew Tsi Chung-r5aahp
2007-07-27 4:51 ` Stefan Roese
2007-07-27 18:19 ` Liew Tsi Chung-r5aahp
2007-07-27 19:20 ` Stefan Roese
2007-07-27 7:12 ` w.wegner at astro-kom.de
2007-07-26 15:46 ` w.wegner at astro-kom.de
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200707040820.58624.sr@denx.de \
--to=sr@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox