From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: philmd@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Mon, 29 Jul 2019 11:03:28 -0700 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5975B2BF7B; Mon, 29 Jul 2019 18:03:27 +0000 (UTC) Received: from x1w.redhat.com (unknown [10.40.205.107]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 83EBB5C205; Mon, 29 Jul 2019 18:03:23 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Leif Lindholm , Laszlo Ersek , Ard Biesheuvel , Philippe Mathieu-Daude Subject: [PATCH 0/2] ArmPkg: DebugPeCoffExtraActionLib: debugger commands are not errors Date: Mon, 29 Jul 2019 20:03:19 +0200 Message-Id: <20190729180321.1715-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Mon, 29 Jul 2019 18:03:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, This series completes the cleanup from commit 1fce963d89f3 ("ArmPkg: DebugPeCoffExtraActionLib: debugger commands are not errors", from 2015-03-02), on PeCoffLoaderUnloadImageExtraAction(). This solves an issue when building in silent mode with -D DEBUG_PRINT_ERROR_LEVEL=3D0x80000000. With the QemuRamFbDxe platform DXE driver, when we get a driver dispatch failure it is reported as an error level: qemu-system-aarch64 -machine virt,gic-version=3D3,accel=3Dkvm -cpu host \ -display none -serial stdio -bios /usr/share/AAVMF/AAVMF_CODE.fd remove-symbol-file /builddir/build/BUILD/edk2-89910a39dcfd/Build/ArmVirtQ= emu-AARCH64/DEBUG_GCC5/AARCH64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/DEBUG/Qe= muRamfbDxe.dll 0x3F5F6000 The second patch is an obvious typo fix. Regards, Phil. Philippe Mathieu-Daud=C3=A9 (2): ArmPkg: DebugPeCoffExtraActionLib: debugger commands are not errors ArmPkg: DebugPeCoffExtraActionLib: fix trivial typos .../DebugPeCoffExtraActionLib.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) --=20 2.20.1