Re: [PATCH 2/2] x86,efi: Implement no_storage_paranoia parameter

2013-04-11 Thread Matt Fleming
On 10/04/13 09:59, Richard Weinberger wrote: > Using this parameter one can disable the storage_size/2 check if > he is really sure that the UEFI does sane gc and fulfills the spec. > > This parameter is useful if a devices uses more than 50% of the > storage by default. > The Intel DQSW67 desktop

[PATCH 2/2] x86,efi: Implement no_storage_paranoia parameter

2013-04-10 Thread Richard Weinberger
Using this parameter one can disable the storage_size/2 check if he is really sure that the UEFI does sane gc and fulfills the spec. This parameter is useful if a devices uses more than 50% of the storage by default. The Intel DQSW67 desktop board is such an sucker for exmaple. Signed-off-by: Ric