All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 00/11] tegrarcm: T124 and new command support
@ 2013-09-16 22:24 Allen Martin
       [not found] ` <1379370298-20404-1-git-send-email-amartin-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 13+ messages in thread
From: Allen Martin @ 2013-09-16 22:24 UTC (permalink / raw)
  To: swarren-3lzwWm7+Weoh9ZMKESR00Q
  Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA, Allen Martin

This patch series adds T124 support to tegrarcm, tested on laguna.  It
also adds support for new commands for ripping a BCT from a live
system, and for passing in the miniloader from a file.  Also fixed up
some of the error handling so now USB commands will time out instead
of hanging, and attempt to bring up nv3p even if RCM is unresponsive.

Changes:
v2:
 - Removed odmdata option
 - Renamed ripbct to readbct and made it a command not an option
 - Added missing SKUs, made default SKU be the chip family name
 - Removed some left over debug prints, whitespace errors

Allen Martin (11):
  tegrarcm: Change NVIDIA license to apply to all miniloader files
  tegrarcm: Add missing SKU information
  tegrarcm: Add support for RCM protocol version 40
  tegrarcm: Add Tegra124 miniloader
  tegrarcm: Add Tegra124 support
  tegrarcm: Add timeout to USB xfers
  tegrarcm: Assume nv3p server is running if RCM doesn't respond
  tegrarcm: Clean up usage info
  tegrarcm: Add readbct support
  tegrarcm: Add command to pass miniloader in from file
  tegrarcm: Bump version to 1.5

 LICENSE                              |    4 +-
 README                               |    4 +
 configure.ac                         |    2 +-
 src/Makefile.am                      |    1 +
 src/main.c                           |  416 +-
 src/miniloader/tegra124-miniloader.h | 8570 ++++++++++++++++++++++++++++++++++
 src/nv3p.c                           |   10 +-
 src/nv3p.h                           |   22 +
 src/rcm.c                            |   74 +
 src/rcm.h                            |   58 +-
 src/tegrarcm.1.in                    |   27 +-
 src/usb.c                            |   10 +-
 src/usb.h                            |    1 +
 13 files changed, 9058 insertions(+), 141 deletions(-)
 create mode 100644 src/miniloader/tegra124-miniloader.h

-- 
1.8.1.5

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-09-17 21:21 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-16 22:24 [PATCHv2 00/11] tegrarcm: T124 and new command support Allen Martin
     [not found] ` <1379370298-20404-1-git-send-email-amartin-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-09-16 22:24   ` [PATCHv2 01/11] tegrarcm: Change NVIDIA license to apply to all miniloader files Allen Martin
2013-09-16 22:24   ` [PATCHv2 02/11] tegrarcm: Add missing SKU information Allen Martin
2013-09-16 22:24   ` [PATCHv2 03/11] tegrarcm: Add support for RCM protocol version 40 Allen Martin
2013-09-16 22:24   ` [PATCHv2 05/11] tegrarcm: Add Tegra124 support Allen Martin
2013-09-16 22:24   ` [PATCHv2 06/11] tegrarcm: Add timeout to USB xfers Allen Martin
2013-09-16 22:24   ` [PATCHv2 07/11] tegrarcm: Assume nv3p server is running if RCM doesn't respond Allen Martin
2013-09-16 22:24   ` [PATCHv2 08/11] tegrarcm: Clean up usage info Allen Martin
2013-09-16 22:24   ` [PATCHv2 09/11] tegrarcm: Add readbct support Allen Martin
     [not found]     ` <1379370298-20404-10-git-send-email-amartin-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-09-17 21:19       ` Stephen Warren
2013-09-16 22:24   ` [PATCHv2 10/11] tegrarcm: Add command to pass miniloader in from file Allen Martin
2013-09-16 22:24   ` [PATCHv2 11/11] tegrarcm: Bump version to 1.5 Allen Martin
2013-09-17 21:21   ` [PATCHv2 00/11] tegrarcm: T124 and new command support Stephen Warren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.