Received: by 10.223.164.200 with SMTP id h8csp720662wrb; Sun, 5 Nov 2017 19:42:37 -0800 (PST) X-Google-Smtp-Source: ABhQp+QgE3zTsFaSLrDWAR1nbEkukTeH8VppRmVGfWHHp1kOH2YEKo0uqrS5em7KI+EumEpfLSsw X-Received: by 10.101.81.6 with SMTP id f6mr14416010pgq.64.1509939757031; Sun, 05 Nov 2017 19:42:37 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1509939756; cv=none; d=google.com; s=arc-20160816; b=SvTWEabrO7+Mn92MEMpfYiRH3dOMFz3Me9PSBv0hSIdXMSE8T/A7S10QoZvL62uqEh Z8L0S1ChgJIWDXxBiD8TqfGp7j9PmFsZ+I4mEg5krFPUgBtvrhB5/BSqOHAvN1/JGHHU LAYzJSfRproVpNyC+3ww77rFSARxSzazXY39+0xtx6s2jbydRlYgEqw0mnyyCJfXn9+a 12V0cOEBPDtf5iemOFx5AQIOFEZAiicwOKmew+NWG5m+exj3JrD+q747JjWvRmCeZNlE x4rt3pVZr4waZW5UhLPQp/fC2LJzZxLhek8t7cYt1iAyyV8ZWEQxgXFfB6ofEcf0Ie/5 vtcA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=x9B1d6rwx1I/nOX49bXwEYa1gKssO7zALhACpMojHGA=; b=QHEzsXLdqL6UNwl396uAhyJizuB0K+hKhP8FhwR/uJ2jrllzsPa33HIyBFhQup5czz fK6y3KaTmU28nJMW3jzIJwEgfkX3/R3ZJAbRVkYEARy/7epPbGjIsN4UpLXMKiclPjTa kW0qvTbVQlPlvAy59dFa4AtZerEmv5jxFBC78EeFGfObL7cDc0JiO/NIt1W7l1SOKusB oY+tjTRUyIk/O97mmPC+82/H9iloei6+HMKAZH5yL+QKQdIw1RrV8IwRxd11hYNYPTFQ Ap5UucRpF9YrE0Rj0S1UAqecKUV3LRRqP/POZEqppqDgL8G1y+guuAOw40HAlxl/eN8Q f86g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z3si9409357pln.252.2017.11.05.19.42.24; Sun, 05 Nov 2017 19:42:36 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751623AbdKFDkP (ORCPT + 96 others); Sun, 5 Nov 2017 22:40:15 -0500 Received: from mga01.intel.com ([192.55.52.88]:19017 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751074AbdKFDkO (ORCPT ); Sun, 5 Nov 2017 22:40:14 -0500 Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Nov 2017 19:40:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,350,1505804400"; d="scan'208";a="171862335" Received: from gvt-dell.bj.intel.com (HELO gvt-dell-host.bj.intel.com) ([10.238.154.59]) by fmsmga005.fm.intel.com with ESMTP; 05 Nov 2017 19:40:12 -0800 From: changbin.du@intel.com To: hpa@zytor.com, tglx@linutronix.de Cc: mingo@redhat.com, x86@kernel.org, linux-kernel@vger.kernel.org, yamada.masahiro@socionext.com, Changbin Du Subject: [PATCH v2 0/4] x86, kbuild: Some improvement for fdimage/isoimage generation Date: Mon, 6 Nov 2017 11:32:55 +0800 Message-Id: <1509939179-7556-1-git-send-email-changbin.du@intel.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Changbin Du This serias is a expansion of below original patch after discussion with Ingo and Yamada. [PATCH] x86, build: Improve the isolinux searching of isoimage generation v2: some improvement for commit messages. Changbin Du (4): x86, build: Factor out fdimage/isoimage generation commands to standalone script x86, build: Add new paths for isolinux.bin and ldlinux.c32 x86, build: Specify -input-charset=utf-8 for mkisofs x86, boot: Add some generated files to the .gitignore file arch/x86/boot/.gitignore | 3 ++ arch/x86/boot/Makefile | 59 +++++------------------ arch/x86/boot/genimage.sh | 119 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 133 insertions(+), 48 deletions(-) create mode 100644 arch/x86/boot/genimage.sh -- 2.7.4 From 1583038056781914717@xxx Fri Nov 03 09:52:16 +0000 2017 X-GM-THRID: 1583038056781914717 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread