From patchwork Sun Jan 29 14:24:57 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 92783 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp1051845qgi; Sun, 29 Jan 2017 06:26:05 -0800 (PST) X-Received: by 10.223.169.115 with SMTP id u106mr15019466wrc.54.1485699965005; Sun, 29 Jan 2017 06:26:05 -0800 (PST) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id v129si9812797wma.58.2017.01.29.06.26.04; Sun, 29 Jan 2017 06:26:04 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4FC88A7602; Sun, 29 Jan 2017 15:26:03 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hZlYSpOSNcFd; Sun, 29 Jan 2017 15:26:03 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BB29CB384A; Sun, 29 Jan 2017 15:26:02 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DDD60B384A for ; Sun, 29 Jan 2017 15:25:58 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZtUcXnWVxc4o for ; Sun, 29 Jan 2017 15:25:58 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from conuserg-09.nifty.com (conuserg-09.nifty.com [210.131.2.76]) by theia.denx.de (Postfix) with ESMTPS id 2E166A7602 for ; Sun, 29 Jan 2017 15:25:55 +0100 (CET) Received: from grover.sesame (FL1-111-169-71-157.osk.mesh.ad.jp [111.169.71.157]) (authenticated) by conuserg-09.nifty.com with ESMTP id v0TEPEc2004042; Sun, 29 Jan 2017 23:25:18 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-09.nifty.com v0TEPEc2004042 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1485699919; bh=vYH2mFK3JZKjJ0YQOT+SPgOuUD3s1sTSIE45ROkyl8A=; h=From:To:Cc:Subject:Date:From; b=21W3Fy2I51sN4xa5D376x6zS875/39sNJHG54+jqGsZRX9zGZp0yZ6FhMbYmoIWLi FFjX08kh52aTjuGBdcsasPOZ9rkrBA8xrhXvuR0xLZaSRDDOv7kCEBye3IWcOseHmd 0m49LsVr+ZEoEutyLVasbc87VxUBrOPbvKXZDGVhWkGHr4bIQ13qTzzORMBuFZX8qr WDdrpvIaPAvZip3ER/CTNANYWxnMR3w3bkWYiRxe/waX8MB+s8uiUtAYfgoWNQNFg3 GqU8eENEB7Swu4T52x85j2aMkSg82QomgnuF7QRCQZNGL0n4w02RvUbtghAdpWH+A8 Uh+HcVWy1bYMg== X-Nifty-SrcIP: [111.169.71.157] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Sun, 29 Jan 2017 23:24:57 +0900 Message-Id: <1485699900-20464-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 Cc: Tom Rini Subject: [U-Boot] [PATCH 0/3] cmd: add "config" command, rework "license" command X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" 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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot