Re: [PATCH v3 3/3] efi: implement interruptible runtime services

2016-02-11 Thread Sylvain Chouleur
2016-02-11 15:19 GMT+01:00 Matt Fleming : > Did you have any luck binding this driver to the other > Broxton-specific drivers? > > Additionally, you're going to want to make sure that > efi_enabled(EFI_OLD_MEMMAP) is false in efi_interruptible_init(), > otherwise you can't use the new EFI page tabl

Re: [PATCH v3 3/3] efi: implement interruptible runtime services

2016-02-11 Thread Matt Fleming
On Wed, 13 Jan, at 05:32:42PM, Sylvain Chouleur wrote: > From: Sylvain Chouleur > > This patch adds an implementation of EFI runtime services wappers which > allow interrupts and preemption during execution of BIOS code. > > It's needed by Broxton platform which requires the OS to do the write >