aboutsummaryrefslogtreecommitdiff
path: root/src/target/xtensa
AgeCommit message (Expand)AuthorFilesLines
2024-06-23Remove other '_s' suffix from structsAntonio Borneo2-3/+3
2024-05-11target/xtensa: avoid IHI for writes to non-executable memoryIan Thompson1-8/+81
2024-03-16target/arm_adi_v5: introduce adiv5_jim_configure_ext()Tomas Vanek1-11/+1
2024-01-28target: get_gdb_arch() accepts target via const pointerEvgeniy Naydanov2-2/+2
2024-01-21target/xtensa: update COMMAND_HELPER output to use command_print() APIIan Thompson1-48/+38
2024-01-13target/xtensa: enable xtensa algo supportianst3-4/+23
2024-01-13target/xtensa: extra debug info for "xtensa exe" failuresianst1-6/+12
2023-12-10target/xtensa: add algorithm supportErhan Kurubas2-0/+234
2023-12-01target: clarify usage of `coreid`Evgeniy Naydanov1-1/+1
2023-11-24target: remove `target_number`Evgeniy Naydanov1-1/+1
2023-11-18xtensa: update XDM register map for TRAX supportianst3-0/+117
2023-08-08breakpoints: use 64-bit type for watchpoint mask and valueParshintsev Anatoly1-1/+1
2023-07-29target: fix messages and return values of failed op because not haltedTomas Vanek1-5/+5
2023-05-27target/xtensa: add file-IO supportIan Thompson5-3/+247
2023-05-13xtensa: fix build with gcc 13.1.1Antonio Borneo1-1/+1
2023-05-05target: with pointers, use NULL instead of 0Antonio Borneo1-2/+2
2023-03-18target/xtensa: add NX supportIan Thompson3-52/+370
2023-01-15target/xtensa: remove needless target_was_examined checkErhan Kurubas1-2/+1
2022-10-21target/xtensa: remove redundant call for `TARGET_EVENT_HALTED`Erhan Kurubas1-2/+6
2022-10-15target/xtensa: fill register number field in the cacheErhan Kurubas1-0/+6
2022-10-08target/xtensa: pass correct buffer on read memory retryErhan Kurubas1-2/+2
2022-10-08target/xtensa: rename pc and ps macro namesErhan Kurubas1-8/+9
2022-09-23target/xtensa: fix final clang analyzer warningIan Thompson1-15/+9
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo3-3/+3
2022-09-18target/xtensa: invalidate register cache on resetIan Thompson1-2/+5
2022-09-18target/xtensa: fix clang analyzer warningIan Thompson1-9/+12
2022-09-17target/xtensa: populate PS correctly during fetchIan Thompson1-0/+3
2022-09-13target/xtensa: fully initialize buffers for PWRSTAT readIan Thompson1-2/+2
2022-09-13xtensa: make local symbols staticAntonio Borneo2-6/+6
2022-09-13target/xtensa: fix step state transitionIan Thompson1-3/+4
2022-09-13target/xtensa: enable DAP/SWD for generic xtensaIan Thompson4-37/+191
2022-09-08target/xtensa: virtualize XDM registersIan Thompson4-239/+390
2022-08-27target/xtensa: fix clang analyzer warningsIan Thompson1-0/+2
2022-08-21target/xtensa: fix clang analyzer warnings and gcc12 build errorsErhan Kurubas1-3/+6
2022-08-20target: add generic Xtensa LX supportIan Thompson6-1031/+2462
2022-08-15target/espressif: remove author lines from esp32xx and xtensa filesErhan Kurubas4-9/+2
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo5-65/+10
2022-07-23openocd: build: add SPDX tagAntonio Borneo1-0/+2
2022-06-24target: add Espressif ESP32 basic supportErhan Kurubas1-0/+10
2022-06-04target: add Espressif ESP32-S2 basic supportErhan Kurubas6-0/+4069