Displaying 3 results from an estimated 3 matches for "startimag".
Did you mean:
startimage
2016 Mar 20
0
[PATCH 0/1] EFI image booting capabilities
...:
> + * Boots an efi image
> + */
> +int efi_boot_efi(void *kernel_buf, size_t kernel_size,
> + char *cmdline, int cmdlineSize)
> +{
> +
> +char* szLoadImage = "LoadImage()";
> +char* szHandleProtocol = "HandleProtocol()";
> +char* szStartImage = "StartImage()";
> +
> +char* action = NULL;
> +
> +EFI_LOADED_IMAGE * image_info = NULL;
> +EFI_HANDLE Child_image_handle;
> +EFI_LOADED_IMAGE * Child_image_info = NULL;
> +EFI_STATUS status;
> +
> +CHAR16 w_emptyCmdLine [4...
2015 Feb 20
6
[PATCH 0/1] EFI image booting capabilities
...t_boot(struct boot_params
return 0;
}
+
+/* efi_boot_efi:
+ * Boots an efi image
+ */
+int efi_boot_efi(void *kernel_buf, size_t kernel_size,
+ char *cmdline, int cmdlineSize)
+{
+
+char* szLoadImage = "LoadImage()";
+char* szHandleProtocol = "HandleProtocol()";
+char* szStartImage = "StartImage()";
+
+char* action = NULL;
+
+EFI_LOADED_IMAGE * image_info = NULL;
+EFI_HANDLE Child_image_handle;
+EFI_LOADED_IMAGE * Child_image_info = NULL;
+EFI_STATUS status;
+
+CHAR16 w_emptyCmdLine [4]={0,0,0,0};
+
+
+
+status = uefi_call_wrapper(BS->HandleProtocol, 3, ima...
2018 May 21
1
UEFI support for chain.c32 in 6.04 syslinux
On Fri, 2016-12-23 at 08:43 -0500, Gene Cumm via Syslinux wrote:
> On Thu, Dec 15, 2016 at 2:59 PM, Robin Mathews (robimath) via
> Syslinux
> <syslinux at zytor.com> wrote:
> >
> > Hi Folks ,
> >
> > Can you please let me know if there is any fix for chain
> > loading??UEFI boot loader using chain.c32??in 6.04 release ?
> > I am booting my