aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2010-12-15Fix for segfault in handle_nand_dump_command.Paul Richards1-5/+5
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 Oliver2-2/+12
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 Oliver3-10/+4
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
2010-11-17FLASH/NOR: Remove useless file at91sam7.hAntonio Borneo3-118/+91
2010-11-17FLASH/NOR: Remove useless file at91sam3.hAntonio Borneo3-25/+2
2010-11-17FLASH/NOR: Remove useless file spearsmi.hAntonio Borneo3-32/+8
2010-11-17NOR/SPEARSMI: Add comments about SPIAntonio Borneo1-4/+22
2010-11-16NOR/SPEAr: Add support for Serial NORAntonio Borneo4-0/+747
2010-11-15Add comments and tiny improvements to STM32 flash loader algorithmFreddie Chopin1-16/+17
2010-11-09stm32: return early upon block write failureØyvind Harboe1-0/+3
2010-11-09stm32: return error when failing to readØyvind Harboe1-9/+25
2010-11-09stm32: add error propagation on writesØyvind Harboe1-42/+111
2010-11-09stm32: sharpen error handling for timeoutsØyvind Harboe1-108/+69
2010-10-28src: add loader src descriptionSpencer Oliver5-0/+11
2010-09-29fileio: fileio_size() can now failØyvind Harboe4-11/+42
2010-09-29fileio: refactor struct fileio to be an opaque structureØyvind Harboe4-11/+11
2010-09-27flash: fix error handlingØyvind Harboe1-2/+11
2010-09-27image: fix spelling mistakeØyvind Harboe1-6/+6
2010-09-21flash: fix error handlingØyvind Harboe2-40/+5
2010-09-21embeddedice: fix error handlingØyvind Harboe1-6/+0
2010-09-20warnings: fix alignment warningsØyvind Harboe3-6/+6
2010-09-15cfi: add sst39vf6401bFlemming Futtrup2-0/+15