aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-12removed unnecessary actions/controlsRodrigo L. Rosa
2011-06-12cleanup flash module commandRodrigo L. Rosa
2011-06-12fix read for verify_imageRodrigo L. Rosa
2011-06-12fix read speed improved by queueing commandsRodrigo L. Rosa
2011-06-12fix flash driver size, sector eraseRodrigo L. Rosa
2011-06-12Added minimodule (ftdi) interfaceRodrigo L. Rosa
2011-06-08Added configuration file for STM3220G-EVAL board.Laurent Charpentier
2011-06-08Added configuration file for stm32f2xxx.Laurent Charpentier
2011-06-07Silence -O3 warningØyvind Harboe
2011-06-07Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - leftover ↵Freddie Chopin
changes
2011-06-05mips: add nor flash write from memory blockStefan Mahr
2011-06-04crc check on flashed dataRodrigo L. Rosa
2011-06-04code cleanupRodrigo L. Rosa
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - dubious fixesFreddie Chopin
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin
2011-06-02uptech2410Bear
2011-06-01bootstrap: Various code improvementsTormod Volden
- 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
2011-06-01mips: fixup fastdataStefan Mahr
fixup fastdata
2011-06-01mips: fix some more endian madnessStefan Mahr
2011-06-01bootstrap: fix argument handlingLaurent Charpentier
- no argument => run submodule init - "nosubmoudle" => do not run submodule - other values => error message
2011-05-29Board definition for mini6410/tiny6410 (ARM1176)Damjan Marion
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
2011-05-29mips: fix swapping if running on big endian hostStefan Mahr
2011-05-29SMDK6410 is not target, move file to boardDamjan Marion
2011-05-28Fixed values for Samung NAND chipsDamjan Marion
2011-05-28Improve NAND flash detectionDamjan Marion
Detect based on both manufacturer id and chip id if manufacturer id is defined in table
2011-05-28Reorganize NAND flash tableDamjan Marion
- added manufacturer field - name moved to the end for better text alignment
2011-05-28mips: fix swapping if openocd is running on big endian hostStefan Mahr
2011-05-25Report actual current threadAlan Bowman
2011-05-25Add eCos/Cortex RTOS supportAlan Bowman
2011-05-25add support for spansion flash on mindspeed c300 eval boardStefan Mahr
Signed-off-by: Stefan Mahr <stefan.mahr@sphairon.com>
2011-05-23dsp5680xx: whitespace cleanupSpencer Oliver
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
2011-05-23Fix build issue under cygwinSpencer Oliver
cygwin does not define sleep, so use our internal win32 version. caused by commit 9d4aec6bda90ad39a140747ea270c6a09dd26440 Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
2011-05-19flashing speed improved using queued jtag. error propagation improved.Rodrigo L. Rosa
2011-05-18Get register value if it's invalid in cache.Jie Zhang
2011-05-18Corrected test for invalid current_threadidAlan Bowman
2011-05-18flash support (only full erase/write) for 568013 and 568037Rodrigo L. Rosa
2011-05-18partial support for 568013 and 568037, target integration.Rodrigo L. Rosa
2011-05-14Correct stacking direction and use of address offsetAlan Bowman
2011-05-09cortex a : smp doc updateMichel Jaouen
2011-05-05beagleboard: add support for various icepick versionsØyvind Harboe
The beagleboard icepick jtag tap id's vary.
2011-05-05at91rm9200-ek: add low default communication speedJonas Hoerberg
2011-05-03Add support for the lpc2460 targetAlexandre Pereira da Silva
2011-05-03Make the lpc2xxx generic driver support romless partsAlexandre Pereira da Silva
2011-05-03Remove useless MIPS code in avr32_ap7k.c.Jie Zhang
2011-05-01adapter speed: require init script setting and centralize activation from ↵Jonas Hörberg
drivers to core.c Signed-off-by: Jonas Hörberg <jhorberg@sauer-danfoss.com>
2011-04-28ecos: add 64 bit types for sprintf/sscanfØyvind Harboe
2011-04-28u8500.cfg : ste u8500 supportMichel Jaouen
2011-04-28gdb_server : 'R' command replied by OKMichel Jaouen
2011-04-28cortex_a : smp supportMichel Jaouen
Conflicts: src/target/cortex_a.c
2011-04-28smp : infra for smp minimum supportMichel Jaouen