From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 2730B7803CE for ; Mon, 31 Jul 2023 18:43:47 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=hD8yYHbJrC8zNRNfVsoRwE+fH2/ur9NgAlRz8QrWUPE=; c=relaxed/simple; d=groups.io; h=X-Received:X-Received:X-IronPort-AV:X-IronPort-AV:X-Received:X-ExtLoop1:X-IronPort-AV:X-IronPort-AV:X-Received:From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:X-Gm-Message-State:Content-Transfer-Encoding; s=20140610; t=1690829025; v=1; b=eAQjp+lILnEpmHXdTMQaY+GDRfQgDegYApGNJIMskQQwwqSXliwNQ+bvjBTWdu9lGlyZAoKI SqwR8FiD11fG/Yee2+X1aqupzAH//tA67wUCjFjpYLuSnLtM2nAwR+acxZr9tNHYr4eq2PhHlMY cgJcPScs6M25wmKaeKUYzFc4= X-Received: by 127.0.0.2 with SMTP id iedRYY7687511xadlM6fvajK; Mon, 31 Jul 2023 11:43:45 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web11.230.1690829024744708060 for ; Mon, 31 Jul 2023 11:43:45 -0700 X-IronPort-AV: E=McAfee;i="6600,9927,10788"; a="435413517" X-IronPort-AV: E=Sophos;i="6.01,245,1684825200"; d="scan'208";a="435413517" X-Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2023 11:43:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10788"; a="731673601" X-IronPort-AV: E=Sophos;i="6.01,245,1684825200"; d="scan'208";a="731673601" X-Received: from nldesimo-desk.amr.corp.intel.com ([10.241.240.243]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2023 11:43:43 -0700 From: "Nate DeSimone" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Zhiguang Liu Subject: [edk2-devel] [PATCH v1 0/2] MdePkg: Add missing status codes Date: Mon, 31 Jul 2023 11:43:12 -0700 Message-Id: <20230731184314.1253-1-nathaniel.l.desimone@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,nathaniel.l.desimone@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: C9HidHFFMuKJRlfknGgaAVxIx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=eAQjp+lI; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4514 Upon review it has been found that MdePkg is missing two status code definitions: 1. EFI_IP_ADDRESS_CONFLICT - Added in UEFI Spec v2.5 2. EFI_WARN_RESET_REQUIRED - Added in UEFI Spec v2.6 Moreover, PrintLib does not correctly decode the follow status codes: 1. EFI_IP_ADDRESS_CONFLICT 2. EFI_HTTP_ERROR 3. EFI_WARN_FILE_SYSTEM 4. EFI_WARN_RESET_REQUIRED These missing status codes and the missing decodings have been added. Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Signed-off-by: Nate DeSimone Nate DeSimone (2): MdePkg: Add missing status codes MdePkg: Add new status codes to PrintLib MdePkg/Include/Base.h | 10 ++++++++++ MdePkg/Include/Uefi/UefiBaseType.h | 2 ++ MdePkg/Library/BasePrintLib/PrintLibInternal.c | 10 +++++++--- 3 files changed, 19 insertions(+), 3 deletions(-) -- 2.30.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107405): https://edk2.groups.io/g/devel/message/107405 Mute This Topic: https://groups.io/mt/100468025/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-