| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | flash/lpc2???.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 3 | -72/+43 |
* | flash/*nand*.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 6 | -167/+132 |
* | flash/flash.c: remove forward declarations | Zachary T Welch | 2009-11-09 | 1 | -57/+62 |
* | src/flash: remove 'extern' and wrap headers | Zachary T Welch | 2009-11-09 | 7 | -45/+69 |
* | Overhaul time support API | Zachary T Welch | 2009-11-09 | 3 | -135/+88 |
* | Simplify nand indentation. | Zachary T Welch | 2009-11-06 | 1 | -314/+287 |
* | Improve flash indentation. | Zachary T Welch | 2009-11-06 | 1 | -221/+210 |
* | Improve str9xpec command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -80/+44 |
* | Improve str9x config command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -11/+14 |
* | Improve str7x config command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -12/+9 |
* | Improve stm32x.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -35/+20 |
* | Improve stellaris.c erase argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -7/+4 |
* | Improve pic32mx.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -30/+19 |
* | Improve mflash.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -6/+9 |
* | Improve lpc3180_nand_controller.c parsing. | Zachary T Welch | 2009-11-05 | 1 | -10/+15 |
* | Improve lpc2900.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -53/+36 |
* | Improve lpc288x.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -1/+1 |
* | Improve lpc2000.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -8/+5 |
* | Improve cfi.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -2/+6 |
* | Improve avrf.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -7/+4 |
* | Improve orion_nand.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -1/+1 |
* | Improve davinci_nand.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -5/+4 |
* | Improve at91sam7.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -20/+24 |
* | Improve at91sam3.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -11/+6 |
* | Improve nand.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -72/+53 |
* | Improve flash.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -68/+51 |
* | Add Flash/NAND bank command argument helpers. | Zachary T Welch | 2009-11-05 | 4 | -0/+45 |
* | 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 |