aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-18helper: types: rework h_u32_to_le() and similar for sparseAntonio Borneo1-18/+18
2023-05-18target: arm_dpm: with pointers, use NULL instead of 0Antonio Borneo1-1/+1
2023-05-18pld: fix new warnings from sparseAntonio Borneo2-3/+1
2023-05-18helper: replacements: rework including replacements.hAntonio Borneo2-8/+11
2023-05-18nand: declare exported function in core.hAntonio Borneo2-2/+2
2023-05-18jtag: move in interface.h the adapter_driver's declarationAntonio Borneo2-114/+40
2023-05-18pld: validate exported functions by including its own .hAntonio Borneo3-0/+3
2023-05-18pld: move in pld.h the pld_driver's declarationAntonio Borneo2-9/+7
2023-05-18nor: move in driver.h the flash_driver's declarationAntonio Borneo8-80/+74
2023-05-18nand: move in driver.h the nand_flash_controller's declarationAntonio Borneo2-20/+15
2023-05-18rtos: move in rtos.h the rtos_type's declarationAntonio Borneo2-16/+15
2023-05-18target: move in target_type.h the target_type's declarationAntonio Borneo3-42/+41
2023-05-13jtag: tcl: show error message when attempting manual "drscan" on a bypassed tapPaul Fertser1-0/+5
2023-05-13jtag: tcl: change drscan usage to show at least one value is requiredPaul Fertser1-1/+1
2023-05-13target: rewrite command 'arp_reset' as COMMAND_HANDLERAntonio Borneo2-37/+26
2023-05-13target: rewrite command 'arp_halt' as COMMAND_HANDLERAntonio Borneo1-12/+12
2023-05-13target: rewrite command 'arp_poll' as COMMAND_HANDLERAntonio Borneo1-17/+13
2023-05-13jtag: rewrite command 'pathmove' as COMMAND_HANDLERAntonio Borneo1-23/+20
2023-05-13jtag: rewrite command 'drscan' as COMMAND_HANDLERAntonio Borneo1-114/+65
2023-05-13openocd: trivial replace of jim-nvp with new nvpAntonio Borneo6-37/+43
2023-05-13xtensa: fix build with gcc 13.1.1Antonio Borneo1-1/+1
2023-05-06target: etm: fix check trace statusAntonio Borneo1-1/+1
2023-05-06jtag: xds110: fix check on malloc() returned pointerAntonio Borneo1-1/+1
2023-05-05pld/virtex2: add missing error checksDaniel Anselmi1-27/+94
2023-05-05pld: gatemate: fix memory leakAntonio Borneo1-1/+3
2023-05-05target: with pointers, use NULL instead of 0Antonio Borneo4-10/+10
2023-05-05target: rtt: include rtt.hAntonio Borneo1-0/+1
2023-05-05target: use 'ULL' suffix for long constantsAntonio Borneo4-102/+102
2023-05-05rtos: with pointers, use NULL instead of 0Antonio Borneo1-4/+4
2023-05-05helper: with pointers, use NULL instead of 0Antonio Borneo3-8/+8
2023-05-05helper: util: include util.hAntonio Borneo1-0/+1
2023-05-05flash: with pointers, use NULL instead of 0Antonio Borneo3-3/+3
2023-05-05flash: nor: add static to local symbolsAntonio Borneo2-3/+3
2023-05-05flash: nor: use 'ULL' suffix for long constantsAntonio Borneo2-11/+11
2023-05-05jtag: drivers: with pointers, use NULL instead of 0Antonio Borneo14-32/+40
2023-05-05jtag: drivers: add static to local symbolsAntonio Borneo3-4/+4
2023-04-30pld: add support for cologne chip gatemate fpgasDaniel Anselmi6-0/+282
2023-04-30pld: add support for gowin devicesDaniel Anselmi6-0/+639
2023-04-30pld: add support for altera/intel devicesDaniel Anselmi17-49/+809
2023-04-30pld: add support for efinix devicesDaniel Anselmi7-0/+291
2023-04-30pld: add support for lattice certus devicesDaniel Anselmi9-10/+383
2023-04-30pld: add support for lattice ecp5 devicesDaniel Anselmi8-3/+297
2023-04-30pld: add support for lattice ecp2 and ecp3 devicesDaniel Anselmi13-1/+1044
2023-04-30target/espressif: fix clang report on list useAntonio Borneo1-10/+6
2023-04-30target/espressif: fix clang report on use of garbage valueAntonio Borneo1-2/+4
2023-04-30src: fix clang15 compiler warningsErhan Kurubas4-12/+4
2023-04-30server/ipdbg: add error checks after allocating memoryDaniel Anselmi1-1/+22
2023-04-30tcl/target: renesas gen3 Set target to armv8r for Cortex-R52Julien Massot1-8/+13
2023-04-30aarch64: Add support for ARMv8-RJulien Massot3-4/+71
2023-04-30target:armv8: aarch32 do not try to restore same ELJulien Massot1-0/+3