aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor
AgeCommit message (Expand)AuthorFilesLines
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 Harboe1-4/+18
2010-09-29fileio: refactor struct fileio to be an opaque structureØyvind Harboe1-4/+4
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 Harboe1-11/+2
2010-09-21embeddedice: fix error handlingØyvind Harboe1-6/+0
2010-09-20warnings: fix alignment warningsØyvind Harboe1-2/+2
2010-09-15cfi: add sst39vf6401bFlemming Futtrup2-0/+15
2010-09-11cfi: random crash in cfi_probe() fixedØyvind Harboe1-1/+5
2010-09-11cfi: tighten up type usage a bitØyvind Harboe1-2/+3
2010-09-03Numonyx M29W160ET patchWookey1-3/+4
2010-08-31flash: increase stellaris flash loader bufferSpencer Oliver1-1/+1
2010-08-12str9x: faster flash erase of entire chipFredrik Hederstierna1-6/+23
2010-08-01stellaris flash comment updateDavid Brownell1-1/+1
2010-07-20flash: remove algorithm exit_point address for supported targetsSpencer Oliver4-5/+4
2010-07-16flash: use bkpt for str9 flash algo algorithmSpencer Oliver1-3/+2
2010-06-25at91sam3s* supportOlaf Lüke1-15/+328
2010-06-21nor/str7x: review scope of symbolsAntonio Borneo1-1/+1
2010-06-21nor/virtual: review scope of symbolsAntonio Borneo1-2/+2
2010-06-21target/avr: review scope of symbolsAntonio Borneo1-13/+0
2010-06-17nor/at91sam3: replace helper membufAntonio Borneo1-87/+39
2010-06-16tms470: -Wshadow warning fixesØyvind Harboe1-2/+2
2010-06-16str9xpec: -Wshadow warning fixesØyvind Harboe1-3/+3
2010-06-16str9x: -Wshadow warning fixesØyvind Harboe1-3/+3
2010-06-16str7x: -Wshadow warning fixesØyvind Harboe1-3/+3
2010-06-16stm32x: -Wshadow warning fixesØyvind Harboe1-2/+2
2010-06-15stellaris: -Wshadow warning fixesØyvind Harboe1-2/+2
2010-06-15lpc2900: -Wshadow warning fixesØyvind Harboe1-15/+15
2010-06-15lpc2000: -Wshadow warning fixesØyvind Harboe1-3/+2
2010-06-15ecos flash: -Wshadow warning fixesØyvind Harboe1-2/+0