summaryrefslogtreecommitdiff
path: root/src/target/feroceon.c
Commit message (Expand)AuthorAgeFilesLines
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-15/+15
* - Fixes '!=' whitespacezwelch2009-06-231-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-231-1/+1
* C99 printf() -Werror fixesduane2009-06-211-1/+1
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-21/+21
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-1/+1
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-8/+8
* Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe2009-06-041-1/+1
* Introduce jtag_get_end_state() fn to clarify code a bit.oharboe2009-06-041-2/+2
* remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe2009-06-041-2/+2
* Final step in isolating target_type_s structure:zwelch2009-05-311-1/+1
* First step in hiding target_type_s from public interface:zwelch2009-05-311-0/+1
* Add target_write_memory wrapper:zwelch2009-05-311-3/+3
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-4/+0
* in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe2009-05-081-3/+3
* remove unecessary setting of deprecated fields to NULLoharboe2009-05-061-9/+9
* retire out_mask - not used anywhereoharboe2009-05-061-3/+3
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-2/+2
* The following patches was applied:mifi2009-04-181-2/+2
* Nicolas Pitre nico at cam.org fix feroceon_bulk_write_memory() wrt uploaded ...oharboe2009-03-011-1/+1
* Nicolas Pitre nico at cam.org add Feroceon target config fileoharboe2009-03-011-1/+1
* - remove target specific variant and use target->variant memberntfreak2008-12-131-2/+1
* Change tap_state naming to be consistent with SVF documentation.kc8apf2008-12-131-37/+37
* jtag newtap change & huge manual updateduane2008-11-301-4/+4
* Hongtao Zheng single step fixesoharboe2008-10-301-15/+4
* Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe2008-10-151-1/+5
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-7/+0
* Duane Ellis: "target as an [tcl] object" feature.oharboe2008-09-011-22/+13
* Daniel Gimpelevich fix reset halt on feroceonoharboe2008-08-201-1/+14
* feroceon updated w.r.t. latest arm7/9 changesoharboe2008-08-141-2/+2
* Duane Ellis: fix warningsoharboe2008-08-051-2/+3
* moves handling of problems with resetting into the halted stateoharboe2008-08-051-3/+3
* Nicolas Pitre: Feroceon fixesoharboe2008-06-061-25/+81
* - moved flash erase_check target code to target.cntfreak2008-05-271-0/+1
* Nicolas Pitre fixed regression.oharboe2008-04-181-4/+3
* - sw_bkpts fails if the target is not halted. The side effect is oharboe2008-04-151-27/+38
* Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe2008-04-111-2/+2
* Wip - split target setup and target examinationoharboe2008-04-111-0/+1
* - Work on fixing erase check. Many implementations are plain broken.oharboe2008-04-031-1/+0
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-8/+8
* I fixed all the targets even thoughoharboe2008-03-031-0/+1
* Uwe Hermann: oharboe2008-02-291-20/+20
* - fix for feroceon CP15 register access (thanks to Niolas Pitre for this patch)drath2008-02-231-1/+45
* - add support for Marvell Feroceon (thanks to Nicolas Pitre for this patch)vpalatin2008-02-211-0/+617