public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
From: Allen Martin <amartin-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
To: Vince Hsu <vinceh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
Cc: "swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org"
	<swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>,
	Tom Warren <TWarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
	"linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [cbootimage PATCH V3 2/3] Add Tegra132 support for the cbootimage utility
Date: Tue, 15 Jul 2014 21:18:07 -0700	[thread overview]
Message-ID: <20140716041807.GA6912@nvidia.com> (raw)
In-Reply-To: <1405478237-19178-2-git-send-email-vinceh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

On Tue, Jul 15, 2014 at 07:37:16PM -0700, Vince Hsu wrote:
> This patch adds support for Tegra132. This are only slight
> differences between Tegra124 and Tegra132. The command line
> usage is exactly the same as other platforms like Tegra124.
> 
> The structure nvboot_mts_info is added into the bct for Tegra132.
> So the bootrom and first stage bootloader know where to load the
> preboot and mts images. Two parse items "Mts=" and "MtsPreboot="
> are added to embedded MTS images in BCT image like what we do for
> bootloader. The syntax is also the same. For example:
> 
> MtsPreboot = <preboot_image>,<load_address>,<entry_address>,Complete;
> Mts        = <mts_image>,<load_address>,<entry_address>,Complete;
> 
> The load and entry addresses depned on your board design.
> 
> Four files are added in src/t132:
> 
> nvbctlib_t132.c - is cloned from nvbctlib_t124.c and adds mts
>                   information getter and setter.
> nvboot_bct_t132.h - adds mts structure into bct
> nvboot_sdram_param_t132.h - clone of nvboot_sdram_param_t124.h
> parse_t132.c - clone of parse_t124.c
> 
> Signed-off-by: Vince Hsu <vinceh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> 

Acked-by: Allen Martin <amartin-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>


> diff --git a/src/t132/nvboot_sdram_param_t132.h b/src/t132/nvboot_sdram_param_t132.h
> new file mode 100644
> index 000000000000..80799226db34
> --- /dev/null
> +++ b/src/t132/nvboot_sdram_param_t132.h
> ...
> +       /* End of generated code by warmboot_code_gen */
> +} nvboot_sdram_params;
> +#endif /* #ifndef INCLUDED_NVBOOT_SDRAM_PARAM_T132_H */
> +

whitespace at end of file.  I'll fix when I apply.


-Allen

nvpublic

  parent reply	other threads:[~2014-07-16  4:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-16  2:37 [cbootimage PATCH V3 1/3] Rename last_bl_blk to last_blk Vince Hsu
     [not found] ` <1405478237-19178-1-git-send-email-vinceh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2014-07-16  2:37   ` [cbootimage PATCH V3 2/3] Add Tegra132 support for the cbootimage utility Vince Hsu
     [not found]     ` <1405478237-19178-2-git-send-email-vinceh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2014-07-16  4:18       ` Allen Martin [this message]
2014-07-16  2:37   ` [cbootimage PATCH V3 3/3] Dump MTS information by bct_dump utility Vince Hsu
2014-07-16  4:58   ` [cbootimage PATCH V3 1/3] Rename last_bl_blk to last_blk Allen Martin

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=20140716041807.GA6912@nvidia.com \
    --to=amartin-ddmlm1+adcrqt0dzr+alfa@public.gmane.org \
    --cc=TWarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
    --cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org \
    --cc=vinceh-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