Re: [PATCH v4 6/8] efi: load SSTDs from EFI variables

2016-06-30 Thread Octavian Purdila
On Thu, Jun 23, 2016 at 4:22 PM, Matt Fleming wrote: > On Fri, 17 Jun, at 02:52:14PM, 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 the same name (regardle

Re: [PATCH v4 6/8] efi: load SSTDs from EFI variables

2016-06-23 Thread Matt Fleming
On Fri, 17 Jun, at 02:52:14PM, 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 the same name (regardless of the vendor GUID) will be > loaded. > > Note that we c