All of lore.kernel.org
 help / color / mirror / Atom feed
From: Masahiro Yamada <yamada.masahiro@socionext.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/3] cmd: add "config" command, rework "license" command
Date: Mon, 30 Jan 2017 11:12:05 +0900	[thread overview]
Message-ID: <1485742328-32398-1-git-send-email-yamada.masahiro@socionext.com> (raw)



Changes in v2:
  - Fix a typo in git-log.  bin2header -> bin2c

Masahiro Yamada (3):
  scripts: import bin2c.c from Linux 4.10-rc6
  cmd: add a new command "config" to show .config contents
  cmd: rework "license" command

 Kconfig            |  2 ++
 Makefile           | 14 ++++++++------
 cmd/.gitignore     |  6 ++++++
 cmd/Kconfig        | 13 +++++++++++++
 cmd/Makefile       | 37 +++++++++++++++++++++++++++++++++++++
 cmd/config.c       | 44 ++++++++++++++++++++++++++++++++++++++++++++
 cmd/license.c      | 31 ++++++++++++++++++-------------
 include/.gitignore |  1 -
 scripts/.gitignore |  1 +
 scripts/Kconfig    |  2 ++
 scripts/Makefile   |  4 ++++
 scripts/bin2c.c    | 36 ++++++++++++++++++++++++++++++++++++
 tools/Makefile     | 11 +----------
 tools/bin2header.c | 41 -----------------------------------------
 14 files changed, 172 insertions(+), 71 deletions(-)
 create mode 100644 cmd/.gitignore
 create mode 100644 cmd/config.c
 create mode 100644 scripts/Kconfig
 create mode 100644 scripts/bin2c.c
 delete mode 100644 tools/bin2header.c

-- 
2.7.4

             reply	other threads:[~2017-01-30  2:12 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-30  2:12 Masahiro Yamada [this message]
2017-01-30  2:12 ` [U-Boot] [PATCH v2 1/3] scripts: import bin2c.c from Linux 4.10-rc6 Masahiro Yamada
2017-02-06 15:33   ` Simon Glass
2017-02-07  2:38   ` Bin Meng
2017-02-07 12:23     ` Masahiro Yamada
2017-02-07 12:26       ` Tom Rini
2017-02-09  3:01   ` [U-Boot] [U-Boot, v2, " Tom Rini
2017-01-30  2:12 ` [U-Boot] [PATCH v2 2/3] cmd: add a new command "config" to show .config contents Masahiro Yamada
2017-02-06 15:33   ` Simon Glass
2017-02-06 15:59     ` Masahiro Yamada
2017-02-09  3:01   ` [U-Boot] [U-Boot, v2, " Tom Rini
2017-01-30  2:12 ` [U-Boot] [PATCH v2 3/3] cmd: rework "license" command Masahiro Yamada
2017-02-06 15:33   ` Simon Glass
2017-02-09  3:01   ` [U-Boot] [U-Boot,v2,3/3] " Tom Rini

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=1485742328-32398-1-git-send-email-yamada.masahiro@socionext.com \
    --to=yamada.masahiro@socionext.com \
    --cc=u-boot@lists.denx.de \
    /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.