Re: [PATCH v2 1/2] configure: Only decompress EDK2 blobs for X86/ARM targets

2019-11-08 Thread Laszlo Ersek
On 11/08/19 12:45, Philippe Mathieu-Daudé wrote: > The EDK2 firmware blobs only target the X86/ARM architectures. > Define the DECOMPRESS_EDK2_BLOBS variable and only decompress > the blobs when the variable exists. > > Fixes: 536d2173b2b > Suggested-by: Thomas Huth > Signed-off-by: Philippe Math

Re: [PATCH v2 1/2] configure: Only decompress EDK2 blobs for X86/ARM targets

2019-11-08 Thread Luc Michel
On 11/8/19 12:45 PM, Philippe Mathieu-Daudé wrote: > The EDK2 firmware blobs only target the X86/ARM architectures. > Define the DECOMPRESS_EDK2_BLOBS variable and only decompress > the blobs when the variable exists. > > Fixes: 536d2173b2b > Suggested-by: Thomas Huth > Signed-off-by: Philippe Ma

Re: [PATCH v2 1/2] configure: Only decompress EDK2 blobs for X86/ARM targets

2019-11-08 Thread Wainer dos Santos Moschetta
On 11/8/19 9:45 AM, Philippe Mathieu-Daudé wrote: The EDK2 firmware blobs only target the X86/ARM architectures. Define the DECOMPRESS_EDK2_BLOBS variable and only decompress the blobs when the variable exists. Fixes: 536d2173b2b Suggested-by: Thomas Huth Signed-off-by: Philippe Mathieu-Daudé

Re: [PATCH v2 1/2] configure: Only decompress EDK2 blobs for X86/ARM targets

2019-11-08 Thread Philippe Mathieu-Daudé
On 11/8/19 12:45 PM, Philippe Mathieu-Daudé wrote: The EDK2 firmware blobs only target the X86/ARM architectures. Define the DECOMPRESS_EDK2_BLOBS variable and only decompress the blobs when the variable exists. Fixes: 536d2173b2b Suggested-by: Thomas Huth Signed-off-by: Philippe Mathieu-Daudé

Re: [PATCH v2 1/2] configure: Only decompress EDK2 blobs for X86/ARM targets

2019-11-08 Thread Daniel P . Berrangé
On Fri, Nov 08, 2019 at 12:45:30PM +0100, Philippe Mathieu-Daudé wrote: > The EDK2 firmware blobs only target the X86/ARM architectures. > Define the DECOMPRESS_EDK2_BLOBS variable and only decompress > the blobs when the variable exists. > > Fixes: 536d2173b2b > Suggested-by: Thomas Huth > Signe

[PATCH v2 1/2] configure: Only decompress EDK2 blobs for X86/ARM targets

2019-11-08 Thread Philippe Mathieu-Daudé
The EDK2 firmware blobs only target the X86/ARM architectures. Define the DECOMPRESS_EDK2_BLOBS variable and only decompress the blobs when the variable exists. Fixes: 536d2173b2b Suggested-by: Thomas Huth Signed-off-by: Philippe Mathieu-Daudé --- v2: new --- Makefile | 2 ++ configure | 13 +