[U-Boot] [PATCH 0/3] cmd: add "config" command, rework "license" command

Masahiro Yamada yamada.masahiro at socionext.com
Sun Jan 29 15:24:57 CET 2017




Masahiro Yamada (3):
  scripts: import bin2c.c from Linux 4.10-rc5
  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



More information about the U-Boot mailing list