forked from auracaster/openocd
2a69f1bd2f
* flash/nor: Add support for TI CC26xx/CC13xx flash Added cc26xx flash driver to support the TI CC26xx and CC13xx microcontrollers. Driver is capable of determining which MCU is connected and configures itself accordingly. Added config files for four specific variants: CC26x0, CC13x0, CC26x2, and CC13x2. Note that the flash loader code is based on the sources used to support flash in Code Composer Studio and Uniflash from TI. Removed cc26xx.cfg file made obsolete by this patch. Change-Id: Ie2b0f74f8af7517a9184704b839677d1c9787862 Signed-off-by: Edward Fewell <efewell@ti.com> Reviewed-on: http://openocd.zylin.com/4358 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> Reviewed-by: Fredrik Hederstierna <fredrik@hederstierna.com> * flash/nor/nrf5: remove is_erased setting and autoerase before write Cached flash erase state in sectors[].is_erased is not reliable as running target can change the flash. Autoerase was issued before flash write on condition is_erased != 1 Remove autoerase completely as it is a quite non-standard feature. Change-Id: I19bef459e6afdc4c5fcaa2ccd194cf05be8a42b6 Signed-off-by: Tomas Vanek <vanekt@fbl.cz> Reviewed-on: http://openocd.zylin.com/4400 Tested-by: jenkins * src/flash/tms470: remove testing of sectors[].is_erased state The erase check routine checked sectors only if is_erased != 1 Check sector unconditionally. While on it fix clang static analyzer warnings. Change-Id: I9988615fd8530c55a9b0c54b1900f89b550345e9 Signed-off-by: Tomas Vanek <vanekt@fbl.cz> Reviewed-on: http://openocd.zylin.com/4401 Tested-by: jenkins * tcl/target/stm32f7x: configure faster system clock in reset-init STM32F7xx devices need faster clock for flash programming over JTAG transport. Using reset default 16 MHz clock resulted in lot of DAP WAITs and substantial decrease of flashing performance. Adapted to the restructured dap support (see2231da8ec4). Change-Id: Ida6915331dd924c9c0d08822fd94c04ad408cdc5 Signed-off-by: Tomas Vanek <vanekt@fbl.cz> Reviewed-on: http://openocd.zylin.com/4464 Tested-by: jenkins Reviewed-by: Christopher Head <chead@zaber.com> * flash/nor/psoc5lp: fix compile issue on GCC 8.1.0 Issue already identified by Alex https://sourceforge.net/u/alexbour/ in ticket #191 https://sourceforge.net/p/openocd/tickets/191/ src/flash/nor/psoc5lp.c:237:2: error: ‘strncpy’ output truncated before terminating nul copying 2 bytes from a string of the same length [-Werror=stringop-truncation] Fix it by assigning the value to the array elements. Change-Id: I22468e5700efa64ea48ae8cdec930c48b4a7d8fb Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/4563 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * target/arm: Add PLD command to ARM disassembler. Updates the ARM disassembler to handle PLD (PreLoad Data) commands. Previously handled by printing a TODO message. There are three forms of the command: literal, register, and immediate. Simply decode based off of the A1 encoding for the instructions in the ARM ARM. Also fixes mask to handle PLDW commands. Change-Id: I63bf97f16af254e838462c7cfac80f6c4681c556 Signed-off-by: James Marshall <jcmarsh@gwmail.gwu.edu> Reviewed-on: http://openocd.zylin.com/4348 Tested-by: jenkins Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com> * mips_m4k.c: Fix build with --disable-target64 Replace PRIx64 with TARGET_PRIxADDR to avoid build problems when --disable-target64 is used during configure. Change-Id: I054a27a491e86c42c9386a0488194320b808ba96 Signed-off-by: Liviu Ionescu <ilg@livius.net> Reviewed-on: http://openocd.zylin.com/4566 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> Reviewed-by: Tim Newsome <tim@sifive.com> * target/arm_adi_v5: sync CSW and TAR cache on apreg write When using apreg to change AP registers CSW or TAR we get internal cached value not valid anymore. Reuse the setup functions for CSW and TAR to write them. Invalidate the cached value before the call to force the write, thus keeping original apreg behaviour. Change-Id: Ib14fafd5e584345de94f2e983de55406c588ac1c Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/4565 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * target/arm_adi_v5: keep CSW and TAR cache updated The call to dap_queue_ap_write() can fail and the value in CSW and TAR becomes unknown. Invalidate the OpenOCD cache if dap_queue_ap_write() fails. Change-Id: Id6ec370b4c5ad07e454464780c1a1c8ae34ac870 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/4564 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * tcl/target: Add Renesas R-Car R8A7794 E2 target Add configuration for the Renesas R-Car R8A7794 E2 target. This is an SoC with two Cortex A7 ARMv7a cores, both A7 cores are supported. Change-Id: Ic1c81840e3bfcef8ee1de5acedffae5c83612a5e Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Reviewed-on: http://openocd.zylin.com/4531 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de> * tcl/board: Add Renesas R-Car R8A7790 H2 Stout board Add configuration for the Renesas R-Car R8A7790 H2 based Stout ADAS board. Change-Id: Ib880b5d2e1fab5c8c0bc0dbcedcdce8055463fe2 Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Reviewed-on: http://openocd.zylin.com/4497 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de> * tcl/board: Add Renesas R-Car R8A7791 M2W Porter board Add configuration for the Renesas R-Car R8A7791 M2W based Porter evaluation board. Change-Id: Iaadb18f29748f890ebb68519ea9ddbd18e7649af Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Reviewed-on: http://openocd.zylin.com/4498 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de> * tcl/board: Add Renesas R-Car R8A7794 E2 Silk board Add configuration for the Renesas R-Car R8A7794 E2 based Silk evaluation board. Change-Id: I504b5630b1a2791ed6967c6c2af8851ceef9723f Signed-off-by: Marek Vasut <marek.vasut@gmail.com> --- NOTE: This requires SW7[1] in position 1 (default is 0) Reviewed-on: http://openocd.zylin.com/4532 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de> * tcl/board: Factor out common R-Car Gen2 code Factor out the code shared by all R-Car Gen2 boards into a single file to get rid of the duplication. Change-Id: I70b302c2e71f4e6fdccb2817dd65a5493bb393d8 Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Reviewed-on: http://openocd.zylin.com/4533 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de> * jtag/drivers/cmsis-dap: fix connect in cmsis_dap_swd_switch_seq() The proc cmsis_dap_swd_switch_seq() is part of the SWD API for this interface driver. It is valid only when the interface is used in SWD mode. In this proc there is the need to call, in sequence, first cmsis_dap_cmd_DAP_Disconnect() then cmsis_dap_cmd_DAP_Connect(). The latter call requires the connection mode as parameter, that inside cmsis_dap_swd_switch_seq() can only be CONNECT_SWD. The current implementation is not correct and in some cases can pass mode CONNECT_JTAG. Moreover, JTAG is optional in CMSIS-DAP and passing mode CONNECT_JTAG triggers an error with SWD-only interfaces. Use mode CONNECT_SWD in SWD specific cmsis_dap_swd_switch_seq(). Change-Id: Ib455bf5b69cb2a2d146a6c8875387b00c27a5690 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/4571 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * target/cortex_m: return error if breakpoint address is out of range If the "Flash Patch and Breakpoint" unit is rev.1 then it can only accept breakpoint addresses below 0x1FFFFFFF. Detailed info in "ARM v7-M Architecture Reference Manual", DDI0403E at chapter "C1.11 Flash Patch and Breakpoint unit". Print a message and return error if the address of hardware breakpoint cannot be handled by the breakpoint unit. Change-Id: I95c92b1f058f0dfc568bf03015f99e439b27c59b Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/4535 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> Reviewed-by: Christopher Head <chead@zaber.com> * flash/nor/stm32: Report errors in wait_status_busy Flash operation errors that occur during algorithm programming are reported via the algorithm return value. However, Flash operation errors that occur during non-algorithm work (erasing, programming without a work area, programming the last non-multiple-of-32-bytes on an H7, etc.) generally end with a call to stm32x_wait_status_busy, which reads the status register and clears the error flags but fails to actually report that something went wrong should an error flag (other than WRPERR) be set. Return an error status from stm32x_wait_status_busy in those cases. Correct a log message accordingly. Change-Id: I09369ea5f924fe58833aec1f45e52320ab4aaf43 Signed-off-by: Christopher Head <chead@zaber.com> Reviewed-on: http://openocd.zylin.com/4519 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * flash/nor/stm32: Eliminate working area leak On a specific early-return path, an allocated working area was not freed. Free it. Change-Id: I7c8fe51ff475f191624086996be1c77251780b77 Signed-off-by: Christopher Head <chead@zaber.com> Reviewed-on: http://openocd.zylin.com/4520 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * flash/nor/stm32h7: Fix incorrect comment The name of the bit according to the reference manual is inconsistency error, not increment error. Change-Id: Ie3b73c0312db586e35519e03fd1a5cb225673d97 Signed-off-by: Christopher Head <chead@zaber.com> Reviewed-on: http://openocd.zylin.com/4521 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk> * target: fix 'bp' command help message "asid" and "length" are separate arguments of the command. Put space between them. Change-Id: I36cfc1e3a01caafef4fc3b26972a0cc192b0b963 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/4511 Tested-by: jenkins Reviewed-by: Christopher Head <chead@zaber.com> Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * Add ARM v8 AArch64 semihosting support This patch implements semihosting support for AArch64. This picks code from previously submitted AArch64 semihosting support patch and rebases on top of reworked semihosting code. Tested in AArch64 mode on a Lemaker Hikey Board with NewLib and GDB. Change-Id: I228a38f1de24f79e49ba99d8514d822a28c2950b Signed-off-by: Omair Javaid <omair.javaid@linaro.org> Reviewed-on: http://openocd.zylin.com/4537 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de> * GDB fileIO stdout support This patch fixes gdb fileio support to allow gdb console to be used as stdout. Now we can do something like gdb <inferior file> (gdb) tar ext :3333 (gdb) load (gdb) monitor arm semihosting enable (gdb) monitor arm semihosting_fileio enable (gdb) continue Here: Output from inferior using puts, printf etc will be routed to gdb console. Change-Id: I9cb0dddda1de58038c84f5b035c38229828cd744 Signed-off-by: Omair Javaid <omair.javaid@linaro.org> Reviewed-on: http://openocd.zylin.com/4538 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de> * target: armv8: Avoid semihosting segfault on halt Avoid a NULL pointer dereference when halting an aarch64 core. Change-Id: I333d40475ab26e2f0dca5c27302a5fa4d817a12f Signed-off-by: Andreas Färber <afaerber@suse.de> Reviewed-on: http://openocd.zylin.com/4593 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de> * tcl: target: Add NXP LS1012A config As seen on the FRDM-LS1012A board. Change-Id: Ifc9074b3f7535167b9ded5f544501ec2879f5db7 Signed-off-by: Andreas Färber <afaerber@suse.de> Reviewed-on: http://openocd.zylin.com/4594 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de> * tcl: board: Add NXP Freedom FRDM-LS1012A config An update for the K20 CMSIS-DAP firmware can be found here: https://community.nxp.com/thread/387080?commentID=840141#comment-840141 Change-Id: I149d7f8610aa56daf1aeb95f14ee1bf88f7cb647 Signed-off-by: Andreas Färber <afaerber@suse.de> Reviewed-on: http://openocd.zylin.com/4595 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de> * gdb_server: only trigger once the event gdb-detach at gdb quit When GDB quits (e.g. with "quit" command) we first execute gdb_detach() to reply "OK" then, at GDB disconnect (either TCP or pipe connection type), we execute gdb_connection_closed(). In case GDB is killed or it crashes, OpenOCD only executes the latter when detects the disconnection. Both gdb_detach() and gdb_connection_closed() trigger the event TARGET_EVENT_GDB_DETACH thus getting it triggered twice on clean GDB quit. Do not trigger the event TARGET_EVENT_GDB_DETACH in gdb_detach() and let only gdb_connection_closed() to handle it. Change-Id: Iacf035c855b8b3e2239c1c0e259c279688b418ee Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/4585 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * gdb_server: set current_target from connection's one In a multi-target environment we are supposed to have a single gdb server for each target (or for each group of targets within a SMP node). By default, the gdb attached to a server sends its command to the target (or to the SMP node targets) linked to that server. This is working fine for the normal gdb commands, but it is broken for the native OpenOCD commands executed through gdb "monitor" command. In the latter case, gdb "monitor" commands will be executed on the current target of OpenOCD configuration script (that is either the last target created or the target specified in a "targets" command). Fixed in gdb_new_connection() by replacing the current target in the connection's copy of command context. Change-Id: If7c8f2dce4a3138f0907d3000dd0b15e670cfa80 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/4586 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> Reviewed-by: Christopher Head <chead@zaber.com> * target/image: make i/j unsigned to avoid ubsan runtime error src/target/image.c:1055:15: runtime error: left shift of 128 by 24 places cannot be represented in type 'int' Change-Id: I322fd391cf3f242beffc8a274824763c8c5e69a4 Signed-off-by: Cody Schafer <openocd@codyps.com> Reviewed-on: http://openocd.zylin.com/4584 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> Reviewed-by: Christopher Head <chead@zaber.com> * target/stm32f7x: Clear stuck HSE clock with CSS Change-Id: Ica0025ea465910dd664ab546b66f4f25b271f1f5 Signed-off-by: Christopher Head <chead@zaber.com> Reviewed-on: http://openocd.zylin.com/4570 Tested-by: jenkins Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com> * psoc5lp: fix erase check, add free_driver_priv psoc5lp_erase_check() was not properly adapted to the new armv7m_blank_check_memory() in the hot fix53376dbbedThis change fixes handling of num_sectors in dependecy of ecc_enabled. Also add comments how ecc_enabled influences num_sectors. Add pointer to default_flash_free_driver_priv() to all psoc5lp flash drivers to keep valgrind happy. Change-Id: Ie1806538becd364fe0efb7a414f0fe6a84b2055b Signed-off-by: Tomas Vanek <vanekt@fbl.cz> Reviewed-on: http://openocd.zylin.com/4569 Tested-by: jenkins * target: atmel samd10 xplained mini cortex m0+ on a tiny board, with an mEDBG (CMSIS-DAP) debug interface. Change-Id: Iaedfab578b4eb4aa2d923bd80f220f59b34e6ef9 Signed-off-by: Karl Palsson <karlp@tweak.net.au> Reviewed-on: http://openocd.zylin.com/3402 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * tcl/board: add SAMD11 Xplained Pro evaluation board Change-Id: Id996c4de6dc9f25f71424017bf07689fea7bd3af Signed-off-by: Peter Lawrence <majbthrd@gmail.com> Reviewed-on: http://openocd.zylin.com/4507 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * Adds SAMD11D14AU flash support. Corrects names of SAMD11D14AM and SAMD11D14ASS per datasheet. Change-Id: I8beb15d5376966a4f8d7de76bfb2cbda2db440dc Signed-off-by: Christopher Hoover <ch@murgatroid.com> Reviewed-on: http://openocd.zylin.com/4597 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * nds32: Avoid detected JTAG clock AICE2 doesn't support scan for the maximum clock frequency of JTAG chain. It will cause USB command timeout. Change-Id: I41d1e3be387b6ed5a4dd0be663385a5f053fbcf9 Signed-off-by: Hellosun Wu <wujiheng.tw@gmail.com> Reviewed-on: http://openocd.zylin.com/4292 Tested-by: jenkins Reviewed-by: Hsiangkai Wang <hsiangkai@gmail.com> Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * flash/nor/tcl: Distinguish between sectors and blocks in status messages Use the right word in flash protect command status messages based on whether the target bank defines num_prot_blocks. Minor message style tidy-up. Change-Id: I5f40fb5627422536ce737f242fbf80feafe7a1fc Signed-off-by: Dominik Peklo <dom.peklo@gmail.com> Reviewed-on: http://openocd.zylin.com/4573 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> Reviewed-by: Christopher Head <chead@zaber.com> * drivers: cmsis-dap: pull up common connect code Just a minor deduplication Change-Id: Idd256883e5f6d4bd4dcc18462dd5468991f507b3 Signed-off-by: Karl Palsson <karlp@tweak.net.au> Reviewed-on: http://openocd.zylin.com/3403 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * drivers: cmsis-dap: Print version info when available No need to wait until after connecting, might help diagnose part information by printing earlier. Change-Id: I51eb0d584be306baa811fbeb1ad6a604773e602c Signed-off-by: Karl Palsson <karlp@tweak.net.au> Reviewed-on: http://openocd.zylin.com/3404 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * flash/nor: add support for TI MSP432 devices Added msp432 flash driver to support the TI MSP432P4x and MSP432E4x microcontrollers. Implemented the flash algo helper as used in the TI debug and flash tools. This implemention supports the MSP432E4, Falcon, and Falcon 2M variants. The flash driver automatically detects the connected variant and configures itself appropriately. Added command to mass erase device for consistency with TI tools and added command to unlock the protected BSL region. Tested using MSP432E401Y, MSP432P401R, and MSP432P4111 LaunchPads. Tested with embedded XDS110 debug probe in CMSIS-DAP mode and with external SEGGER J-Link probe. Removed ti_msp432p4xx.cfg file made obsolete by this patch. Change-Id: I3b29d39ccc492524ef2c4a1733f7f9942c2684c0 Signed-off-by: Edward Fewell <efewell@ti.com> Reviewed-on: http://openocd.zylin.com/4153 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de> Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * flash/nor/at91sam4: fix sam4sa16c flash banks and its gpnvms count There was already a github fork that had this fixed, but as we try to use the latest, non-modified version of all software we use, I would like to have this fix in the next releases of OpenOCD so that if people uses $packagemanager, they will not have issues flashing the last part of the flash of sam4sa16c chips. Additionally, I've added some more logging related to the flash bank that was used, and the chip ID that was detected. Change-Id: I7ea5970105906e4560b727e46222ae9a91e41559 Signed-off-by: Erwin Oegema <blablaechthema@hotmail.com> Reviewed-on: http://openocd.zylin.com/4599 Reviewed-by: Tomas Vanek <vanekt@fbl.cz> Tested-by: jenkins * flash/nor/stm32lx: Add revision 'V' for STM32L1xx Cat.3 devices Change-Id: Ic92b0fb5b738af3bec79ae335876aa9e26f5f4cd Signed-off-by: Marc Schink <openocd-dev@marcschink.de> Reviewed-on: http://openocd.zylin.com/4600 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> * Avoid null target->semihosting references. The new common semihosting code introduced a bug, in certain conditions target->semihosting was used without semihosting being initialised. The solution was to explicitly test for target->semihosting before dereferencing it. Change-Id: I4c83e596140c68fe4ab32e586e51f7e981a40798 Signed-off-by: Liviu Ionescu <ilg@livius.net> Reviewed-on: http://openocd.zylin.com/4603 Tested-by: jenkins Reviewed-by: Jonathan Larmour <jifl@eCosCentric.com> Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * nrf5: Add HWID 0x139 (52832 rev E0) Change-Id: I71b7471ccfcb8fcc6de30da57ce4165c7fb1f73f Signed-off-by: James Jacobsson <slowcoder@gmail.com> Reviewed-on: http://openocd.zylin.com/4604 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * target: Fix segfault for 'mem2array' Call 'mem2array' without arguments to reproduce the segmentation fault. Change-Id: I02bf46cc8bd317abbb721a8c75d7cbfac99eb34e Signed-off-by: Marc Schink <openocd-dev@marcschink.de> Reviewed-on: http://openocd.zylin.com/4534 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-by: Christopher Head <chead@zaber.com> * target/armv7m_trace: Fix typo in enum Change-Id: I6364ee5011ef2d55c59674e3b97504a285de0cb2 Signed-off-by: Marc Schink <openocd-dev@marcschink.de> Reviewed-on: http://openocd.zylin.com/3904 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@gmail.com> * target/armv7m_trace: Use prefix for enums Change-Id: I3f199e6053146a1094d96b98ea174b41bb021599 Signed-off-by: Marc Schink <openocd-dev@marcschink.de> Reviewed-on: http://openocd.zylin.com/3905 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@gmail.com> * target/aarch64: Call aarch64_init_debug_access() earlier in aarch64_deassert_reset() On Renesas R-Car, calling 'reset halt' and 'reset init' always made DAP inaccessible. Calling 'reset' and 'halt' seperatly worked fine. The only differences seems to be the point in time when aarch64_init_debug_access() is called. This patch aligns the behaviour. Change-Id: I2296c65e48414a7d9846f12a395e5eca315b49ca Signed-off-by: Dennis Ostermann <dennis.ostermann@renesas.com> Reviewed-on: http://openocd.zylin.com/4607 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de> * server: Improve signal handling under Linux Commit5087a955added custom signal handlers for the openocd server process. Before this commit, when openocd is run as a background process having the same controlling terminal as gdb, Control-C would be handled by gdb to stop target execution and return to the gdb prompt. However, after commit5087a955, the SIGINT caused by pressing Control-C also terminates openocd, effectively crashing the debugging session. The only way to avoid this is run openocd in a different controling terminal or to detach openocd from its controlling terminal, thus losing all job control for the openocd process. This patch improves the server's handling of POSIX signals: 1) Keyboard generated signals (INT and QUIT) are ignored when server process has is no controlling terminal. 2) SIGHUP and SIGPIPE are handled to ensure that .quit functions for each interface are called if user's logs out of X session or there is a network failure. SIG_INT & SIG_QUIT still stop openocd when it is running in the foreground. Change-Id: I03ad645e62408fdaf4edc49a3550b89b287eda10 Signed-off-by: Brent Roman <genosensor@gmail.com> Signed-off-by: Tomas Vanek <vanekt@fbl.cz> Reviewed-on: http://openocd.zylin.com/3963 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> * armv7a: read ttbcr and ttb0/1 at every entry in debug state Commitbfc5c764dfavoids reading ttbcr and ttb0/1 at every virt2phys translation by caching them, and it updates the cached values in armv7a_arch_state(). But the purpose of any (*arch_state)() method, thus including armv7a_arch_state(), is to only print out and inform the user about some architecture specific status. Moreover, to reduce the verbosity during a GDB session, the method (*arch_state)() is not executed anymore at debug state entry (check use of target->verbose_halt_msg in src/openocd.c), thus the state of translation table gets out-of-sync triggering Error: Address translation failure or even using a wrong address in the memory R/W operation. In addition, the commit above breaks the case of armv7r by calling armv7a_read_ttbcr() unconditionally. Fixed by moving in cortex_a_post_debug_entry() the call to armv7a_read_ttbcr() on armv7a case only. Remove the call to armv7a_read_ttbcr() in armv7a_identify_cache() since it is (conditionally) called only in the same procedure cortex_a_post_debug_entry(). Fixes:bfc5c764df("armv7a: cache ttbcr and ttb0/1 on debug state entry") Change-Id: Ifc20eca190111832e339a01b7f85d28c1547c8ba Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/4601 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de> * Avoid dereferencing NULL pointer. If a NULL pointer is passed, don't attempt to increment it. This avoids passing the now not-NULL pointer on and eventually segfaulting. Also remove some unnecessary temporary variables. Change-Id: I268e225121aa283d59179bfae407ebf6959d3a4e Signed-off-by: Darius Rad <darius@bluespec.com> Reviewed-on: http://openocd.zylin.com/4550 Tested-by: jenkins Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com> * Remove FSF mailing address. Checkpatch complains about this (FSF_MAILING_ADDRESS). Change-Id: Ib46a7704f9aed4ed16ce7733d43c58254a094149 Signed-off-by: Tim Newsome <tim@sifive.com> Reviewed-on: http://openocd.zylin.com/4559 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk> * drivers: cmsis_dap_usb: implement cmd JTAG_TMS Simply add a wrapper around cmsis_dap_cmd_DAP_SWJ_Sequence() Change-Id: Icf86f84b24e9fec56e2f9e155396aac34b0e06d2 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/4517 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk> * arm_adi_v5: put SWJ-DP back to JTAG mode at exit When SWD mode is used, current OpenOCD code left the SWJ-DP in SWD mode at exit. Also, current code is unable to switch back the SWJ-DP in JTAG at next run, thus a power cycle of both target and interface is required in order to run OpenOCD in JTAG mode again. Put the SWJ-DP back to JTAG mode before exit from OpenOCD. Use switch_seq(SWD_TO_JTAG) instead of dap_to_jtag(), because the latter is not implemented on some interfaces. This is aligned with the use of switch_seq(JTAG_TO_SWD) in swd_connect(). Change-Id: I55d3faebe60d6402037ec39dd9700dc5f17c53b0 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/4493 Tested-by: jenkins Reviewed-by: Bohdan Tymkiv <bhdt@cypress.com> Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de> * Add RISC-V support. This supports both 0.11 and 0.13 versions of the debug spec. Support for `-rtos riscv` will come in a separate commit since it was easy to separate out, and is likely to be more controversial. Flash support for the SiFive boards will also come in a later commit. Change-Id: I1d38fe669c2041b4e21a5c54a091594aac3e2190 Signed-off-by: Tim Newsome <tim@sifive.com> Reviewed-on: http://openocd.zylin.com/4578 Tested-by: jenkins Reviewed-by: Liviu Ionescu <ilg@livius.net> Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de> * usb_blaster: Don't unnecessarily go through DR-/IR-Pause There is no need to pass through DR-/IR-Pause after a scan if we want to go to DR-/IR-Update. We just have to skip the first step of the path to the end state because we already did that step when shifting the last bit. v2: - Fix comments as remarked in review of v1 Change-Id: I3c10f02794b2233f63d2150934e2768430873caa Signed-off-by: Daniel Glöckner <daniel-gl@gmx.net> Reviewed-on: http://openocd.zylin.com/4245 Tested-by: jenkins Reviewed-by: Christopher Head <chead@zaber.com> Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de> * cortex_a: fix virt2phys when mmu is disabled When the MMU is not enabled on debug state entry, virt2phys cannot perform a translation since it is unknown whether a valid MMU configuration existed before. In this case, return the virtual address as physical address. Change-Id: I6f85a7a5dbc200be1a4b5badf10a1a717f1c79c0 Signed-off-by: Matthias Welwarsky <matthias.welwarsky@sysgo.com> Reviewed-on: http://openocd.zylin.com/4480 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de> * drivers: cmsis-dap: print serial if available Helpful for sanity checking connections Change-Id: Ife0d8b4e12d4c03685aac8115c9739a4c1e994fe Signed-off-by: Karl Palsson <karlp@tweak.net.au> Reviewed-on: http://openocd.zylin.com/3405 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * target/cortex_m: make a variable local The vec_ids variable is not referenced anywhere other than the vector catch command handler. Make it local to that function. Change-Id: Ie5865e8f78698c19a09f0b9d58269ced1c9db440 Signed-off-by: Christopher Head <chead@zaber.com> Reviewed-on: http://openocd.zylin.com/4606 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * target/cortex_a: fix compile error for uninitialized variable Commitad6c71e151introduced the variable "mmu_enabled" whose pointer is passed to cortex_a_mmu() that initialises it. This initialization is not visible to the compiler that issue a compile error. The same situation is common across the same file and the usual workaround is to initialize it to zero; thus the same fix i applied here. Ticket: https://sourceforge.net/p/openocd/tickets/197/ Fixes: commitad6c71e151("cortex_a: fix virt2phys when mmu is disabled") Change-Id: I77dec41acdf4c715b45ae37b72e36719d96d9283 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/4619 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de> * mips_m4k: add optional reset handler In some cases by using SRST we can't halt CPU early enough. And option PrRst is not available too. In this case the only way is to set BOOT flag over EJTAG and reset CPU or SoC from CPU itself. For example by writing to some reset register. This patch is providing possibility to use user defined reset-assert handler which will be enabled only in case SRST is disabled. It is needed to be able switch between two different reset variants on run time. Change-Id: I6ef98f1871ea657115877190f7cc7a5e8f3233e4 Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Reviewed-on: http://openocd.zylin.com/4404 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@gmail.com> * tcl/target: add config for Qualcomm QCA4531 The QCA4531 is a two stream (2x2) 802.11b/g/n single-band programmable Wi-Fi System-on-Chip (SoC) for the Internet of Things (IoT). https://www.qualcomm.com/products/qca4531 Change-Id: I58398c00943b005cfaf0ac1eaad92d1fa4e2cba7 Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Reviewed-on: http://openocd.zylin.com/4405 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@gmail.com> * tcl/board: add config for 8devices LIMA board More information about this board can be found here: https://www.8devices.com/products/lima Change-Id: Id35a35d3e986630d58d37b47828870afd107cc6a Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Reviewed-on: http://openocd.zylin.com/4406 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@gmail.com> * tcl/target|board: move common AR9331 code to atheros_ar9331.cfg The ar9331_25mhz_pll_init and ar9331_ddr1_init routines can be used not only for TP-Link MR3020 board, so move them to the common atheros_ar9331.cfg file. Change-Id: I04090856b08151d6bb0f5ef9cc654efae1c81835 Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Reviewed-on: http://openocd.zylin.com/2999 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@gmail.com> * tcl/target/atheros_ar9331: add DDR2 helper this helper works on many different boards, so it is good to have it in target config Change-Id: I068deac36fdd73dbbcedffc87865cc5b9d992c1d Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Reviewed-on: http://openocd.zylin.com/4422 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@gmail.com> * tcl/target/atheros_ar9331: add documentation and extra helpers Sync it with experience gathered on Qualcomm QCA4531 SoC. This chips are in many ways similar. Change-Id: I06b9c85e5985a09a9be3cb6cc0ce3b37695d2e54 Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Reviewed-on: http://openocd.zylin.com/4423 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@gmail.com> * tcl/board: add DPTechnics DPT-Board-v1 it is Atheros AR9331 based IoT dev board. Change-Id: I6fc3cdea1bef49c53045018ff5acfec4d5610ba6 Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Reviewed-on: http://openocd.zylin.com/4424 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@gmail.com> * fpga/altera-10m50: add all device id add all currently know Intel (Alter) MAX 10 device ids Change-Id: I6a88fef222c8e206812499d41be863c3d89fa944 Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Reviewed-on: http://openocd.zylin.com/4598 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@gmail.com> * target|board: Add Intel (Altera) Arria 10 target and related board Target information about this SoC can be found here: https://www.altera.com/products/fpga/arria-series/arria-10/overview.html Achilles Instant-Development Kit Arria 10 SoC SoM: https://www.reflexces.com/products-solutions/development-kits/arria-10/achilles-instant-development-kit-arria-10-soc-som Change-Id: Id78c741be6a8b7d3a70f37d41088e47ee61b437a Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Reviewed-on: http://openocd.zylin.com/4583 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@gmail.com> * target/riscv: fix compile error with gcc 8.1.1 Fix compile error: src/target/riscv/riscv-011.c: In function ‘slot_offset’: src/target/riscv/riscv-011.c:238:4: error: this statement may fall through [-Werror=implicit-fallthrough=] switch (slot) { ^~~~~~ src/target/riscv/riscv-011.c:243:3: note: here case 64: ^~~~ Fixes:a51ab8ddf6("Add RISC-V support.") Change-Id: I7fa86b305bd90cc590fd4359c3698632d44712e5 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/4618 Tested-by: jenkins Reviewed-by: Jiri Kastner <cz172638@gmail.com> Reviewed-by: Oleksij Rempel <linux@rempel-privat.de> Reviewed-by: Tim Newsome <tim@sifive.com> Reviewed-by: Paul Fertser <fercerpav@gmail.com> * server: explicitly call "shutdown" when catch CTRL-C or a signal Every TCL command can be renamed (or deleted) and then replaced by a TCL proc that has the same name of the original TCL command. This can be used either to completely replace an existing command or to wrap the original command to extend its functionality. This applies also to the OpenOCD command "shutdown" and can be useful, for example, to set back some default value to the target before quitting OpenOCD. E.g. (TCL code): rename shutdown original_shutdown proc shutdown {} { puts "This is my implementation of shutdown" # my own stuff before exit OpenOCD original_shutdown } Unfortunately, sending a signal (or pressing CTRL-C) to terminate OpenOCD doesn't trigger calling the original "shutdown" command nor its (eventual) replacement. Detect if the main loop is terminated by an external signal and in such case execute explicitly the command "shutdown". Replace with enum the magic numbers assumed by "shutdown_openocd". Please notice that it's possible to write a custom "shutdown" TCL proc that does not call the original "shutdown" command. This is useful, for example, to prevent the user to quit OpenOCD by typing "shutdown" in the telnet session. Such case will not prevent OpenOCD to terminate when receiving a signal; OpenOCD will quit after executing the custom "shutdown" command. Change-Id: I86b8f9eab8dbd7a28dad58b8cafd97caa7a82f43 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/4551 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * zy1000: fix compile error with gcc 8.1.1 The fall-through comment is not taken in consideration by gcc 8.1.1 because it is inside the braces of a C-code block. Move the comment outside the C block. Change-Id: I22d87b2dee109fb8bcf2071ac55fdf7171ffcf4b Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/4614 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * flash/nor/tcl.c: fix flash bank bounds check in 'flash fill' command handler Steps to reproduce ( STM32F103 'Blue Pill', 128KiB of flash ): > flash fillh 0x0801FFFE 00 1 wrote 2 bytes to 0x0801fffe in 0.019088s (0.102 KiB/s) > flash fillw 0x0801FFFE 00 1 Error: stm32f1x.cpu -- clearing lockup after double fault Error: error waiting for target flash write algorithm Error: error writing to flash at address 0x08000000 at offset 0x0001fffe Change-Id: I145092ec5e45bc586b3df48bf37c38c9226915c1 Signed-off-by: Bohdan Tymkiv <bhdt@cypress.com> Reviewed-on: http://openocd.zylin.com/4516 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * target/arm_adi_v5: add command "dpreg" For very low level debug or development around DAP, it is useful to have direct access to DP registers. Add command "dpreg" by mimic the syntax of the existing "apreg" command: $dap_name dpreg reg [value] Change-Id: Ic4ab451eb5e74453133adee61050b4c6f656ffa3 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/4612 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * nrf5: add free_driver_priv Change-Id: I429a9868deb0c4b51f47a4bbad844bdc348e8d21 Signed-off-by: Jim Paris <jim@jtan.com> Reviewed-on: http://openocd.zylin.com/4608 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * rtos: add support for NuttX This patch introduces RTOS support for NuttX. Currently, only ARM Cortex-M (both FPU and FPU-less) targets are supported. To use, add the following lines to ~/.gdbinit. define hookpost-file eval "monitor nuttx.pid_offset %d", &((struct tcb_s *)(0))->pid eval "monitor nuttx.xcpreg_offset %d", &((struct tcb_s *)(0))->xcp.regs eval "monitor nuttx.state_offset %d", &((struct tcb_s *)(0))->task_state eval "monitor nuttx.name_offset %d", &((struct tcb_s *)(0))->name eval "monitor nuttx.name_size %d", sizeof(((struct tcb_s *)(0))->name) end And please make sure the above values are the same as in src/rtos/nuttx_header.h Change-Id: I2aaf8644d24dfb84b500516a9685382d5d8fe48f Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com> Signed-off-by: Masatoshi Tateishi <Masatoshi.Tateishi@jp.sony.com> Signed-off-by: Nobuto Kobayashi <Nobuto.Kobayashi@sony.com> Reviewed-on: http://openocd.zylin.com/4103 Tested-by: jenkins Reviewed-by: Alan Carvalho de Assis <acassis@gmail.com> Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * server/server: Add ability to remove services Add the ability to remove services while OpenOCD is running. Change-Id: I4067916fda6d03485463fa40901b40484d94e24e Signed-off-by: Marc Schink <openocd-dev@marcschink.de> Reviewed-on: http://openocd.zylin.com/4054 Tested-by: jenkins Reviewed-by: Fredrik Hederstierna <fredrik@hederstierna.com> Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * target/cortex_m: fix incorrect comment The code sets C_MASKINTS if that bit is not already set (correctly). Fix the comment to agree. Change-Id: If4543e2660a9fa2cdabb2d2698427a6c8d9a274c Signed-off-by: Christopher Head <chead@zaber.com> Reviewed-on: http://openocd.zylin.com/4620 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * tcl/target/stm32f0x: Allow overriding the Flash bank size Copy & paste from another stm32 target. Change-Id: I0f6cbcec974ce70c23c1850526354106caee1172 Signed-off-by: Dominik Peklo <dom.peklo@gmail.com> Reviewed-on: http://openocd.zylin.com/4575 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de> * tcl/target: add Allwinner V3s SoC support Change-Id: I2459d2b137050985b7301047f9651951d72d9e9e Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Reviewed-on: http://openocd.zylin.com/4427 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@gmail.com> * target/arm_adi_v5: allow commands apsel and apcsw during init phase The current implementation of apsel cannot be executed during the initialization phase because it queries the DAP AP to retrieve and print the content of IDR register, and the query is only possible later on during the exec phase. But IDR information is already printed by the dedicated command apid, making redundant printing it by apsel too. Being unable to run apsel during initialization, makes also apcsw command (that depends on apsel) not usable in such phase. Modify the command apsel to only set the current AP, without making any transfer to the (possibly not initialized yet) DAP. When run without parameters, just print the current AP number. Change mode to COMMAND_ANY to apsel and to apcsw. Change-Id: Ibea6d531e435d1d49d782de1ed8ee6846e91bfdf Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/4624 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de> Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * target/cortex_a: allow command dacrfixup during init phase There is no reason to restrict the command "cortex_a dacrfixup" to the EXEC phase only. Change the command mode to ANY so the command can be used in the initialization phase too. Change-Id: I498cc6b2dbdc48b3b2dd5f0445519a51857b295f Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/4623 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de> * target/armv7a_cache: add gdb keep-alive and fix a missing dpm finish Depending on range size, the loop on cache operations can take quite some time, causing gdb to timeout. Add keep-alive to prevent gdb to timeout. Add also a missing dpm->finish() to balance dpm->prepare(). Change-Id: Ia87934b1ec19a0332bb50e3010b582381e5f3685 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/4627 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de> * Add detail to `wrong register size` error. Signed-off-by: Tim Newsome <tim@sifive.com> Change-Id: Id31499c94b539969970251145e42c89c943fd87c Reviewed-on: http://openocd.zylin.com/4577 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * doc: fix typo in cortex_m maskisr command Change-Id: I37795c320ff7cbf6f2c7434e03b26dbaf6fc6db4 Signed-off-by: Christopher Head <chead@zaber.com> Reviewed-on: http://openocd.zylin.com/4621 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * target/cortex_m: restore C_MASKINTS after reset The cortex_m maskisr user-facing setting is not changed across a target reset. However, the in-core C_MASKINTS bit was always cleared as part of reset processing, meaning that a cortex_m maskisr on setting would not be respected after a reset. Set C_MASKINTS based on the user-facing setting value rather than always clearing it after reset. Change-Id: I5aa5b9dfde04a0fb9c6816fa55b5ef1faf39f8de Signed-off-by: Christopher Head <chead@zaber.com> Reviewed-on: http://openocd.zylin.com/4605 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * tcl/board: update all uses of interface/stlink-v2-1 to interface/stlink Change-Id: I5e27e84d022f73101376e8b4a1bdc65f58fd348a Signed-off-by: Cody P Schafer <openocd@codyps.com> Reviewed-on: http://openocd.zylin.com/4456 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> * target/riscv/riscv-011: fix compile warning about uninitialized variable In MSYS2 MinGW 64-bit git clone git://git.code.sf.net/p/openocd/code openocd $ gcc --version gcc.exe (Rev1, Built by MSYS2 project) 8.2.0 ./bootstrap ./configure --prefix= $ cat config.status | grep CFLAGS CFLAGS='-g -O2' make bindir = "bin-x64" depbase=`echo src/target/riscv/riscv-011.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D__USE_MINGW_ANSI_STDIO -I./src -I./src -I./src/helper -DPKGDATADIR=\"/mingw64/share/openocd\" -DBINDIR=\"bin-x64\" -I./jimtcl -I./jimtcl -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -g -O2 -MT src/target/riscv/riscv-011.lo -MD -MP -MF $depbase.Tpo -c -o src/target/riscv/riscv-011.lo src/target/riscv/riscv-011.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__USE_MINGW_ANSI_STDIO -I./src -I./src -I./src/helper -DPKGDATADIR=\"/mingw64/share/openocd\" -DBINDIR=\"bin-x64\" -I./jimtcl -I./jimtcl -Wall -Wstrict-prototypes -Wformat-security -Wshadow -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -g -O2 -MT src/target/riscv/riscv-011.lo -MD -MP -MF src/target/riscv/.deps/riscv-011.Tpo -c src/target/riscv/riscv-011.c -o src/target/riscv/riscv-011.o src/target/riscv/riscv-011.c: In function 'poll_target': src/target/riscv/riscv-011.c:1799:6: error: 'reg' may be used uninitialized in this function [-Werror=maybe-uninitialized] reg_cache_set(target, reg, ((data & 0xffffffff) << 32) | value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/target/riscv/riscv-011.c:1686:17: note: 'reg' was declared here unsigned int reg; ^~~ cc1.exe: all warnings being treated as errors make[2]: *** [Makefile:3250: src/target/riscv/riscv-011.lo] Error 1 Change-Id: I6996dcb866fbace26817636f4bedba09510a087f Signed-off-by: Svetoslav Enchev <svetoslav.enchev@gmail.com> Reviewed-on: http://openocd.zylin.com/4635 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-by: Tim Newsome <tim@sifive.com> Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
1273 lines
36 KiB
C
1273 lines
36 KiB
C
/***************************************************************************
|
||
* Copyright (C) 2013 by Andrey Yurovsky *
|
||
* Andrey Yurovsky <yurovsky@gmail.com> *
|
||
* *
|
||
* This program is free software; you can redistribute it and/or modify *
|
||
* it under the terms of the GNU General Public License as published by *
|
||
* the Free Software Foundation; either version 2 of the License, or *
|
||
* (at your option) any later version. *
|
||
* *
|
||
* This program is distributed in the hope that it will be useful, *
|
||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||
* GNU General Public License for more details. *
|
||
* *
|
||
* You should have received a copy of the GNU General Public License *
|
||
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||
***************************************************************************/
|
||
|
||
#ifdef HAVE_CONFIG_H
|
||
#include "config.h"
|
||
#endif
|
||
|
||
#include "imp.h"
|
||
#include "helper/binarybuffer.h"
|
||
|
||
#include <target/cortex_m.h>
|
||
|
||
#define SAMD_NUM_PROT_BLOCKS 16
|
||
#define SAMD_PAGE_SIZE_MAX 1024
|
||
|
||
#define SAMD_FLASH ((uint32_t)0x00000000) /* physical Flash memory */
|
||
#define SAMD_USER_ROW ((uint32_t)0x00804000) /* User Row of Flash */
|
||
#define SAMD_PAC1 0x41000000 /* Peripheral Access Control 1 */
|
||
#define SAMD_DSU 0x41002000 /* Device Service Unit */
|
||
#define SAMD_NVMCTRL 0x41004000 /* Non-volatile memory controller */
|
||
|
||
#define SAMD_DSU_STATUSA 1 /* DSU status register */
|
||
#define SAMD_DSU_DID 0x18 /* Device ID register */
|
||
#define SAMD_DSU_CTRL_EXT 0x100 /* CTRL register, external access */
|
||
|
||
#define SAMD_NVMCTRL_CTRLA 0x00 /* NVM control A register */
|
||
#define SAMD_NVMCTRL_CTRLB 0x04 /* NVM control B register */
|
||
#define SAMD_NVMCTRL_PARAM 0x08 /* NVM parameters register */
|
||
#define SAMD_NVMCTRL_INTFLAG 0x18 /* NVM Interupt Flag Status & Clear */
|
||
#define SAMD_NVMCTRL_STATUS 0x18 /* NVM status register */
|
||
#define SAMD_NVMCTRL_ADDR 0x1C /* NVM address register */
|
||
#define SAMD_NVMCTRL_LOCK 0x20 /* NVM Lock section register */
|
||
|
||
#define SAMD_CMDEX_KEY 0xA5UL
|
||
#define SAMD_NVM_CMD(n) ((SAMD_CMDEX_KEY << 8) | (n & 0x7F))
|
||
|
||
/* NVMCTRL commands. See Table 20-4 in 42129F–SAM–10/2013 */
|
||
#define SAMD_NVM_CMD_ER 0x02 /* Erase Row */
|
||
#define SAMD_NVM_CMD_WP 0x04 /* Write Page */
|
||
#define SAMD_NVM_CMD_EAR 0x05 /* Erase Auxilary Row */
|
||
#define SAMD_NVM_CMD_WAP 0x06 /* Write Auxilary Page */
|
||
#define SAMD_NVM_CMD_LR 0x40 /* Lock Region */
|
||
#define SAMD_NVM_CMD_UR 0x41 /* Unlock Region */
|
||
#define SAMD_NVM_CMD_SPRM 0x42 /* Set Power Reduction Mode */
|
||
#define SAMD_NVM_CMD_CPRM 0x43 /* Clear Power Reduction Mode */
|
||
#define SAMD_NVM_CMD_PBC 0x44 /* Page Buffer Clear */
|
||
#define SAMD_NVM_CMD_SSB 0x45 /* Set Security Bit */
|
||
#define SAMD_NVM_CMD_INVALL 0x46 /* Invalidate all caches */
|
||
|
||
/* NVMCTRL bits */
|
||
#define SAMD_NVM_CTRLB_MANW 0x80
|
||
|
||
/* Known identifiers */
|
||
#define SAMD_PROCESSOR_M0 0x01
|
||
#define SAMD_FAMILY_D 0x00
|
||
#define SAMD_FAMILY_L 0x01
|
||
#define SAMD_FAMILY_C 0x02
|
||
#define SAMD_SERIES_20 0x00
|
||
#define SAMD_SERIES_21 0x01
|
||
#define SAMD_SERIES_22 0x02
|
||
#define SAMD_SERIES_10 0x02
|
||
#define SAMD_SERIES_11 0x03
|
||
#define SAMD_SERIES_09 0x04
|
||
|
||
/* Device ID macros */
|
||
#define SAMD_GET_PROCESSOR(id) (id >> 28)
|
||
#define SAMD_GET_FAMILY(id) (((id >> 23) & 0x1F))
|
||
#define SAMD_GET_SERIES(id) (((id >> 16) & 0x3F))
|
||
#define SAMD_GET_DEVSEL(id) (id & 0xFF)
|
||
|
||
/* Bits to mask out lockbits in user row */
|
||
#define NVMUSERROW_LOCKBIT_MASK ((uint64_t)0x0000FFFFFFFFFFFF)
|
||
|
||
struct samd_part {
|
||
uint8_t id;
|
||
const char *name;
|
||
uint32_t flash_kb;
|
||
uint32_t ram_kb;
|
||
};
|
||
|
||
/* Known SAMD09 parts. DID reset values missing in RM, see
|
||
* https://github.com/avrxml/asf/blob/master/sam0/utils/cmsis/samd09/include/ */
|
||
static const struct samd_part samd09_parts[] = {
|
||
{ 0x0, "SAMD09D14A", 16, 4 },
|
||
{ 0x7, "SAMD09C13A", 8, 4 },
|
||
};
|
||
|
||
/* Known SAMD10 parts */
|
||
static const struct samd_part samd10_parts[] = {
|
||
{ 0x0, "SAMD10D14AMU", 16, 4 },
|
||
{ 0x1, "SAMD10D13AMU", 8, 4 },
|
||
{ 0x2, "SAMD10D12AMU", 4, 4 },
|
||
{ 0x3, "SAMD10D14ASU", 16, 4 },
|
||
{ 0x4, "SAMD10D13ASU", 8, 4 },
|
||
{ 0x5, "SAMD10D12ASU", 4, 4 },
|
||
{ 0x6, "SAMD10C14A", 16, 4 },
|
||
{ 0x7, "SAMD10C13A", 8, 4 },
|
||
{ 0x8, "SAMD10C12A", 4, 4 },
|
||
};
|
||
|
||
/* Known SAMD11 parts */
|
||
static const struct samd_part samd11_parts[] = {
|
||
{ 0x0, "SAMD11D14AM", 16, 4 },
|
||
{ 0x1, "SAMD11D13AMU", 8, 4 },
|
||
{ 0x2, "SAMD11D12AMU", 4, 4 },
|
||
{ 0x3, "SAMD11D14ASS", 16, 4 },
|
||
{ 0x4, "SAMD11D13ASU", 8, 4 },
|
||
{ 0x5, "SAMD11D12ASU", 4, 4 },
|
||
{ 0x6, "SAMD11C14A", 16, 4 },
|
||
{ 0x7, "SAMD11C13A", 8, 4 },
|
||
{ 0x8, "SAMD11C12A", 4, 4 },
|
||
{ 0x9, "SAMD11D14AU", 16, 4 },
|
||
};
|
||
|
||
/* Known SAMD20 parts. See Table 12-8 in 42129F–SAM–10/2013 */
|
||
static const struct samd_part samd20_parts[] = {
|
||
{ 0x0, "SAMD20J18A", 256, 32 },
|
||
{ 0x1, "SAMD20J17A", 128, 16 },
|
||
{ 0x2, "SAMD20J16A", 64, 8 },
|
||
{ 0x3, "SAMD20J15A", 32, 4 },
|
||
{ 0x4, "SAMD20J14A", 16, 2 },
|
||
{ 0x5, "SAMD20G18A", 256, 32 },
|
||
{ 0x6, "SAMD20G17A", 128, 16 },
|
||
{ 0x7, "SAMD20G16A", 64, 8 },
|
||
{ 0x8, "SAMD20G15A", 32, 4 },
|
||
{ 0x9, "SAMD20G14A", 16, 2 },
|
||
{ 0xA, "SAMD20E18A", 256, 32 },
|
||
{ 0xB, "SAMD20E17A", 128, 16 },
|
||
{ 0xC, "SAMD20E16A", 64, 8 },
|
||
{ 0xD, "SAMD20E15A", 32, 4 },
|
||
{ 0xE, "SAMD20E14A", 16, 2 },
|
||
};
|
||
|
||
/* Known SAMD21 parts. */
|
||
static const struct samd_part samd21_parts[] = {
|
||
{ 0x0, "SAMD21J18A", 256, 32 },
|
||
{ 0x1, "SAMD21J17A", 128, 16 },
|
||
{ 0x2, "SAMD21J16A", 64, 8 },
|
||
{ 0x3, "SAMD21J15A", 32, 4 },
|
||
{ 0x4, "SAMD21J14A", 16, 2 },
|
||
{ 0x5, "SAMD21G18A", 256, 32 },
|
||
{ 0x6, "SAMD21G17A", 128, 16 },
|
||
{ 0x7, "SAMD21G16A", 64, 8 },
|
||
{ 0x8, "SAMD21G15A", 32, 4 },
|
||
{ 0x9, "SAMD21G14A", 16, 2 },
|
||
{ 0xA, "SAMD21E18A", 256, 32 },
|
||
{ 0xB, "SAMD21E17A", 128, 16 },
|
||
{ 0xC, "SAMD21E16A", 64, 8 },
|
||
{ 0xD, "SAMD21E15A", 32, 4 },
|
||
{ 0xE, "SAMD21E14A", 16, 2 },
|
||
|
||
/* SAMR21 parts have integrated SAMD21 with a radio */
|
||
{ 0x19, "SAMR21G18A", 256, 32 },
|
||
{ 0x1A, "SAMR21G17A", 128, 32 },
|
||
{ 0x1B, "SAMR21G16A", 64, 32 },
|
||
{ 0x1C, "SAMR21E18A", 256, 32 },
|
||
{ 0x1D, "SAMR21E17A", 128, 32 },
|
||
{ 0x1E, "SAMR21E16A", 64, 32 },
|
||
|
||
/* SAMD21 B Variants (Table 3-7 from rev I of datasheet) */
|
||
{ 0x20, "SAMD21J16B", 64, 8 },
|
||
{ 0x21, "SAMD21J15B", 32, 4 },
|
||
{ 0x23, "SAMD21G16B", 64, 8 },
|
||
{ 0x24, "SAMD21G15B", 32, 4 },
|
||
{ 0x26, "SAMD21E16B", 64, 8 },
|
||
{ 0x27, "SAMD21E15B", 32, 4 },
|
||
};
|
||
|
||
/* Known SAML21 parts. */
|
||
static const struct samd_part saml21_parts[] = {
|
||
{ 0x00, "SAML21J18A", 256, 32 },
|
||
{ 0x01, "SAML21J17A", 128, 16 },
|
||
{ 0x02, "SAML21J16A", 64, 8 },
|
||
{ 0x05, "SAML21G18A", 256, 32 },
|
||
{ 0x06, "SAML21G17A", 128, 16 },
|
||
{ 0x07, "SAML21G16A", 64, 8 },
|
||
{ 0x0A, "SAML21E18A", 256, 32 },
|
||
{ 0x0B, "SAML21E17A", 128, 16 },
|
||
{ 0x0C, "SAML21E16A", 64, 8 },
|
||
{ 0x0D, "SAML21E15A", 32, 4 },
|
||
{ 0x0F, "SAML21J18B", 256, 32 },
|
||
{ 0x10, "SAML21J17B", 128, 16 },
|
||
{ 0x11, "SAML21J16B", 64, 8 },
|
||
{ 0x14, "SAML21G18B", 256, 32 },
|
||
{ 0x15, "SAML21G17B", 128, 16 },
|
||
{ 0x16, "SAML21G16B", 64, 8 },
|
||
{ 0x19, "SAML21E18B", 256, 32 },
|
||
{ 0x1A, "SAML21E17B", 128, 16 },
|
||
{ 0x1B, "SAML21E16B", 64, 8 },
|
||
{ 0x1C, "SAML21E15B", 32, 4 },
|
||
|
||
/* SAMR30 parts have integrated SAML21 with a radio */
|
||
{ 0x1E, "SAMR30G18A", 256, 32 },
|
||
{ 0x1F, "SAMR30E18A", 256, 32 },
|
||
};
|
||
|
||
/* Known SAML22 parts. */
|
||
static const struct samd_part saml22_parts[] = {
|
||
{ 0x00, "SAML22N18A", 256, 32 },
|
||
{ 0x01, "SAML22N17A", 128, 16 },
|
||
{ 0x02, "SAML22N16A", 64, 8 },
|
||
{ 0x05, "SAML22J18A", 256, 32 },
|
||
{ 0x06, "SAML22J17A", 128, 16 },
|
||
{ 0x07, "SAML22J16A", 64, 8 },
|
||
{ 0x0A, "SAML22G18A", 256, 32 },
|
||
{ 0x0B, "SAML22G17A", 128, 16 },
|
||
{ 0x0C, "SAML22G16A", 64, 8 },
|
||
};
|
||
|
||
/* Known SAMC20 parts. */
|
||
static const struct samd_part samc20_parts[] = {
|
||
{ 0x00, "SAMC20J18A", 256, 32 },
|
||
{ 0x01, "SAMC20J17A", 128, 16 },
|
||
{ 0x02, "SAMC20J16A", 64, 8 },
|
||
{ 0x03, "SAMC20J15A", 32, 4 },
|
||
{ 0x05, "SAMC20G18A", 256, 32 },
|
||
{ 0x06, "SAMC20G17A", 128, 16 },
|
||
{ 0x07, "SAMC20G16A", 64, 8 },
|
||
{ 0x08, "SAMC20G15A", 32, 4 },
|
||
{ 0x0A, "SAMC20E18A", 256, 32 },
|
||
{ 0x0B, "SAMC20E17A", 128, 16 },
|
||
{ 0x0C, "SAMC20E16A", 64, 8 },
|
||
{ 0x0D, "SAMC20E15A", 32, 4 },
|
||
};
|
||
|
||
/* Known SAMC21 parts. */
|
||
static const struct samd_part samc21_parts[] = {
|
||
{ 0x00, "SAMC21J18A", 256, 32 },
|
||
{ 0x01, "SAMC21J17A", 128, 16 },
|
||
{ 0x02, "SAMC21J16A", 64, 8 },
|
||
{ 0x03, "SAMC21J15A", 32, 4 },
|
||
{ 0x05, "SAMC21G18A", 256, 32 },
|
||
{ 0x06, "SAMC21G17A", 128, 16 },
|
||
{ 0x07, "SAMC21G16A", 64, 8 },
|
||
{ 0x08, "SAMC21G15A", 32, 4 },
|
||
{ 0x0A, "SAMC21E18A", 256, 32 },
|
||
{ 0x0B, "SAMC21E17A", 128, 16 },
|
||
{ 0x0C, "SAMC21E16A", 64, 8 },
|
||
{ 0x0D, "SAMC21E15A", 32, 4 },
|
||
};
|
||
|
||
/* Each family of parts contains a parts table in the DEVSEL field of DID. The
|
||
* processor ID, family ID, and series ID are used to determine which exact
|
||
* family this is and then we can use the corresponding table. */
|
||
struct samd_family {
|
||
uint8_t processor;
|
||
uint8_t family;
|
||
uint8_t series;
|
||
const struct samd_part *parts;
|
||
size_t num_parts;
|
||
uint64_t nvm_userrow_res_mask; /* protect bits which are reserved, 0 -> protect */
|
||
};
|
||
|
||
/* Known SAMD families */
|
||
static const struct samd_family samd_families[] = {
|
||
{ SAMD_PROCESSOR_M0, SAMD_FAMILY_D, SAMD_SERIES_20,
|
||
samd20_parts, ARRAY_SIZE(samd20_parts),
|
||
(uint64_t)0xFFFF01FFFE01FF77 },
|
||
{ SAMD_PROCESSOR_M0, SAMD_FAMILY_D, SAMD_SERIES_21,
|
||
samd21_parts, ARRAY_SIZE(samd21_parts),
|
||
(uint64_t)0xFFFF01FFFE01FF77 },
|
||
{ SAMD_PROCESSOR_M0, SAMD_FAMILY_D, SAMD_SERIES_09,
|
||
samd09_parts, ARRAY_SIZE(samd09_parts),
|
||
(uint64_t)0xFFFF01FFFE01FF77 },
|
||
{ SAMD_PROCESSOR_M0, SAMD_FAMILY_D, SAMD_SERIES_10,
|
||
samd10_parts, ARRAY_SIZE(samd10_parts),
|
||
(uint64_t)0xFFFF01FFFE01FF77 },
|
||
{ SAMD_PROCESSOR_M0, SAMD_FAMILY_D, SAMD_SERIES_11,
|
||
samd11_parts, ARRAY_SIZE(samd11_parts),
|
||
(uint64_t)0xFFFF01FFFE01FF77 },
|
||
{ SAMD_PROCESSOR_M0, SAMD_FAMILY_L, SAMD_SERIES_21,
|
||
saml21_parts, ARRAY_SIZE(saml21_parts),
|
||
(uint64_t)0xFFFF03FFFC01FF77 },
|
||
{ SAMD_PROCESSOR_M0, SAMD_FAMILY_L, SAMD_SERIES_22,
|
||
saml22_parts, ARRAY_SIZE(saml22_parts),
|
||
(uint64_t)0xFFFF03FFFC01FF77 },
|
||
{ SAMD_PROCESSOR_M0, SAMD_FAMILY_C, SAMD_SERIES_20,
|
||
samc20_parts, ARRAY_SIZE(samc20_parts),
|
||
(uint64_t)0xFFFF03FFFC01FF77 },
|
||
{ SAMD_PROCESSOR_M0, SAMD_FAMILY_C, SAMD_SERIES_21,
|
||
samc21_parts, ARRAY_SIZE(samc21_parts),
|
||
(uint64_t)0xFFFF03FFFC01FF77 },
|
||
};
|
||
|
||
struct samd_info {
|
||
uint32_t page_size;
|
||
int num_pages;
|
||
int sector_size;
|
||
int prot_block_size;
|
||
|
||
bool probed;
|
||
struct target *target;
|
||
};
|
||
|
||
|
||
/**
|
||
* Gives the family structure to specific device id.
|
||
* @param id The id of the device.
|
||
* @return On failure NULL, otherwise a pointer to the structure.
|
||
*/
|
||
static const struct samd_family *samd_find_family(uint32_t id)
|
||
{
|
||
uint8_t processor = SAMD_GET_PROCESSOR(id);
|
||
uint8_t family = SAMD_GET_FAMILY(id);
|
||
uint8_t series = SAMD_GET_SERIES(id);
|
||
|
||
for (unsigned i = 0; i < ARRAY_SIZE(samd_families); i++) {
|
||
if (samd_families[i].processor == processor &&
|
||
samd_families[i].series == series &&
|
||
samd_families[i].family == family)
|
||
return &samd_families[i];
|
||
}
|
||
|
||
return NULL;
|
||
}
|
||
|
||
/**
|
||
* Gives the part structure to specific device id.
|
||
* @param id The id of the device.
|
||
* @return On failure NULL, otherwise a pointer to the structure.
|
||
*/
|
||
static const struct samd_part *samd_find_part(uint32_t id)
|
||
{
|
||
uint8_t devsel = SAMD_GET_DEVSEL(id);
|
||
const struct samd_family *family = samd_find_family(id);
|
||
if (family == NULL)
|
||
return NULL;
|
||
|
||
for (unsigned i = 0; i < family->num_parts; i++) {
|
||
if (family->parts[i].id == devsel)
|
||
return &family->parts[i];
|
||
}
|
||
|
||
return NULL;
|
||
}
|
||
|
||
static int samd_protect_check(struct flash_bank *bank)
|
||
{
|
||
int res, prot_block;
|
||
uint16_t lock;
|
||
|
||
res = target_read_u16(bank->target,
|
||
SAMD_NVMCTRL + SAMD_NVMCTRL_LOCK, &lock);
|
||
if (res != ERROR_OK)
|
||
return res;
|
||
|
||
/* Lock bits are active-low */
|
||
for (prot_block = 0; prot_block < bank->num_prot_blocks; prot_block++)
|
||
bank->prot_blocks[prot_block].is_protected = !(lock & (1u<<prot_block));
|
||
|
||
return ERROR_OK;
|
||
}
|
||
|
||
static int samd_get_flash_page_info(struct target *target,
|
||
uint32_t *sizep, int *nump)
|
||
{
|
||
int res;
|
||
uint32_t param;
|
||
|
||
res = target_read_u32(target, SAMD_NVMCTRL + SAMD_NVMCTRL_PARAM, ¶m);
|
||
if (res == ERROR_OK) {
|
||
/* The PSZ field (bits 18:16) indicate the page size bytes as 2^(3+n)
|
||
* so 0 is 8KB and 7 is 1024KB. */
|
||
if (sizep)
|
||
*sizep = (8 << ((param >> 16) & 0x7));
|
||
/* The NVMP field (bits 15:0) indicates the total number of pages */
|
||
if (nump)
|
||
*nump = param & 0xFFFF;
|
||
} else {
|
||
LOG_ERROR("Couldn't read NVM Parameters register");
|
||
}
|
||
|
||
return res;
|
||
}
|
||
|
||
static int samd_probe(struct flash_bank *bank)
|
||
{
|
||
uint32_t id;
|
||
int res;
|
||
struct samd_info *chip = (struct samd_info *)bank->driver_priv;
|
||
const struct samd_part *part;
|
||
|
||
if (chip->probed)
|
||
return ERROR_OK;
|
||
|
||
res = target_read_u32(bank->target, SAMD_DSU + SAMD_DSU_DID, &id);
|
||
if (res != ERROR_OK) {
|
||
LOG_ERROR("Couldn't read Device ID register");
|
||
return res;
|
||
}
|
||
|
||
part = samd_find_part(id);
|
||
if (part == NULL) {
|
||
LOG_ERROR("Couldn't find part corresponding to DID %08" PRIx32, id);
|
||
return ERROR_FAIL;
|
||
}
|
||
|
||
bank->size = part->flash_kb * 1024;
|
||
|
||
res = samd_get_flash_page_info(bank->target, &chip->page_size,
|
||
&chip->num_pages);
|
||
if (res != ERROR_OK) {
|
||
LOG_ERROR("Couldn't determine Flash page size");
|
||
return res;
|
||
}
|
||
|
||
/* Sanity check: the total flash size in the DSU should match the page size
|
||
* multiplied by the number of pages. */
|
||
if (bank->size != chip->num_pages * chip->page_size) {
|
||
LOG_WARNING("SAMD: bank size doesn't match NVM parameters. "
|
||
"Identified %" PRIu32 "KB Flash but NVMCTRL reports %u %" PRIu32 "B pages",
|
||
part->flash_kb, chip->num_pages, chip->page_size);
|
||
}
|
||
|
||
/* Erase granularity = 1 row = 4 pages */
|
||
chip->sector_size = chip->page_size * 4;
|
||
|
||
/* Allocate the sector table */
|
||
bank->num_sectors = chip->num_pages / 4;
|
||
bank->sectors = alloc_block_array(0, chip->sector_size, bank->num_sectors);
|
||
if (!bank->sectors)
|
||
return ERROR_FAIL;
|
||
|
||
/* 16 protection blocks per device */
|
||
chip->prot_block_size = bank->size / SAMD_NUM_PROT_BLOCKS;
|
||
|
||
/* Allocate the table of protection blocks */
|
||
bank->num_prot_blocks = SAMD_NUM_PROT_BLOCKS;
|
||
bank->prot_blocks = alloc_block_array(0, chip->prot_block_size, bank->num_prot_blocks);
|
||
if (!bank->prot_blocks)
|
||
return ERROR_FAIL;
|
||
|
||
samd_protect_check(bank);
|
||
|
||
/* Done */
|
||
chip->probed = true;
|
||
|
||
LOG_INFO("SAMD MCU: %s (%" PRIu32 "KB Flash, %" PRIu32 "KB RAM)", part->name,
|
||
part->flash_kb, part->ram_kb);
|
||
|
||
return ERROR_OK;
|
||
}
|
||
|
||
static int samd_check_error(struct target *target)
|
||
{
|
||
int ret, ret2;
|
||
uint16_t status;
|
||
|
||
ret = target_read_u16(target,
|
||
SAMD_NVMCTRL + SAMD_NVMCTRL_STATUS, &status);
|
||
if (ret != ERROR_OK) {
|
||
LOG_ERROR("Can't read NVM status");
|
||
return ret;
|
||
}
|
||
|
||
if ((status & 0x001C) == 0)
|
||
return ERROR_OK;
|
||
|
||
if (status & (1 << 4)) { /* NVME */
|
||
LOG_ERROR("SAMD: NVM Error");
|
||
ret = ERROR_FLASH_OPERATION_FAILED;
|
||
}
|
||
|
||
if (status & (1 << 3)) { /* LOCKE */
|
||
LOG_ERROR("SAMD: NVM lock error");
|
||
ret = ERROR_FLASH_PROTECTED;
|
||
}
|
||
|
||
if (status & (1 << 2)) { /* PROGE */
|
||
LOG_ERROR("SAMD: NVM programming error");
|
||
ret = ERROR_FLASH_OPER_UNSUPPORTED;
|
||
}
|
||
|
||
/* Clear the error conditions by writing a one to them */
|
||
ret2 = target_write_u16(target,
|
||
SAMD_NVMCTRL + SAMD_NVMCTRL_STATUS, status);
|
||
if (ret2 != ERROR_OK)
|
||
LOG_ERROR("Can't clear NVM error conditions");
|
||
|
||
return ret;
|
||
}
|
||
|
||
static int samd_issue_nvmctrl_command(struct target *target, uint16_t cmd)
|
||
{
|
||
int res;
|
||
|
||
if (target->state != TARGET_HALTED) {
|
||
LOG_ERROR("Target not halted");
|
||
return ERROR_TARGET_NOT_HALTED;
|
||
}
|
||
|
||
/* Issue the NVM command */
|
||
res = target_write_u16(target,
|
||
SAMD_NVMCTRL + SAMD_NVMCTRL_CTRLA, SAMD_NVM_CMD(cmd));
|
||
if (res != ERROR_OK)
|
||
return res;
|
||
|
||
/* Check to see if the NVM command resulted in an error condition. */
|
||
return samd_check_error(target);
|
||
}
|
||
|
||
/**
|
||
* Erases a flash-row at the given address.
|
||
* @param target Pointer to the target structure.
|
||
* @param address The address of the row.
|
||
* @return On success ERROR_OK, on failure an errorcode.
|
||
*/
|
||
static int samd_erase_row(struct target *target, uint32_t address)
|
||
{
|
||
int res;
|
||
|
||
/* Set an address contained in the row to be erased */
|
||
res = target_write_u32(target,
|
||
SAMD_NVMCTRL + SAMD_NVMCTRL_ADDR, address >> 1);
|
||
|
||
/* Issue the Erase Row command to erase that row. */
|
||
if (res == ERROR_OK)
|
||
res = samd_issue_nvmctrl_command(target,
|
||
address == SAMD_USER_ROW ? SAMD_NVM_CMD_EAR : SAMD_NVM_CMD_ER);
|
||
|
||
if (res != ERROR_OK) {
|
||
LOG_ERROR("Failed to erase row containing %08" PRIx32, address);
|
||
return ERROR_FAIL;
|
||
}
|
||
|
||
return ERROR_OK;
|
||
}
|
||
|
||
/**
|
||
* Returns the bitmask of reserved bits in register.
|
||
* @param target Pointer to the target structure.
|
||
* @param mask Bitmask, 0 -> value stays untouched.
|
||
* @return On success ERROR_OK, on failure an errorcode.
|
||
*/
|
||
static int samd_get_reservedmask(struct target *target, uint64_t *mask)
|
||
{
|
||
int res;
|
||
/* Get the devicetype */
|
||
uint32_t id;
|
||
res = target_read_u32(target, SAMD_DSU + SAMD_DSU_DID, &id);
|
||
if (res != ERROR_OK) {
|
||
LOG_ERROR("Couldn't read Device ID register");
|
||
return res;
|
||
}
|
||
const struct samd_family *family;
|
||
family = samd_find_family(id);
|
||
if (family == NULL) {
|
||
LOG_ERROR("Couldn't determine device family");
|
||
return ERROR_FAIL;
|
||
}
|
||
*mask = family->nvm_userrow_res_mask;
|
||
return ERROR_OK;
|
||
}
|
||
|
||
static int read_userrow(struct target *target, uint64_t *userrow)
|
||
{
|
||
int res;
|
||
uint8_t buffer[8];
|
||
|
||
res = target_read_memory(target, SAMD_USER_ROW, 4, 2, buffer);
|
||
if (res != ERROR_OK)
|
||
return res;
|
||
|
||
*userrow = target_buffer_get_u64(target, buffer);
|
||
return ERROR_OK;
|
||
}
|
||
|
||
/**
|
||
* Modify the contents of the User Row in Flash. The User Row itself
|
||
* has a size of one page and contains a combination of "fuses" and
|
||
* calibration data. Bits which have a value of zero in the mask will
|
||
* not be changed. Up to now devices only use the first 64 bits.
|
||
* @param target Pointer to the target structure.
|
||
* @param value_input The value to write.
|
||
* @param value_mask Bitmask, 0 -> value stays untouched.
|
||
* @return On success ERROR_OK, on failure an errorcode.
|
||
*/
|
||
static int samd_modify_user_row_masked(struct target *target,
|
||
uint64_t value_input, uint64_t value_mask)
|
||
{
|
||
int res;
|
||
uint32_t nvm_ctrlb;
|
||
bool manual_wp = true;
|
||
|
||
/* Retrieve the MCU's page size, in bytes. This is also the size of the
|
||
* entire User Row. */
|
||
uint32_t page_size;
|
||
res = samd_get_flash_page_info(target, &page_size, NULL);
|
||
if (res != ERROR_OK) {
|
||
LOG_ERROR("Couldn't determine Flash page size");
|
||
return res;
|
||
}
|
||
|
||
/* Make sure the size is sane. */
|
||
assert(page_size <= SAMD_PAGE_SIZE_MAX &&
|
||
page_size >= sizeof(value_input));
|
||
|
||
uint8_t buf[SAMD_PAGE_SIZE_MAX];
|
||
/* Read the user row (comprising one page) by words. */
|
||
res = target_read_memory(target, SAMD_USER_ROW, 4, page_size / 4, buf);
|
||
if (res != ERROR_OK)
|
||
return res;
|
||
|
||
uint64_t value_device;
|
||
res = read_userrow(target, &value_device);
|
||
if (res != ERROR_OK)
|
||
return res;
|
||
uint64_t value_new = (value_input & value_mask) | (value_device & ~value_mask);
|
||
|
||
/* We will need to erase before writing if the new value needs a '1' in any
|
||
* position for which the current value had a '0'. Otherwise we can avoid
|
||
* erasing. */
|
||
if ((~value_device) & value_new) {
|
||
res = samd_erase_row(target, SAMD_USER_ROW);
|
||
if (res != ERROR_OK) {
|
||
LOG_ERROR("Couldn't erase user row");
|
||
return res;
|
||
}
|
||
}
|
||
|
||
/* Modify */
|
||
target_buffer_set_u64(target, buf, value_new);
|
||
|
||
/* Write the page buffer back out to the target. */
|
||
res = target_write_memory(target, SAMD_USER_ROW, 4, page_size / 4, buf);
|
||
if (res != ERROR_OK)
|
||
return res;
|
||
|
||
/* Check if we need to do manual page write commands */
|
||
res = target_read_u32(target, SAMD_NVMCTRL + SAMD_NVMCTRL_CTRLB, &nvm_ctrlb);
|
||
if (res == ERROR_OK)
|
||
manual_wp = (nvm_ctrlb & SAMD_NVM_CTRLB_MANW) != 0;
|
||
else {
|
||
LOG_ERROR("Read of NVM register CTRKB failed.");
|
||
return ERROR_FAIL;
|
||
}
|
||
if (manual_wp) {
|
||
/* Trigger flash write */
|
||
res = samd_issue_nvmctrl_command(target, SAMD_NVM_CMD_WAP);
|
||
} else {
|
||
res = samd_check_error(target);
|
||
}
|
||
|
||
return res;
|
||
}
|
||
|
||
/**
|
||
* Modifies the user row register to the given value.
|
||
* @param target Pointer to the target structure.
|
||
* @param value The value to write.
|
||
* @param startb The bit-offset by which the given value is shifted.
|
||
* @param endb The bit-offset of the last bit in value to write.
|
||
* @return On success ERROR_OK, on failure an errorcode.
|
||
*/
|
||
static int samd_modify_user_row(struct target *target, uint64_t value,
|
||
uint8_t startb, uint8_t endb)
|
||
{
|
||
uint64_t mask = 0;
|
||
int i;
|
||
for (i = startb ; i <= endb ; i++)
|
||
mask |= ((uint64_t)1) << i;
|
||
|
||
return samd_modify_user_row_masked(target, value << startb, mask);
|
||
}
|
||
|
||
static int samd_protect(struct flash_bank *bank, int set, int first_prot_bl, int last_prot_bl)
|
||
{
|
||
int res = ERROR_OK;
|
||
int prot_block;
|
||
|
||
/* We can issue lock/unlock region commands with the target running but
|
||
* the settings won't persist unless we're able to modify the LOCK regions
|
||
* and that requires the target to be halted. */
|
||
if (bank->target->state != TARGET_HALTED) {
|
||
LOG_ERROR("Target not halted");
|
||
return ERROR_TARGET_NOT_HALTED;
|
||
}
|
||
|
||
for (prot_block = first_prot_bl; prot_block <= last_prot_bl; prot_block++) {
|
||
if (set != bank->prot_blocks[prot_block].is_protected) {
|
||
/* Load an address that is within this protection block (we use offset 0) */
|
||
res = target_write_u32(bank->target,
|
||
SAMD_NVMCTRL + SAMD_NVMCTRL_ADDR,
|
||
bank->prot_blocks[prot_block].offset >> 1);
|
||
if (res != ERROR_OK)
|
||
goto exit;
|
||
|
||
/* Tell the controller to lock that block */
|
||
res = samd_issue_nvmctrl_command(bank->target,
|
||
set ? SAMD_NVM_CMD_LR : SAMD_NVM_CMD_UR);
|
||
if (res != ERROR_OK)
|
||
goto exit;
|
||
}
|
||
}
|
||
|
||
/* We've now applied our changes, however they will be undone by the next
|
||
* reset unless we also apply them to the LOCK bits in the User Page. The
|
||
* LOCK bits start at bit 48, corresponding to Sector 0 and end with bit 63,
|
||
* corresponding to Sector 15. A '1' means unlocked and a '0' means
|
||
* locked. See Table 9-3 in the SAMD20 datasheet for more details. */
|
||
|
||
res = samd_modify_user_row(bank->target,
|
||
set ? (uint64_t)0 : (uint64_t)UINT64_MAX,
|
||
48 + first_prot_bl, 48 + last_prot_bl);
|
||
if (res != ERROR_OK)
|
||
LOG_WARNING("SAMD: protect settings were not made persistent!");
|
||
|
||
res = ERROR_OK;
|
||
|
||
exit:
|
||
samd_protect_check(bank);
|
||
|
||
return res;
|
||
}
|
||
|
||
static int samd_erase(struct flash_bank *bank, int first_sect, int last_sect)
|
||
{
|
||
int res, s;
|
||
struct samd_info *chip = (struct samd_info *)bank->driver_priv;
|
||
|
||
if (bank->target->state != TARGET_HALTED) {
|
||
LOG_ERROR("Target not halted");
|
||
|
||
return ERROR_TARGET_NOT_HALTED;
|
||
}
|
||
|
||
if (!chip->probed) {
|
||
if (samd_probe(bank) != ERROR_OK)
|
||
return ERROR_FLASH_BANK_NOT_PROBED;
|
||
}
|
||
|
||
/* For each sector to be erased */
|
||
for (s = first_sect; s <= last_sect; s++) {
|
||
res = samd_erase_row(bank->target, bank->sectors[s].offset);
|
||
if (res != ERROR_OK) {
|
||
LOG_ERROR("SAMD: failed to erase sector %d at 0x%08" PRIx32, s, bank->sectors[s].offset);
|
||
return res;
|
||
}
|
||
}
|
||
|
||
return ERROR_OK;
|
||
}
|
||
|
||
|
||
static int samd_write(struct flash_bank *bank, const uint8_t *buffer,
|
||
uint32_t offset, uint32_t count)
|
||
{
|
||
int res;
|
||
uint32_t nvm_ctrlb;
|
||
uint32_t address;
|
||
uint32_t pg_offset;
|
||
uint32_t nb;
|
||
uint32_t nw;
|
||
struct samd_info *chip = (struct samd_info *)bank->driver_priv;
|
||
uint8_t *pb = NULL;
|
||
bool manual_wp;
|
||
|
||
if (bank->target->state != TARGET_HALTED) {
|
||
LOG_ERROR("Target not halted");
|
||
return ERROR_TARGET_NOT_HALTED;
|
||
}
|
||
|
||
if (!chip->probed) {
|
||
if (samd_probe(bank) != ERROR_OK)
|
||
return ERROR_FLASH_BANK_NOT_PROBED;
|
||
}
|
||
|
||
/* Check if we need to do manual page write commands */
|
||
res = target_read_u32(bank->target, SAMD_NVMCTRL + SAMD_NVMCTRL_CTRLB, &nvm_ctrlb);
|
||
|
||
if (res != ERROR_OK)
|
||
return res;
|
||
|
||
if (nvm_ctrlb & SAMD_NVM_CTRLB_MANW)
|
||
manual_wp = true;
|
||
else
|
||
manual_wp = false;
|
||
|
||
res = samd_issue_nvmctrl_command(bank->target, SAMD_NVM_CMD_PBC);
|
||
if (res != ERROR_OK) {
|
||
LOG_ERROR("%s: %d", __func__, __LINE__);
|
||
return res;
|
||
}
|
||
|
||
while (count) {
|
||
nb = chip->page_size - offset % chip->page_size;
|
||
if (count < nb)
|
||
nb = count;
|
||
|
||
address = bank->base + offset;
|
||
pg_offset = offset % chip->page_size;
|
||
|
||
if (offset % 4 || (offset + nb) % 4) {
|
||
/* Either start or end of write is not word aligned */
|
||
if (!pb) {
|
||
pb = malloc(chip->page_size);
|
||
if (!pb)
|
||
return ERROR_FAIL;
|
||
}
|
||
|
||
/* Set temporary page buffer to 0xff and overwrite the relevant part */
|
||
memset(pb, 0xff, chip->page_size);
|
||
memcpy(pb + pg_offset, buffer, nb);
|
||
|
||
/* Align start address to a word boundary */
|
||
address -= offset % 4;
|
||
pg_offset -= offset % 4;
|
||
assert(pg_offset % 4 == 0);
|
||
|
||
/* Extend length to whole words */
|
||
nw = (nb + offset % 4 + 3) / 4;
|
||
assert(pg_offset + 4 * nw <= chip->page_size);
|
||
|
||
/* Now we have original data extended by 0xff bytes
|
||
* to the nearest word boundary on both start and end */
|
||
res = target_write_memory(bank->target, address, 4, nw, pb + pg_offset);
|
||
} else {
|
||
assert(nb % 4 == 0);
|
||
nw = nb / 4;
|
||
assert(pg_offset + 4 * nw <= chip->page_size);
|
||
|
||
/* Word aligned data, use direct write from buffer */
|
||
res = target_write_memory(bank->target, address, 4, nw, buffer);
|
||
}
|
||
if (res != ERROR_OK) {
|
||
LOG_ERROR("%s: %d", __func__, __LINE__);
|
||
goto free_pb;
|
||
}
|
||
|
||
/* Devices with errata 13134 have automatic page write enabled by default
|
||
* For other devices issue a write page CMD to the NVM
|
||
* If the page has not been written up to the last word
|
||
* then issue CMD_WP always */
|
||
if (manual_wp || pg_offset + 4 * nw < chip->page_size) {
|
||
res = samd_issue_nvmctrl_command(bank->target, SAMD_NVM_CMD_WP);
|
||
} else {
|
||
/* Access through AHB is stalled while flash is being programmed */
|
||
usleep(200);
|
||
|
||
res = samd_check_error(bank->target);
|
||
}
|
||
|
||
if (res != ERROR_OK) {
|
||
LOG_ERROR("%s: write failed at address 0x%08" PRIx32, __func__, address);
|
||
goto free_pb;
|
||
}
|
||
|
||
/* We're done with the page contents */
|
||
count -= nb;
|
||
offset += nb;
|
||
buffer += nb;
|
||
}
|
||
|
||
free_pb:
|
||
if (pb)
|
||
free(pb);
|
||
|
||
return res;
|
||
}
|
||
|
||
FLASH_BANK_COMMAND_HANDLER(samd_flash_bank_command)
|
||
{
|
||
if (bank->base != SAMD_FLASH) {
|
||
LOG_ERROR("Address 0x%08" PRIx32 " invalid bank address (try 0x%08" PRIx32
|
||
"[at91samd series] )",
|
||
bank->base, SAMD_FLASH);
|
||
return ERROR_FAIL;
|
||
}
|
||
|
||
struct samd_info *chip;
|
||
chip = calloc(1, sizeof(*chip));
|
||
if (!chip) {
|
||
LOG_ERROR("No memory for flash bank chip info");
|
||
return ERROR_FAIL;
|
||
}
|
||
|
||
chip->target = bank->target;
|
||
chip->probed = false;
|
||
|
||
bank->driver_priv = chip;
|
||
|
||
return ERROR_OK;
|
||
}
|
||
|
||
COMMAND_HANDLER(samd_handle_info_command)
|
||
{
|
||
return ERROR_OK;
|
||
}
|
||
|
||
COMMAND_HANDLER(samd_handle_chip_erase_command)
|
||
{
|
||
struct target *target = get_current_target(CMD_CTX);
|
||
int res = ERROR_FAIL;
|
||
|
||
if (target) {
|
||
/* Enable access to the DSU by disabling the write protect bit */
|
||
target_write_u32(target, SAMD_PAC1, (1<<1));
|
||
/* intentionally without error checking - not accessible on secured chip */
|
||
|
||
/* Tell the DSU to perform a full chip erase. It takes about 240ms to
|
||
* perform the erase. */
|
||
res = target_write_u8(target, SAMD_DSU + SAMD_DSU_CTRL_EXT, (1<<4));
|
||
if (res == ERROR_OK)
|
||
command_print(CMD_CTX, "chip erase started");
|
||
else
|
||
command_print(CMD_CTX, "write to DSU CTRL failed");
|
||
}
|
||
|
||
return res;
|
||
}
|
||
|
||
COMMAND_HANDLER(samd_handle_set_security_command)
|
||
{
|
||
int res = ERROR_OK;
|
||
struct target *target = get_current_target(CMD_CTX);
|
||
|
||
if (CMD_ARGC < 1 || (CMD_ARGC >= 1 && (strcmp(CMD_ARGV[0], "enable")))) {
|
||
command_print(CMD_CTX, "supply the \"enable\" argument to proceed.");
|
||
return ERROR_COMMAND_SYNTAX_ERROR;
|
||
}
|
||
|
||
if (target) {
|
||
if (target->state != TARGET_HALTED) {
|
||
LOG_ERROR("Target not halted");
|
||
return ERROR_TARGET_NOT_HALTED;
|
||
}
|
||
|
||
res = samd_issue_nvmctrl_command(target, SAMD_NVM_CMD_SSB);
|
||
|
||
/* Check (and clear) error conditions */
|
||
if (res == ERROR_OK)
|
||
command_print(CMD_CTX, "chip secured on next power-cycle");
|
||
else
|
||
command_print(CMD_CTX, "failed to secure chip");
|
||
}
|
||
|
||
return res;
|
||
}
|
||
|
||
COMMAND_HANDLER(samd_handle_eeprom_command)
|
||
{
|
||
int res = ERROR_OK;
|
||
struct target *target = get_current_target(CMD_CTX);
|
||
|
||
if (target) {
|
||
if (target->state != TARGET_HALTED) {
|
||
LOG_ERROR("Target not halted");
|
||
return ERROR_TARGET_NOT_HALTED;
|
||
}
|
||
|
||
if (CMD_ARGC >= 1) {
|
||
int val = atoi(CMD_ARGV[0]);
|
||
uint32_t code;
|
||
|
||
if (val == 0)
|
||
code = 7;
|
||
else {
|
||
/* Try to match size in bytes with corresponding size code */
|
||
for (code = 0; code <= 6; code++) {
|
||
if (val == (2 << (13 - code)))
|
||
break;
|
||
}
|
||
|
||
if (code > 6) {
|
||
command_print(CMD_CTX, "Invalid EEPROM size. Please see "
|
||
"datasheet for a list valid sizes.");
|
||
return ERROR_COMMAND_SYNTAX_ERROR;
|
||
}
|
||
}
|
||
|
||
res = samd_modify_user_row(target, code, 4, 6);
|
||
} else {
|
||
uint16_t val;
|
||
res = target_read_u16(target, SAMD_USER_ROW, &val);
|
||
if (res == ERROR_OK) {
|
||
uint32_t size = ((val >> 4) & 0x7); /* grab size code */
|
||
|
||
if (size == 0x7)
|
||
command_print(CMD_CTX, "EEPROM is disabled");
|
||
else {
|
||
/* Otherwise, 6 is 256B, 0 is 16KB */
|
||
command_print(CMD_CTX, "EEPROM size is %u bytes",
|
||
(2 << (13 - size)));
|
||
}
|
||
}
|
||
}
|
||
}
|
||
|
||
return res;
|
||
}
|
||
|
||
static COMMAND_HELPER(get_u64_from_hexarg, unsigned int num, uint64_t *value)
|
||
{
|
||
if (num >= CMD_ARGC) {
|
||
command_print(CMD_CTX, "Too few Arguments.");
|
||
return ERROR_COMMAND_SYNTAX_ERROR;
|
||
}
|
||
|
||
if (strlen(CMD_ARGV[num]) >= 3 &&
|
||
CMD_ARGV[num][0] == '0' &&
|
||
CMD_ARGV[num][1] == 'x') {
|
||
char *check = NULL;
|
||
*value = strtoull(&(CMD_ARGV[num][2]), &check, 16);
|
||
if ((value == 0 && errno == ERANGE) ||
|
||
check == NULL || *check != 0) {
|
||
command_print(CMD_CTX, "Invalid 64-bit hex value in argument %d.",
|
||
num + 1);
|
||
return ERROR_COMMAND_SYNTAX_ERROR;
|
||
}
|
||
} else {
|
||
command_print(CMD_CTX, "Argument %d needs to be a hex value.", num + 1);
|
||
return ERROR_COMMAND_SYNTAX_ERROR;
|
||
}
|
||
return ERROR_OK;
|
||
}
|
||
|
||
COMMAND_HANDLER(samd_handle_nvmuserrow_command)
|
||
{
|
||
int res = ERROR_OK;
|
||
struct target *target = get_current_target(CMD_CTX);
|
||
|
||
if (target) {
|
||
if (CMD_ARGC > 2) {
|
||
command_print(CMD_CTX, "Too much Arguments given.");
|
||
return ERROR_COMMAND_SYNTAX_ERROR;
|
||
}
|
||
|
||
if (CMD_ARGC > 0) {
|
||
if (target->state != TARGET_HALTED) {
|
||
LOG_ERROR("Target not halted.");
|
||
return ERROR_TARGET_NOT_HALTED;
|
||
}
|
||
|
||
uint64_t mask;
|
||
res = samd_get_reservedmask(target, &mask);
|
||
if (res != ERROR_OK) {
|
||
LOG_ERROR("Couldn't determine the mask for reserved bits.");
|
||
return ERROR_FAIL;
|
||
}
|
||
mask &= NVMUSERROW_LOCKBIT_MASK;
|
||
|
||
uint64_t value;
|
||
res = CALL_COMMAND_HANDLER(get_u64_from_hexarg, 0, &value);
|
||
if (res != ERROR_OK)
|
||
return res;
|
||
if (CMD_ARGC == 2) {
|
||
uint64_t mask_temp;
|
||
res = CALL_COMMAND_HANDLER(get_u64_from_hexarg, 1, &mask_temp);
|
||
if (res != ERROR_OK)
|
||
return res;
|
||
mask &= mask_temp;
|
||
}
|
||
res = samd_modify_user_row_masked(target, value, mask);
|
||
if (res != ERROR_OK)
|
||
return res;
|
||
}
|
||
|
||
/* read register */
|
||
uint64_t value;
|
||
res = read_userrow(target, &value);
|
||
if (res == ERROR_OK)
|
||
command_print(CMD_CTX, "NVMUSERROW: 0x%016"PRIX64, value);
|
||
else
|
||
LOG_ERROR("NVMUSERROW could not be read.");
|
||
}
|
||
return res;
|
||
}
|
||
|
||
COMMAND_HANDLER(samd_handle_bootloader_command)
|
||
{
|
||
int res = ERROR_OK;
|
||
struct target *target = get_current_target(CMD_CTX);
|
||
|
||
if (target) {
|
||
if (target->state != TARGET_HALTED) {
|
||
LOG_ERROR("Target not halted");
|
||
return ERROR_TARGET_NOT_HALTED;
|
||
}
|
||
|
||
/* Retrieve the MCU's page size, in bytes. */
|
||
uint32_t page_size;
|
||
res = samd_get_flash_page_info(target, &page_size, NULL);
|
||
if (res != ERROR_OK) {
|
||
LOG_ERROR("Couldn't determine Flash page size");
|
||
return res;
|
||
}
|
||
|
||
if (CMD_ARGC >= 1) {
|
||
int val = atoi(CMD_ARGV[0]);
|
||
uint32_t code;
|
||
|
||
if (val == 0)
|
||
code = 7;
|
||
else {
|
||
/* Try to match size in bytes with corresponding size code */
|
||
for (code = 0; code <= 6; code++) {
|
||
if ((unsigned int)val == (2UL << (8UL - code)) * page_size)
|
||
break;
|
||
}
|
||
|
||
if (code > 6) {
|
||
command_print(CMD_CTX, "Invalid bootloader size. Please "
|
||
"see datasheet for a list valid sizes.");
|
||
return ERROR_COMMAND_SYNTAX_ERROR;
|
||
}
|
||
|
||
}
|
||
|
||
res = samd_modify_user_row(target, code, 0, 2);
|
||
} else {
|
||
uint16_t val;
|
||
res = target_read_u16(target, SAMD_USER_ROW, &val);
|
||
if (res == ERROR_OK) {
|
||
uint32_t size = (val & 0x7); /* grab size code */
|
||
uint32_t nb;
|
||
|
||
if (size == 0x7)
|
||
nb = 0;
|
||
else
|
||
nb = (2 << (8 - size)) * page_size;
|
||
|
||
/* There are 4 pages per row */
|
||
command_print(CMD_CTX, "Bootloader size is %" PRIu32 " bytes (%" PRIu32 " rows)",
|
||
nb, (uint32_t)(nb / (page_size * 4)));
|
||
}
|
||
}
|
||
}
|
||
|
||
return res;
|
||
}
|
||
|
||
|
||
|
||
COMMAND_HANDLER(samd_handle_reset_deassert)
|
||
{
|
||
struct target *target = get_current_target(CMD_CTX);
|
||
int retval = ERROR_OK;
|
||
enum reset_types jtag_reset_config = jtag_get_reset_config();
|
||
|
||
/* If the target has been unresponsive before, try to re-establish
|
||
* communication now - CPU is held in reset by DSU, DAP is working */
|
||
if (!target_was_examined(target))
|
||
target_examine_one(target);
|
||
target_poll(target);
|
||
|
||
/* In case of sysresetreq, debug retains state set in cortex_m_assert_reset()
|
||
* so we just release reset held by DSU
|
||
*
|
||
* n_RESET (srst) clears the DP, so reenable debug and set vector catch here
|
||
*
|
||
* After vectreset DSU release is not needed however makes no harm
|
||
*/
|
||
if (target->reset_halt && (jtag_reset_config & RESET_HAS_SRST)) {
|
||
retval = target_write_u32(target, DCB_DHCSR, DBGKEY | C_HALT | C_DEBUGEN);
|
||
if (retval == ERROR_OK)
|
||
retval = target_write_u32(target, DCB_DEMCR,
|
||
TRCENA | VC_HARDERR | VC_BUSERR | VC_CORERESET);
|
||
/* do not return on error here, releasing DSU reset is more important */
|
||
}
|
||
|
||
/* clear CPU Reset Phase Extension bit */
|
||
int retval2 = target_write_u8(target, SAMD_DSU + SAMD_DSU_STATUSA, (1<<1));
|
||
if (retval2 != ERROR_OK)
|
||
return retval2;
|
||
|
||
return retval;
|
||
}
|
||
|
||
static const struct command_registration at91samd_exec_command_handlers[] = {
|
||
{
|
||
.name = "dsu_reset_deassert",
|
||
.handler = samd_handle_reset_deassert,
|
||
.mode = COMMAND_EXEC,
|
||
.help = "Deasert internal reset held by DSU."
|
||
},
|
||
{
|
||
.name = "info",
|
||
.handler = samd_handle_info_command,
|
||
.mode = COMMAND_EXEC,
|
||
.help = "Print information about the current at91samd chip "
|
||
"and its flash configuration.",
|
||
},
|
||
{
|
||
.name = "chip-erase",
|
||
.handler = samd_handle_chip_erase_command,
|
||
.mode = COMMAND_EXEC,
|
||
.help = "Erase the entire Flash by using the Chip-"
|
||
"Erase feature in the Device Service Unit (DSU).",
|
||
},
|
||
{
|
||
.name = "set-security",
|
||
.handler = samd_handle_set_security_command,
|
||
.mode = COMMAND_EXEC,
|
||
.help = "Secure the chip's Flash by setting the Security Bit. "
|
||
"This makes it impossible to read the Flash contents. "
|
||
"The only way to undo this is to issue the chip-erase "
|
||
"command.",
|
||
},
|
||
{
|
||
.name = "eeprom",
|
||
.usage = "[size_in_bytes]",
|
||
.handler = samd_handle_eeprom_command,
|
||
.mode = COMMAND_EXEC,
|
||
.help = "Show or set the EEPROM size setting, stored in the User Row. "
|
||
"Please see Table 20-3 of the SAMD20 datasheet for allowed values. "
|
||
"Changes are stored immediately but take affect after the MCU is "
|
||
"reset.",
|
||
},
|
||
{
|
||
.name = "bootloader",
|
||
.usage = "[size_in_bytes]",
|
||
.handler = samd_handle_bootloader_command,
|
||
.mode = COMMAND_EXEC,
|
||
.help = "Show or set the bootloader size, stored in the User Row. "
|
||
"Please see Table 20-2 of the SAMD20 datasheet for allowed values. "
|
||
"Changes are stored immediately but take affect after the MCU is "
|
||
"reset.",
|
||
},
|
||
{
|
||
.name = "nvmuserrow",
|
||
.usage = "[value] [mask]",
|
||
.handler = samd_handle_nvmuserrow_command,
|
||
.mode = COMMAND_EXEC,
|
||
.help = "Show or set the nvmuserrow register. It is 64 bit wide "
|
||
"and located at address 0x804000. Use the optional mask argument "
|
||
"to prevent changes at positions where the bitvalue is zero. "
|
||
"For security reasons the lock- and reserved-bits are masked out "
|
||
"in background and therefore cannot be changed.",
|
||
},
|
||
COMMAND_REGISTRATION_DONE
|
||
};
|
||
|
||
static const struct command_registration at91samd_command_handlers[] = {
|
||
{
|
||
.name = "at91samd",
|
||
.mode = COMMAND_ANY,
|
||
.help = "at91samd flash command group",
|
||
.usage = "",
|
||
.chain = at91samd_exec_command_handlers,
|
||
},
|
||
COMMAND_REGISTRATION_DONE
|
||
};
|
||
|
||
struct flash_driver at91samd_flash = {
|
||
.name = "at91samd",
|
||
.commands = at91samd_command_handlers,
|
||
.flash_bank_command = samd_flash_bank_command,
|
||
.erase = samd_erase,
|
||
.protect = samd_protect,
|
||
.write = samd_write,
|
||
.read = default_flash_read,
|
||
.probe = samd_probe,
|
||
.auto_probe = samd_probe,
|
||
.erase_check = default_flash_blank_check,
|
||
.protect_check = samd_protect_check,
|
||
.free_driver_priv = default_flash_free_driver_priv,
|
||
};
|