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)
committerMark Brown <broonie@linaro.org>
Mon, 16 Jun 2014 20:18:08 +0000 (21:18 +0100)
commit9bbef751b9efa6a56d137f9636d15036512b44da
treea100023d16f994a33e2bba4f22f7ba54c4dfafe5
parent1e4247bf980786f472f3a693be2b72da94661c7e
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>
(cherry picked from commit 46f4582e7cbc5f30127183812d4da875782518f5)
Signed-off-by: Mark Brown <broonie@linaro.org>
arch/x86/boot/compressed/eboot.c
drivers/firmware/efi/efi-stub-helper.c