- 14 May, 2012 2 commits
-
-
Spencer Oliver authored
Use default_flash_blank_check, this will use the much faster blank_check_memory handler if supported - 15x quicker on stm32f4. Otherwise it will fall back to using the slower default_flash_mem_blank_check. Change-Id: Ia231b3e95468c9e92594dbdbe1fa2d69e1506fc3 Signed-off-by:
Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/632 Tested-by: jenkins
-
Spencer Oliver authored
Change-Id: Ib2692d8b79e52cd40f429008047494aa7f552984 Signed-off-by:
Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/612 Tested-by: jenkins Reviewed-by:
Xiaofan <xiaofanc@gmail.com>
-
- 30 Mar, 2012 1 commit
-
-
Salvador Arroyo authored
Change-Id: I496cb745fb1eb5c9159471838013b8d19418f5c0 Signed-off-by:
Salvador Arroyo <sarroyofdez@yahoo.es> Reviewed-on: http://openocd.zylin.com/500 Tested-by: jenkins Reviewed-by:
Spencer Oliver <spen@spen-soft.co.uk>
-
- 27 Feb, 2012 1 commit
-
-
Spencer Oliver authored
update as per DS61145 rev J Change-Id: I2b5da84248ff2f44c7ca9d2ed1c52db453714c05 Signed-off-by:
Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/461 Tested-by: jenkins
-
- 06 Feb, 2012 1 commit
-
-
Spencer Oliver authored
Change-Id: Ic299de969ce566282c055ba4dd8b94892c4c4311 Signed-off-by:
Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/420 Tested-by: jenkins
-
- 12 Jan, 2012 1 commit
-
-
Spencer Oliver authored
Change-Id: I0f05d643b0801b19cc3beb88f0d12d7e4c83ef9c Signed-off-by:
Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/356 Tested-by: jenkins
-
- 04 Jan, 2012 1 commit
-
-
Mathias K authored
On wrong parameters a error is signalized to the calling function. Change-Id: I484443fdb39938e20382edc9246d5ec546a5c960 Signed-off-by:
Mathias K <kesmtp@freenet.de> Signed-off-by:
Øyvind Harboe <oyvind.harboe@zylin.com> Reviewed-on: http://openocd.zylin.com/282 Tested-by: jenkins Reviewed-by:
Øyvind Harboe <oyvindharboe@gmail.com>
-
- 02 Nov, 2011 1 commit
-
-
Øyvind Harboe authored
variable is subsequently not used Change-Id: I177d21c6ba9f1f2e3765feffdbf317ea375a8cfe Signed-off-by:
Øyvind Harboe <oyvind.harboe@zylin.com> Reviewed-on: http://openocd.zylin.com/149 Tested-by: jenkins Reviewed-by:
Spencer Oliver <spen@spen-soft.co.uk>
-
- 04 Jun, 2011 1 commit
-
-
Freddie Chopin authored
-
- 14 Apr, 2011 1 commit
-
-
Spencer Oliver authored
Update devices as per the latest programming manual. We now use the full DEVID to identify the target. Previously we used a 8bit id but that has now been changed in the manual. Signed-off-by:
Spencer Oliver <ntfreak@users.sourceforge.net>
-
- 01 Apr, 2011 1 commit
-
-
Øyvind Harboe authored
Do not require unecessary roundtrips for clocking out data. Signed-off-by:
Øyvind Harboe <oyvind.harboe@zylin.com>
-
- 03 Jan, 2011 1 commit
-
-
Øyvind Harboe authored
Do not propagate error number to user. This is for internal programming purposes only. Error messages to the user is reported as text via LOG_ERROR(). Signed-off-by:
Øyvind Harboe <oyvind.harboe@zylin.com>
-
- 29 Dec, 2010 1 commit
-
-
Øyvind Harboe authored
Signed-off-by:
Øyvind Harboe <oyvind.harboe@zylin.com>
-
- 17 Nov, 2010 1 commit
-
-
Antonio Borneo authored
Signed-off-by:
Antonio Borneo <borneo.antonio@gmail.com>
-
- 28 Oct, 2010 1 commit
-
-
Spencer Oliver authored
- add comment where to find the various loaders src files. Signed-off-by:
Spencer Oliver <ntfreak@users.sourceforge.net>
-
- 20 Jul, 2010 1 commit
-
-
Spencer Oliver authored
For the above targets the exit_point is optional when used with run_algorithm, so remove it. This makes updating the algorithm less error prone. Signed-off-by:
Spencer Oliver <ntfreak@users.sourceforge.net>
-
- 29 May, 2010 1 commit
-
-
Spencer Oliver authored
Fix similar memory leaks as per commit: ef72484b Signed-off-by:
Spencer Oliver <ntfreak@users.sourceforge.net>
-
- 16 May, 2010 1 commit
-
-
Antonio Borneo authored
Final target is to force bus_width size during CFI flash read. In this first step I need to replace default flash read with flash specific implementation. This patch introduces: - flash_driver_read() layer; - default_flash_read(), backward compatible; - read() callback in struct flash_driver; - proper initialization in every flash_driver instance. Signed-off-by:
Antonio Borneo <borneo.antonio@gmail.com>
-
- 04 May, 2010 1 commit
-
-
Øyvind Harboe authored
Removed bogus errors when trying to allocate a large a target memory buffer as possible. Signed-off-by:
Øyvind Harboe <oyvind.harboe@zylin.com>
-
- 25 Mar, 2010 1 commit
-
-
Daniel Bäder authored
-
- 18 Mar, 2010 1 commit
-
-
Spencer Oliver authored
'unlock' performs a full unlock/erase of the device, removing any code protection. Signed-off-by:
Spencer Oliver <ntfreak@users.sourceforge.net>
-
- 10 Mar, 2010 1 commit
-
-
Spencer Oliver authored
Add flash algorithm support for the PIC32MX. Still a few things todo but this dramatically decreases the programing time, eg. approx programming for 2.5k test file. - without fastload: 60secs - with fastload: 45secs - with fastload and algorithm: 2secs. Add new devices to supported list. Signed-off-by:
Spencer Oliver <ntfreak@users.sourceforge.net>
-
- 29 Jan, 2010 1 commit
-
-
David Brownell authored
Fix goofy struct indents. Function names *are* their addresses. Signed-off-by:
David Brownell <dbrownell@users.sourceforge.net>
-
- 05 Dec, 2009 1 commit
-
-
Zachary T Welch authored
The flash.h header does not require the target.h header file, but its implementation source files do. Move it to flash/nor/imp.h.
-
- 03 Dec, 2009 2 commits
-
-
Zachary T Welch authored
Changes from the flat namespace to heirarchical one. Instead of writing: #include "mips32.h" the following form should be used. #include <target/mips32.h> The exception is from .c files in the same directory.
-
Zachary T Welch authored
Moves NOR flash drivers to 'src/flash/nor/'. Adds 'src/flash/nor/Makefile.am'. Builds 'libocdflashnor.la'.
-
- 25 Nov, 2009 3 commits
-
-
Zachary T Welch authored
Replace flash_driver callback with pointer to command_registration. Eliminates all related routines and allows drivers to omit commands.
-
Zachary T Welch authored
-
Zachary T Welch authored
Replaces direct calls to register_command() with a macro, to allow its parameters to be changed and callers updated in phases.
-
- 19 Nov, 2009 1 commit
-
-
Zachary T Welch authored
After adding support for referencing banks by name, renames the COMMAND_HELPERs appropriately: flash_command_get_bank_by_num -> flash_command_get_bank nand_command_get_device_by_num -> flash_command_get_device
-
- 17 Nov, 2009 3 commits
-
-
Zachary T Welch authored
Convert all command handler 'cmd_ctx' parameter usage with CMD_CTX.
-
Zachary T Welch authored
This patch converts all instances of 'args' in COMMAND_HANDLER routines to use CMD_ARGV macro.
-
Zachary T Welch authored
This patch converts all instances of 'argc' in COMMAND_HANDLER routines to use CMD_ARGC.
-
- 16 Nov, 2009 1 commit
-
-
Zachary T Welch authored
Use COMMAND_HELPER macro to declare flash_command_get_bank_by_num. This is required for COMMAND_PARSE_NUMBER macro.
-
- 13 Nov, 2009 6 commits
-
-
Zachary T Welch authored
Remove misleading typedef and redundant suffix from struct command.
-
Zachary T Welch authored
Remove misleading typedef and redundant suffix from struct command_context.
-
Zachary T Welch authored
Remove misleading typedef and redundant suffix from struct flash_bank.
-
Zachary T Welch authored
Remove misleading typedef and redundant suffix from struct target.
-
Zachary T Welch authored
Remove misleading typedef and redundant suffix from struct working_area.
-
Zachary T Welch authored
Remove misleading typedef and redundant suffix from struct mips_ejtag.
-