Commit Graph

  • 2861877b32 command_handler: change 'cmd_ctx' to CMD_CTX Zachary T Welch 2009-11-15 05:57:37 -08:00
  • 23402315ce command_handler: change 'args' to CMD_ARGV Zachary T Welch 2009-11-15 08:15:59 -08:00
  • 7bf1a86e47 command_handler: change to 'argc' to CMD_ARGC Zachary T Welch 2009-11-15 04:57:12 -08:00
  • 5b9899d6ea add more command_handler conversion macros Zachary T Welch 2009-11-15 04:18:51 -08:00
  • f4788652e4 target: simplify register get/set ops David Brownell 2009-11-17 09:06:45 -08:00
  • 959b373f8c jtag_registers: Avalon bridge flushing tweaks Øyvind Harboe 2009-11-17 11:03:55 +01:00
  • 741cd3c3ab zy1000: revC UART forwarding Øyvind Harboe 2009-11-17 11:00:02 +01:00
  • ca32f25638 zy1000: add version command to print FPGA version and timestamps Øyvind Harboe 2009-11-13 13:54:20 +01:00
  • 83104648e6 zy1000: fix bug when running on non-arm CPU Øyvind Harboe 2009-11-12 10:10:11 +01:00
  • b888b63fe9 zy1000: fix trivial syntax error introduced by latest refactorings Øyvind Harboe 2009-11-17 14:51:09 +01:00
  • 0181296f61 ARM9TDMI: remove now-needless "struct arm9tdmi" David Brownell 2009-11-17 01:09:50 -08:00
  • 812ab89f58 ARM7TDMI: remove now-needless "struct arm7tdmi" David Brownell 2009-11-17 01:09:06 -08:00
  • a2df544fd9 target: remove some more duplicate includes David Brownell 2009-11-17 01:06:16 -08:00
  • e722396890 ARMv7-A: no exit() calls David Brownell 2009-11-16 17:58:58 -08:00
  • 36a538c6d7 Cortex-A8: no exit() calls, add missing v7-A init David Brownell 2009-11-16 17:57:12 -08:00
  • c5e0026836 XScale: fewere exit() calls David Brownell 2009-11-16 17:55:49 -08:00
  • 1d4a09c2ef MIPS: no exit() calls David Brownell 2009-11-16 17:55:30 -08:00
  • 1f3e067b86 ARMv7-M: no exit() calls David Brownell 2009-11-16 17:54:51 -08:00
  • 9d57f4d5a1 ARMv4/ARMv5: no exit() calls David Brownell 2009-11-16 17:52:50 -08:00
  • 6030f2ca03 ARM11: fewer exit() calls David Brownell 2009-11-16 17:51:55 -08:00
  • 47f2305229 Cortex-M3: don't exit() David Brownell 2009-11-16 16:42:51 -08:00
  • 56adbaffd0 ARMv7A: use standard disassembler David Brownell 2009-11-16 16:36:21 -08:00
  • d7d857a189 ARM11: register (most) standard ARM commands David Brownell 2009-11-16 16:36:12 -08:00
  • f86137066a ARM: "armv4_5" command prefix becomes "arm" David Brownell 2009-11-16 16:36:09 -08:00
  • 7c393679c0 JTAG: fix autoprobe failure. David Brownell 2009-11-16 16:36:03 -08:00
  • 51862bb98c fileio: improve API types Zachary T Welch 2009-11-13 14:44:53 -08:00
  • 69df712d1d struct fileio: improve member types Zachary T Welch 2009-11-13 14:22:21 -08:00
  • 9763aef76a helper/log: improve API parameter types Zachary T Welch 2009-11-15 03:42:45 -08:00
  • df9b12695f use Jim_CmdProc in jim_register Zachary T Welch 2009-11-15 04:05:33 -08:00
  • 0a9daddc2e improve constness of open_file_from_path Zachary T Welch 2009-11-13 14:21:56 -08:00
  • ccf59123b7 make command line options const Zachary T Welch 2009-11-15 03:53:19 -08:00
  • 91ac164d95 ARM: standard disassembler uses Thumb2 entry David Brownell 2009-11-16 15:29:14 -08:00
  • bf97237401 target: don't include "log.h" from "armv4_5.h" David Brownell 2009-11-16 15:27:40 -08:00
  • 2fb58116a5 ARM: move mode functions out of header David Brownell 2009-11-16 15:27:36 -08:00
  • a7c04a0e49 JTAG: no LOG_WARNING() for taps without IDCODE David Brownell 2009-11-16 15:18:55 -08:00
  • b6e0f2e1c3 binarybuffer: regression fix David Brownell 2009-11-16 14:50:07 -08:00
  • 66300d5966 "types.h" doxygen fix David Brownell 2009-11-16 10:42:01 -08:00
  • 9a98e83b49 target: less implicit inclusion of "etm.h" David Brownell 2009-11-16 10:19:33 -08:00
  • dc1685ca25 move ARRAY_SIZE macro to types.h Zachary T Welch 2009-11-16 03:29:30 -08:00
  • 10cce4a5fe armv7m: make core reg read/write use unsigned Zachary T Welch 2009-11-16 03:33:22 -08:00
  • 0535a92456 remove TAP_SCAN_BYTES macro Zachary T Welch 2009-11-16 03:12:45 -08:00
  • a94748ec6d rename CEIL as DIV_ROUND_UP Zachary T Welch 2009-11-16 02:53:57 -08:00
  • f0ce88b3af move container_of to types.h Zachary T Welch 2009-11-16 02:29:09 -08:00
  • cbc0578372 nand_command_get_device_by_num: make COMMAND_HELPER Zachary T Welch 2009-11-15 07:20:19 -08:00
  • e84849f5ed flash_command_get_bank_by_num: make COMMAND_HELPER Zachary T Welch 2009-11-15 06:48:20 -08:00
  • d7a0dfa4dc cleanup jtag minidrivers Zachary T Welch 2009-11-16 04:29:45 -08:00
  • 555757175e Add 'nand verify' command Zachary T Welch 2009-11-07 21:20:45 -08:00
  • da4cb3c029 Add FILEIO_NONE access mode. Zachary T Welch 2009-11-07 22:37:39 -08:00
  • 51cd370b39 Use nand_fileio_* in write/dump commands. Zachary T Welch 2009-11-05 19:45:24 -08:00
  • 23cc85b307 Add nand_fileio_* helper APIs. Zachary T Welch 2009-11-08 02:06:34 -08:00
  • 45527ee82c binarybuffer: add API documentation Zachary T Welch 2009-11-16 01:10:46 -08:00
  • d6348d4316 improve inline binarybuffer helpers Zachary T Welch 2009-11-14 06:26:55 -08:00
  • 21b452cf67 improve buf_set_buf helper Zachary T Welch 2009-11-14 10:44:37 -08:00
  • d8d8c5d8c3 improve buf_set_ones Zachary T Welch 2009-11-14 10:41:35 -08:00
  • d09e308130 improve buf_cpy helper Zachary T Welch 2009-11-14 10:36:57 -08:00
  • e4ee891759 improve buf_cmp and buf_cmp_mask helpers Zachary T Welch 2009-11-14 10:27:34 -08:00
  • d50caa97d1 improve str_to_buf and buf_to_str helpers Zachary T Welch 2009-11-14 10:14:04 -08:00
  • 5a43bd2e18 binarybuffer: move variables to point of first use Zachary T Welch 2009-11-14 08:19:24 -08:00
  • 82fc2f9628 binarybuffer: fix whitespace related issues Zachary T Welch 2009-11-14 08:10:22 -08:00
  • b695cb7522 #include "target.h" less wildly David Brownell 2009-11-16 00:35:24 -08:00
  • 8193f17c3a target: no implicit #includes of "register.h" David Brownell 2009-11-16 00:35:14 -08:00
  • 1186f7efa7 target: less implicit inclusion of "command.h" David Brownell 2009-11-16 00:35:11 -08:00
  • db094c2e60 target: don't implicitly include "algorithm.h" David Brownell 2009-11-16 00:35:05 -08:00
  • aa7c449600 target: don't implicitly include "breakpoint.h" David Brownell 2009-11-16 00:34:57 -08:00
  • 5d1a9033ab ARM11: use now-generic memory utils David Brownell 2009-11-15 10:35:47 -08:00
  • 2280ddeea5 ARM11: fixup method table David Brownell 2009-11-15 10:35:41 -08:00
  • 269040bbad ARM: memory utils aren't ARM7/ARM9 dependent David Brownell 2009-11-15 10:35:34 -08:00
  • 9ac7cdec82 target: make "examined" flag be per-target David Brownell 2009-11-15 10:35:25 -08:00
  • f30136603e arm-jtag-ew,jlink: switch to COMMAND_HANDLER Zachary T Welch 2009-11-15 09:12:44 -08:00
  • 6731968873 rlink: fix overzealous sed Zachary T Welch 2009-11-15 09:11:29 -08:00
  • a502676df7 remove unused arm_jtag_buf_to_* helpers Zachary T Welch 2009-11-14 06:48:30 -08:00
  • bc07ee82fb remove unused buf_to_u32_handler Zachary T Welch 2009-11-14 06:41:58 -08:00
  • 4d4b2958a5 struct scan_field_s -> struct scan_field Zachary T Welch 2009-11-14 06:30:02 -08:00
  • c2edc7908f Fix for md* commands, similar to mw*. Krzysztof Dziuba 2009-11-14 20:59:56 +01:00
  • ecc659d44d lpc2900.h -- remove from Makefile.am too David Brownell 2009-11-14 14:58:14 -08:00
  • dd47bba6f8 flash: remove needless lpc2900.h header David Brownell 2009-11-14 14:53:19 -08:00
  • 7f48f463a1 remove annoying $URL$ startup message David Brownell 2009-11-14 12:42:50 -08:00
  • c93ae60bce Invalid command syntax errors with MWW. Dean Glazeski 2009-11-14 12:39:08 -06:00
  • 4088b1e622 add openocd.h for top-level declarations Zachary T Welch 2009-11-14 07:29:16 -08:00
  • ab3bdfb2cb compile with cygwin (32-bit) Ferdinand Postema 2009-11-12 23:21:33 +01:00
  • ecab0cfe25 ARM11: ETM + ETB support David Brownell 2009-11-13 16:58:14 -08:00
  • 817bf74302 ARM11: revert etmr/etmw commands David Brownell 2009-11-13 16:56:11 -08:00
  • 44d6a531f7 iMX2* + ETB targets: hook up ETM and ETB David Brownell 2009-11-13 16:56:11 -08:00
  • aafb916bea ARM7/ARM9: use shared examine() method David Brownell 2009-11-13 16:26:39 -08:00
  • 78c6b922e2 ETM: simplify ETM initialization code paths David Brownell 2009-11-13 16:26:39 -08:00
  • a7f5cdf999 ARM11: switch to new "arm" base type David Brownell 2009-11-13 16:22:36 -08:00
  • 04b514707f target: remove unused "bitfield" infrastructure David Brownell 2009-11-13 16:22:36 -08:00
  • 38e8d60f79 target.cfg: label ETBs correctly David Brownell 2009-11-13 13:44:50 -08:00
  • afe0298399 ARM7/9: rm arm7_9_get_arch_pointers() David Brownell 2009-11-13 13:44:50 -08:00
  • 6435e75e14 update developer manual for new types Zachary T Welch 2009-11-13 13:38:35 -08:00
  • ef746e27c5 command_t -> struct command Zachary T Welch 2009-11-13 13:30:50 -08:00
  • 98723c4ecd command_context_t -> struct command_context Zachary T Welch 2009-11-13 13:25:47 -08:00
  • d16968e24f remove rlink structure typedefs Zachary T Welch 2009-11-13 12:19:39 -08:00
  • 96b62996d2 flash_bank_t -> struct flash_bank Zachary T Welch 2009-11-13 11:32:28 -08:00
  • 2f6e56e383 nand_device_t -> struct nand_device Zachary T Welch 2009-11-13 11:32:17 -08:00
  • 0f1163e823 target_t -> struct target Zachary T Welch 2009-11-13 10:11:13 -08:00
  • d0dee7ccaf reg_t -> struct reg Zachary T Welch 2009-11-13 09:55:49 -08:00
  • ac927559c3 target_type_t -> struct target_type Zachary T Welch 2009-11-13 09:52:20 -08:00
  • d64a873db4 improve mips32_pracc_context Zachary T Welch 2009-11-13 09:48:18 -08:00
  • dfecfd5fd4 image_t -> struct image Zachary T Welch 2009-11-13 09:46:21 -08:00