aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-24Update "flash bank" helper comments for LPC2xxx chipsFreddie Chopin8-7/+8
2010-05-24LPC23xx and LPC24xx after reset run on internal 4MHz RC oscillator, so "flash...Freddie Chopin1-1/+1
2010-05-21at91sam9260: use RCLKØyvind Harboe1-19/+12
2010-05-21cfg: update stm32 performance stick configSpencer Oliver1-1/+8
2010-05-21arm_adi_v5: correct ahbap_debugport_init mem-ap id (bug #23)Spencer Oliver1-0/+3
2010-05-21board: dm355evm.cfg SDTIMR0/1 minor naming fixJon Povey1-1/+1
2010-05-20nand : Add Freescale iMX27 nand flash controller supportgcembed4-0/+900
2010-05-19reset: fix reset halt bugGary Carlson1-23/+59
2010-05-19target: slow targets could cause GDB to time outGary Carlson1-1/+40
2010-05-18jim: fix bug in tcl "puts"Øyvind Harboe1-9/+4
2010-05-18zy1000: fix false positive warning about unitialized local variableØyvind Harboe1-1/+1
2010-05-18at91rm9200 : reset_config should go to the board config fileMarc Pignat2-2/+3
2010-05-18NAND/davinci: Fix segfault for hwecc4_infix readsJon Povey1-12/+62
2010-05-18NAND: catch read errors when building BBTJon Povey1-1/+4
2010-05-17gdbserver: gdb cmds returning failure on successSpencer Oliver1-9/+12
2010-05-16Change kb/s to KiB/s in messages about kibibytesJon Povey3-11/+11
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-15comments on doc/manual/primer/jtag.txtJun Ma1-10/+6
2010-05-14missing pointer's declaration when enable macro -D_DEBUG_GDB_IO_.Jun Ma1-0/+3
2010-05-14NAND: fix first and last handling in nand_build_bbtJon Povey1-3/+5
2010-05-14NAND: fix off-by-one error in erase command argument rangeJon Povey1-1/+1
2010-05-13scripts: update flash bank namesSpencer Oliver9-18/+18
2010-05-13flash: require unique flash bank nameSpencer Oliver1-0/+8
2010-05-13flash: add flash bank name supportSpencer Oliver1-24/+21
2010-05-12zy1000.cfg: gdb connect will fail first time without gdb-attachØyvind Harboe1-0/+5
2010-05-12fix instruction refilling bug when using software breakpoints on a big-endian...Jun Ma1-0/+1
2010-05-11Fujitsu MBM29SL800TE flash supportKarl Kurbjun2-0/+18
2010-05-11Documentation: consistency in GDB command nameMarc Pignat1-1/+1
2010-05-11Documentation : arm920t implements armv4Marc Pignat1-1/+1
2010-05-10mips32: 20 second timeout/megabyte for CRC checkSpencer Oliver1-1/+3
2010-05-10armv7m: 20 second timeout/megabyte for CRC checkSpencer Oliver1-1/+3
2010-05-10cfi: add Numonyx M29W128G reset workaroundSpencer Oliver1-32/+35
2010-05-07cfg: add stm32eval board configsSpencer Oliver4-1/+29
2010-05-06server: incorrectly display socket port numberSpencer Oliver1-1/+1
2010-05-05flash: stop caching protection stateØyvind Harboe6-150/+33
2010-05-05flash: erase_address now has an unlock optionØyvind Harboe4-17/+41
2010-05-05cfi: fix error handling for protect fnØyvind Harboe1-4/+4
2010-05-05zy1000: fix tcl command to read power dropout statusØyvind Harboe1-3/+2
2010-05-05gdb: connect will now fail if flash autoprobe failsØyvind Harboe4-24/+44
2010-05-05zy1000: fix keep_alive() bugØyvind Harboe1-0/+2