aboutsummaryrefslogtreecommitdiff
path: root/src/target/feroceon.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-05target: remove unused interface fn that clutters codeØyvind Harboe1-7/+0
2009-10-22Ferocion: fix corruption of r0 when resuming Thumb modeNicolas Pitre1-2/+1
2009-09-11Nicolas Pitre <nico@cam.org> put feroceon target definition at the end so to ...oharboe1-86/+79
2009-09-11Nicolas Pitre <nico@cam.org> Dragonite supportoharboe1-17/+72
2009-09-11Nicolas Pitre <nico@cam.org> tighten error checking in bulk_writeoharboe1-4/+15
2009-07-16microscopic whitespace cleanupoharboe1-15/+0
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-15/+15
2009-06-23- Fixes '!=' whitespacezwelch1-1/+1
2009-06-23- Replace 'if(' with 'if ('.zwelch1-1/+1
2009-06-21C99 printf() -Werror fixesduane1-1/+1
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-21/+21
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-1/+1
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-8/+8
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe1-1/+1
2009-06-04Introduce jtag_get_end_state() fn to clarify code a bit.oharboe1-2/+2
2009-06-04remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe1-2/+2
2009-05-31Final step in isolating target_type_s structure:zwelch1-1/+1
2009-05-31First step in hiding target_type_s from public interface:zwelch1-0/+1
2009-05-31Add target_write_memory wrapper:zwelch1-3/+3
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-4/+0
2009-05-08in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe1-3/+3
2009-05-06remove unecessary setting of deprecated fields to NULLoharboe1-9/+9
2009-05-06retire out_mask - not used anywhereoharboe1-3/+3
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-2/+2
2009-04-18The following patches was applied:mifi1-2/+2
2009-03-01Nicolas Pitre nico at cam.org fix feroceon_bulk_write_memory() wrt uploaded ...oharboe1-1/+1
2009-03-01Nicolas Pitre nico at cam.org add Feroceon target config fileoharboe1-1/+1
2008-12-13- remove target specific variant and use target->variant memberntfreak1-2/+1
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf1-37/+37
2008-11-30jtag newtap change & huge manual updateduane1-4/+4
2008-10-30Hongtao Zheng single step fixesoharboe1-15/+4
2008-10-15Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe1-1/+5
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-7/+0
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe1-22/+13
2008-08-20Daniel Gimpelevich fix reset halt on feroceonoharboe1-1/+14
2008-08-14feroceon updated w.r.t. latest arm7/9 changesoharboe1-2/+2
2008-08-05Duane Ellis: fix warningsoharboe1-2/+3
2008-08-05moves handling of problems with resetting into the halted stateoharboe1-3/+3
2008-06-06Nicolas Pitre: Feroceon fixesoharboe1-25/+81
2008-05-27- moved flash erase_check target code to target.cntfreak1-0/+1
2008-04-18Nicolas Pitre fixed regression.oharboe1-4/+3
2008-04-15- sw_bkpts fails if the target is not halted. The side effect is oharboe1-27/+38
2008-04-11Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe1-2/+2
2008-04-11Wip - split target setup and target examinationoharboe1-0/+1
2008-04-03- Work on fixing erase check. Many implementations are plain broken.oharboe1-1/+0
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-8/+8
2008-03-03I fixed all the targets even thoughoharboe1-0/+1
2008-02-29Uwe Hermann: oharboe1-20/+20
2008-02-23- fix for feroceon CP15 register access (thanks to Niolas Pitre for this patch)drath1-1/+45
2008-02-21- add support for Marvell Feroceon (thanks to Nicolas Pitre for this patch)vpalatin1-0/+617