This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Issue 1000770] eCosCentric NAND library


http://bugzilla.ecoscentric.com/show_bug.cgi?id=1000770


Ross Younger <wry@ecoscentric.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #751 is|0                           |1
           obsolete|                            |




--- Comment #7 from Ross Younger <wry@ecoscentric.com>  2009-06-26 16:16:36 ---
Created an attachment (id=760)
 --> (http://bugzilla.ecoscentric.com/attachment.cgi?id=760)
20090626 snapshot

Significant part-refactor based on feedback received.

NAND: 
* add high-level locking;
* create global pagebuffer;
* be less stack-greedy (use that pagebuffer) so as to not crash in a minimal
config;
* rename nand_app.h to nand.h;
* rename some helper macros for consistency;
* make nand_bbt.h internal;
* move eccdamage test into synth driver;
* add more assertions;

Samsung K9 NAND driver: 
* refactor for NAND changes;
* better define chip-platform interface (created k9fxx08x0x.h); 
* replace calls to diag_printf with NAND_ERROR;

ea2468 HAL:
* refactor for K9 changes;
* add RedBoot heap size requirement;

yaffs: 
* merge to upstream timestamp 2009-05-16;
* omit unneeded YAFFS1 and qsort code;
* replace calls to diag_printf with TOUT;
* further general enhancements and bugfixes;

general: 
* retab files for consistency with eCos sources.


-- 
Configure issuemail: http://bugzilla.ecoscentric.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the issue.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]