You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Marcel Telka 26db6e67c3 2003-11-02 Marcel Telka <marcel@telka.sk>
* configure.ac (AC_INIT): Changed version number to 0.5.2.

	* data/Makefile.am (nobase_dist_pkgdata_DATA): Added motorola/mpc8245/1.2.
	* data/motorola/mpc8245/1.2: New file.
	* src/bus/mpc824x.c: Ditto.
	* src/bus/Makefile.am (libbus_a_SOURCES): Added mpc824x.c.
	* src/bus/buses.c (bus_drivers): Added mpc824x_bus.
	* src/bus/buses.h (mpc824x_bus): Added bus declaration.

	* include/bsbit.h (bsbit_alloc): Changed parameter name (signals -> signal).
	* src/part/bsbit.c (bsbit_alloc): Changed parameter behaviour.
	* src/cmd/bit.c (cmd_bit_run): Passed exact signal to bsbit_alloc() instead of list of signals.

	* src/jtag.c (main): Added cfi_array deallocation.

	* src/flash.c (set_flash_driver): Used global cfi_array variable to set flash driver.
	(flashcheck): Function removed.
	All function calls replaced by set_flash_driver().
	(flashmsbin): Removed local cfi_array variable.
	(flashmem): Removed local cfi_array variable. Fixed bug with one more block erase while programming
		data at end of previous block.
	(flasherase): Removed local cfi_array variable. Fixed block number calculation.
	* src/readmem.c (readmem): Fixed bug while reading address near to end of 32 bit address range.
	* src/bus/pxa2x0.c (pxa2x0_bus_new): Added BSR sampling before BOOT_DEF initialization (bugfix).


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@585 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
21 years ago
..
.cvsignore Added Makefile and Makefile.in. 22 years ago
Makefile.am 2003-06-10 Marcel Telka <marcel@telka.sk> 22 years ago
bsbit.h 2003-11-02 Marcel Telka <marcel@telka.sk> 21 years ago
bssignal.h 2003-10-23 Marcel Telka <marcel@telka.sk> 21 years ago
bus.h 2003-09-05 Marcel Telka <marcel@telka.sk> 22 years ago
cable.h 2003-03-18 Marcel Telka <marcel@telka.sk> 22 years ago
chain.h 2003-08-11 Marcel Telka <marcel@telka.sk> 22 years ago
cmd.h 2003-06-03 Marcel Telka <marcel@telka.sk> 22 years ago
data_register.h 2003-05-21 Marcel Telka <marcel@telka.sk> 22 years ago
flash.h 2003-08-26 Marcel Telka <marcel@telka.sk> 22 years ago
gettext.h 2003-02-18 Marcel Telka <marcel@telka.sk> 22 years ago
instruction.h 2003-05-21 Marcel Telka <marcel@telka.sk> 22 years ago
jtag.h 2003-08-14 Marcel Telka <marcel@telka.sk> 22 years ago
parport.h 2003-03-18 Marcel Telka <marcel@telka.sk> 22 years ago
part.h 2003-10-23 Marcel Telka <marcel@telka.sk> 21 years ago
register.h 2003-03-13 Marcel Telka <marcel@telka.sk> 22 years ago
state.h 2003-03-13 Marcel Telka <marcel@telka.sk> 22 years ago
tap.h 2003-03-13 Marcel Telka <marcel@telka.sk> 22 years ago