- 04 Apr, 2018 1 commit
-
-
Tomas Vanek authored
All drivers which simply allocate one driver_priv memory block per each bank now use default_flash_free_driver_priv() Change-Id: I425bf4213c3632f02dbe11ab819c31eda9b2db62 Signed-off-by:
Tomas Vanek <vanekt@fbl.cz> Reviewed-on: http://openocd.zylin.com/4417 Tested-by: jenkins Reviewed-by:
Liviu Dudau <liviu@dudau.co.uk> Reviewed-by:
Matthias Welwarsky <matthias@welwarsky.de>
-
- 24 Apr, 2017 1 commit
-
-
Salvador Arroyo authored
Makes code shorter. Change-Id: I6cc01adffbea063ccb071ddf3a3e3d81727b29ce Signed-off-by:
Salvador Arroyo <sarroyofdez@yahoo.es> Reviewed-on: http://openocd.zylin.com/4004 Tested-by: jenkins Reviewed-by:
Freddie Chopin <freddie.chopin@gmail.com>
-
- 14 Aug, 2016 1 commit
-
-
SASANO Takayoshi authored
- add new device ID: 170F256B, 170F256D, 270F256B, 270F256D, 330F064H, 330F064L, 430F064H, 430F064L, 350F128H, 350F128L, 450F128H, 450F128L, 350F256H, 350F256L, 450F256H, 450F256L, 370F512H, 370F512L, 470F512H, 470F512L - add support for PIC32MX17x/27x 256kB Flash Change-Id: I65a304d2114fff80de3a24c1f6d0b5e955b22531 Signed-off-by:
SASANO Takayoshi <uaa@uaa.org.uk> Reviewed-on: http://openocd.zylin.com/3186 Tested-by: jenkins Reviewed-by:
Spencer Oliver <spen@spen-soft.co.uk>
-
- 24 May, 2016 1 commit
-
-
Marc Schink authored
Also make GPL notices consistent according to: https://www.gnu.org/licenses/gpl-howto.html Change-Id: I84c9df40a774958a7ed91460c5d931cfab9f45ba Signed-off-by:
Marc Schink <openocd-dev@marcschink.de> Reviewed-on: http://openocd.zylin.com/3488 Tested-by: jenkins Reviewed-by:
Andreas Färber <afaerber@suse.de> Reviewed-by:
Freddie Chopin <freddie.chopin@gmail.com> Reviewed-by:
Andreas Fritiofson <andreas.fritiofson@gmail.com>
-
- 29 Feb, 2016 1 commit
-
-
Alexander Kurz authored
Obsolete C source code semicolons were removed using the semantic patch semicolon/semicolon.cocci, see coccinellery.org Change-Id: I153b4995a9e028ebaf5f58c947821dc78345a777 Signed-off-by:
Alexander Kurz <akurz@blala.de> Reviewed-on: http://openocd.zylin.com/3367 Tested-by: jenkins Reviewed-by:
Andreas Fritiofson <andreas.fritiofson@gmail.com>
-
- 03 Feb, 2016 1 commit
-
-
Paul Fertser authored
Commit fd43be07 introduced a regression: since the register names were changed from those traditional for MIPS to common GDB scheme the code that makes use of them needs to be changed accordingly. This commit restores pic32mx flash driver functionality. Change-Id: Id18c739390fae36737a02dc30c363d0444f53b96 Reported-by:
Louis Rannou <louson@users.sf.net> Signed-off-by:
Paul Fertser <fercerpav@gmail.com> Reviewed-on: http://openocd.zylin.com/3206 Tested-by: jenkins Reviewed-by:
Spencer Oliver <spen@spen-soft.co.uk>
-
- 17 Mar, 2014 1 commit
-
-
Andreas Fritiofson authored
Change-Id: Ic812098d3ed5a2992c26bb57d08ae350e2c5d5d8 Signed-off-by:
Andreas Fritiofson <andreas.fritiofson@gmail.com> Reviewed-on: http://openocd.zylin.com/2040 Tested-by: jenkins Reviewed-by:
Spencer Oliver <spen@spen-soft.co.uk>
-
- 31 Oct, 2013 1 commit
-
-
Andreas Fritiofson authored
Found by grepping for pointer casts. Change-Id: If73184a16904ec2958e7253ba98f44479fdcad3f Signed-off-by:
Andreas Fritiofson <andreas.fritiofson@gmail.com> Reviewed-on: http://openocd.zylin.com/1772 Tested-by: jenkins Reviewed-by:
Spencer Oliver <spen@spen-soft.co.uk>
-
- 05 Jun, 2013 1 commit
-
-
Spencer Oliver authored
Change-Id: I429f7fd51f77b0e7c86d7a7f110ca31afd76c173 Signed-off-by:
Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/1426 Tested-by: jenkins Reviewed-by:
Paul Fertser <fercerpav@gmail.com>
-
- 08 Oct, 2012 1 commit
-
-
Andreas Fritiofson authored
Working area pointers shouldn't be re-used, so there's no point in storing them in the flash bank struct. Make all such pointers local. Change-Id: Iab65b4e8b475fed7fc72fb8928f54590fa69d260 Signed-off-by:
Andreas Fritiofson <andreas.fritiofson@gmail.com> Reviewed-on: http://openocd.zylin.com/865 Tested-by: jenkins Reviewed-by:
Freddie Chopin <freddie.chopin@gmail.com> Reviewed-by:
Spencer Oliver <spen@spen-soft.co.uk>
-
- 29 Aug, 2012 2 commits
-
-
Salvador Arroyo authored
In function pic32mx_write_block() if the parameter offset is not a multiple of row size the row offset (offset % row_size) will be ignored by the flash controller, shifting the code to the beginning of the row. Word programming gets it right. Change-Id: I134913e3d533688f791bbcb0c6e8983524197f3c Signed-off-by:
Salvador Arroyo <sarroyofdez@yahoo.es> Reviewed-on: http://openocd.zylin.com/796 Tested-by: jenkins Reviewed-by:
Spencer Oliver <spen@spen-soft.co.uk> Reviewed-by:
Freddie Chopin <freddie.chopin@gmail.com>
-
Salvador Arroyo authored
For example in a pic32mx220, pic32mx unlock don't work if adapter_khz is set to 5000 or more. A short delay after asserting reset fix the problem. Change-Id: I62e493edfcea585c36c8de77a969cebac7227b96 Signed-off-by:
Salvador Arroyo <sarroyofdez@yahoo.es> Reviewed-on: http://openocd.zylin.com/790 Tested-by: jenkins Reviewed-by:
Freddie Chopin <freddie.chopin@gmail.com>
-
- 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 2 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
-