Re: [PATCH v2] x86: efi: Turn off efi_enabled after setup on mixed fw/kernel

2012-10-24 Thread Maarten Lankhorst
Op 24-10-12 17:21, Olof Johansson schreef: > Hi, > > On Wed, Oct 24, 2012 at 1:40 AM, Maarten Lankhorst > wrote: >> Op 24-10-12 08:24, Olof Johansson schreef: >>> When 32-bit EFI is used with 64-bit kernel (or vice versa), turn off >>> efi_enabled once setup is done. Beyond setup, it is normally

Re: [PATCH v2] x86: efi: Turn off efi_enabled after setup on mixed fw/kernel

2012-10-24 Thread Olof Johansson
Hi, On Wed, Oct 24, 2012 at 1:40 AM, Maarten Lankhorst wrote: > Op 24-10-12 08:24, Olof Johansson schreef: >> When 32-bit EFI is used with 64-bit kernel (or vice versa), turn off >> efi_enabled once setup is done. Beyond setup, it is normally used to >> determine if runtime services are

Re: [PATCH v2] x86: efi: Turn off efi_enabled after setup on mixed fw/kernel

2012-10-24 Thread Maarten Lankhorst
Op 24-10-12 08:24, Olof Johansson schreef: > When 32-bit EFI is used with 64-bit kernel (or vice versa), turn off > efi_enabled once setup is done. Beyond setup, it is normally used to > determine if runtime services are available and we will have none. > > This will resolve issues stemming from

[PATCH v2] x86: efi: Turn off efi_enabled after setup on mixed fw/kernel

2012-10-24 Thread Olof Johansson
When 32-bit EFI is used with 64-bit kernel (or vice versa), turn off efi_enabled once setup is done. Beyond setup, it is normally used to determine if runtime services are available and we will have none. This will resolve issues stemming from efivars modprobe panicking on a 32/64-bit setup, as

[PATCH v2] x86: efi: Turn off efi_enabled after setup on mixed fw/kernel

2012-10-24 Thread Olof Johansson
When 32-bit EFI is used with 64-bit kernel (or vice versa), turn off efi_enabled once setup is done. Beyond setup, it is normally used to determine if runtime services are available and we will have none. This will resolve issues stemming from efivars modprobe panicking on a 32/64-bit setup, as

Re: [PATCH v2] x86: efi: Turn off efi_enabled after setup on mixed fw/kernel

2012-10-24 Thread Maarten Lankhorst
Op 24-10-12 08:24, Olof Johansson schreef: When 32-bit EFI is used with 64-bit kernel (or vice versa), turn off efi_enabled once setup is done. Beyond setup, it is normally used to determine if runtime services are available and we will have none. This will resolve issues stemming from

Re: [PATCH v2] x86: efi: Turn off efi_enabled after setup on mixed fw/kernel

2012-10-24 Thread Olof Johansson
Hi, On Wed, Oct 24, 2012 at 1:40 AM, Maarten Lankhorst maarten.lankho...@canonical.com wrote: Op 24-10-12 08:24, Olof Johansson schreef: When 32-bit EFI is used with 64-bit kernel (or vice versa), turn off efi_enabled once setup is done. Beyond setup, it is normally used to determine if

Re: [PATCH v2] x86: efi: Turn off efi_enabled after setup on mixed fw/kernel

2012-10-24 Thread Maarten Lankhorst
Op 24-10-12 17:21, Olof Johansson schreef: Hi, On Wed, Oct 24, 2012 at 1:40 AM, Maarten Lankhorst maarten.lankho...@canonical.com wrote: Op 24-10-12 08:24, Olof Johansson schreef: When 32-bit EFI is used with 64-bit kernel (or vice versa), turn off efi_enabled once setup is done. Beyond