stm32l4x.c: Free r6/7 for 64-bit operations.
[openocd.git] / contrib / loaders / flash / stm32l4x.S
index f58e09894ea7017c6274b9176d6acd12a1d152d2..587cc33a99abcde691956de3926628153ce80ec4 100644 (file)
@@ -51,8 +51,8 @@
  * r4 = flash base
  *
  * Clobbered:
  * r4 = flash base
  *
  * Clobbered:
+ * r5 - rp
  * r6 - temp
  * r6 - temp
- * r7 - rp
  * r8 - wp, tmp
  */
 
  * r8 - wp, tmp
  */
 
@@ -63,18 +63,18 @@ wait_fifo:
        ldr     r8, [r0, #0]    /* read wp */
        cmp     r8, #0          /* abort if wp == 0 */
        beq     exit
        ldr     r8, [r0, #0]    /* read wp */
        cmp     r8, #0          /* abort if wp == 0 */
        beq     exit
-       ldr     r7, [r0, #4]    /* read rp */
-       subs    r6, r8, r7      /* number of bytes available for read in r6*/
+       ldr     r5, [r0, #4]    /* read rp */
+       subs    r6, r8, r5      /* number of bytes available for read in r6*/
        cmp     r6, #7          /* wait until 8 bytes are available */
        bcc     wait_fifo
 
        ldr     r6, STM32_PROG
        str     r6, [r4, #STM32_FLASH_CR_OFFSET]
        cmp     r6, #7          /* wait until 8 bytes are available */
        bcc     wait_fifo
 
        ldr     r6, STM32_PROG
        str     r6, [r4, #STM32_FLASH_CR_OFFSET]
-       ldr     r6, [r7], #0x04 /* read one word from src, increment ptr */
+       ldr     r6, [r5], #0x04 /* read one word from src, increment ptr */
        str     r6, [r2], #0x04 /* write one word to dst, increment ptr */
        str     r6, [r2], #0x04 /* write one word to dst, increment ptr */
-       ldr     r6, [r7], #0x04 /* read one word from src, increment ptr */
+       ldr     r6, [r5], #0x04 /* read one word from src, increment ptr */
        str     r6, [r2], #0x04 /* write one word to dst, increment ptr */
        str     r6, [r2], #0x04 /* write one word to dst, increment ptr */
-        dsb
+       dsb
 busy:
        ldr     r6, [r4, #STM32_FLASH_SR_OFFSET]
        tst     r6, #0x10000    /* BSY (bit16) == 1 => operation in progress */
 busy:
        ldr     r6, [r4, #STM32_FLASH_SR_OFFSET]
        tst     r6, #0x10000    /* BSY (bit16) == 1 => operation in progress */
@@ -82,10 +82,10 @@ busy:
        tst     r6, #0xfa       /* PGSERR | PGPERR | PGAERR | WRPERR | PROGERR*/
        bne     error           /* fail... */
 
        tst     r6, #0xfa       /* PGSERR | PGPERR | PGAERR | WRPERR | PROGERR*/
        bne     error           /* fail... */
 
-       cmp     r7, r1          /* wrap rp at end of buffer */
+       cmp     r5, r1          /* wrap rp at end of buffer */
        it      cs
        it      cs
-       addcs   r7, r0, #8      /* skip loader args */
-       str     r7, [r0, #4]    /* store rp */
+       addcs   r5, r0, #8      /* skip loader args */
+       str     r5, [r0, #4]    /* store rp */
        subs    r3, r3, #1      /* decrement dword count */
        cbz     r3, exit        /* loop if not done */
        b       wait_fifo
        subs    r3, r3, #1      /* decrement dword count */
        cbz     r3, exit        /* loop if not done */
        b       wait_fifo

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)