Re: [RFC PATCH v2 07/10] efi: load SSTDs from EFI variables

2016-05-09 Thread Octavian Purdila
On Mon, May 9, 2016 at 7:13 AM, Jon Masters wrote: > Hi Octavian, > > Apologies for missing this earlier, just catching up on this thread... Hi Jon, > > On 04/19/2016 06:39 PM, Octavian Purdila wrote: > >> This patch allows SSDTs to be loaded from EFI variables. It works by >>

Re: [RFC PATCH v2 07/10] efi: load SSTDs from EFI variables

2016-05-09 Thread Octavian Purdila
On Mon, May 9, 2016 at 7:13 AM, Jon Masters wrote: > Hi Octavian, > > Apologies for missing this earlier, just catching up on this thread... Hi Jon, > > On 04/19/2016 06:39 PM, Octavian Purdila wrote: > >> This patch allows SSDTs to be loaded from EFI variables. It works by >> specifying the

Re: [RFC PATCH v2 07/10] efi: load SSTDs from EFI variables

2016-05-08 Thread Jon Masters
Hi Octavian, Apologies for missing this earlier, just catching up on this thread... On 04/19/2016 06:39 PM, Octavian Purdila wrote: > This patch allows SSDTs to be loaded from EFI variables. It works by > specifying the EFI variable name containing the SSDT to be loaded. All > variables with

Re: [RFC PATCH v2 07/10] efi: load SSTDs from EFI variables

2016-05-08 Thread Jon Masters
Hi Octavian, Apologies for missing this earlier, just catching up on this thread... On 04/19/2016 06:39 PM, Octavian Purdila wrote: > This patch allows SSDTs to be loaded from EFI variables. It works by > specifying the EFI variable name containing the SSDT to be loaded. All > variables with

[RFC PATCH v2 07/10] efi: load SSTDs from EFI variables

2016-04-19 Thread Octavian Purdila
This patch allows SSDTs to be loaded from EFI variables. It works by specifying the EFI variable name containing the SSDT to be loaded. All variables with the same name (regardless of the vendor GUID) will be loaded. Note that we can't use acpi_install_table and we must rely on the dynamic ACPI

[RFC PATCH v2 07/10] efi: load SSTDs from EFI variables

2016-04-19 Thread Octavian Purdila
This patch allows SSDTs to be loaded from EFI variables. It works by specifying the EFI variable name containing the SSDT to be loaded. All variables with the same name (regardless of the vendor GUID) will be loaded. Note that we can't use acpi_install_table and we must rely on the dynamic ACPI