Re: [PATCH 08/16] Generalize handle_ramdisks() and rename to handle_cmdline_files().

2013-08-30 Thread Grant Likely
On Fri, 9 Aug 2013 16:26:09 -0700, Roy Franz wrote: > 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 add

Re: [PATCH 08/16] Generalize handle_ramdisks() and rename to handle_cmdline_files().

2013-08-13 Thread Mark Salter
On Fri, 2013-08-09 at 16:26 -0700, Roy Franz wrote: > 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 addit

[PATCH 08/16] Generalize handle_ramdisks() and rename to handle_cmdline_files().

2013-08-09 Thread Roy Franz
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 --- arch/x