From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752519AbdKEJZg (ORCPT ); Sun, 5 Nov 2017 04:25:36 -0500 Received: from mga04.intel.com ([192.55.52.120]:32675 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750725AbdKEJZf (ORCPT ); Sun, 5 Nov 2017 04:25:35 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,346,1505804400"; d="scan'208";a="1033655799" 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 0/4] x86, kbuild: Some improvements for fdimage/isoimage generation Date: Sun, 5 Nov 2017 17:18:09 +0800 Message-Id: <1509873493-17929-1-git-send-email-changbin.du@intel.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org 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 Changbin Du (4): x86, build: Fact 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