aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor
AgeCommit message (Expand)AuthorFilesLines
2017-12-26Conform to OpenOCD style guide.Tim Newsome1-116/+119
2017-12-22Merge branch 'master' into updateTim Newsome10-596/+1647
2017-12-21Fix flash/run algorithm with new register namesTim Newsome1-2/+2
2017-12-21Make functions static. Free memory.Tim Newsome1-10/+12
2017-12-12flash/nor/stm32f2x: fix erase on STM32F413/423Tomas Vanek1-4/+10
2017-12-12flash/nor/stm32f2x: fix protection block size for F767 in dual bank modeTomas Vanek1-1/+2
2017-12-06flash: Add new stm32h7x driver supportAlexandre Torgue3-0/+1186
2017-12-06spi: add n25q256 flashRobert Jordens1-48/+50
2017-10-27Fix compile warning with new gcc.Tim Newsome1-1/+1
2017-10-23Fix GCC7 warnings about string truncationFreddie Chopin2-3/+3
2017-10-23Fix GCC7 warnings about switch-case fallthroughsFreddie Chopin1-0/+1
2017-10-03nrf5: Add nRF52832-QFAA supportSlowcoder1-0/+3
2017-10-03nrf51: Rename to nrf5Slowcoder3-280/+306
2017-10-03nrf51: Refactor device-listSlowcoder1-259/+45
2017-10-03stm32lx.c: Read IDcode at appropriate address.Uwe Bonnes1-9/+6
2017-10-03flash: efm32: add support for EFR-familty (e.g. bluegecko)Andrea Merello1-28/+71
2017-10-03stm32f2x: Fix left shift of negative valueMarc Schink1-1/+1
2017-10-03flash/nor/Makefile.am: lexicographical orderLiviu Ionescu1-1/+1
2017-10-01Merge commit '7719e9618e753ac41a46a2488dfba549ac578891' into riscv-updLiviu Ionescu7-447/+1369
2017-08-10Support for STM32F722, F723, F413 and F423Andreas Bolsch1-56/+220
2017-08-10stm32l1: Devid 0x429 only has 8bit flash size registerKarl Palsson1-0/+5
2017-07-24flash Kinetis: fix probe for FlexNVM partitioned as EEPROM backupTomas Vanek1-3/+11
2017-07-24flash Kinetis: fix devices with smallest program flash (8 and 16 kB)Tomas Vanek1-1/+6
2017-06-30flash/nor/efm32: Support EZR32HG devices.Richard Watts1-1/+5
2017-06-17flash/nor/tcl: Make read_bank parameters optionalMarc Schink1-7/+26
2017-06-17flash/nor/tcl: Respect flash bank boundary in write_bankMarc Schink1-5/+24
2017-06-17flash/nor/tcl: Make write_bank parameter optionalMarc Schink1-6/+14
2017-06-17flash/nor/tcl: Respect flash bank boundary in verify_bankMarc Schink1-9/+22
2017-06-17flash Kinetis: Add support for newer KW seriesJoakim NohlgÄrd1-0/+39
2017-06-17flash Kinetis: add KL28 deviceTomas Vanek1-21/+118
2017-06-17flash Kinetis: handle all types of watchdog, disable in reset-initTomas Vanek1-69/+204
2017-06-17flash Kinetis: implement automatic bank creation based on device probeTomas Vanek1-0/+102
2017-06-17flash Kinetis: split kinetis_chip from kinetis_flash_bankTomas Vanek1-260/+480
2017-06-17flash Kinetis: add KV5x familyTomas Vanek1-18/+50
2017-06-17flash Kinetis: add KL8x family, fix erase checkTomas Vanek1-8/+28
2017-06-17flash Kinetis: add KE1xZ and KE1xF familiesTomas Vanek1-3/+50
2017-06-17flash/nor: at91samd modified to use real erase sector sizeTomas Vanek1-49/+34
2017-06-17flash/nor/at91sam4: remove FWS=6, rename at91samg to atsamgTomas Vanek1-11/+11
2017-06-13Fix the build.Tim Newsome1-6/+6
2017-06-13Merge branch 'remotes/openocd/master' into riscv64Tim Newsome28-575/+1952
2017-06-02flash: nor: ath79: fix build failure due to recent MIPS changesPaul Fertser1-37/+35
2017-05-31flash: Add support for Atheros (ath79) SPI interfaceTobias Diedrich3-0/+906
2017-05-08stm32l4: support flashing L45x/46x devicesJuha Niskanen1-7/+18
2017-05-08mips32, add support for micromips in debug modeSalvador Arroyo1-31/+31
2017-04-26Correct an off-by-one in argument parsingPalmer Dabbelt1-1/+1
2017-04-26riscv: Fix some blocking compile warningsMegan Wachs1-3/+5
2017-04-26fespi: Allow the ctrl_base address specified as a parameterMegan Wachs1-14/+25
2017-04-26Add 64-bit and multihart supportPalmer Dabbelt1-15/+21
2017-04-25stm32l4: support flashing L496 devicesJuha Niskanen1-1/+6
2017-04-24mips32, pic32 use uint8_t in 8 bit scan functionSalvador Arroyo1-2/+1