Transform 'u8' to 'uint8_t' in src/target
[fw/openocd] / src / target / image.c
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-05-18 kc8apfConsolidate target selection code into single get_targe...
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-06 zwelchFix pointer cast alignment warnings in target/image.c.
2009-04-30 zwelchAdd static keywords to core target source file data...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-11-19 oharboeerror checking - no reported errors, but catched a...
2008-10-13 oharboeLaurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added...
2008-10-06 oharboebetter keep_alive() handling
2008-10-03 oharboeGDB alive fixes for verify_image
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-05-20 oharboeEdgar Grimberg fixes some memory handling issues and
2008-04-24 oharboeClose dangling file handle
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-07 vpalatin- fix cross endian ELF loading
2008-03-07 ntfreak- The elf loader incorrectly assumed that the program...
2008-02-29 oharboe- image.c and fileio.c now uses logging to propagate...
2008-01-25 ntfreakfixed incorrect elf segment size - Thanks Øyvind Harboe
2008-01-21 bodylove- Eleminated leading tabs/white space
2007-12-29 ntfreak- minimum autoconf 2.59 is now required and verified...
2007-12-20 ntfreak- removed flash write_image - binary compare function...
2007-12-18 ntfreak- added patch by Øyvind Harboe to Intel Hex Start Segme...
2007-12-18 mifi- added patch for new flash functionality like:
2007-12-17 mifi- fixed relocation problems with image loading. Relocat...
2007-10-22 ntfreak- add verify_image command
2007-10-01 ntfreak- flash autoerase <on|off> cmd added, default is off...
2007-08-14 drath- reworked presto.c to allow use of either FTD2XX or...
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-07-31 ntfreak- motorola s19 file loader added
2007-06-16 ntfreak- added mingw elf patches from Vincent Palatin
2007-06-15 drath- added support for pseudo image type "mem", currently...
2007-06-14 drath- added manpage for OpenOCD (thanks to Uwe Hermann)
2007-05-31 drath- add support for ELF images (thanks to Vincent Palatin...
2007-05-30 drath- reworked image handling to support multiple sections...
2007-05-29 drath- add missing image handling files