* 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
* 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
* 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