aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/core.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-26JTAG: simple autoprobingDavid Brownell1-12/+102
2009-10-25JTAG: jtag_tap_init() bugfixesDavid Brownell1-9/+18
2009-10-19jtag_add_statemove() always uses TLR to get to RESETDavid Brownell1-5/+7
2009-10-14portability updatesDavid Brownell1-5/+6
2009-10-10printf format warning fixesDavid Brownell1-1/+1
2009-10-09add documentation about reset customizationDavid Brownell1-10/+19
2009-10-08minor JTAG init messaging tweaksDavid Brownell1-2/+4
2009-10-08prevent abort via polling during jtag_resetDavid Brownell1-0/+26
2009-10-08Stop ignoring most scan chain validation errorsDavid Brownell1-15/+49
2009-10-07Force sane SRST and TRST initializationdbrownell1-3/+11
2009-10-07Better fix for TAPs violating the JTAG spec for IR-Capture.dbrownell1-16/+18
2009-10-07Do not check ir capture if there is no IDCODEoharboe1-13/+16
2009-10-06Introduced jtag_init and "jtag arp_init" to allow target scripts more control...oharboe1-11/+11
2009-10-05Improve jtag_validate_ircapture() diagnostics.dbrownell1-8/+10
2009-10-05Add a new JTAG "setup" event; use for better DaVinci ICEpick support.dbrownell1-3/+12
2009-09-29Streamline Capture-IR validation codedbrownell1-26/+23
2009-09-29Make "-expected-id 0" suppress warnings; not unlike it used to do.dbrownell1-3/+7
2009-09-29added t/nsrst_assert_width commandsoharboe1-0/+26
2009-09-26Diagnostics tweaks for jtag_examine_chain() failure paths.dbrownell1-3/+4
2009-09-26Updates to the initial scanchain validation code:dbrownell1-12/+41
2009-09-21Update the jtag-examine_chain() logic to verify that there's nodbrownell1-38/+39
2009-09-20Debug message updates:dbrownell1-17/+6
2009-09-19Minor behavior fixes for the two JTAG reset events (C/internal,dbrownell1-14/+12
2009-09-17Address codereview comment from Steve Grubb <sgrubb@redhat.com>:dbrownell1-31/+26
2009-09-11tap post reset event added. Allows omap3530 to send 100 runtest idle tickle's...oharboe1-2/+21
2009-08-26David Brownell <david-b@pacbell.net> Fix segv in jtag_examine_chain(): exit l...oharboe1-6/+8
2009-08-26added missing check on jtag_executeoharboe1-1/+4
2009-08-26reduce arm11 output noiseoharboe1-2/+5
2009-08-25David Brownell <david-b@pacbell.net> More jtag_add_reset() cleanup:oharboe1-36/+23
2009-08-25David Brownell <david-b@pacbell.net> More jtag_add_reset() cleanup:oharboe1-17/+18
2009-08-25David Brownell <david-b@pacbell.net> Some jtag_add_reset() cleanup:oharboe1-42/+62
2009-08-24Jonas Horberg <jhorberg@sauer-danfoss.com> oharboe1-3/+2
2009-08-18Jonas Horberg [jhorberg@sauer-danfoss.com]ntfreak1-26/+91
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-29David Brownell <david-b@pacbell.net>:zwelch1-12/+22
2009-06-23Remove whitespace at end of lines, step 2.zwelch1-4/+4
2009-06-23- Replace '){' with ') {'.zwelch1-6/+6
2009-06-23Remove whitespace that occurs before ')'.zwelch1-9/+9
2009-06-23Remove whitespace that occurs after '('.zwelch1-9/+9
2009-06-23- Fixes '=' whitespacezwelch1-6/+6
2009-06-23- Fixes '==' whitespacezwelch1-6/+6
2009-06-23- Fixes '&&' whitespacezwelch1-3/+3
2009-06-23- Fixes '!=' whitespacezwelch1-3/+3
2009-06-23- Replace 'for(' with 'for ('.zwelch1-2/+2
2009-06-23- Replace 'while(' with 'while ('.zwelch1-2/+2
2009-06-23- Replace 'if(' with 'if ('.zwelch1-7/+7
2009-06-19printf() warning fixes due to uint32_t change-overduane1-6/+9
2009-06-19fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe1-7/+7
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch1-7/+7
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-15/+15