From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::144; helo=mail-it1-x144.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it1-x144.google.com (mail-it1-x144.google.com [IPv6:2607:f8b0:4864:20::144]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 3429021198CB9 for ; Tue, 11 Dec 2018 00:01:34 -0800 (PST) Received: by mail-it1-x144.google.com with SMTP id h65so2305993ith.3 for ; Tue, 11 Dec 2018 00:01:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=NPJlZ5hjG2rKA6SEWDOZd9OY7/qLy6YdDnWXaOXm8WM=; b=jAKBFdyzTtAv+mQOlgFFwavwi720qGAYh+F3X2MMbdkmUD3SNmx6EV4/ZKoBtkvNrR FIIlj2xO2j0Oz0+eCO41ivtCbG3yzrY9RZ58KrcuvuMDY45yWf3PonnvKKJNoICM/kWh /TgrWdJyfyZf9th2elrF8CTDajpYJOeQYQLdA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=NPJlZ5hjG2rKA6SEWDOZd9OY7/qLy6YdDnWXaOXm8WM=; b=ng0UEHvrusZ3q+yKqiPMlt1DsfaPoDNxGwUfhYhcW8BWGdmqhCUZLQQbV3tQ3JRnK2 7Crq1kiaIeG2OS/EsdTE3top1VrU2XfqTauEP3CVm+ziNphuesB9vOj5JKArtAUhoOZ+ gEIfx8nc6LA6VOIiZfLlZrk3smOkTQOQNixKTSzjcZfQoc/35qgtnw0vKlb9GXB/wQJj lYS2r6hyeJ6dFVG0hFxNz91tz3IP3KAPr27CT8lsLsLYi24osdsIYanSHlt/JS/6cAqc HGVpamWwKUFJD5YWtCzoCufr97DbNhGnRJ0oYa8BpOw7XV3gyDVtdG/YQ92K6eG+0uor o7RA== X-Gm-Message-State: AA+aEWadXiLusq3XFN2hUhKiBwQ1GQe1KuiysEHOl4ITvF5Y6VOEoMxr TxFiP423xZ2gFulmKehSQCNEEdkndow+2WYd06Kr/A== X-Google-Smtp-Source: AFSGD/V3k977buns1yuumbtxWkFsEUku9evnoPKJxwKrUYOwffg2HqSHXvJygohie2N+UjVYfZZ2I4uMct3v3csW9EM= X-Received: by 2002:a24:edc4:: with SMTP id r187mr1487774ith.158.1544515294314; Tue, 11 Dec 2018 00:01:34 -0800 (PST) MIME-Version: 1.0 References: <20181205185020.21441-1-ard.biesheuvel@linaro.org> <20181210215823.nxk2z3qpqrcce63v@bivouac.eciton.net> In-Reply-To: <20181210215823.nxk2z3qpqrcce63v@bivouac.eciton.net> From: Ard Biesheuvel Date: Tue, 11 Dec 2018 09:01:22 +0100 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" , Alan Ott , Graeme Gregory Subject: Re: [PATCH edk2-platforms 0/6] Styx: fixes for IASL abuse and more X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2018 08:01:35 -0000 Content-Type: text/plain; charset="UTF-8" On Mon, 10 Dec 2018 at 22:58, Leif Lindholm wrote: > > On Wed, Dec 05, 2018 at 07:50:14PM +0100, Ard Biesheuvel wrote: > > Primarily, this series gets rid of the hacked up way this platform > > patches the DSDT at build time, by #include'ing intermediate output > > of the iasl compiler [or some version of it, at least] > > > > While at it, apply some other cleanups/improvements. > > All but the last one seem like they're following some form of common > thread. But anyway: > Reviewed-by: Leif Lindholm > Thanks Pushed as 0eaa50231c02..217713e2cfc9