]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitee48b7bd3b7f86d7d05a0ff7b7edf24b906a16c9
tree64ec73c1251abeac12d1e1da6a37fb05ba60bd55
parent2f44c63458be90cfd1c1f62e6a39945ff2cc01a2
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