efi: Generalize handle_ramdisks() and rename to handle_cmdline_files().
authorRoy Franz <roy.franz@linaro.org>
Sun, 22 Sep 2013 22:45:39 +0000 (15:45 -0700)
committerMatt Fleming <matt.fleming@intel.com>
Wed, 25 Sep 2013 11:34:43 +0000 (12:34 +0100)
commit46f4582e7cbc5f30127183812d4da875782518f5
tree64ec73c1251abeac12d1e1da6a37fb05ba60bd55
parent0e1cadb05bba2293b4575c8cab275313d181d94f
efi: Generalize handle_ramdisks() and rename to handle_cmdline_files().

The handle_cmdline_files now takes the option to handle as a string,
and returns the loaded data through parameters, rather than taking
an x86 specific setup_header structure.  For ARM, this will be used
to load a device tree blob in addition to initrd images.

Signed-off-by: Roy Franz <roy.franz@linaro.org>
Acked-by: Mark Salter <msalter@redhat.com>
Reviewed-by: Grant Likely <grant.likely@linaro.org>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
arch/x86/boot/compressed/eboot.c
drivers/firmware/efi/efi-stub-helper.c