From patchwork Wed Sep 6 05:37:44 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bin Meng X-Patchwork-Id: 810401 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="VVSTCxEw"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3xnC1H0fpzz9t3f for ; Wed, 6 Sep 2017 15:33:39 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id B8CF6C21F4B; Wed, 6 Sep 2017 05:33:30 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 88B4BC21E28; Wed, 6 Sep 2017 05:33:25 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 20150C21E01; Wed, 6 Sep 2017 05:33:24 +0000 (UTC) Received: from mail-io0-f193.google.com (mail-io0-f193.google.com [209.85.223.193]) by lists.denx.de (Postfix) with ESMTPS id 90BD4C21DBE for ; Wed, 6 Sep 2017 05:33:23 +0000 (UTC) Received: by mail-io0-f193.google.com with SMTP id b142so2707354ioe.1 for ; Tue, 05 Sep 2017 22:33:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id; bh=DY8sybFrc7NpbCr73R7FPyzm6jOo0hXKwAir/4A6AlE=; b=VVSTCxEwM9UaD1OQ6mkcKyA9qtC+Y2ClvItWurmV5JEkxSBU0zNIMiQldYlFk8MlUV jHEu/wdLBuHkWoPvewSE94i4PPRWVwgBC+M9/l6A6jPLzRSTPwl7oSS70Dggm0yKMpyU LjSXGKXTCk7pvLaB1tPmw2HbJYr83eVOIcQ0JESr41p4fbh84iYNeYSUkR3PuLo8r3FI LyZS+FSqIclAAuRRdS+wD24qkmXJbOEgbQKPr05Cb3mvKWK0co4bDCBhy4p9YsAnPI/T 2BlPLif/oF7nqSNCQt17BtUGqb5T1PIXdxF6fkNscFGOnZn45pZlmfC6GAWysZskT/s2 U5TA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=DY8sybFrc7NpbCr73R7FPyzm6jOo0hXKwAir/4A6AlE=; b=YUVjXpQf2viqxrVmuDeNGy4MjbIHRyxaBn5RB/soUVbGlrNXa+23mOrkD2XPfv8T1X TNhJ0WvugpiklhmnR8zyWt6P9uj5MkGBT9HmOmpzTH6AX5d3I6tldGthQ+d1f/MbQNSW 5oJpptu7qjvEZNTONCBwIgDqgGkvYNO7Ph4fnKdPwXoJiWHS0ECtRJD+VfiJ6RI/7C/w Ld13nXTBpMB5aTlKrcphXSs+p2o58c3hSF4p0afoGHiDKi3b+lwb41K4IpjpdalnjidH R1suQNN250MPaCMsDiCtzpPXjpHVqfcGI+jr+sYNJtS4lGix17ucW4MIDProaOJJkUFX MtYA== X-Gm-Message-State: AHPjjUjhj1EOxxcJmeFltg4W77SBzZtG4dTpb6ojnYQyDp0b+cbo7ckI EqVZVrn3VSETeA== X-Google-Smtp-Source: AOwi7QAfDuUGdks5TAmjx9ino1UTuUfi11qIYmOp79fO7kRF5Vcug/yV84TfZQWP7EGll24lq6IWRQ== X-Received: by 10.107.190.198 with SMTP id o189mr1535369iof.18.1504676002236; Tue, 05 Sep 2017 22:33:22 -0700 (PDT) Received: from ala-d2121-lx1.wrs.com (unknown-156-139.windriver.com. [147.11.156.139]) by smtp.gmail.com with ESMTPSA id f140sm1088110ioe.33.2017.09.05.22.33.20 (version=TLS1_1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 05 Sep 2017 22:33:21 -0700 (PDT) From: Bin Meng To: Tom Rini , Simon Glass , U-Boot Mailing List Date: Tue, 5 Sep 2017 22:37:44 -0700 Message-Id: <1504676265-21604-1-git-send-email-bmeng.cn@gmail.com> X-Mailer: git-send-email 1.7.9.5 Subject: [U-Boot] [PATCH v2 1/2] tools: .gitignore: Sort in alphabetical order X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" These are currently out of alphabetical order. Signed-off-by: Bin Meng --- Changes in v2: None tools/.gitignore | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/tools/.gitignore b/tools/.gitignore index ac0c979..6a487d2 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -1,31 +1,30 @@ /atmel_pmecc_params /bin2header /bmp_logo +/common/ +/dumpimage +/easylogo/easylogo /envcrc /fdtgrep /fit_check_sign /fit_info +/gdb/gdbcont +/gdb/gdbsend /gen_eth_addr /gen_ethaddr_crc /ifdtool /img2srec /kwboot -/dumpimage +/lib/ /mips-relocs /mkenvimage -/mkimage /mkexynosspl -/mxsboot +/mkimage /mksunxiboot -/sunxi-spl-image-builder +/mxsboot /ncb /proftool /relocate-rela +/sunxi-spl-image-builder /ubsha1 /xway-swap-bytes -/easylogo/easylogo -/gdb/gdbcont -/gdb/gdbsend - -/lib/ -/common/ From patchwork Wed Sep 6 05:37:45 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bin Meng X-Patchwork-Id: 810402 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="E6iz2vUs"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3xnC1y1jpnz9t3f for ; Wed, 6 Sep 2017 15:34:14 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id E1F9DC21EF2; Wed, 6 Sep 2017 05:33:45 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 11B6BC21EEC; Wed, 6 Sep 2017 05:33:29 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 9FB90C21EE5; Wed, 6 Sep 2017 05:33:28 +0000 (UTC) Received: from mail-io0-f193.google.com (mail-io0-f193.google.com [209.85.223.193]) by lists.denx.de (Postfix) with ESMTPS id D7B7BC21DBE for ; Wed, 6 Sep 2017 05:33:24 +0000 (UTC) Received: by mail-io0-f193.google.com with SMTP id 2so4129510ion.3 for ; Tue, 05 Sep 2017 22:33:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:in-reply-to:references; bh=Iej1UBNb7g+R6ksXndwVsEunNUJ1d9PktvuvrPl8f94=; b=E6iz2vUsSOHa2pVeevHo2tRVHeHO8PqGCmHQbhVC40Nr89mxkFCT/MGMEQK8zKJtrk /mFy1GPYR/53JpsYQ2ZP6mXNMTtd8XQiktMW3bFaTiCvEmCbaLfxvox8rDMyRoIpw6vC zhLl5f+GlCahGF+dzZpkuNVbCJxcxPlELkEQoA56uHNtaDh5PitIQfAsiD2/Ku9ac4SI EHsvQ9d/rTEkdtyQglr5tmExHFfWc9OQLpCBouqdCAztLGqqqNHqsGOwEAUvvQZ96UkR DISqKyI33rr10WKyWmPoEoRAPLEIwTiYJrgbTHrSK+wtYJA3L0S72yumqDWRevOKLvZ0 3ONA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=Iej1UBNb7g+R6ksXndwVsEunNUJ1d9PktvuvrPl8f94=; b=ru8ghYCxHmLgFd6X3ywrcQ6j9gPGio7e9MIxbPJ2i8xkYkJbK0muDALG7IBQDvSSiA l5lBFgbRJ2nabvfOzoS6aeFXDW2y9QiumkgSzIs/6AI0EjpT3Ga8SXmYAHPIQQLX8zCI U7+u/mNw/iP7O5/B7gioPekELJ0f7O9zi7OvdNwIbHqQrWicu98QXZqnWPgPcPvit2eJ H/x3VyzV2u62Ys+2STH/obWaVcHW6VLYdcR/qEIU5szOApdLNq7TCbWuSs++JwQpZqkf i1Tb+gwiEUscFCBLccAFmXpjJNKd7JTUNa357FNusTB9tpaKtf1tlkH+qd2isSpLJL04 kMzw== X-Gm-Message-State: AHPjjUg38R7jftvUA0YHPgbiN7p17a9j60l9j79MLWd7b9ZsS7JHelga N+Hfa5c/uJMgdDBZ X-Google-Smtp-Source: AOwi7QD4M1CulyEwcJOQsiYDSMn6mSbGgzYoYhSgeq4iWf6G/UTka/9AGqoBJBcNdqKkpWM9YjU6Ig== X-Received: by 10.107.6.153 with SMTP id f25mr1565678ioi.348.1504676003836; Tue, 05 Sep 2017 22:33:23 -0700 (PDT) Received: from ala-d2121-lx1.wrs.com (unknown-156-139.windriver.com. [147.11.156.139]) by smtp.gmail.com with ESMTPSA id f140sm1088110ioe.33.2017.09.05.22.33.22 (version=TLS1_1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 05 Sep 2017 22:33:22 -0700 (PDT) From: Bin Meng To: Tom Rini , Simon Glass , U-Boot Mailing List Date: Tue, 5 Sep 2017 22:37:45 -0700 Message-Id: <1504676265-21604-2-git-send-email-bmeng.cn@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1504676265-21604-1-git-send-email-bmeng.cn@gmail.com> References: <1504676265-21604-1-git-send-email-bmeng.cn@gmail.com> Subject: [U-Boot] [PATCH v2 2/2] tools: .gitignore: Add libfdt related files X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" Some files are generated during libfdt build. Ignore them. This was wrongly put in the .gitignore in the root directory before. Now let's remove entries there and put them in the right place. Fixes: 34e2c285 ("gitignore: add intermediates from libfdt build") Signed-off-by: Bin Meng --- Changes in v2: - remove commit 34e2c285 did .gitignore | 8 -------- tools/.gitignore | 4 ++++ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index f6f5dae..29757aa 100644 --- a/.gitignore +++ b/.gitignore @@ -57,14 +57,6 @@ fit-dtb.blob /include/config/ /include/generated/ -# Since "ee95d10 fdt: Build the new python libfdt module", a number of -# build artifacts and intermediated from the python libfdt module are -# installed into the /tools directory. -/tools/_libfdt.so -/tools/libfdt.py -/tools/libfdt.pyc -/tools/libfdt_wrap.c - # stgit generated dirs patches-* .stgit-edit.txt diff --git a/tools/.gitignore b/tools/.gitignore index 6a487d2..5293d44 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -1,3 +1,4 @@ +/_libfdt.so /atmel_pmecc_params /bin2header /bmp_logo @@ -16,6 +17,9 @@ /img2srec /kwboot /lib/ +/libfdt.py +/libfdt.pyc +/libfdt_wrap.c /mips-relocs /mkenvimage /mkexynosspl