Martin Schmölzer
29f6f6ae5f
Include ULINK driver in src/Makefile.am
2011-06-26 17:43:51 +02:00
Martin Schmölzer
379abb9167
Include ULINK driver in configure.in
2011-06-26 17:43:51 +02:00
Martin Schmölzer
b4bbe33d17
Add ULINK interface script
2011-06-26 17:43:51 +02:00
Martin Schmölzer
f279e54347
Include ULINK driver in src/jtag/interfaces.c
2011-06-26 17:43:51 +02:00
Martin Schmölzer
3c3f3c4247
Add OpenULINK firmware
...
Build requires SDCC, the Small Device C Compiler.
2011-06-26 17:43:51 +02:00
Martin Schmölzer
03e4ae8481
Add source code for new ULINK driver
2011-06-26 17:43:50 +02:00
Drasko DRASKOVIC
37aaa28292
Fix load_image for ELF with all p_paddr set to zero
...
So far image_load command tries to load ELF binaries to address
discovered by reading p_paddr member of a Program header of an ELF
segment.
However, ELF specifications says for p_paddr : ...Because System V
ignores physical addressing for application programs, this member has
unspecified contents for executable files and shared objects.
ARM ELF specifiaction goes even further, demanding that this member
be set to zero, using the p_vaddr as a segment load address.
To avoid the cases to wrong addr where p_paddr is zero,
we are now using p_vaddr to as a load destination in case that *all*
p_paddr == 0. Basically, this patch re-implements the approach present in
BDF's elf.c, which is used by GDB also (so that we can be consistent).
2011-06-24 11:00:35 +02:00
Spencer Oliver
e7c611deea
build: do not included generated files in distribution
...
We have to use this method as automake seems to ignore nodist_ on libs.
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net >
2011-06-17 12:22:37 +01:00
Spencer Oliver
16cbe1216a
build: add missing files to make dist
...
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net >
2011-06-17 12:21:01 +01:00
Spencer Oliver
9cac49caee
build: pass correct flags to jimtcl during make distcheck
...
This is only for the case of a make distcheck.
During a normal release build these flags will be created by configure.gnu
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net >
2011-06-17 09:31:13 +01:00
Spencer Oliver
3428035a7e
build: add missing files from dist release
...
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net >
2011-06-17 09:31:13 +01:00
Tomek CEDRO
37d5ac6378
ADAPTER: Fixed transport selection mechanism to support transports other than jtag (if defined).
2011-06-16 19:49:54 +02:00
Tomek CEDRO
9f40d41f68
OPENOCD: Renamed ambiguous main2() into openocd_thread() to show possible solution for thread support in future.
2011-06-16 17:27:12 +02:00
Dale Lukas Peterson
523c172280
Added Olimex STM32 {H,P}107.cfg board
2011-06-16 16:53:49 +02:00
Øyvind Harboe
c8b5719802
transport: move files over to transport folder
...
as we introduce swd and jtag as two transports, we want
to start up with a new transport folder to organize the
code a bit.
2011-06-13 15:51:04 +02:00
Øyvind Harboe
1b0862c189
HACKING: add tip on how to write comments
2011-06-12 11:33:37 +02:00
rlrosa
5227ae7162
added minimodule interface
2011-06-12 11:18:27 +02:00
Rodrigo L. Rosa
47aa65b3e8
doxy more
2011-06-12 11:18:27 +02:00
Rodrigo L. Rosa
d343941386
doxy & cleanup
2011-06-12 11:18:27 +02:00
Rodrigo L. Rosa
cbe201fe6b
fix protection behavior
2011-06-12 11:18:27 +02:00
Rodrigo L. Rosa
7b0ead520d
cleanup trailing whitespaces
2011-06-12 11:18:27 +02:00
Rodrigo L. Rosa
f4b9a2fc8b
flash speed improved
2011-06-12 11:18:27 +02:00
Rodrigo L. Rosa
ca76e4a423
removed unnecessary actions/controls
2011-06-12 11:18:27 +02:00
Rodrigo L. Rosa
c4bcb0b95a
cleanup flash module command
2011-06-12 11:18:27 +02:00
Rodrigo L. Rosa
d539fc856f
fix read for verify_image
2011-06-12 11:18:27 +02:00