Re: [PATCH v2 2/5] efi: provide a generic efi_config_init()

2013-08-07 Thread Leif Lindholm
On Mon, Aug 05, 2013 at 01:15:40PM +0100, Matt Fleming wrote: > > +static __init int match_config_table(efi_guid_t *guid, > > +unsigned long table, > > +efi_config_table_type_t *table_types) > > +{ > > + u8 str[38]; > > Shouldn't th

Re: [PATCH v2 2/5] efi: provide a generic efi_config_init()

2013-08-05 Thread Matt Fleming
On Fri, 02 Aug, at 05:56:19PM, Leif Lindholm wrote: > Common to (U)EFI support on all platforms is the global "efi" data > structure, and the code that parses the System Table to locate > addresses to populate that structure with. > > This patch adds both of these to the global EFI driver code. >