aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2009-09-23Nico Coesel <ncoesel@dealogic.nl> fix warnings. . I'm wondering why theseoharboe1-1/+1
2009-09-22- fix build issue under win32 (cygwin/msys) from svn r2746ntfreak1-1/+1
2009-09-22- add missing svn props from previous commitntfreak2-1953/+1953
2009-09-22Make it easier to erase or protect through to the enddbrownell1-36/+75
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell3-77/+77
2009-09-20Enhancement: stm32 flash protection error messagedbrownell1-1/+1
2009-09-17Minor fixes to NAND code and docsdbrownell1-25/+43
2009-09-16Rolf Meeser <rolfm_9dq@yahoo.de> adds flash support for NXP's LPC2900 family ...oharboe4-4/+1961
2009-09-14fix email addressoharboe1-1/+1
2009-09-14Rolf Meeser <rolfm_9dq@yahoo.de> warning fix in previous commit was wrong. ta...oharboe1-36/+38
2009-09-14fix warningoharboe1-1/+1
2009-09-11tap post reset event added. Allows omap3530 to send 100 runtest idle tickle's...oharboe1-1/+2
2009-09-11Alexei Babich <a.babich@rez.ru> cleanupoharboe2-7/+28
2009-09-10Alexei Babich <a.babich@rez.ru> imx31 nand flash controller supportoharboe4-2/+1004
2009-09-09Rolf Meeser <rolfm_9dq@yahoo.de> oharboe2-6/+44
2009-09-09David Brownell <david-b@pacbell.net> oharboe1-4/+7
2009-09-03David Brownelloharboe6-74/+191
2009-09-01- fixes the incorrect info msg displayed during stellaris flash programming.ntfreak1-2/+2
2009-08-30David Brownell <david-b@pacbell.net> Minor code bugfix: check right variable.oharboe1-1/+1
2009-08-30David Brownell <david-b@pacbell.net> Fix Sandstorm revision checking: right b...oharboe1-1/+1
2009-08-30David Brownell <david-b@pacbell.net> Remove duplicate check for flash write s...oharboe1-21/+19
2009-08-30David Brownell <david-b@pacbell.net> start phasing out integers as target IDsoharboe2-19/+19
2009-08-26David Brownell <david-b@pacbell.net> Clock updates/fixes for the Stellaris fl...oharboe2-19/+143
2009-08-25Michael Schwingen <rincewind@discworld.dascon.de> a small CFI cleanupoharboe3-6/+5
2009-08-18Piotr Ziecik <kosmo@semihalf.com> Due to errors in chipselect management in d...oharboe1-3/+3
2009-08-13Audrius Urmanavičius [didele.deze@gmail.com]:ntfreak2-80/+202
2009-07-20- fix issue with reading device id, bug appeared when flash_address code was ...ntfreak1-3/+4
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe4-5/+5
2009-07-08Fix SEGFAULTs and broken error handling for flash programming w/working areaoharboe1-15/+31
2009-07-02David Brownell <david-b@pacbell.net>:zwelch1-1/+1
2009-07-01- correct stm32 connectivity line programming as per latest manualntfreak1-7/+12
2009-06-30Remove at91sam3.h from flash.c; use extern like other drivers.zwelch1-1/+1
2009-06-30- remove cygwin build warnings in at91sam3.cntfreak1-3/+3
2009-06-30Fix search and replace casualty in flash.h doxygen block.zwelch1-1/+1
2009-06-30Fix doxygen warnings in new at91sam3 source file; normalize style.zwelch1-46/+37
2009-06-29David Brownell <david-b@pacbell.net>:zwelch1-4/+4
2009-06-27Change from alloca() to malloc()duane1-14/+32
2009-06-25Fixes from Oleksandr Tymoshenko "gonzo@bluezbox.com"duane1-0/+1
2009-06-24Minor fixes to new at91sam3 files for x86-32/64 compilation problems.zwelch1-22/+49
2009-06-24Remove whitespace at end of lines, step 2.zwelch1-172/+172
2009-06-24- Replace '){' with ') {'.zwelch1-143/+143
2009-06-24Remove whitespace that occurs before ')'.zwelch1-335/+335
2009-06-24Remove whitespace that occurs after '('.zwelch1-321/+321
2009-06-24- Fixes '[|]' whitespacezwelch1-1/+1
2009-06-24- Fixes '+' whitespacezwelch1-3/+3
2009-06-24- Fixes '=' whitespacezwelch1-6/+6
2009-06-24- Fixes '==' whitespacezwelch1-1/+1
2009-06-24- Replace 'for(' with 'for ('.zwelch1-10/+10
2009-06-24- Replace 'switch(' with 'switch ('.zwelch1-6/+6
2009-06-24- Replace 'while(' with 'while ('.zwelch1-12/+12