Message ID | cover.1533686335.git.geoff@infradead.org |
---|---|
State | Accepted |
Headers | show
Return-Path: <petitboot-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41lWl52DkLz9s3q for <incoming@patchwork.ozlabs.org>; Wed, 8 Aug 2018 10:01:37 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=infradead.org header.i=@infradead.org header.b="ZLt0GhUU"; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 41lWl46wsyzDqyG for <incoming@patchwork.ozlabs.org>; Wed, 8 Aug 2018 10:01:36 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=infradead.org header.i=@infradead.org header.b="ZLt0GhUU"; dkim-atps=neutral X-Original-To: Petitboot@lists.ozlabs.org Delivered-To: Petitboot@lists.ozlabs.org Authentication-Results: lists.ozlabs.org; spf=none (mailfrom) smtp.mailfrom=infradead.org (client-ip=2001:8b0:10b:1231::1; helo=merlin.infradead.org; envelope-from=geoff@infradead.org; receiver=<UNKNOWN>) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=infradead.org header.i=@infradead.org header.b="ZLt0GhUU"; dkim-atps=neutral Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 41lWkj0H8vzDqj4 for <Petitboot@lists.ozlabs.org>; Wed, 8 Aug 2018 10:01:13 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Date:Cc:To:Subject:From:Message-Id: Sender:Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=fw/K6Z0OHqrzVNOeOVsBUERb8UI7B2RqxEcOtsiOmZU=; b=ZLt0GhUUDRfmhj9wk5F7btf3+ S0bSXLt/cUn62QB6KmJREOhl0kEwW9CCODRgZzerlK9k03WfSHr4GJJHKp/q+yBkTWI3ZzB5aoDUS QmF6aWySdkVeIUmAZIfsSLxG2dQYe/dObFj7/yTCHuV63KH6mRgR78lOnlagoovba7gP11zbp8NhF Mk3rCRsq7GtYjYNwvjUrthnfmZVBLsWeUsBQc1p6xwvfxFqWaIRKsUpiRTGEV+73mBwF0mMA0wK6w 5rbHbUdD/ZzHEwf7wL+sp0z8dN6wSiG3E+KFHKpqLVCxCcXe3RaLzCsRadjVq8q5JA91GQr+3DYJg CRKbj6orA==; Received: from geoff by merlin.infradead.org with local (Exim 4.90_1 #2 (Red Hat Linux)) id 1fnBuX-0004Te-BC; Wed, 08 Aug 2018 00:01:09 +0000 Message-Id: <cover.1533686335.git.geoff@infradead.org> From: Geoff Levand <geoff@infradead.org> Patch-Date: Tue, 7 Aug 2018 16:58:55 -0700 Subject: [PATCH v1 0/6] Platforms, EFI Fixups To: Samuel Mendoza-Jonas <sam@mendozajonas.com> Date: Wed, 08 Aug 2018 00:01:09 +0000 X-BeenThere: petitboot@lists.ozlabs.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Petitboot bootloader development <petitboot.lists.ozlabs.org> List-Unsubscribe: <https://lists.ozlabs.org/options/petitboot>, <mailto:petitboot-request@lists.ozlabs.org?subject=unsubscribe> List-Archive: <http://lists.ozlabs.org/pipermail/petitboot/> List-Post: <mailto:petitboot@lists.ozlabs.org> List-Help: <mailto:petitboot-request@lists.ozlabs.org?subject=help> List-Subscribe: <https://lists.ozlabs.org/listinfo/petitboot>, <mailto:petitboot-request@lists.ozlabs.org?subject=subscribe> Cc: Petitboot@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: petitboot-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Petitboot" <petitboot-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org> |