From nobody Mon May 6 01:52:34 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1512813398159430.5174698190376; Sat, 9 Dec 2017 01:56:38 -0800 (PST) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 99F032214E33D; Sat, 9 Dec 2017 01:52:00 -0800 (PST) Received: from mail-wm0-x244.google.com (mail-wm0-x244.google.com [IPv6:2a00:1450:400c:c09::244]) (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 22FCA2214E32B for ; Sat, 9 Dec 2017 01:51:58 -0800 (PST) Received: by mail-wm0-x244.google.com with SMTP id 9so6749210wme.4 for ; Sat, 09 Dec 2017 01:56:33 -0800 (PST) Received: from localhost.localdomain ([160.171.158.223]) by smtp.gmail.com with ESMTPSA id n14sm3590252wmh.37.2017.12.09.01.56.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 09 Dec 2017 01:56:30 -0800 (PST) X-Original-To: edk2-devel@lists.01.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::244; helo=mail-wm0-x244.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=L14f8XU4B0Xv+gPh9Cpzk8IFQcv3KbSqPj/xR6ohf5A=; b=Xr21aIltRfoYYqwcgQyn2+CzNO64L38J5kzldW61QPwZCwfZuyFBoMMpha90mVAlz4 QtjeHMUOfo/gZAhoAWz4RRmQIdF8FZMOgKpH7pf44WjQdsi1avqOvNJadob/qp099jK/ GxOTYSNhefuUW5oX9cbkXBXh8h1oP7voykFJY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=L14f8XU4B0Xv+gPh9Cpzk8IFQcv3KbSqPj/xR6ohf5A=; b=bNVaAFkl2SRWNhhj9opFr4FoddFm6Zmxq6ixXNoSdPOnNJ1LnkmKhOmwLTBzDConcZ 4U5HWcTnimk+cmlaHYK/9LO+/tm+Y6dv7p1C1w+beH8VkU5qbLdP+GN43Kg0AQv58EnZ oY3h3wn6KgI8W2FnjHSVfxji1BX2/L65lomhILGDGlm++AyaRmCR+JZGErjYLV+EXw6c 0dOur4zxAFVRm/wdXMhD0qhVe1oXuBnyqAYzuyyLGkqV4tkidMEKcUOZ2oEjr5CI+OT2 Vg4JPZla0LFjYHp33vhh0LzzPjHdo3uXjkLwKtJBP8QNYYqOoxJcB9GapLjAZzyaf+Pl Q9hg== X-Gm-Message-State: AKGB3mLNkbDb1pEI4i94jV770t5n5PFdR2Z3Ia98uHs1SUDB8CDcMEEu NMJkf2D+GrsYnPwRi6JYAGJbuXH2ybs= X-Google-Smtp-Source: AGs4zMYnOWBU6rSUYZ697WHvdx0rTbhCya1nE5cWwIbjbvqP3sTBiNJFs3/yNYZRAuZn5Aar/6zutA== X-Received: by 10.28.191.80 with SMTP id p77mr5755197wmf.85.1512813392129; Sat, 09 Dec 2017 01:56:32 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Date: Sat, 9 Dec 2017 09:56:24 +0000 Message-Id: <20171209095624.20915-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 Subject: [edk2] [PATCH] ArmPkg/PlatformBootManagerLib: add missing newline 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: , Cc: leif.lindholm@linaro.org, Ard Biesheuvel MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Add a missing newline to the version string output that is displayed on the serial console, or the next line will be appended to it. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm --- ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c b/ArmPkg/Li= brary/PlatformBootManagerLib/PlatformBm.c index ccdb3e0a5d78..61ab61ccc780 100644 --- a/ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c +++ b/ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c @@ -549,7 +549,7 @@ PlatformBootManagerAfterConsole ( Status =3D BootLogoEnableLogo (); if (EFI_ERROR (Status)) { if (FirmwareVerLength > 0) { - Print (VERSION_STRING_PREFIX L"%s", + Print (VERSION_STRING_PREFIX L"%s\n", PcdGetPtr (PcdFirmwareVersionString)); } Print (L"Press ESCAPE for boot options "); --=20 2.11.0 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel