move nand drivers to src/flash/nand/
[fw/openocd] / src / flash / cfi.h
2009-11-13 Zachary T Welchflash_bank_t -> struct flash_bank
2009-11-13 Zachary T Welchworking_area_t -> struct working_area
2009-11-13 Zachary T Welchcfi_fixup_t -> struct cfi_fixup
2009-11-13 Zachary T Welchcfi_unlock_addresses_t -> struct cfi_unlock_addresses
2009-11-13 Zachary T Welchcfi_spansion_pri_ext_t -> struct cfi_spansion_pri_ext
2009-11-13 Zachary T Welchcfi_atmel_pri_ext_t -> struct cfi_atmel_pri_ext
2009-11-13 Zachary T Welchcfi_intel_pri_ext_t -> struct cfi_intel_pri_ext
2009-11-13 Zachary T Welchcfi_flash_bank_t -> struct cfi_flash_bank
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/flash.
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/flash
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-04-21 oharboeMichael Schwingen <rincewind@discworld.dascon.de> add...
2009-04-19 oharboeMichael Schwingen <rincewind@discworld.dascon.de> ...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-07-21 oharboeMichael Kurz <michi.kurz@googlemail.com> MX29LV800B...
2008-07-20 oharboeBen Bodley <ben@teknique.com> non-CFI compliant flash...
2008-04-23 oharboeAndre Renaud support for the am29sl800db CFI flash...
2008-04-03 oharboe- Work on fixing erase check. Many implementations...
2008-01-27 mifi- added autoprobe functionality
2007-12-10 bodylove- Stripped trailing spaces (patch preparation)
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-05-29 drath- split fileio handling into fileio part and image...
2007-04-11 drath- disabled excessive debug output in jtag.h
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/