| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | arm mmu: error propagation added for address translation | Øyvind Harboe | 2010-06-11 | 7 | -19/+47 |
* | cfi: fix error propagation | Øyvind Harboe | 2010-06-11 | 2 | -118/+341 |
* | jtag: added mising header | Thomas Koeller | 2010-06-10 | 1 | -0/+1 |
* | flash: add error message if image is too big for flash | Øyvind Harboe | 2010-06-09 | 1 | -1/+5 |
* | flash: flash erase_address takes unsigned arguments | Øyvind Harboe | 2010-06-09 | 1 | -4/+4 |
* | zy1000: fix optimisation gaffe | Øyvind Harboe | 2010-06-08 | 1 | -7/+30 |
* | zy1000: added watchdog server | Øyvind Harboe | 2010-06-08 | 1 | -1/+92 |
* | cfi: fix GDB keep alive bug | Øyvind Harboe | 2010-06-08 | 1 | -0/+2 |
* | verify: display up to 128 diff's | Øyvind Harboe | 2010-06-08 | 1 | -11/+19 |
* | gdb-server: fix error reporting bugs | Øyvind Harboe | 2010-06-08 | 1 | -24/+9 |
* | jtag: rename JTAG_MOVESTATE to JTAG_TLR_RESET | Øyvind Harboe | 2010-06-07 | 13 | -14/+21 |
* | stm32 : change returned value of mass_erase function | gcembed | 2010-06-03 | 1 | -4/+5 |
* | NEWS: updates | Spencer Oliver | 2010-06-03 | 1 | -0/+12 |
* | etm: print something when trace buffer empty | Jon Povey | 2010-05-31 | 1 | -0/+5 |
* | nor: fix memory leaks during probe | Spencer Oliver | 2010-05-29 | 5 | -0/+30 |
* | flash: virtual driver update for get_flash_bank_by_name_noprobe | Spencer Oliver | 2010-05-26 | 1 | -2/+2 |
* | nor: add get_flash_bank_by_name autoprobe | Spencer Oliver | 2010-05-26 | 3 | -4/+32 |
* | cfg: add pic32 virtual banks | Spencer Oliver | 2010-05-26 | 1 | -0/+7 |
* | flash: add virtual flash bank driver | Spencer Oliver | 2010-05-26 | 4 | -1/+268 |
* | NOR/CFI: fix memory leak; check malloc return value | Antonio Borneo | 2010-05-26 | 1 | -3/+48 |
* | There are no variants of arm7tdmi target | Freddie Chopin | 2010-05-24 | 7 | -7/+7 |
* | All LPC2xxx chips are little endian and that cannot be changed - update confi... | Freddie Chopin | 2010-05-24 | 7 | -53/+8 |
* | add correct CPUTAPID value for LPC2129 | Freddie Chopin | 2010-05-24 | 1 | -6/+2 |
* | Update "flash bank" helper comments for LPC2xxx chips | Freddie Chopin | 2010-05-24 | 8 | -7/+8 |
* | LPC23xx and LPC24xx after reset run on internal 4MHz RC oscillator, so "flash... | Freddie Chopin | 2010-05-24 | 1 | -1/+1 |
* | at91sam9260: use RCLK | Øyvind Harboe | 2010-05-21 | 1 | -19/+12 |
* | cfg: update stm32 performance stick config | Spencer Oliver | 2010-05-21 | 1 | -1/+8 |
* | arm_adi_v5: correct ahbap_debugport_init mem-ap id (bug #23) | Spencer Oliver | 2010-05-21 | 1 | -0/+3 |
* | board: dm355evm.cfg SDTIMR0/1 minor naming fix | Jon Povey | 2010-05-21 | 1 | -1/+1 |
* | nand : Add Freescale iMX27 nand flash controller support | gcembed | 2010-05-20 | 4 | -0/+900 |
* | reset: fix reset halt bug | Gary Carlson | 2010-05-19 | 1 | -23/+59 |
* | target: slow targets could cause GDB to time out | Gary Carlson | 2010-05-19 | 1 | -1/+40 |
* | jim: fix bug in tcl "puts" | Øyvind Harboe | 2010-05-18 | 1 | -9/+4 |
* | zy1000: fix false positive warning about unitialized local variable | Øyvind Harboe | 2010-05-18 | 1 | -1/+1 |
* | at91rm9200 : reset_config should go to the board config file | Marc Pignat | 2010-05-18 | 2 | -2/+3 |
* | NAND/davinci: Fix segfault for hwecc4_infix reads | Jon Povey | 2010-05-18 | 1 | -12/+62 |
* | NAND: catch read errors when building BBT | Jon Povey | 2010-05-18 | 1 | -1/+4 |
* | gdbserver: gdb cmds returning failure on success | Spencer Oliver | 2010-05-17 | 1 | -9/+12 |
* | Change kb/s to KiB/s in messages about kibibytes | Jon Povey | 2010-05-16 | 3 | -11/+11 |
* | NOR/CFI: minor code cleanup | Antonio Borneo | 2010-05-16 | 1 | -8/+0 |
* | NOR/CFI: add cfi_read() implementation | Antonio Borneo | 2010-05-16 | 1 | -2/+72 |
* | NOR: add read() callback to struct flash_driver | Antonio Borneo | 2010-05-16 | 23 | -1/+72 |
* | NOR/TCL: fix typo in error message | Antonio Borneo | 2010-05-16 | 1 | -1/+1 |
* | NOR: fix comment for Doxygen | Antonio Borneo | 2010-05-16 | 1 | -2/+3 |
* | NOR/CFI: remove use of cfi_add_byte() | Antonio Borneo | 2010-05-16 | 1 | -40/+1 |
* | NOR/CFI: use bus_width for memory access in cfi_write() | Antonio Borneo | 2010-05-16 | 1 | -54/+15 |
* | NOR/CFI: use bus_width for memory access on flash ID. | Antonio Borneo | 2010-05-16 | 1 | -25/+22 |
* | NOR/CFI: identify memory accesses not using "bus_width". | Antonio Borneo | 2010-05-16 | 1 | -0/+8 |
* | NOR/CFI: simplify bufferwsize computation | Antonio Borneo | 2010-05-16 | 1 | -39/+10 |
* | NOR/CFI: check "flash bank" command arguments | Antonio Borneo | 2010-05-16 | 1 | -1/+11 |