All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Jimmy Zhang <jimmzhang-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
Cc: amartin-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org,
	swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [tegrarcm PATCH 1/2] tegrarcm: Add Tegra132 support
Date: Wed, 11 Mar 2015 11:38:03 +0100	[thread overview]
Message-ID: <20150311103802.GO19577@ulmo.nvidia.com> (raw)
In-Reply-To: <1421194802-28198-2-git-send-email-jimmzhang-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 1529 bytes --]

On Tue, Jan 13, 2015 at 04:20:01PM -0800, Jimmy Zhang wrote:
> From: Allen Martin <amartin-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> 
> Add Tegra132 USB device id, miniloader, and chip SKU information.
> 
> Signed-off-by: Allen Martin <amartin-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

As far as I remember Allen's original work included workarounds for an
backwards-incompatibility that was introduced in an early version of the
NV3P protocol for Tegra132. Does the miniloader included here no longer
have that incompatibility?

> ---
>  src/Makefile.am                      |    1 +
>  src/main.c                           |   15 +-
>  src/miniloader/tegra132-miniloader.h | 5259 ++++++++++++++++++++++++++++++++++
>  src/nv3p.h                           |    3 +
>  src/tegrarcm.1.in                    |    4 +-
>  src/usb.c                            |    3 +-
>  src/usb.h                            |    1 +
>  7 files changed, 5283 insertions(+), 3 deletions(-)
>  create mode 100644 src/miniloader/tegra132-miniloader.h
[...]
> diff --git a/src/miniloader/tegra132-miniloader.h b/src/miniloader/tegra132-miniloader.h
> new file mode 100644
> index 000000000000..2e8a7e8d20b6
> --- /dev/null
> +++ b/src/miniloader/tegra132-miniloader.h
> @@ -0,0 +1,5259 @@
> +/*
> + * Copyright (c) 2011 NVIDIA CORPORATION.  All Rights Reserved.

Was this file really generated in 2011? We released the chip in early
2014, so it's quite unlikely the miniloader existed 3 years before that.

Thierry

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

  parent reply	other threads:[~2015-03-11 10:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-14  0:20 [tegrarcm PATCH 0/2] Add T132 support Jimmy Zhang
     [not found] ` <1421194802-28198-1-git-send-email-jimmzhang-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2015-01-14  0:20   ` [tegrarcm PATCH 1/2] tegrarcm: Add Tegra132 support Jimmy Zhang
     [not found]     ` <1421194802-28198-2-git-send-email-jimmzhang-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2015-03-11 10:38       ` Thierry Reding [this message]
2015-01-14  0:20   ` [tegrarcm PATCH 2/2] tegrarcm: Add support for loading MTS Jimmy Zhang
     [not found]     ` <1421194802-28198-3-git-send-email-jimmzhang-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2015-03-11 10:46       ` Thierry Reding
     [not found]         ` <20150311104624.GP19577-AwZRO8vwLAwmlAP/+Wk3EA@public.gmane.org>
2015-03-11 15:37           ` Stephen Warren
     [not found]             ` <b7c1cba9c31042d4a8be3756f5f78455-wO81nVYWzR5AOoK4uxnQ11aTQe2KTcn/@public.gmane.org>
2015-03-12  7:51               ` Thierry Reding
2015-01-14 17:03   ` [tegrarcm PATCH 0/2] Add T132 support Stephen Warren
2015-03-11 10:34   ` Thierry Reding
  -- strict thread matches above, loose matches on Subject: below --
2015-01-09 19:22 Jimmy Zhang
     [not found] ` <1420831369-1265-1-git-send-email-jimmzhang-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2015-01-09 19:22   ` [tegrarcm PATCH 1/2] tegrarcm: Add Tegra132 support Jimmy Zhang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150311103802.GO19577@ulmo.nvidia.com \
    --to=thierry.reding-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=amartin-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
    --cc=jimmzhang-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
    --cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.