[U-Boot-Users] burst read for drivers/cfi_flash.c

8 Feb
2006
8 Feb
'06
1:24 p.m.
Hi,
Is burst read in drivers/cfi_flash.c theoretically possible?
I see write buffer implementation in cfi_flash.c, I see write buffer and output buffer in diagram in Q-FLASH MEMORY MT28F128J3 document (pdf), so I hope it is possible.
Otherwise fastest block read (say 1 page, 0x1000 bytes) is this?! static inline void __copy_page(unsigned long *dst, unsigned long *src) { unsigned long *end = src + 0x1000; while (src != end) *dst++ = *src++; }
Thanks in advance.
HK. --
7027
Age (days ago)
7027
Last active (days ago)
0 comments
1 participants
participants (1)
-
Hiroki Kaminaga