Commit Graph

  • b066a7db24 flash: update stm32 driver names Spencer Oliver 2011-07-28 11:42:27 +01:00
  • b5a324e63c cfg: add Fujitsu FM3 config Spencer Oliver 2011-07-27 10:56:25 +01:00
  • 1cfd3fdda9 doc: add Fujitsu FM3 flash driver info Spencer Oliver 2011-07-27 10:28:24 +01:00
  • ba4b8af4d7 remove doc on the deprecated '-p' option Jie Zhang 2011-07-21 11:29:20 -04:00
  • 577c3bc087 Update doc about Jim since it's not a single .C file and a single .H file any more Jie Zhang 2011-07-21 11:16:50 -04:00
  • e872d2880e add Fujitsu FM3 Family flash support Ronny Strutz 2011-07-26 21:14:47 +01:00
  • d6c42bf312 CPU name in TMPA900 config file should obviously be TMPA900 (not TMPA910). Michael Hunold 2011-07-18 09:20:31 +02:00
  • ffbb5cd85c build: do not install jimtcl Spencer Oliver 2011-07-18 14:02:31 +01:00
  • 5e7c8d074c jimtcl: update to support --disable-install-jim Spencer Oliver 2011-07-18 14:01:05 +01:00
  • e7269e32a7 stm32f2xxx: comments about frequency choice Øyvind Harboe 2011-07-15 12:05:37 +02:00
  • f44bde23b9 Do not append git info to version string when building from released tarball Luca Bruno 2011-07-09 23:44:39 +02:00
  • 0ea76bc778 ftd2xx: handle FT_GetLatencyTimer bug in v1.04 Spencer Oliver 2011-07-12 15:51:18 +01:00
  • b765688be6 busblaster: Fix warnings when building against D2XX Spencer Oliver 2011-07-12 14:40:19 +01:00
  • b238735f89 ft2232: Fix warnings when building against D2XX Steve Bennett 2011-07-12 12:56:21 +01:00
  • 107ddb38b7 ftdi: update for latest libftdi 1.0.4 Steve Bennett 2011-07-12 12:34:27 +01:00
  • 898dd3af46 Fix typo in command output Luca Bruno 2011-07-10 16:58:31 +02:00
  • ac43d7a69f mips_m4k and arm7_9 : Fix soft bkpt endianess for 16-bit instructions Drasko DRASKOVIC 2011-07-04 12:55:00 +02:00
  • d4cd6f0320 cortex_m3: add auto maskisr v0.5.0-rc2 Peter Horn 2011-07-04 11:25:26 +01:00
  • 89fa8ce2d8 Revert "cortex_m3: add auto maskisr" Spencer Oliver 2011-07-04 11:19:19 +01:00
  • bad3ee87ac mips_m4k : Fix soft breakpoint endianess handling Drasko DRASKOVIC 2011-07-01 21:12:54 +02:00
  • f6026a8295 jimtcl: update to 0.71 based release Spencer Oliver 2011-06-29 16:01:54 +01:00
  • d567df02b9 dsp5680xx: disable for now, it generates warnings Øyvind Harboe 2011-06-28 18:35:34 +02:00
  • 2482244b07 mips4k: fix big-endian hosts and host alignment problems Øyvind Harboe 2011-06-28 18:22:32 +02:00
  • e4c054cada dsp5680xx: fix compilation problems Øyvind Harboe 2011-06-28 18:09:48 +02:00
  • ff640f197a cortex_m3: add auto maskisr v0.5.0-rc1 Spencer Oliver 2011-06-28 14:16:48 +01:00
  • e53f7e5fc0 cortex_m3: add BKPT_TYPE_BY_ADDR define Peter Horn 2011-06-28 14:08:22 +01:00
  • 45287bda76 build: cleanup jimtcl generated configure.gnu Spencer Oliver 2011-06-27 16:08:56 +01:00
  • 5e2637a4e0 Add description for configure argument "--enable-ulink" to README file Martin Schmölzer 2011-06-20 19:52:33 +02:00
  • b851a4949b Add OpenULINK driver files generated by SDCC to .gitignore Martin Schmölzer 2011-06-20 19:52:17 +02:00
  • 1aba820519 Add -DPKGLIBDIR to AM_CPPFLAGS. Martin Schmölzer 2011-06-20 19:51:46 +02:00
  • 5141ab3e69 Include ULINK driver in src/jtag/drivers/Makefile.am Martin Schmölzer 2011-06-20 19:51:16 +02:00
  • 29f6f6ae5f Include ULINK driver in src/Makefile.am Martin Schmölzer 2011-06-20 19:50:54 +02:00
  • 379abb9167 Include ULINK driver in configure.in Martin Schmölzer 2011-06-20 19:50:35 +02:00
  • b4bbe33d17 Add ULINK interface script Martin Schmölzer 2011-06-20 19:50:18 +02:00
  • f279e54347 Include ULINK driver in src/jtag/interfaces.c Martin Schmölzer 2011-06-20 19:49:24 +02:00
  • 3c3f3c4247 Add OpenULINK firmware Martin Schmölzer 2011-06-20 19:49:49 +02:00
  • 03e4ae8481 Add source code for new ULINK driver Martin Schmölzer 2011-06-20 19:48:40 +02:00
  • 37aaa28292 Fix load_image for ELF with all p_paddr set to zero Drasko DRASKOVIC 2011-06-22 12:45:21 +02:00
  • e7c611deea build: do not included generated files in distribution Spencer Oliver 2011-06-17 12:22:37 +01:00
  • 16cbe1216a build: add missing files to make dist Spencer Oliver 2011-06-17 12:21:01 +01:00
  • 9cac49caee build: pass correct flags to jimtcl during make distcheck Spencer Oliver 2011-06-17 09:28:02 +01:00
  • 3428035a7e build: add missing files from dist release Spencer Oliver 2011-06-17 09:26:18 +01:00
  • 37d5ac6378 ADAPTER: Fixed transport selection mechanism to support transports other than jtag (if defined). Tomek CEDRO 2011-06-16 06:54:58 +00:00
  • 9f40d41f68 OPENOCD: Renamed ambiguous main2() into openocd_thread() to show possible solution for thread support in future. Tomek CEDRO 2011-06-16 07:09:41 +00:00
  • 523c172280 Added Olimex STM32 {H,P}107.cfg board Dale Lukas Peterson 2011-06-15 15:12:54 -07:00
  • c8b5719802 transport: move files over to transport folder Øyvind Harboe 2011-06-13 15:42:46 +02:00
  • 1b0862c189 HACKING: add tip on how to write comments Øyvind Harboe 2011-06-12 11:33:37 +02:00
  • 5227ae7162 added minimodule interface rlrosa 2011-06-10 13:26:47 -07:00
  • 47aa65b3e8 doxy more Rodrigo L. Rosa 2011-06-10 12:24:55 -07:00
  • d343941386 doxy & cleanup Rodrigo L. Rosa 2011-06-10 12:24:27 -07:00
  • cbe201fe6b fix protection behavior Rodrigo L. Rosa 2011-06-10 12:23:52 -07:00
  • 7b0ead520d cleanup trailing whitespaces Rodrigo L. Rosa 2011-06-10 12:23:34 -07:00
  • f4b9a2fc8b flash speed improved Rodrigo L. Rosa 2011-06-10 12:23:17 -07:00
  • ca76e4a423 removed unnecessary actions/controls Rodrigo L. Rosa 2011-06-10 12:21:49 -07:00
  • c4bcb0b95a cleanup flash module command Rodrigo L. Rosa 2011-06-10 12:21:22 -07:00
  • d539fc856f fix read for verify_image Rodrigo L. Rosa 2011-06-10 12:20:59 -07:00
  • f42353d821 fix read speed improved by queueing commands Rodrigo L. Rosa 2011-06-10 12:20:18 -07:00
  • f4a3db0d4a fix flash driver size, sector erase Rodrigo L. Rosa 2011-06-10 12:19:58 -07:00
  • 56d3927abf Added minimodule (ftdi) interface Rodrigo L. Rosa 2011-06-10 12:19:32 -07:00
  • e899fcaca0 Added configuration file for STM3220G-EVAL board. Laurent Charpentier 2011-06-06 12:47:52 +02:00
  • 01c0ffe98f Added configuration file for stm32f2xxx. Laurent Charpentier 2011-06-06 11:51:38 +02:00
  • 33f9bec9ec Silence -O3 warning Øyvind Harboe 2011-06-07 17:58:41 +02:00
  • 1cfb2287a6 Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - leftover changes Freddie Chopin 2011-06-03 22:10:03 +02:00
  • 5d9b7cdd2b mips: add nor flash write from memory block Stefan Mahr 2011-06-03 11:10:34 +02:00
  • c989de0cea crc check on flashed data Rodrigo L. Rosa 2011-06-02 09:59:18 -07:00
  • d09bef2622 code cleanup Rodrigo L. Rosa 2011-06-02 09:52:33 -07:00
  • f499bab698 Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - dubious fixes Freddie Chopin 2011-06-03 22:13:35 +02:00
  • f6315d5e5b Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixes Freddie Chopin 2011-06-03 22:10:03 +02:00
  • ae02a0e517 uptech2410 Bear 2011-06-02 12:17:28 +02:00
  • fa1f2682d4 bootstrap: Various code improvements Tormod Volden 2011-06-01 20:59:52 +02:00
  • 796086cd49 mips: fixup fastdata Stefan Mahr 2011-05-31 09:33:01 +02:00
  • 524d79ebe7 mips: fix some more endian madness Stefan Mahr 2011-05-30 16:21:04 +02:00
  • 4da551732e bootstrap: fix argument handling Laurent Charpentier 2011-05-31 01:52:50 -07:00
  • 096fd6bcc0 Board definition for mini6410/tiny6410 (ARM1176) Damjan Marion 2011-05-29 23:41:02 +02:00
  • 875298bc53 mips: fix swapping if running on big endian host Stefan Mahr 2011-05-29 22:50:40 +02:00
  • ba576920cf SMDK6410 is not target, move file to board Damjan Marion 2011-05-29 18:59:08 +02:00
  • 9b4628ddab Fixed values for Samung NAND chips Damjan Marion 2011-05-28 18:58:06 +02:00
  • db91a36fdd Improve NAND flash detection Damjan Marion 2011-05-23 13:25:28 +02:00
  • acdf14eb43 Reorganize NAND flash table Damjan Marion 2011-05-23 13:25:27 +02:00
  • 73988aea1f mips: fix swapping if openocd is running on big endian host Stefan Mahr 2011-05-25 15:49:21 +02:00
  • 212db44fcf Report actual current thread Alan Bowman 2011-05-23 20:37:58 +01:00
  • a57daf23db Add eCos/Cortex RTOS support Alan Bowman 2011-05-23 20:32:00 +01:00
  • 6d6837f988 add support for spansion flash on mindspeed c300 eval board Stefan Mahr 2011-05-24 14:58:03 +02:00
  • 5d7d08a1f0 dsp5680xx: whitespace cleanup Spencer Oliver 2011-05-23 10:23:34 +01:00
  • d16b0ea6d4 Fix build issue under cygwin Spencer Oliver 2011-05-23 10:22:12 +01:00
  • ef599aebfd flashing speed improved using queued jtag. error propagation improved. Rodrigo L. Rosa 2011-05-18 20:11:04 -07:00
  • ee124401a2 Get register value if it's invalid in cache. Jie Zhang 2011-05-03 14:35:40 -04:00
  • 6d9f61fb65 Corrected test for invalid current_threadid Alan Bowman 2011-05-15 21:20:21 +01:00
  • 129f099ef1 flash support (only full erase/write) for 568013 and 568037 Rodrigo L. Rosa 2011-05-17 19:41:21 -07:00
  • 9d4aec6bda partial support for 568013 and 568037, target integration. Rodrigo L. Rosa 2011-05-17 19:40:29 -07:00
  • 6349a47ebc Correct stacking direction and use of address offset Alan Bowman 2011-05-11 12:12:07 +01:00
  • 53c0fb6ef5 cortex a : smp doc update Michel Jaouen 2011-05-09 17:30:55 +02:00
  • 289cecebf0 beagleboard: add support for various icepick versions Øyvind Harboe 2011-05-04 07:14:06 +02:00
  • 2889471b58 at91rm9200-ek: add low default communication speed Jonas Hoerberg 2011-05-05 08:02:21 +00:00
  • 522d5b84e2 Add support for the lpc2460 target Alexandre Pereira da Silva 2011-04-27 09:21:40 -03:00
  • 743fada06a Make the lpc2xxx generic driver support romless parts Alexandre Pereira da Silva 2011-04-27 09:19:55 -03:00
  • 7d8053e93f Remove useless MIPS code in avr32_ap7k.c. Jie Zhang 2011-05-03 14:43:22 -04:00
  • e3f3f60a02 adapter speed: require init script setting and centralize activation from drivers to core.c Jonas Hörberg 2011-04-28 09:17:57 +02:00
  • 5c739b148e ecos: add 64 bit types for sprintf/sscanf Øyvind Harboe 2011-04-28 22:17:48 +02:00
  • d2911627d2 u8500.cfg : ste u8500 support Michel Jaouen 2011-04-19 09:39:21 +02:00