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.

36 lines
1.2 KiB
Plaintext

2003-06-03 Marcel Telka <marcel@telka.sk>
* flash/detectflash.c (detectflash): Renamed detect_cfi to cfi_detect.
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.
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.
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.
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.