| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix sector layout for 504-KiB LPC2000 devices | Rolf Meeser | 2010-12-04 | 1 | -4/+7 |
* | lpc2900.c: Improve debug output for device probing | Rolf Meeser | 2010-12-01 | 1 | -1/+5 |
* | lpc2900.c: Add support for new device LPC2926 | Rolf Meeser | 2010-12-01 | 1 | -1/+5 |
* | LPC2900: Avoid false positive reprobing if first probing fails | Rolf Meeser | 2010-12-01 | 1 | -7/+11 |
* | FLASH/NOR: Rename spearsmi.c to stmsmi.c | Antonio Borneo | 2010-11-23 | 2 | -1/+1 |
* | FLASH/NOR: rename from spearsmi to stmsmi | Antonio Borneo | 2010-11-23 | 2 | -81/+81 |
* | STR750: Add SMI interface support | Antonio Borneo | 2010-11-23 | 1 | -35/+43 |
* | NOR/SPEARSMI: fix segfault | Antonio Borneo | 2010-11-23 | 1 | -0/+1 |
* | flash: iterating over an address range now handles multiple banks | Øyvind Harboe | 2010-11-22 | 1 | -1/+38 |
* | build: add common.mk | Spencer Oliver | 2010-11-18 | 1 | -3/+1 |
* | FLASH/NOR: Remove useless file tms470.h | Antonio Borneo | 2010-11-17 | 3 | -40/+15 |
* | FLASH/NOR: Remove useless file str9xpec.h | Antonio Borneo | 2010-11-17 | 3 | -79/+50 |
* | FLASH/NOR: Remove useless file str9x.h | Antonio Borneo | 2010-11-17 | 3 | -62/+35 |
* | FLASH/NOR: Remove useless file str7x.h | Antonio Borneo | 2010-11-17 | 3 | -110/+83 |
* | FLASH/NOR: Remove useless file stm32x.h | Antonio Borneo | 2010-11-17 | 3 | -101/+74 |
* | FLASH/NOR: Remove useless file stellaris.h | Antonio Borneo | 2010-11-17 | 3 | -109/+85 |
* | FLASH/NOR: Remove useless file pic32mx.h | Antonio Borneo | 2010-11-17 | 3 | -96/+65 |
* | FLASH/NOR: Remove useless file lpc288x.h | Antonio Borneo | 2010-11-17 | 3 | -39/+13 |
* | FLASH/NOR: Remove useless file lpc2000.h | Antonio Borneo | 2010-11-17 | 3 | -73/+45 |
* | FLASH/NOR: Remove useless file avrf.h | Antonio Borneo | 2010-11-17 | 3 | -41/+16 |
* | flash: fix bug with multiple back-to-back flash chips | Øyvind Harboe | 2010-11-17 | 1 | -3/+7 |
* | FLASH/NOR: Remove useless file at91sam7.h | Antonio Borneo | 2010-11-17 | 3 | -118/+91 |
* | FLASH/NOR: Remove useless file at91sam3.h | Antonio Borneo | 2010-11-17 | 3 | -25/+2 |
* | FLASH/NOR: Remove useless file spearsmi.h | Antonio Borneo | 2010-11-17 | 3 | -32/+8 |
* | NOR/SPEARSMI: Add comments about SPI | Antonio Borneo | 2010-11-17 | 1 | -4/+22 |
* | NOR/SPEAr: Add support for Serial NOR | Antonio Borneo | 2010-11-16 | 4 | -0/+747 |
* | Add comments and tiny improvements to STM32 flash loader algorithm | Freddie Chopin | 2010-11-15 | 1 | -16/+17 |
* | stm32: return early upon block write failure | Øyvind Harboe | 2010-11-09 | 1 | -0/+3 |
* | stm32: return error when failing to read | Øyvind Harboe | 2010-11-09 | 1 | -9/+25 |
* | stm32: add error propagation on writes | Øyvind Harboe | 2010-11-09 | 1 | -42/+111 |
* | stm32: sharpen error handling for timeouts | Øyvind Harboe | 2010-11-09 | 1 | -108/+69 |
* | src: add loader src description | Spencer Oliver | 2010-10-28 | 5 | -0/+11 |
* | fileio: fileio_size() can now fail | Øyvind Harboe | 2010-09-29 | 1 | -4/+18 |
* | fileio: refactor struct fileio to be an opaque structure | Øyvind Harboe | 2010-09-29 | 1 | -4/+4 |
* | flash: fix error handling | Øyvind Harboe | 2010-09-27 | 1 | -2/+11 |
* | image: fix spelling mistake | Øyvind Harboe | 2010-09-27 | 1 | -6/+6 |
* | flash: fix error handling | Øyvind Harboe | 2010-09-21 | 1 | -11/+2 |
* | embeddedice: fix error handling | Øyvind Harboe | 2010-09-21 | 1 | -6/+0 |
* | warnings: fix alignment warnings | Øyvind Harboe | 2010-09-20 | 1 | -2/+2 |
* | cfi: add sst39vf6401b | Flemming Futtrup | 2010-09-15 | 2 | -0/+15 |
* | cfi: random crash in cfi_probe() fixed | Øyvind Harboe | 2010-09-11 | 1 | -1/+5 |
* | cfi: tighten up type usage a bit | Øyvind Harboe | 2010-09-11 | 1 | -2/+3 |
* | Numonyx M29W160ET patch | Wookey | 2010-09-03 | 1 | -3/+4 |
* | flash: increase stellaris flash loader buffer | Spencer Oliver | 2010-08-31 | 1 | -1/+1 |
* | str9x: faster flash erase of entire chip | Fredrik Hederstierna | 2010-08-12 | 1 | -6/+23 |
* | stellaris flash comment update | David Brownell | 2010-08-01 | 1 | -1/+1 |
* | flash: remove algorithm exit_point address for supported targets | Spencer Oliver | 2010-07-20 | 4 | -5/+4 |
* | flash: use bkpt for str9 flash algo algorithm | Spencer Oliver | 2010-07-16 | 1 | -3/+2 |
* | at91sam3s* support | Olaf Lüke | 2010-06-25 | 1 | -15/+328 |
* | nor/str7x: review scope of symbols | Antonio Borneo | 2010-06-21 | 1 | -1/+1 |