12 Commits (1ffd43c6e31cc933d5f358c73597111c7877ddc7)

Author SHA1 Message Date
Marcel Telka 8f473d2dd7 Fixed entry date :-(.
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@499 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka 266b12cac6 2003-06-18 Marcel Telka <marcel@telka.sk>
* 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).


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@498 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 987e1db26b 2003-06-10 Marcel Telka <marcel@telka.sk>
* flash/cfi.c (cfi_detect): Changed types for some local variables.


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


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@473 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka ec8f245b46 2003-06-03 Marcel Telka <marcel@telka.sk>
* flash/detectflash.c (detectflash): Renamed detect_cfi to cfi_detect.


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


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


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@465 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
22 years ago
Marcel Telka 860d30f8f2 2003-06-03 Marcel Telka <marcel@telka.sk>
* Makefile.am (libbrux_a_SOURCES): Added flash/detectflash.c.
	* flash/detectflash.c: New file, extracted from module jtag, file src/readmem.c.


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@461 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