From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pj1-f44.google.com (mail-pj1-f44.google.com [209.85.216.44]) by mx.groups.io with SMTP id smtpd.web12.9.1659562872506503085 for ; Wed, 03 Aug 2022 14:41:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=qwkZzU2b; spf=pass (domain: gmail.com, ip: 209.85.216.44, mailfrom: kuqin12@gmail.com) Received: by mail-pj1-f44.google.com with SMTP id pm17so12138027pjb.3 for ; Wed, 03 Aug 2022 14:41:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc; bh=tp7aJ9a5Q4iCRRd412qRxrzv3O41Q2eiH3jnVEpkrVg=; b=qwkZzU2bOjuf2/O2A6YDaRcrlUFMs4JldicSC4bQDaSWTNOo5akHF9zPrQNGtfhvUq O6LaGSFehTSPuuXIcoEQ97NB1gBBFWeQY3BzgthxW+vFE8nTx7lLiPTC01hy31RA6H9S 0YA1vLYilUNwR9zvX777q14kq9IiOEUMVb8VF1tQGuH3lqmcdYUMr+vN73HllwQGA72G 773p8fRkaSz/BWqV01tPJnNQ/bIasAsLwJFJKGetqS64lleSPoEN63+xxO9XpfC+TQ9F uDR9PgeQsoL5u6ADkxnFuB0okCnR6I+dOAHjQQTDQrnP4TKV8U0kroHR+GCKDvW8+xcG 4+tg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc; bh=tp7aJ9a5Q4iCRRd412qRxrzv3O41Q2eiH3jnVEpkrVg=; b=ZrQCYqvtsZR76iQzIHWFs1KLyzDsy/8kTe8DaOm6u7NO6/kLdF77dtR0Y/KzLmMkK5 w9wTp7wmHqlb/tRwYsOM46Oab7ybZbvjuNj99X7UrfT99B37BBZtsZxReVBjBH6NViPs VhLM0doJ4g6oXVCBY1OKCwJyJdfCpjLJmYUYrVUU6ArcUP/WBTJIak8lA5UkFYE0dY2T 6XDdqNDbk+6b6eXPmjXiesfAq2kky4OlhRFXuYpk1wtjmS/FDD0w90EX4e31WTwS6gnQ +ZNrTGoRvnGU6wlmak8jKwhOc1ft+iuf5/QN4uIiQDahfRvEPd0BeZmVaUWCAq7ThCfo O0LA== X-Gm-Message-State: ACgBeo1x+wDpfR2gEOBT/Ai5vPNeuoXGwmxXJZ/9mpqh4eH2gYS4YevP fUPP7sy7qjgxdT1XqG3HWo17H0k371g= X-Google-Smtp-Source: AA6agR6ZrEiTTLP83HimZbRsPte0hwdNrIuJWVqFYDy7EWm+0l8jDJPFjPXxnDMYCjPzSyTEPhks1A== X-Received: by 2002:a17:902:c146:b0:16e:97d8:dfb0 with SMTP id 6-20020a170902c14600b0016e97d8dfb0mr24776850plj.48.1659562871654; Wed, 03 Aug 2022 14:41:11 -0700 (PDT) Return-Path: Received: from MININT-0U7P5GU.redmond.corp.microsoft.com ([2001:4898:80e8:36:19a:484b:79e3:a7ec]) by smtp.gmail.com with ESMTPSA id q10-20020a170902a3ca00b0016d6c939332sm2389850plb.279.2022.08.03.14.41.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 03 Aug 2022 14:41:11 -0700 (PDT) From: "Kun Qin" To: devel@edk2.groups.io Cc: Andrew Fish , Leif Lindholm , Michael D Kinney , Liming Gao , Zhiguang Liu Subject: [edk2-staging][PATCH v4 0/2] EDK2 Code First: PI Specification: Expand PI Status Codes Date: Wed, 3 Aug 2022 14:41:06 -0700 Message-Id: <20220803214108.259-1-kuqin12@gmail.com> X-Mailer: git-send-email 2.37.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3794 This patch series is a rebase of previous submission: https://edk2.groups.io/g/devel/message/86374 This change is sent for review to reflect the industry standard forum discussion outcome. During the PIWG meeting, the forum agreed with this proposal but suggested that the term "INCONSISTENT_MEMORY_MAP" describes the error scenario more accurately. Compared to previous series, v4 patch update includes: a. Renamed the new definition to `EFI_SW_EC_INCONSISTENT_MEMORY_MAP`. b. Updated the code first status to accepted with modifications. Patch v4 branch: https://github.com/kuqin12/edk2/tree/BZ3794-expand_status_codes_v4 Cc: Andrew Fish Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Kun Qin (2): EDK2 Code First: PI Specification: New error codes of Host Software class MdePkg: MmCommunication: Add new Host Software class Error Code to MdePkg CodeFirst/BZ3794-SpecChange.md | 55 ++++++++++++++++++++ MdePkg/Include/Pi/PiStatusCode.h | 1 + 2 files changed, 56 insertions(+) create mode 100644 CodeFirst/BZ3794-SpecChange.md -- 2.37.1.windows.1