On Thu, 28 Jul, at 02:25:41AM, Lukas Wunner wrote:
> Apple EFI drivers supply device properties which are needed to support
> Macs optimally.
>
> This series extends the efistub to retrieve the device properties before
> ExitBootServices is called (patch [1/6]). They are assigned to devices
> in a
On Thu, 28 Jul, at 02:25:41AM, Lukas Wunner wrote:
>
> diff --git a/arch/x86/boot/compressed/eboot.c
> b/arch/x86/boot/compressed/eboot.c
> index ff574da..7262ee4 100644
> --- a/arch/x86/boot/compressed/eboot.c
> +++ b/arch/x86/boot/compressed/eboot.c
> @@ -571,6 +571,55 @@ free_handle:
> e
Hi Andrei,
It's been sitting for a long long time.
May I ask whether or not there is any merging plan of this?
Thanks,
On Thu, Mar 03, 2016 at 01:36:53PM -0800, Jaegeuk Kim wrote:
> Change log from v7:
> - fix an offset bug in read_file
>
> -- >8 --
> From d774cdecc2fee18ed44098c88d2a54d358bc0