| Commit message (Expand) | Author | Age | Files | Lines |
* | Added the faux flash driver and target. Used for testing. | Øyvind Harboe | 2009-10-20 | 4 | -1/+157 |
* | Added 'unlock' option to flash write_image | Øyvind Harboe | 2009-10-20 | 1 | -14/+59 |
* | another portability update | David Brownell | 2009-10-14 | 1 | -4/+4 |
* | S29WS-N CFI query fix is to try 0x555 if 0x55 fails. | Øyvind Harboe | 2009-10-14 | 1 | -24/+53 |
* | Cleanup: nuke trailling whitespaces | Yauheni Kaliuta | 2009-10-13 | 1 | -1/+1 |
* | printf format warning fixes | David Brownell | 2009-10-10 | 3 | -20/+23 |
* | Nico Coesel <ncoesel@dealogic.nl> fix warnings. . I'm wondering why these | oharboe | 2009-09-23 | 1 | -1/+1 |
* | - fix build issue under win32 (cygwin/msys) from svn r2746 | ntfreak | 2009-09-22 | 1 | -1/+1 |
* | - add missing svn props from previous commit | ntfreak | 2009-09-22 | 2 | -1953/+1953 |
* | Make it easier to erase or protect through to the end | dbrownell | 2009-09-22 | 1 | -36/+75 |
* | Remove annoying end-of-line whitespace from most src/* | dbrownell | 2009-09-21 | 3 | -77/+77 |
* | Enhancement: stm32 flash protection error message | dbrownell | 2009-09-20 | 1 | -1/+1 |
* | Minor fixes to NAND code and docs | dbrownell | 2009-09-17 | 1 | -25/+43 |
* | Rolf Meeser <rolfm_9dq@yahoo.de> adds flash support for NXP's LPC2900 family ... | oharboe | 2009-09-16 | 4 | -4/+1961 |
* | fix email address | oharboe | 2009-09-14 | 1 | -1/+1 |
* | Rolf Meeser <rolfm_9dq@yahoo.de> warning fix in previous commit was wrong. ta... | oharboe | 2009-09-14 | 1 | -36/+38 |
* | fix warning | oharboe | 2009-09-14 | 1 | -1/+1 |
* | tap post reset event added. Allows omap3530 to send 100 runtest idle tickle's... | oharboe | 2009-09-11 | 1 | -1/+2 |
* | Alexei Babich <a.babich@rez.ru> cleanup | oharboe | 2009-09-11 | 2 | -7/+28 |
* | Alexei Babich <a.babich@rez.ru> imx31 nand flash controller support | oharboe | 2009-09-10 | 4 | -2/+1004 |
* | Rolf Meeser <rolfm_9dq@yahoo.de> | oharboe | 2009-09-09 | 2 | -6/+44 |
* | David Brownell <david-b@pacbell.net> | oharboe | 2009-09-09 | 1 | -4/+7 |
* | David Brownell | oharboe | 2009-09-03 | 6 | -74/+191 |
* | - fixes the incorrect info msg displayed during stellaris flash programming. | ntfreak | 2009-09-01 | 1 | -2/+2 |
* | David Brownell <david-b@pacbell.net> Minor code bugfix: check right variable. | oharboe | 2009-08-30 | 1 | -1/+1 |
* | David Brownell <david-b@pacbell.net> Fix Sandstorm revision checking: right b... | oharboe | 2009-08-30 | 1 | -1/+1 |
* | David Brownell <david-b@pacbell.net> Remove duplicate check for flash write s... | oharboe | 2009-08-30 | 1 | -21/+19 |
* | David Brownell <david-b@pacbell.net> start phasing out integers as target IDs | oharboe | 2009-08-30 | 2 | -19/+19 |
* | David Brownell <david-b@pacbell.net> Clock updates/fixes for the Stellaris fl... | oharboe | 2009-08-26 | 2 | -19/+143 |
* | Michael Schwingen <rincewind@discworld.dascon.de> a small CFI cleanup | oharboe | 2009-08-25 | 3 | -6/+5 |
* | Piotr Ziecik <kosmo@semihalf.com> Due to errors in chipselect management in d... | oharboe | 2009-08-18 | 1 | -3/+3 |
* | Audrius Urmanavičius [didele.deze@gmail.com]: | ntfreak | 2009-08-13 | 2 | -80/+202 |
* | - fix issue with reading device id, bug appeared when flash_address code was ... | ntfreak | 2009-07-20 | 1 | -3/+4 |
* | Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes | oharboe | 2009-07-17 | 4 | -5/+5 |
* | Fix SEGFAULTs and broken error handling for flash programming w/working area | oharboe | 2009-07-08 | 1 | -15/+31 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-02 | 1 | -1/+1 |
* | - correct stm32 connectivity line programming as per latest manual | ntfreak | 2009-07-01 | 1 | -7/+12 |
* | Remove at91sam3.h from flash.c; use extern like other drivers. | zwelch | 2009-06-30 | 1 | -1/+1 |
* | - remove cygwin build warnings in at91sam3.c | ntfreak | 2009-06-30 | 1 | -3/+3 |
* | Fix search and replace casualty in flash.h doxygen block. | zwelch | 2009-06-30 | 1 | -1/+1 |
* | Fix doxygen warnings in new at91sam3 source file; normalize style. | zwelch | 2009-06-30 | 1 | -46/+37 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-29 | 1 | -4/+4 |
* | Change from alloca() to malloc() | duane | 2009-06-27 | 1 | -14/+32 |
* | Fixes from Oleksandr Tymoshenko "gonzo@bluezbox.com" | duane | 2009-06-25 | 1 | -0/+1 |
* | Minor fixes to new at91sam3 files for x86-32/64 compilation problems. | zwelch | 2009-06-24 | 1 | -22/+49 |
* | Remove whitespace at end of lines, step 2. | zwelch | 2009-06-24 | 1 | -172/+172 |
* | - Replace '){' with ') {'. | zwelch | 2009-06-24 | 1 | -143/+143 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-24 | 1 | -335/+335 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-24 | 1 | -321/+321 |
* | - Fixes '[|]' whitespace | zwelch | 2009-06-24 | 1 | -1/+1 |