Re: [PATCH V6 3/8] Add helper function to get and convert EFI command line

2014-01-14 Thread Roy Franz
On Mon, Jan 13, 2014 at 7:04 AM, Matt Fleming wrote: > On Fri, 10 Jan, at 08:30:12AM, Roy Franz wrote: >> Add an EFI stub helper function to retrieve the EFI command line using >> the LOADED_IMAGE_PROTOCOL, and convert it to ASCII. This function will >> be shared by the various EFI stub

Re: [PATCH V6 3/8] Add helper function to get and convert EFI command line

2014-01-14 Thread Roy Franz
On Mon, Jan 13, 2014 at 7:04 AM, Matt Fleming m...@console-pimps.org wrote: On Fri, 10 Jan, at 08:30:12AM, Roy Franz wrote: Add an EFI stub helper function to retrieve the EFI command line using the LOADED_IMAGE_PROTOCOL, and convert it to ASCII. This function will be shared by the various

Re: [PATCH V6 3/8] Add helper function to get and convert EFI command line

2014-01-13 Thread Matt Fleming
On Fri, 10 Jan, at 08:30:12AM, Roy Franz wrote: > Add an EFI stub helper function to retrieve the EFI command line using > the LOADED_IMAGE_PROTOCOL, and convert it to ASCII. This function will > be shared by the various EFI stub implementations. > > Signed-off-by: Roy Franz > --- >

Re: [PATCH V6 3/8] Add helper function to get and convert EFI command line

2014-01-13 Thread Matt Fleming
On Fri, 10 Jan, at 08:30:12AM, Roy Franz wrote: Add an EFI stub helper function to retrieve the EFI command line using the LOADED_IMAGE_PROTOCOL, and convert it to ASCII. This function will be shared by the various EFI stub implementations. Signed-off-by: Roy Franz roy.fr...@linaro.org ---

[PATCH V6 3/8] Add helper function to get and convert EFI command line

2014-01-10 Thread Roy Franz
Add an EFI stub helper function to retrieve the EFI command line using the LOADED_IMAGE_PROTOCOL, and convert it to ASCII. This function will be shared by the various EFI stub implementations. Signed-off-by: Roy Franz --- drivers/firmware/efi/efi-stub-helper.c | 30

[PATCH V6 3/8] Add helper function to get and convert EFI command line

2014-01-10 Thread Roy Franz
Add an EFI stub helper function to retrieve the EFI command line using the LOADED_IMAGE_PROTOCOL, and convert it to ASCII. This function will be shared by the various EFI stub implementations. Signed-off-by: Roy Franz roy.fr...@linaro.org --- drivers/firmware/efi/efi-stub-helper.c | 30