x86, efi: Allow slash in file path of initrd
authorLee, Chun-Yi <joeyli.kernel@gmail.com>
Thu, 20 Dec 2012 11:33:22 +0000 (19:33 +0800)
committerMatt Fleming <matt.fleming@intel.com>
Thu, 31 Jan 2013 14:44:44 +0000 (14:44 +0000)
commitdeb94101c4fda22e152c2a311210cf09ae51adf6
treec7a7ee83eae23fe9a4949b35f081641745cec951
parent04c2eee5b9dfcb13f3cd07a5537fb8c785f2751a
x86, efi: Allow slash in file path of initrd

When initrd file didn't put at the same place with stub kernel, we
need give the file path of initrd, but need use backslash to separate
directory and file. It's not friendly to unix/linux user, and not so
intuitive for bootloader forward paramters to efi stub kernel by
chainloading.

This patch add support to handle_ramdisks for allow slash in file path
of initrd, it convert slash to backlash when parsing path.

In additional, this patch also separates print code of efi_char16_t from
efi_printk, and print out the path/filename of initrd when failed to open
initrd file. It's good for debug and discover typo.

Cc: Matthew Garrett <mjg59@srcf.ucam.org>
Cc: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Lee, Chun-Yi <jlee@suse.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
arch/x86/boot/compressed/eboot.c