summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Correct spelling mistakeEdward Betts2017-10-031-1/+1
* Don't assume cryptopp is system-wide installedThomas Petazzoni2017-10-033-31/+43
* Update miniloader licenseStephen Warren2017-04-284-0/+12
* Avoid man warning about unknown macroMartin Michlmayr2016-06-241-2/+2
* Fix command in man pageMartin Michlmayr2016-06-241-1/+1
* Manual page cleanups and expansionStephen Warren2016-03-162-23/+45
* Add option --usb-timeout=<value>Jimmy Zhang2016-03-152-3/+12
* Add option --download-signed-msgs to download signed blobsJimmy Zhang2016-03-152-74/+305
* Add option --gen-signed-msgs and --signed-msgs-file to generate signed blobsJimmy Zhang2016-03-151-19/+240
* Add support for production devices secured with PKCAlban Bedel2016-03-156-18/+307
* Implement --usb-port-path cmdline optionStephen Warren2015-10-082-0/+124
* Match USB port ID on re-enumerationStephen Warren2015-10-083-6/+102
* Move all USB device matching logic into usb_match()Stephen Warren2015-10-081-14/+23
* tegrarcm: Better usb debug messagesAllen Martin2015-03-192-3/+3
* tegrarcm: Add odm production secure mode supportPenny Chiu2014-04-042-1/+4
* tegrarcm: Add command to pass miniloader in from fileAllen Martin2013-09-202-25/+91
* tegrarcm: Add readbct supportAllen Martin2013-09-204-21/+147
* tegrarcm: Clean up usage infoAllen Martin2013-09-201-2/+9
* tegrarcm: Assume nv3p server is running if RCM doesn't respondAllen Martin2013-09-201-67/+93
* tegrarcm: Add timeout to USB xfersAllen Martin2013-09-201-2/+5
* tegrarcm: Add Tegra124 supportAllen Martin2013-09-205-2/+24
* tegrarcm: Add Tegra124 miniloaderAllen Martin2013-09-202-0/+8571
* tegrarcm: Add support for RCM protocol version 40Allen Martin2013-09-202-20/+112
* tegrarcm: Add missing SKU informationAllen Martin2013-09-202-12/+18
* tegrarcm: Add SPI flash support to tegra114 miniloaderAllen Martin2013-06-171-7265/+6488
* tegrarcm: Move miniloader files to "miniloader" subdirAllen Martin2013-06-175-6/+6
* tegrarcm: Add help command to man pageAllen Martin2013-06-171-0/+3
* tegrarcm: Add version commandAllen Martin2013-06-172-0/+14
* Check return value of rcm_get_msg_len()Allen Martin2012-12-071-1/+5
* Return errno from download_bct() when stat() failsStephen Warren2012-11-301-1/+1
* Add man pageAllen Martin2012-11-292-0/+111
* Add t114 supportAllen Martin2012-11-296-8/+9669
* Add support for RCM protocol version 35Allen Martin2012-11-293-14/+159
* Remove autogenerated filesAllen Martin2012-11-291-493/+0
* Add descripton of nv3p packetsAllen Martin2012-11-291-0/+70
* Update miniloaders to latest versionAllen Martin2012-11-294-7140/+16196
* Add more verbose debug/error messagesAllen Martin2012-11-292-12/+37
* Add support for pre-production mode partsAllen Martin2012-11-292-4/+8
* bump version to 1.1v1.1Allen Martin2012-06-261-2/+2
* add README fileAllen Martin2012-06-261-2/+2
* regenerate autotoolsAllen Martin2012-06-261-14/+25
* use pkg-config for libusb-1.0 look upMike Frysinger2012-06-263-6/+5
* Fix names of tegra miniloader files in Makefilev1.0Allen Martin2012-04-032-2/+2
* Handle multiple names for libcrypto++Allen Martin2012-04-032-4/+5
* reinitialize USB after miniloader downloadAllen Martin2012-04-031-0/+6
* tegra-rcm: Download code to tegra in recovery modeAllen Martin2012-04-0316-0/+10156