fw/openocd
2009-11-13 Zachary T Welchuse CALL_COMMAND_HANDLER instead of direct calls
2009-11-13 Zachary T Welchadd PLD_DEVICE_COMMAND_HANDLER macro
2009-11-13 Zachary T Welchnand: add NAND_DEVICE_COMMAND_HANDLER macro
2009-11-13 Zachary T Welchuse FLASH_BANK_COMMAND_HANDLER macro
2009-11-13 Zachary T Welchadd FLASH_BANK_COMMAND_HANDLER macro
2009-11-13 Zachary T Welchs3c24xx: use COMMAND_HANDLER with command helper
2009-11-13 Zachary T Welcharm_adi,armv7[am]: use COMMAND_HELPER for helpers
2009-11-13 Zachary T Welchuse COMMAND_HELPER for command helper functions
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-13 Zachary T Welchadd command_handler_t type
2009-11-13 Zachary T Welchadd COMMAND_HANDLER and COMMAND_HELPER macros
2009-11-13 Zachary T Welchadd command_output_handler_t
2009-11-13 David BrownellCortex-A8: fix indent
2009-11-13 Zachary T Welchnand: rename device to nand
2009-11-13 David BrownellETM: start support for ETMv2+
2009-11-12 Liam RedmondWinXP-x64: find right D2XX libraries
2009-11-12 Jonas Horbergparport: add support for the jtag_khz command.
2009-11-12 David BrownellETM: remove old mid-level ETM handle
2009-11-12 David BrownellETM: use new toplevel ETM handle
2009-11-12 David BrownellETM: update port drivers
2009-11-12 David BrownellETM: update arm[79]tdmi_examine()
2009-11-12 David BrownellARM: start generalized base type
2009-11-11 Zachary T Welchfix 'jtag interface' behavior
2009-11-11 Zachary T Welchimprove command registration
2009-11-11 Zachary T Welchadd help regardless of callback
2009-11-11 Zachary T Welcheliminate duplicate helptext management
2009-11-11 Zachary T Welchadd command_name helper
2009-11-11 Zachary T Welchwrap help command
2009-11-11 Zachary T Welchremove obsolete doxygen comments
2009-11-11 Zachary T Welchremove more useless declarations
2009-11-11 Zachary T Welchcortex_a8: remove declarations, use static keyword
2009-11-11 Zachary T Welchadd const keyword to some APIs
2009-11-11 Zachary T Welchchange argv to args in command handlers
2009-11-11 Zachary T Welchscript_debug(): improve types
2009-11-11 Zachary T Welchcommand.c: make private routines static
2009-11-11 Zachary T Welchlog: improve log_callback_fn signature
2009-11-11 Zachary T Welchtime_support: improve use of types
2009-11-11 Zachary T Welchmakefiles: improve build order
2009-11-11 David BrownellETM cleanup
2009-11-11 Zachary T Welchfix bug in ARM720: bugfix
2009-11-11 David BrownellARM720: bugfix
2009-11-10 David Brownelltarget: MMU-aware init for memory read/write
2009-11-10 David Brownelltarget.cfg: (re)move some bogus reset_config lines
2009-11-10 Thomas Kindlerstm32.cfg: remove reset_config
2009-11-10 Michael Bruckarm11: add etmr/etmw registers to access ETM via DBGTAP...
2009-11-10 Øyvind HarboeARM11: remove old mrc/mcr commands
2009-11-10 Øyvind Harboetelo.cfg: fix search paths
2009-11-10 David BrownellTarget: minor cleanup
2009-11-10 David BrownellARM920: implement basic MMU ops
2009-11-10 David BrownellARM720: implement basic MMU ops
2009-11-10 David BrownellTarget: fix bad error messages
2009-11-10 Øyvind Harboehttpd: fix warnings, more robust error handling, improv...
2009-11-10 Øyvind Harboetcl: HostOs now picks up eCos as well during compile...
2009-11-10 Zachary T Welchsvf,xsvf,arm7_9_common: trim forard declarations
2009-11-10 Zachary T Welchcommand.c: make commands static
2009-11-10 Zachary T Welchserver: remove useless declarations
2009-11-10 Zachary T Welchjtag: remove useless declarations
2009-11-10 Zachary T Welchtarget.c: remove useless declarations
2009-11-10 Zachary T Welch{pic32m,stm32}x.c: remove useless declarations
2009-11-10 Zachary T Welchstr{7,9}x*.c: remove useless forward declarations
2009-11-10 Zachary T Welchflash/<various>.c: remove useless declarations
2009-11-10 Zachary T Welchflash/<assorted>.c: remove useless declarations
2009-11-10 Zachary T Welchflash/at91sam[37].c: remove useless declarations
2009-11-10 Zachary T Welchflash/lpc2???.c: remove useless declarations
2009-11-10 Zachary T Welchflash/*nand*.c: remove useless declarations
2009-11-10 Zachary T Welchflash/flash.c: remove forward declarations
2009-11-09 David BrownellRevert "target: add target->type->has_mmu fn"
2009-11-09 David Brownellfinish removing deprecated/obsolete commands
2009-11-09 David BrownellUser's Guide: Flash/NAND doc tweaks
2009-11-09 Zachary T Welchsrc/target: remove 'extern' and wrap headers
2009-11-09 Zachary T Welchtarget.h: remove extern keyword and wrap
2009-11-09 Zachary T Welchsrc/{server,pld,svf,xsvf}: remove 'extern' keyword
2009-11-09 Zachary T Welchsrc/flash: remove 'extern' and wrap headers
2009-11-09 Zachary T Welchsrc/jtag: remove 'extern' and wrap headers.
2009-11-09 Zachary T Welchsrc/helper: wrap and clean headers.
2009-11-09 David BrownellUser's Guide: bugfix global state info
2009-11-09 David BrownellEmbeddedICE: minor cleanups
2009-11-09 Zachary T WelchOverhaul time support API
2009-11-08 Zachary T WelchAdd private header for ARM11 internals.
2009-11-08 Zachary T WelchARM11: remove exports and forward decls
2009-11-08 David BrownellARM: minor simulator cleanup
2009-11-08 David BrownellCortex-M3: fix (debug) message priority
2009-11-08 David Brownelltarget.cfg: remove "-work-area-virt 0"
2009-11-07 Zachary T WelchFix vsllink bulk out endpoint parsing.
2009-11-06 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-11-06 David Brownelltarget: don't swap MMU/no-MMU work areas
2009-11-06 Zachary T WelchSimplify nand indentation.
2009-11-06 Zachary T WelchImprove flash indentation.
2009-11-06 Zachary T WelchFix arm11 vcr command parsing.
2009-11-06 David BrownellARM: shrink offsets
2009-11-06 David BrownellARM: other code uses the new inheritance/nesting scheme
2009-11-06 David BrownellCortex-A8: use the new inheritance/nesting scheme
2009-11-06 David BrownellARM7TDMI uses the new inheritance/nesting scheme
2009-11-06 David BrownellARM720 uses the new inheritance/nesting scheme
2009-11-06 David BrownellXScale uses the new inheritance/nesting scheme
2009-11-06 David BrownellARM9TDMI uses the new inheritance/nesting scheme
2009-11-06 David BrownellARM966 uses the new inheritance/nesting scheme
2009-11-06 David BrownellARM926 uses the new inheritance/nesting scheme
2009-11-06 David BrownellFA526 uses the new inheritance/nesting scheme
2009-11-06 David BrownellARM920 uses the new inheritance/nesting scheme
next