aboutsummaryrefslogtreecommitdiff
path: root/src/flash/cfi.h
AgeCommit message (Expand)Author
2009-11-13flash_bank_t -> struct flash_bankZachary T Welch
2009-11-13working_area_t -> struct working_areaZachary T Welch
2009-11-13cfi_fixup_t -> struct cfi_fixupZachary T Welch
2009-11-13cfi_unlock_addresses_t -> struct cfi_unlock_addressesZachary T Welch
2009-11-13cfi_spansion_pri_ext_t -> struct cfi_spansion_pri_extZachary T Welch
2009-11-13cfi_atmel_pri_ext_t -> struct cfi_atmel_pri_extZachary T Welch
2009-11-13cfi_intel_pri_ext_t -> struct cfi_intel_pri_extZachary T Welch
2009-11-13cfi_flash_bank_t -> struct cfi_flash_bankZachary T Welch
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch
2009-05-11Audit and eliminate redundant #include directives in src/flash headers.zwelch
2009-04-21Michael Schwingen <rincewind@discworld.dascon.de> add non-CFI SST flashsoharboe
2009-04-19Michael Schwingen <rincewind@discworld.dascon.de> enhanced non-CFI flash sup...oharboe
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-07-21Michael Kurz <michi.kurz@googlemail.com> MX29LV800B non-cfi flash.oharboe
2008-07-20Ben Bodley <ben@teknique.com> non-CFI compliant flash (AMIC A29L800A)oharboe
2008-04-23Andre Renaud support for the am29sl800db CFI flash chip (id: 0x0004, 0x226b).oharboe
2008-04-03- Work on fixing erase check. Many implementations are plain broken.oharboe
2008-01-27- added autoprobe functionalitymifi
2007-12-10- Stripped trailing spaces (patch preparation)bodylove
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath
2007-05-29- split fileio handling into fileio part and image handlingdrath
2007-04-11- disabled excessive debug output in jtag.hdrath
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath