All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/3] cmd: add "config" command, rework "license" command
@ 2017-01-30  2:12 Masahiro Yamada
  2017-01-30  2:12 ` [U-Boot] [PATCH v2 1/3] scripts: import bin2c.c from Linux 4.10-rc6 Masahiro Yamada
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Masahiro Yamada @ 2017-01-30  2:12 UTC (permalink / raw)
  To: u-boot



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

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

end of thread, other threads:[~2017-02-09  3:01 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-30  2:12 [U-Boot] [PATCH v2 0/3] cmd: add "config" command, rework "license" command Masahiro Yamada
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

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.