index
:
openpcd
master
minxu-fixes
OpenPCD (SIMtrace) firmware
Harald Welte
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
link
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-30
DFU: Support re-flashing of DFU via DFU
Harald Welte
1
-2
/
+2
2011-07-30
add new RUN_FROM_RAM run-mode for direct DFU-to-RAM support
Harald Welte
1
-0
/
+94
2011-07-30
use gcc/ld flags -ffunction-sections and --gc-sections
Harald Welte
3
-15
/
+15
2010-11-13
AT91SAM7S: Fix linker script (stack) for 64kByte flash version
Harald Welte
1
-1
/
+1
2010-11-12
add linker scripts for AT91SAM7S64 (64kByte flash / 16kByte RAM) variant
Harald Welte
2
-0
/
+210
2007-04-10
cleanup, removed deprecated memory definitions
meri
5
-714
/
+0
2007-04-10
cleanup, added volatile storage space at the end of flash memory
meri
4
-13
/
+14
2006-09-27
add __ramfunc (.ramfunc) to data section
laforge
2
-0
/
+2
2006-09-22
- we increase the DFU size from 4k to 16k size. This is mainly due to the
laforge
4
-6
/
+100
2006-09-21
DFU works (fix various bugs such as forgetting to shift the page number, chec...
laforge
1
-3
/
+3
2006-09-20
- fix linker scripts and Cstartup.S to correctly relocate shared data
laforge
2
-2
/
+4
2006-09-20
fix _edata_shared address definition
laforge
2
-4
/
+2
2006-09-20
- fix relocation of _data_shared segment
laforge
2
-5
/
+14
2006-09-20
- add linker scripts for SAM7S128
laforge
2
-1
/
+112
2006-09-13
Completely separate DFU from application program, we now have a real bootloader.
laforge
2
-0
/
+203
2006-09-12
move to new directory
laforge
5
-0
/
+714