From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933981AbcHDPw2 (ORCPT ); Thu, 4 Aug 2016 11:52:28 -0400 Received: from mail-wm0-f47.google.com ([74.125.82.47]:35171 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932490AbcHDPw0 (ORCPT ); Thu, 4 Aug 2016 11:52:26 -0400 Date: Thu, 4 Aug 2016 16:52:22 +0100 From: Matt Fleming To: Lukas Wunner Cc: linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org, Andreas Noever , Pierre Moreau , reverser@put.as, linux-acpi@vger.kernel.org Subject: Re: [PATCH 5/6] efi: Assign Apple device properties Message-ID: <20160804155222.GN3636@codeblueprint.co.uk> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24+41 (02bc14ed1569) (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 28 Jul, at 02:25:41AM, Lukas Wunner wrote: > We've just extended the efistub to retrieve device properties from EFI > on Apple Macs and stash them in a setup_data payload. I'd really like to see this patch merged with the EFI boot stub patch, if possible because it makes for a more cohesive patch (and it'd be easier to review).