[U-Boot] [PATCH v2 0/3] cmd: add "config" command, rework "license" command
Masahiro Yamada
yamada.masahiro at socionext.com
Mon Jan 30 03:12:05 CET 2017
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
More information about the U-Boot
mailing list