aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor
AgeCommit message (Expand)AuthorFilesLines
2011-01-14Flash driver for em357Erik Botö3-0/+980
2011-01-14str9xpec: Find flash controller from the chain.Santeri Salko1-1/+2
2011-01-10cfi: fix release build warningsSpencer Oliver1-2/+2
2011-01-09nit: more LOG_* \n fixesEric Wetzel3-36/+36
2011-01-06cfi: use safer arch detectionSpencer Oliver1-2/+8
2011-01-06Add the support for the armv7m arch.Jonathan Dumaresq1-15/+64
2011-01-05nit: do not add \n at end of LOG_ERROREric Wetzel3-9/+9
2011-01-03nit: do not add \n at end of LOG_ERRORØyvind Harboe1-4/+4
2011-01-03error handling: the error number is not part of the user interfaceØyvind Harboe5-17/+13
2011-01-02cfi_protect is not implemented on Spansion flashes (many do not even have pro...Michael Schwingen1-2/+2
2011-01-02non-CFI flash code uses data from CFI structures. Make sure that timeouts are...Michael Schwingen2-99/+98
2010-12-29Compilation Warnings on OS X 10.5Andrew MacIsaac2-2/+2
2010-12-29warning: fix warning where GCC didn't catch a doubly declared global structureØyvind Harboe1-1/+1
2010-12-29warnings: use more 'const' for char *Øyvind Harboe7-9/+9
2010-12-23stm32x : always use valid flash base addressSpencer Oliver1-0/+3
2010-12-23flash: print flash bank name on flash info cmdSpencer Oliver1-2/+2
2010-12-23stm32: fix reversed option byte writeSpencer Oliver1-4/+4
2010-12-23stm32: update option bytes for stm32xl familySpencer Oliver1-8/+79
2010-12-23stm32: add stm32 xl family flash supportSpencer Oliver1-1/+45
2010-12-23stm32: add dual flash bank supportSpencer Oliver1-26/+37
2010-12-15stm32: fix unprotectØyvind Harboe1-4/+11
2010-12-15flash: clarify protect documentationØyvind Harboe1-3/+6
2010-12-10contrib: add source to the cfi flash loadersSpencer Oliver1-6/+13
2010-12-10cfi: disable buffer writes for M29W128GSpencer Oliver2-5/+16
2010-12-10cfi: allow optional buffer write supportSpencer Oliver1-0/+9
2010-12-10cfi: calculate correct timeoutsSpencer Oliver2-16/+29
2010-12-10cfi: prefix string hex outputSpencer Oliver1-12/+12
2010-12-10cfi: add time format to cfi query outputSpencer Oliver1-8/+11
2010-12-10cfi: whitespace and long line cleanupSpencer Oliver1-282/+389
2010-12-04Fix sector layout for 504-KiB LPC2000 devicesRolf Meeser1-4/+7
2010-12-01lpc2900.c: Improve debug output for device probingRolf Meeser1-1/+5
2010-12-01lpc2900.c: Add support for new device LPC2926Rolf Meeser1-1/+5
2010-12-01LPC2900: Avoid false positive reprobing if first probing failsRolf Meeser1-7/+11
2010-11-23FLASH/NOR: Rename spearsmi.c to stmsmi.cAntonio Borneo2-1/+1
2010-11-23FLASH/NOR: rename from spearsmi to stmsmiAntonio Borneo2-81/+81
2010-11-23STR750: Add SMI interface supportAntonio Borneo1-35/+43
2010-11-23NOR/SPEARSMI: fix segfaultAntonio Borneo1-0/+1
2010-11-22flash: iterating over an address range now handles multiple banksØyvind Harboe1-1/+38
2010-11-18build: add common.mkSpencer Oliver1-3/+1
2010-11-17FLASH/NOR: Remove useless file tms470.hAntonio Borneo3-40/+15
2010-11-17FLASH/NOR: Remove useless file str9xpec.hAntonio Borneo3-79/+50
2010-11-17FLASH/NOR: Remove useless file str9x.hAntonio Borneo3-62/+35
2010-11-17FLASH/NOR: Remove useless file str7x.hAntonio Borneo3-110/+83
2010-11-17FLASH/NOR: Remove useless file stm32x.hAntonio Borneo3-101/+74
2010-11-17FLASH/NOR: Remove useless file stellaris.hAntonio Borneo3-109/+85
2010-11-17FLASH/NOR: Remove useless file pic32mx.hAntonio Borneo3-96/+65
2010-11-17FLASH/NOR: Remove useless file lpc288x.hAntonio Borneo3-39/+13
2010-11-17FLASH/NOR: Remove useless file lpc2000.hAntonio Borneo3-73/+45
2010-11-17FLASH/NOR: Remove useless file avrf.hAntonio Borneo3-41/+16
2010-11-17flash: fix bug with multiple back-to-back flash chipsØyvind Harboe1-3/+7