From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=209.132.183.28; helo=mx1.redhat.com; envelope-from=lersek@redhat.com; receiver=edk2-devel@lists.01.org Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 262BC21A1097D for ; Mon, 27 Nov 2017 10:59:48 -0800 (PST) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 08CD3356FE; Mon, 27 Nov 2017 19:04:10 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-232.rdu2.redhat.com [10.10.120.232]) by smtp.corp.redhat.com (Postfix) with ESMTP id D2AD55D753; Mon, 27 Nov 2017 19:04:07 +0000 (UTC) From: Laszlo Ersek To: edk2-devel-01 Cc: Ard Biesheuvel , Jordan Justen Date: Mon, 27 Nov 2017 20:03:52 +0100 Message-Id: <20171127190354.13699-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Mon, 27 Nov 2017 19:04:10 +0000 (UTC) Subject: [PATCH 0/2] OvmfPkg/QemuBootOrderLib: multiplicity update for OFW <-> UEFI matching X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2017 18:59:48 -0000 Two small patches with verbose commit messages. Repo: https://github.com/lersek/edk2.git Branch: qemu_boot_order_multimatch Cc: Ard Biesheuvel Cc: Jordan Justen Laszlo Ersek (2): OvmfPkg/QemuBootOrderLib: skip already matched / appended UEFI boot opts OvmfPkg/QemuBootOrderLib: let an OFW devpath match multiple UEFI boot opts OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.14.1.3.gb7cf6e02401b