flash/stm32l4x: introduce flash programming without loader
authorTarek BOCHKATI <tarek.bouchkati@gmail.com>
Tue, 25 May 2021 10:54:50 +0000 (11:54 +0100)
committerOleksij Rempel <linux@rempel-privat.de>
Thu, 26 Aug 2021 06:27:17 +0000 (06:27 +0000)
commit1247eee4e6e55889b14bec8d81c4748767bb67b8
tree622c8ddb42515a6a0f752d2790e5928559cb4b1a
parente609d5a5de84b3daf8b9524143e41a6c0713fd8f
flash/stm32l4x: introduce flash programming without loader

this capability permits to program the flash if we cannot reserve a workarea.

the introduction the command 'stm32l4x flashloader <bank_id> [enable|disable]'
helps to automatically skip using the flashloader if needed.

Change-Id: Id29213c85ee5c7c487cfee21554f5a7ea50db6c9
Signed-off-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/6273
Reviewed-by: Oleksij Rempel <linux@rempel-privat.de>
Tested-by: jenkins
doc/openocd.texi
src/flash/nor/stm32l4x.c