Rodrigo L. Rosa
f4a3db0d4a
fix flash driver size, sector erase
12 years ago
Rodrigo L. Rosa
56d3927abf
Added minimodule (ftdi) interface
12 years ago
Laurent Charpentier
e899fcaca0
Added configuration file for STM3220G-EVAL board.
12 years ago
Laurent Charpentier
01c0ffe98f
Added configuration file for stm32f2xxx.
12 years ago
Øyvind Harboe
33f9bec9ec
Silence -O3 warning
12 years ago
Freddie Chopin
1cfb2287a6
Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - leftover changes
12 years ago
Stefan Mahr
5d9b7cdd2b
mips: add nor flash write from memory block
12 years ago
Rodrigo L. Rosa
c989de0cea
crc check on flashed data
12 years ago
Rodrigo L. Rosa
d09bef2622
code cleanup
12 years ago
Freddie Chopin
f499bab698
Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - dubious fixes
12 years ago
Freddie Chopin
f6315d5e5b
Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixes
12 years ago
Bear
ae02a0e517
uptech2410
12 years ago
Tormod Volden
fa1f2682d4
bootstrap: Various code improvements
- Do not specify -e twice.
- Use "which" instead of calling commands that might not exist.
- Fix bashism ("==" is C not sh)
- Carefully quote potentially empty variables
- Check command arguments before doing anything
- Rewrite argument checking to be more easily extensible
- Consistent indentation
- UNIX style error messages
12 years ago
Stefan Mahr
796086cd49
mips: fixup fastdata
fixup fastdata
12 years ago
Stefan Mahr
524d79ebe7
mips: fix some more endian madness
12 years ago
Laurent Charpentier
4da551732e
bootstrap: fix argument handling
- no argument => run submodule init
- "nosubmoudle" => do not run submodule
- other values => error message
12 years ago
Damjan Marion
096fd6bcc0
Board definition for mini6410/tiny6410 (ARM1176)
The following mini6410/tiny6410 functions are available:
init_6410 - initialize clock, timer, DRAM
init_6410_flash - initializes NAND flash support
install_6410_uboot - copies u-boot image into RAM and runs it
12 years ago
Stefan Mahr
875298bc53
mips: fix swapping if running on big endian host
12 years ago
Damjan Marion
ba576920cf
SMDK6410 is not target, move file to board
12 years ago
Damjan Marion
9b4628ddab
Fixed values for Samung NAND chips
12 years ago
Damjan Marion
db91a36fdd
Improve NAND flash detection
Detect based on both manufacturer id and chip id
if manufacturer id is defined in table
12 years ago
Damjan Marion
acdf14eb43
Reorganize NAND flash table
- added manufacturer field
- name moved to the end for better text alignment
12 years ago
Stefan Mahr
73988aea1f
mips: fix swapping if openocd is running on big endian host
12 years ago
Alan Bowman
212db44fcf
Report actual current thread
12 years ago
Alan Bowman
a57daf23db
Add eCos/Cortex RTOS support
12 years ago
Stefan Mahr
6d6837f988
add support for spansion flash on mindspeed c300 eval board
Signed-off-by: Stefan Mahr <stefan.mahr@sphairon.com>
12 years ago
Spencer Oliver
5d7d08a1f0
dsp5680xx: whitespace cleanup
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
12 years ago
Spencer Oliver
d16b0ea6d4
Fix build issue under cygwin
cygwin does not define sleep, so use our internal win32 version.
caused by commit 9d4aec6bda
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
12 years ago
Rodrigo L. Rosa
ef599aebfd
flashing speed improved using queued jtag. error propagation improved.
12 years ago
Jie Zhang
ee124401a2
Get register value if it's invalid in cache.
12 years ago
Alan Bowman
6d9f61fb65
Corrected test for invalid current_threadid
12 years ago
Rodrigo L. Rosa
129f099ef1
flash support (only full erase/write) for 568013 and 568037
12 years ago
Rodrigo L. Rosa
9d4aec6bda
partial support for 568013 and 568037, target integration.
12 years ago
Alan Bowman
6349a47ebc
Correct stacking direction and use of address offset
12 years ago
Michel Jaouen
53c0fb6ef5
cortex a : smp doc update
12 years ago
Øyvind Harboe
289cecebf0
beagleboard: add support for various icepick versions
The beagleboard icepick jtag tap id's vary.
12 years ago
Jonas Hoerberg
2889471b58
at91rm9200-ek: add low default communication speed
12 years ago
Alexandre Pereira da Silva
522d5b84e2
Add support for the lpc2460 target
12 years ago
Alexandre Pereira da Silva
743fada06a
Make the lpc2xxx generic driver support romless parts
12 years ago
Jie Zhang
7d8053e93f
Remove useless MIPS code in avr32_ap7k.c.
12 years ago
Jonas Hörberg
e3f3f60a02
adapter speed: require init script setting and centralize activation from drivers to core.c
Signed-off-by: Jonas Hörberg <jhorberg@sauer-danfoss.com>
12 years ago
Øyvind Harboe
5c739b148e
ecos: add 64 bit types for sprintf/sscanf
12 years ago
Michel Jaouen
d2911627d2
u8500.cfg : ste u8500 support
12 years ago
Michel Jaouen
1e7e594452
gdb_server : 'R' command replied by OK
12 years ago
Michel Jaouen
5578935eff
cortex_a : smp support
Conflicts:
src/target/cortex_a.c
12 years ago
Michel Jaouen
b778b36f29
smp : infra for smp minimum support
12 years ago
Øyvind Harboe
36d60ee6c8
cfi: leave check on whether target is running to target_write_memory()
there was a check in clearing the status register that
called exit() if the target was running. target_write_memory()
has such a check and will report the error correctly.
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
12 years ago
SimonQian
5bd1f0bad4
add STM32F2 revY
12 years ago
SimonQian
2e88162b00
remove read of flash_size in STM32F2
12 years ago
Damjan Marion
5d987bca9c
buspirate: fix building on some OSes
12 years ago