2008-01-15 Arnim Laeuger * flash/jedec.c (jedec_detect): fprintf for devid and manid moved to end of detection 2007-12-08 [819] Kolja Waschk * configure.ac: Do not search for openwince include, use ../inclow 2007-12-06 Kolja Waschk * ChangeLog: Import SVN commit messages from past month. * THANKS: now given in ../THANKS. Removed the file here. 2007-11-18 19:52 Arnim Laeuger * flash/amd_flash.c, flash/detectflash.c: fix '[ 1830709 ] Missing base offset in amd_flash.c' 2007-11-13 23:05 Arnim Laeuger * flash/jedec.c: set interface geometry from flash info 2007-11-13 21:25 Arnim Laeuger * flash/amd.c, flash/jedec.c, trunk/jtag/src/flash.c: fix bugs * 1831321 amdstatus() broken in libbrux/flash/amd.c revert to previous implementation of amdstatus() RTL8181 specific implementation deactivated but kept for reference * 1830707 Flashing for Jedec devices broken removed flashcheck() and activated previous set_flash_chip() in src/flash.c * libbrux/flash/jedec.c fills in cfi_chip_t.width this is required for new functionality in find_block() of src/flash.c 2007-11-08 09:13 Kolja Waschk * Makefile.am, flash/amd_flash.c, flash/detectflash.c: [ 1605981 ] JTAG Support for ADSP-21065L Processor (with modifications; Girish G Pai, Lesly A. M, Tony K Nadackal, Shaju Abraham) 2007-11-08 08:04 Kolja Waschk * flash/amd.c: [ 1429825 ] EJTAG driver (some remaining patch lines for flash/amd.c) 2007-11-07 23:25 Arnim Laeuger * flash/amd.c: [ 1556323 ] AMD flash fix +Am29LV160DB identification, flash fix was already applied 2007-11-07 08:49 Kolja Waschk * trunk/jtag/Makefile.am, flash/detectflash.c: [ 1427597 ] Prevent segfault in "no flash" case (Guennadi Liakhovetski) 2007-11-06 20:42 Kolja Waschk * flash/amd.c, flash/jedec.c: [ 1281666 ] AMD Am29LV040B flash chip support (Arnim Laeuger) 2007-11-06 20:35 Kolja Waschk * flash/amd.c: [ 1281277 ] Fix missing CFI base address offset in amd.c (Arnim Laeuger) 2007-11-06 19:31 Kolja Waschk * flash/amd.c: [ 1173996 ] ST/Samsung M29W320D* flash chips support (Wojtek Kaniewski) 2007-11-06 19:22 Kolja Waschk * flash/intel.c: [ 1112022 ] PXA270 Support (Cliff Brake) 2007-11-06 19:05 Kolja Waschk * Makefile.am, flash/amd.c: [ 1079526 ] Flash AMD29LV065D support (Asier Llano Palacios) 2007-11-06 17:59 Kolja Waschk * flash/jedec.c: [ 1281432 ] Update jedec.c of patch #835292 to current environment (Arnim Läuger) 2007-11-06 17:23 Kolja Waschk * flash/jedec.c: [ 835292 ] better jedec flash chips detection for jtag tools (Matan Ziv-Av) 2007-11-06 09:30 Kolja Waschk * moved libbrux subdir (was separate in openwince CVS) into jtag subdir 2007-11-02 Kolja Waschk * created "UrJTAG" project as fork of openwince jtag tools. All older log entries in this ChangeLog describe the openwince development. 2004-11-18 Marcel Telka * flash/jedec.c (jedec_detect): Added cfi_array allocation (patch 970946, Ian Campbell). 2004-11-15 Marcel Telka * flash/intel.c (_intel_flash_print_info): Added support for Intel 28F256J3A (patch 1012140, Jerome Debard). 2004-10-17 Marcel Telka * configure.ac (AM_GNU_GETTEXT_VERSION): Changed version number for gettext to 0.14.1. 2004-08-11 Marcel Telka * Makefile.rules: New file. * Makefile.am: Changed path to Makefile.rules include. (EXTRA_DIST): Added Makefile.rules. * po/Makevars: Changed path to Makefile.rules include. 2003-11-03 Marcel Telka * flash/jedec.c (jedec_detect): Fixed compile error - C++-style declaration (bug 828313, thanks to Márton Németh). 2003-11-02 Marcel Telka * cmd/cmd_detectflash.c (cmd_detectflash_run, cmd_detectflash_help): Added new address parameter for 'detectflash' command. * flash/detectflash.c (detectflash): Added support for detecting flashes in full address range. Added new global parameter cfi_array. * flash/intel.c (intel_flash_autodetect32, intel_flash_autodetect, intel_flash_autodetect8): Added start address of cfi_array for bus_area() calls. (_intel_flash_print_info): Added start address of cfi_array for bus related function calls. Changed first function parameter. All function callers updated. (intel_flash_print_info, intel_flash_print_info32, intel_flash_erase_block, intel_flash_unlock_block) (intel_flash_program, intel_flash_erase_block32, intel_flash_unlock_block32, intel_flash_program32) (intel_flash_readarray32, intel_flash_readarray): Added start address of cfi_array for bus related function calls. 2003-09-23 Marcel Telka * flash/amd.c (amd_flash_autodetect16): New function (Bradley D. LaRonde). (amd_flash_print_info): Added support for Am29LV800B (Bradley D. LaRonde). (amd_16_flash_driver): New driver (Bradley D. LaRonde). * flash/jedec.c: New file (Bradley D. LaRonde). * flash/detectflash.c (detectflash): Added jedec_detect() call. * Makefile.am (libbrux_a_SOURCES): Added flash/jedec.c. 2003-09-15 Marcel Telka * cmd/help.c (cmd_help_run): Fixed spelling (patch 805108, Andreas Mohr). * flash/detectflash.c (detectflash): Ditto. 2003-08-28 Marcel Telka * flash/cfi.c (cfi_detect): Replaced bus_width macro with new bus_area. * flash/intel.c (intel_flash_autodetect32, intel_flash_autodetect, intel_flash_autodetect8): Ditto. 2003-08-27 Marcel Telka * flash/amd.c: Changed included headers. * flash/intel.c: Ditto. 2003-08-27 Marcel Telka * flash/amd.c (amd_flash_erase_block): Renamed CFI_INTEL_ERROR_* macros to FLASH_ERROR_*. * flash/intel.c (intel_flash_erase_block, intel_flash_unlock_block, intel_flash_program) (intel_flash_erase_block32, intel_flash_unlock_block32, intel_flash_program32): Ditto. 2003-08-19 Marcel Telka * configure.ac (AM_GNU_GETTEXT_VERSION): Changed version number to 0.12.1. 2003-08-19 Marcel Telka * Makefile.am (noinst_HEADERS): Added sysdep.h and gettext.h. 2003-08-19 Marcel Telka * Makefile.am (SUBDIRS): Added po. * configure.ac (AC_CONFIG_FILES): Added po/Makefile.in. (AM_CONFIG_HEADER): Added macro with config.h parameter. (AM_GNU_GETTEXT, AM_GNU_GETTEXT_VERSION): Added new macro. (CPPFLAGS): Removed .. directory from include list. * gettext.h: New file. * sysdep.h: Ditto. * cmd/cmd.c: Replaced config.h include with sysdep.h. * cmd/cmd_detectflash.c: Ditto. * cmd/help.c: Ditto. * cmd/quit.c: Ditto. * flash/amd.c: Ditto. * flash/detectflash.c: Ditto. * flash/intel.c: Ditto. * flash/cfi.c: Added sysdep.h include. 2003-08-13 Marcel Telka * flash/intel.c (intel_flash_autodetect32, intel_flash_autodetect, intel_flash_autodetect8): Added support for Intel SCS command set (patch 787978, Jani Monoses). 2003-08-11 Marcel Telka * flash/amd.c (amd_flash_autodetect): Function renamed ... (amd_flash_autodetect32): ... to this one (patch 772499, Matan Ziv-Av). (amd_flash_autodetect8): New function (patch 772499, Matan Ziv-Av). (amdstatus29, amdisprotected, amd_flash_print_info, amd_flash_erase_block, amd_flash_program): Local variable 'o' becomes global (patch 772499, Matan Ziv-Av). (amd_8_flash_driver): Added new driver (patch 772499, Matan Ziv-Av). 2003-06-18 Marcel Telka * flash/cfi.c (read2): Fixed operator precedence in macro. (cfi_detect): Fixed CFI detection code (based on patch 753295, Matan Ziv-Av). * flash/intel.c (intel_flash_autodetect8): New function (patch 753295, Matan Ziv-Av). (intel_8_flash_driver): New driver (patch 753295, Matan Ziv-Av). 2003-06-12 Marcel Telka * flash/amd.c (amd_flash_autodetect, amd_flash_print_info, amd_flash_erase_block) (amd_flash_unlock_block, amd_flash_program, amd_flash_read_array): Modified for new flash_driver_t declared in brux/flash.h in include module. * flash/intel.c (intel_flash_autodetect32, intel_flash_autodetect, intel_flash_print_info) (intel_flash_print_info32, intel_flash_erase_block, intel_flash_unlock_block, intel_flash_program) (intel_flash_erase_block32, intel_flash_unlock_block32, intel_flash_program32, intel_flash_readarray32) (intel_flash_readarray): Ditto. 2003-06-10 Marcel Telka * flash/amd.c: Changed include header files. * flash/cfi.c: Ditto. * flash/detectflash.c: Ditto. * flash/intel.c: Ditto. 2003-06-10 Marcel Telka * flash/cfi.c (cfi_detect): Changed types for some local variables. 2003-06-09 Marcel Telka * cmd/cmd.c (cmd_get_number): Added variable initialization for %n conversion in sscanf() call. * cmd/help.c (cmd_help_run): Removed duplicate 'i' variable declaration. 2003-06-03 Marcel Telka * flash/detectflash.c (detectflash): Renamed detect_cfi to cfi_detect. 2003-06-03 Marcel Telka * Makefile.am (libbrux_a_SOURCES): Renamed cmd/detectflash.c to cmd/cmd_detectflash.c. * cmd/detectflash.c: Renamed this file ... * cmd/cmd_detectflash.c: ... to this one. * cmd/help.c (cmds): Removed external variable declaration. 2003-06-03 Marcel Telka * Makefile.am (libbrux_a_SOURCES): Added cmd/cmd.c, cmd/help.c, cmd/quit.c, and cmd/detectflash.c. * cmd/cmd.c: New file moved from jtag module, direcory src/cmd. * cmd/help.c: Ditto. * cmd/quit.c: Ditto. * cmd/detectflash.c: Ditto. 2003-06-03 Marcel Telka * Makefile.am (libbrux_a_SOURCES): Added flash/detectflash.c. * flash/detectflash.c: New file, extracted from module jtag, file src/readmem.c. 2003-06-02 Marcel Telka * flash/cfi.c: New file. Moved from jtag module (src/flash/cfi.c). * flash/amd.c: New file. Moved from jtag module (src/flash/amd.c). * flash/intel.c: New file. Moved from jtag module (src/flash/intel.c). * autogen.sh: New file. * configure.ac: Ditto. * Makefile.am: Ditto.