Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S944170AbdDTJoj (ORCPT ); Thu, 20 Apr 2017 05:44:39 -0400 Received: from mail-wr0-f174.google.com ([209.85.128.174]:36027 "EHLO mail-wr0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S944155AbdDTJob (ORCPT ); Thu, 20 Apr 2017 05:44:31 -0400 Subject: Re: [PATCH v2 0/3] efi: add support for non-standard capsule headers To: Jan Kiszka , Matt Fleming , Ard Biesheuvel References: Cc: linux-efi@vger.kernel.org, Linux Kernel Mailing List , Andy Shevchenko , Hock Leong Kweh , Borislav Petkov , Sascha Weisenberger From: "Bryan O'Donoghue" Message-ID: <89abffb4-879a-16d9-42e0-276f75566f29@nexus-software.ie> Date: Thu, 20 Apr 2017 10:48:46 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 588 Lines: 16 On 19/04/17 19:32, Jan Kiszka wrote: > This picks up the patches Ard send before in [1], including the > "left-over" patches 6..8. > > As Ard suggested, I've taken updated patches 6 and 7 of him from [2] > which address reviewer comments. Furthermore, I've changed patch 8 to > factor out the Quark quirk logic from the overloaded > efi_capsule_setup_info as requested by Matt and also applied Andy's > suggestion to have a quirk dispatcher table with callbacks. > > Tested successfully on the IOT2040 - still without a working Galileo > board. I'll run it on a Galileo for you today.