11 Commits (d4d76cf21694d808e853d9cb14a4ddb9908700be)

Author SHA1 Message Date
Marcel Telka aceb4b28e2 2004-11-15 Marcel Telka <marcel@telka.sk>
* flash/intel.c (_intel_flash_print_info): Added support for Intel 28F256J3A (patch 1012140, Jerome Debard).


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@618 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
20 years ago
Marcel Telka afea62b622 2003-11-02 Marcel Telka <marcel@telka.sk>
* 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.


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@584 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
21 years ago
Marcel Telka 44ec2fc697 2003-08-28 Marcel Telka <marcel@telka.sk>
* 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.


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@550 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka 2f8411624b 2003-08-27 Marcel Telka <marcel@telka.sk>
* flash/amd.c: Changed included headers.
	* flash/intel.c: Ditto.


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@547 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka 4f5c78e9cb 2003-08-27 Marcel Telka <marcel@telka.sk>
* 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.


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@546 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka ad83f9dcff 2003-08-19 Marcel Telka <marcel@telka.sk>
* 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.


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@520 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka da7a9057e9 2003-08-13 Marcel Telka <marcel@telka.sk>
* flash/intel.c (intel_flash_autodetect32, intel_flash_autodetect, intel_flash_autodetect8): Added
		support for Intel SCS command set (patch 787978, Jani Monoses).


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@507 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka 8e58ac6d1c 2003-06-18 Marcel Telka <marcel@telka.sk>
* 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).


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@486 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka 6dc4871e5a 2003-06-12 Marcel Telka <marcel@telka.sk>
* 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.


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@483 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka 29e4c81070 2003-06-10 Marcel Telka <marcel@telka.sk>
* flash/amd.c: Changed include header files.
	* flash/cfi.c: Ditto.
	* flash/detectflash.c: Ditto.
	* flash/intel.c: Ditto.


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@479 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka 977d3d3a20 2003-06-02 Marcel Telka <marcel@telka.sk>
* 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.


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@455 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago