Re: [PATCH v2 2/3] arm: Add [U]EFI runtime services support

2013-10-17 Thread Mark Salter
On Thu, 2013-10-17 at 16:31 +0200, Leif Lindholm wrote: > On Thu, Oct 17, 2013 at 03:07:39PM +0100, Matt Fleming wrote: > > > +/* > > > + * If you need to (temporarily) support buggy firmware. > > > + */ > > > +#define KEEP_BOOT_SERVICES_REGIONS > > > > Have you seen firmware that requires this?

Re: [PATCH v2 2/3] arm: Add [U]EFI runtime services support

2013-10-17 Thread Leif Lindholm
On Thu, Oct 17, 2013 at 03:07:39PM +0100, Matt Fleming wrote: > > +/* > > + * If you need to (temporarily) support buggy firmware. > > + */ > > +#define KEEP_BOOT_SERVICES_REGIONS > > Have you seen firmware that requires this? I'm just curious more than > anything else. Not really. I _think_ I

Re: [PATCH v2 2/3] arm: Add [U]EFI runtime services support

2013-10-17 Thread Matt Fleming
On Thu, 03 Oct, at 12:24:40PM, Leif Lindholm wrote: > +/* > + * If you need to (temporarily) support buggy firmware. > + */ > +#define KEEP_BOOT_SERVICES_REGIONS Have you seen firmware that requires this? I'm just curious more than anything else. > +/* > + * Returns 1 if 'facility' is enabled, 0

Re: [PATCH v2 2/3] arm: Add [U]EFI runtime services support

2013-10-17 Thread Matt Fleming
On Thu, 03 Oct, at 12:24:40PM, Leif Lindholm wrote: +/* + * If you need to (temporarily) support buggy firmware. + */ +#define KEEP_BOOT_SERVICES_REGIONS Have you seen firmware that requires this? I'm just curious more than anything else. +/* + * Returns 1 if 'facility' is enabled, 0

Re: [PATCH v2 2/3] arm: Add [U]EFI runtime services support

2013-10-17 Thread Leif Lindholm
On Thu, Oct 17, 2013 at 03:07:39PM +0100, Matt Fleming wrote: +/* + * If you need to (temporarily) support buggy firmware. + */ +#define KEEP_BOOT_SERVICES_REGIONS Have you seen firmware that requires this? I'm just curious more than anything else. Not really. I _think_ I saw it on a

Re: [PATCH v2 2/3] arm: Add [U]EFI runtime services support

2013-10-17 Thread Mark Salter
On Thu, 2013-10-17 at 16:31 +0200, Leif Lindholm wrote: On Thu, Oct 17, 2013 at 03:07:39PM +0100, Matt Fleming wrote: +/* + * If you need to (temporarily) support buggy firmware. + */ +#define KEEP_BOOT_SERVICES_REGIONS Have you seen firmware that requires this? I'm just curious

[PATCH v2 2/3] arm: Add [U]EFI runtime services support

2013-10-03 Thread Leif Lindholm
This patch implements basic support for UEFI runtime services in the ARM architecture - a requirement for using efibootmgr to read and update the system boot configuration. It uses the generic configuration table scanning to populate ACPI and SMBIOS pointers. Signed-off-by: Leif Lindholm ---

[PATCH v2 2/3] arm: Add [U]EFI runtime services support

2013-10-03 Thread Leif Lindholm
This patch implements basic support for UEFI runtime services in the ARM architecture - a requirement for using efibootmgr to read and update the system boot configuration. It uses the generic configuration table scanning to populate ACPI and SMBIOS pointers. Signed-off-by: Leif Lindholm