From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::243; helo=mail-wm0-x243.google.com; envelope-from=julien.grall@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x243.google.com (mail-wm0-x243.google.com [IPv6:2a00:1450:400c:c09::243]) (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 D1866221660EE for ; Wed, 29 Nov 2017 09:24:05 -0800 (PST) Received: by mail-wm0-x243.google.com with SMTP id t8so7867996wmc.3 for ; Wed, 29 Nov 2017 09:28:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=jqOBSG1cNmJCfp+TyDDFRBeJ8gUwdnjJlGczxumVPso=; b=JFD3pAUfW/tlZJAHn+LD38tIeVueaS0B5m+yY3cOYcVuu3KWMeBrqA/FvNDg+iWzrT 7lYm1qUtER8C1tX2sGG9LirQTJ+1G8W2PO4hn/ORkdvV/dc0MnWXdah2jd3BtgtWExYJ u2/6kouUoNjhX9dLZnpc61xUQsCwqI9GIenow= 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=jqOBSG1cNmJCfp+TyDDFRBeJ8gUwdnjJlGczxumVPso=; b=INkhAJTTSgvdFoyGxLmJcCctw3Q9xWsw+QgEAxnqEHOytqQRczvj7wtEt4QGtOjvWn LLhz8u7Pc+iURIKF6V4wXA9dKm0Wow0bJ5Vz5jFZKw5D0cxI8xjtQLQKGkLajtgkG/HM z/NdiUKDyzn4D4T6z8g8dUwzj47emr6ivYT/d0eotpO5UFftUQGls/pAtWWdIxpy2nAN I46VKjpAbKhwS3n/iYR6izqyiC4gRML3fm3+RJvPn/FdbFwJNWEENcXSwcJPHP5vQaJP LsIbgpML2VfqU+y/AvlWfgtvIKXsV/zxc/YgwaHtmrN9xqlau04UQvg5WlNkf7d3GdYO IouA== X-Gm-Message-State: AJaThX4gXUtJD2FJViTNGoKuRhfP5Dqy9WFdo9p6+zkFwcJyXilwM+3S emGMT8Q/hEixb+CaPSdew4Kx0A== X-Google-Smtp-Source: AGs4zMaR9feuqZdMSF7NB4raK22dJMRseCLVUfD1quA/SMJUKuHo9YIIbdLOacvu4Ab5vSj43aJIqQ== X-Received: by 10.28.48.150 with SMTP id w144mr2955874wmw.23.1511976508208; Wed, 29 Nov 2017 09:28:28 -0800 (PST) Received: from e108454-lin.cambridge.arm.com ([2001:41d0:1:6c23::1]) by smtp.gmail.com with ESMTPSA id o80sm1782687wmg.6.2017.11.29.09.28.26 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Nov 2017 09:28:26 -0800 (PST) From: Julien Grall To: star.zeng@intel.com, eric.dong@intel.com, pankaj.bansal@nxp.com, lersek@redhat.com, leif.lindholm@linaro.org Cc: edk2-devel@lists.01.org, Julien Grall Date: Wed, 29 Nov 2017 17:28:20 +0000 Message-Id: <20171129172823.2906-1-julien.grall@linaro.org> X-Mailer: git-send-email 2.11.0 Subject: [PATCH v3 0/3] MdeModulePkg/SerialDxe: Do not fail reset when SetAttributes is not supported 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: Wed, 29 Nov 2017 17:24:06 -0000 Hi all, This is another attempt to fix the console issue when using UEFI in Xen guest. This new series is based on Laszlo suggestions on the previous version (see [1]). For all the changes see in each patch. Cheers, [1] https://lists.01.org/pipermail/edk2-devel/2017-October/016181.html Julien Grall (3): MdeModulePkg/SerialDxe: Describe correctly EFI_DEVICE_ERROR for SetAttributes MdeModulePkg/SerialDxe: Fix return valued in SerialSetAttributes MdeModulePkg/SerialDxe: Do not fail reset when SetAttributes is not supported MdeModulePkg/Universal/SerialDxe/SerialIo.c | 23 ++++++++++++++++++----- MdePkg/Include/Protocol/SerialIo.h | 5 +++-- 2 files changed, 21 insertions(+), 7 deletions(-) -- 2.11.0