public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
From: Penny Chiu <pchiu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
To: swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org,
	amartin-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: Penny Chiu <pchiu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
Subject: [cbootimage PATCH 0/2] Re-enable jtag function for Tegra124
Date: Fri, 21 Mar 2014 17:41:24 +0800	[thread overview]
Message-ID: <1395394886-8145-1-git-send-email-pchiu@nvidia.com> (raw)

This patch series is used to re-enable jtag function for Tegra124.

Since the secure jtag is disabled by default once SECURITY_MODE fuse is
blown. BOOTROM will re-enable secure jtag function if BCT has
SecureJTAGControl=1 and a matching chip UID included.

After applying these changes, cbootimage can access jtag control and chip uid
fields. It can also read the BCT data from pre-built image, update the BCT
configs based on config file, and generate a new image file.

Penny Chiu (2):
  Add Tegra124 bct data access for jtag control and chip uid
  Add update BCT configs feature

 src/bct_dump.c           | 45 ++++++++++++++++++++---------
 src/cbootimage.c         | 70 +++++++++++++++++++++++++++++++++++---------
 src/cbootimage.h         |  7 ++++-
 src/data_layout.c        | 69 ++++++++++++++++++++++++++++++++++++++------
 src/data_layout.h        |  8 +++++-
 src/parse.c              | 75 +++++++++++++++++++++++++++++++++++++++++++++++-
 src/parse.h              |  2 ++
 src/set.c                | 54 ++++++++++++++++++++++++++++------
 src/set.h                |  5 ++++
 src/t124/nvbctlib_t124.c | 14 +++++++++
 10 files changed, 303 insertions(+), 46 deletions(-)

-- 
1.9.0

             reply	other threads:[~2014-03-21  9:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-21  9:41 Penny Chiu [this message]
     [not found] ` <1395394886-8145-1-git-send-email-pchiu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2014-03-21  9:41   ` [cbootimage PATCH 1/2] Add Tegra124 bct data access for jtag control and chip uid Penny Chiu
     [not found]     ` <1395394886-8145-2-git-send-email-pchiu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2014-03-21 19:29       ` Stephen Warren
2014-03-21 19:50       ` Stephen Warren
2014-03-21  9:41   ` [cbootimage PATCH 2/2] Add update BCT configs feature Penny Chiu
     [not found]     ` <1395394886-8145-3-git-send-email-pchiu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2014-03-21 20:23       ` Stephen Warren

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=1395394886-8145-1-git-send-email-pchiu@nvidia.com \
    --to=pchiu-ddmlm1+adcrqt0dzr+alfa@public.gmane.org \
    --cc=amartin-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox