V1: 1. Use option "--pkc" to sign and download bootloader. This option is designed for developer. Patch 0001-Add-option-pkc.patch was originally submitted by Alban Bedel. 2. Use option "--ml_rcm" and "--pkc" to sign rcm messages and bootloader. This signing only feature is intended for production where signging is done at secured server and flashing can be done at different stage and site without requiring keyfile being present. 3. Use option "--signed" to specify and download signed rcm messages. This option is used for flashing on fused board. ie, a system with security mode enabled. Jimmy Zhang (4): Add option "--pkc" Add option --ml_rcm <rcm_ml_blob> Add option --signed Increate USB timeout value src/Makefile.am | 2 + src/main.c | 412 ++++++++++++++++++++++++++++++++++++++++++++++++-------- src/rcm.c | 16 ++- src/rcm.h | 3 +- src/rsa-pss.cpp | 147 ++++++++++++++++++++ src/rsa-pss.h | 46 +++++++ src/usb.c | 2 +- 7 files changed, 567 insertions(+), 61 deletions(-) create mode 100644 src/rsa-pss.cpp create mode 100644 src/rsa-pss.h -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html