All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] x86, kbuild: Some improvement for fdimage/isoimage generation
@ 2017-11-06  3:32 changbin.du
  2017-11-06  3:32 ` [PATCH v2 1/4] x86, build: Factor out fdimage/isoimage generation commands to standalone script changbin.du
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: changbin.du @ 2017-11-06  3:32 UTC (permalink / raw)
  To: hpa, tglx; +Cc: mingo, x86, linux-kernel, yamada.masahiro, Changbin Du

From: Changbin Du <changbin.du@intel.com>

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-11-07 11:22 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-06  3:32 [PATCH v2 0/4] x86, kbuild: Some improvement for fdimage/isoimage generation changbin.du
2017-11-06  3:32 ` [PATCH v2 1/4] x86, build: Factor out fdimage/isoimage generation commands to standalone script changbin.du
2017-11-07 10:20   ` Ingo Molnar
2017-11-07 10:35     ` Du, Changbin
2017-11-07 11:12       ` Ingo Molnar
2017-11-07 11:13   ` [tip:x86/asm] x86/build: " tip-bot for Changbin Du
2017-11-06  3:32 ` [PATCH v2 2/4] x86, build: Add new paths for isolinux.bin and ldlinux.c32 changbin.du
2017-11-07 11:14   ` [tip:x86/asm] x86/build: " tip-bot for Changbin Du
2017-11-06  3:32 ` [PATCH v2 3/4] x86, build: Specify -input-charset=utf-8 for mkisofs changbin.du
2017-11-07 11:14   ` [tip:x86/asm] x86/build: " tip-bot for Changbin Du
2017-11-06  3:32 ` [PATCH v2 4/4] x86, boot: Add some generated files to the .gitignore file changbin.du
2017-11-07 11:14   ` [tip:x86/asm] x86/build: Add more " tip-bot for Changbin Du

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.