From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web08.3291.1619139201356910511 for ; Thu, 22 Apr 2021 17:53:22 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Fri, 23 Apr 2021 08:53:07 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: "'zhoucheng'" , Cc: "'Michael D Kinney'" References: <1619057465-13347-1-git-send-email-zhoucheng@phytium.com.cn> <1619057465-13347-2-git-send-email-zhoucheng@phytium.com.cn> In-Reply-To: <1619057465-13347-2-git-send-email-zhoucheng@phytium.com.cn> Subject: =?UTF-8?B?5Zue5aSNOiBbUEFUQ0ggdjEgMS8yXSBNZGVQa2c6VXBkYXRlIEluZHVzdHJ5U3RhbmRhcmQvTnZtZS5oIHdpdGggTnZtZSBhbWRpbiBjb250cm9sbGVyIGRhdGE=?= Date: Fri, 23 Apr 2021 08:53:20 +0800 Message-ID: <00bf01d737db$0e22b4c0$2a681e40$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQIZeqtD/mfcrLxnBE4rIPdTBfLMwgIe1AubqivJ0fA= Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Cheng Zhou: Please update the commit message to highlight this change based on = NVME1.3 spec.=20 With this update, Reviewed-by: Liming Gao Thanks Liming > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: zhoucheng > =B7=A2=CB=CD=CA=B1=BC=E4: 2021=C4=EA4=D4=C222=C8=D5 10:11 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Michael D Kinney ; Liming = Gao > > =D6=F7=CC=E2: [PATCH v1 1/2] MdePkg:Update IndustryStandard/Nvme.h = with Nvme > amdin controller data >=20 > Add definition that describes the structure of Nvme admin controller = data. >=20 > Signed-off-by: Cheng Zhou > Cc: Michael D Kinney > Cc: Liming Gao > Reviewed-by: Zhiguang Liu > --- > MdePkg/Include/IndustryStandard/Nvme.h | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) >=20 > diff --git a/MdePkg/Include/IndustryStandard/Nvme.h > b/MdePkg/Include/IndustryStandard/Nvme.h > index 9b19a2074b0d..61bf0fadc05c 100644 > --- a/MdePkg/Include/IndustryStandard/Nvme.h > +++ b/MdePkg/Include/IndustryStandard/Nvme.h > @@ -353,7 +353,13 @@ typedef struct { > UINT8 Npss; /* Number of Power States Support */ > UINT8 Avscc; /* Admin Vendor Specific Command > Configuration */ > UINT8 Apsta; /* Autonomous Power State Transition > Attributes */ > - UINT8 Rsvd2[246]; /* Reserved as of Nvm Express 1.1 Spec > */ > + UINT16 Wctemp; /* Warning Composite Temperature > Threshold */ > + UINT16 Cctemp; /* Critical Composite Temperature > Threshold */ > + UINT16 Mtfa; /* Maximum Time for Firmware > Activation */ > + UINT8 Hmpre[4]; /* Host Memory Buffer Preferred Size > */ > + UINT8 Hmmin[4]; /* Host Memory Buffer Minimum Size > */ > + UINT8 Tnvmcap[16]; /* Total NVM Capacity */ > + UINT8 Rsvd2[216]; /* Reserved as of Nvm Express 1.3 Spec > */ > // > // NVM Command Set Attributes > // > -- > 1.9.1