aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor
AgeCommit message (Expand)AuthorFilesLines
2010-05-16Change kb/s to KiB/s in messages about kibibytesJon Povey1-4/+4
2010-05-16NOR/CFI: minor code cleanupAntonio Borneo1-8/+0
2010-05-16NOR/CFI: add cfi_read() implementationAntonio Borneo1-2/+72
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo23-1/+72
2010-05-16NOR/TCL: fix typo in error messageAntonio Borneo1-1/+1
2010-05-16NOR: fix comment for DoxygenAntonio Borneo1-2/+3
2010-05-16NOR/CFI: remove use of cfi_add_byte()Antonio Borneo1-40/+1
2010-05-16NOR/CFI: use bus_width for memory access in cfi_write()Antonio Borneo1-54/+15
2010-05-16NOR/CFI: use bus_width for memory access on flash ID.Antonio Borneo1-25/+22
2010-05-16NOR/CFI: identify memory accesses not using "bus_width".Antonio Borneo1-0/+8
2010-05-16NOR/CFI: simplify bufferwsize computationAntonio Borneo1-39/+10
2010-05-16NOR/CFI: check "flash bank" command argumentsAntonio Borneo1-1/+11
2010-05-13flash: require unique flash bank nameSpencer Oliver1-0/+8
2010-05-13flash: add flash bank name supportSpencer Oliver1-24/+21
2010-05-11Fujitsu MBM29SL800TE flash supportKarl Kurbjun2-0/+18
2010-05-10cfi: add Numonyx M29W128G reset workaroundSpencer Oliver1-32/+35
2010-05-05flash: stop caching protection stateØyvind Harboe4-126/+31
2010-05-05flash: erase_address now has an unlock optionØyvind Harboe3-15/+37
2010-05-05cfi: fix error handling for protect fnØyvind Harboe1-4/+4
2010-05-05gdb: connect will now fail if flash autoprobe failsØyvind Harboe3-21/+21
2010-05-05flash: more flash write_image bugfixesØyvind Harboe1-21/+11
2010-05-05str7x: improve error handlingØyvind Harboe1-73/+133
2010-05-04str71x: fix previous commitSpencer Oliver1-3/+4
2010-05-04flash: less bogus errorsØyvind Harboe7-8/+8
2010-05-04str7x: fix bogus error messagesØyvind Harboe1-3/+5
2010-05-04cfi: made som info output debug outputØyvind Harboe1-2/+2
2010-05-03STM32 flash erase timeout fixTobias Ringström1-2/+2
2010-04-29flash: write_image would fail for certain imagesØyvind Harboe1-14/+55
2010-04-29flash: write_image will now pad erase to nearest sectorØyvind Harboe1-8/+2
2010-04-28nor: remove bogus output about padding sectionsØyvind Harboe1-1/+2
2010-04-20stm32x: allow flash probe on a running targetAndreas Fritiofson1-6/+0
2010-04-15NOR/core bugfix: restore invariantsDavid Brownell1-5/+16
2010-04-15NOR/CFI: remove redundant codeAntonio Borneo1-6/+2
2010-04-15NOR/CFI: fix order of arguments checkAntonio Borneo1-2/+2
2010-04-11NOR/TMS470: review scope of symbolsAntonio Borneo1-7/+7
2010-04-10NOR/CFI: review scope of functionsAntonio Borneo1-3/+3
2010-04-10NOR/STR7X: review scope of dataAntonio Borneo1-2/+2
2010-04-10NOR/ADUC702X: review scope of dataAntonio Borneo1-1/+1
2010-04-10NOR/AVRF: review scope of dataAntonio Borneo1-1/+1
2010-04-10NOR/CORE: review scope of dataAntonio Borneo1-1/+1
2010-04-10NOR/DRIVERS: review scope of functionsAntonio Borneo1-1/+1
2010-04-10STR9XPEC: review scope of functionsAntonio Borneo1-1/+1
2010-04-10TCL: review scope of functionsAntonio Borneo2-3/+1
2010-03-26NOR TCL: fix usage messageAntonio Borneo1-1/+1
2010-03-25change %x and %d to PRIx32 and PRId32 where needed for cygwinDaniel Bäder1-1/+1
2010-03-20jtag: move towards making out_value constØyvind Harboe1-3/+4
2010-03-18PIC32MX: add unlock cmdSpencer Oliver1-0/+75
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe1-13/+13
2010-03-16image loading: fix problem with offsets > 0x80000000Bradey Honsinger1-1/+1
2010-03-10PIC32: add flash algorithm supportSpencer Oliver2-468/+227