linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [cbootimage PATCH v3 0/3] Add support for Tegra210
@ 2015-03-21  0:20 Jimmy Zhang
       [not found] ` <1426897221-20307-1-git-send-email-jimmzhang-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Jimmy Zhang @ 2015-03-21  0:20 UTC (permalink / raw)
  To: amartin-DDmLM1+adcrQT0dZR+AlfA, swarren-DDmLM1+adcrQT0dZR+AlfA
  Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA, Jimmy Zhang

Four t210 specific supporting files are added under src/t210 diretory.
Comparing T210 bct to T132 bct, the main changes include the size increased
to 10240 from 8704. The number of boot devices that can be specified in bct
is reduced from 4 to 1. And many new fileds are added to nvboot_sdram_params.

v1: Initial changes
v2: Fix some minor issues found in v1
    Removed files src/t210/nvboot_config.h and src/t210/sdram_param.h
            that were added unintentionally in v1.
v3: Remove "deprecated" from help -t option help text.
 
Jimmy Zhang (3):
  Add support for Tegra210
  Remove misleading message "deprecated"
  Bump to version 1.5

 configure.ac                       |    2 +-
 src/Makefile.am                    |   12 +-
 src/bct_dump.c                     |    1 +
 src/cbootimage.c                   |   10 +-
 src/cbootimage.h                   |    6 +-
 src/data_layout.c                  |    2 +
 src/parse.c                        |    1 +
 src/parse.h                        |  390 ++++++
 src/set.c                          |    6 +
 src/t210/nvbctlib_t210.c           | 2314 ++++++++++++++++++++++++++++++++++++
 src/t210/nvboot_bct_t210.h         |  406 +++++++
 src/t210/nvboot_sdram_param_t210.h |  953 +++++++++++++++
 src/t210/parse_t210.c              |  741 ++++++++++++
 13 files changed, 4835 insertions(+), 9 deletions(-)
 create mode 100644 src/t210/nvbctlib_t210.c
 create mode 100644 src/t210/nvboot_bct_t210.h
 create mode 100644 src/t210/nvboot_sdram_param_t210.h
 create mode 100644 src/t210/parse_t210.c

-- 
1.8.1.5

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

end of thread, other threads:[~2015-03-25 14:23 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-21  0:20 [cbootimage PATCH v3 0/3] Add support for Tegra210 Jimmy Zhang
     [not found] ` <1426897221-20307-1-git-send-email-jimmzhang-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2015-03-21  0:20   ` [cbootimage PATCH v3 1/3] " Jimmy Zhang
2015-03-21  0:20   ` [cbootimage PATCH v3 2/3] Remove misleading message "deprecated" Jimmy Zhang
2015-03-21  0:20   ` [cbootimage PATCH v3 3/3] Bump to version 1.5 Jimmy Zhang
2015-03-23 20:26   ` [cbootimage PATCH v3 0/3] Add support for Tegra210 Stephen Warren
     [not found]     ` <551076E2.9000408-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2015-03-23 21:13       ` Thierry Reding
     [not found]         ` <20150323211336.GB30637-+E7KM1FDEuP5BGCcOMqoLIH6Mc4MB0Vx@public.gmane.org>
2015-03-23 21:19           ` Stephen Warren
     [not found]             ` <55108368.8000606-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2015-03-23 21:25               ` Jimmy Zhang
     [not found]                 ` <eff14e98c9f44e0c89c0c88b64ed3f12-wO81nVYWzR7YuxH7O460wFaTQe2KTcn/@public.gmane.org>
2015-03-23 21:32                   ` Jimmy Zhang
     [not found]                     ` <c9ac7389b5bf488d8b8f15523f1820b0-wO81nVYWzR7YuxH7O460wFaTQe2KTcn/@public.gmane.org>
2015-03-23 21:38                       ` Jimmy Zhang
2015-03-25  8:33   ` Thierry Reding
     [not found]     ` <20150325083259.GA3794-AwZRO8vwLAwmlAP/+Wk3EA@public.gmane.org>
2015-03-25 14:23       ` Stephen Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).