From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: UEFI spec version in system table, shall we update it to 2.8? To: devel@edk2.groups.io From: "Lin, Derek (HPS SW)" X-Originating-Location: Singapore, SG (15.211.153.76) X-Originating-Platform: Windows Chrome 89 User-Agent: GROUPS.IO Web Poster MIME-Version: 1.0 Date: Tue, 30 Mar 2021 22:52:33 -0700 Message-ID: Content-Type: multipart/alternative; boundary="HSMx7h90DkyCWAB0eCgo" --HSMx7h90DkyCWAB0eCgo Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, In UefiSpec.h, we define the UEFI version 2.7 in system table. #define EFI_2_70_SYSTEM_TABLE_REVISION (( 2 << 16 ) | ( 70 )) #define EFI_SYSTEM_TABLE_REVISION EFI_2_70_SYSTEM_TABLE_REVISION #define EFI_SPECIFICATION_VERSION EFI_SYSTEM_TABLE_REVISION #define EFI_RUNTIME_SERVICES_REVISION EFI_SPECIFICATION_VERSION In Linux dmesg [=C2=A0=C2=A0=C2=A0 0.000000] efi: EFI v2.70 by EDK II Shall it be updated to v2.8 to align with UEFI spec? Thanks, Derek --HSMx7h90DkyCWAB0eCgo Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable

Hi,

In UefiSp= ec.h, we define the UEFI version 2.7 in system table.

#define<= /span>=C2=A0EFI_2_70_SYSTEM_TABLE_REVISION2=C2=A0<<= = =C2=A016)=C2=A0|=C2=A0(70))
#define=C2=A0EFI_SYSTEM_TABLE_REVISION<= /span>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0EFI_2_70_SYSTEM_TABLE_REVISIO= N
#define=C2=A0EFI_SPECIFICATION_VERSIO= N=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0EFI_SYSTEM_TABLE_REVISION<= /span>
#define=C2=A0EFI_RUNTIME_SERVICES_REV= ISION=C2=A0=C2=A0=C2=A0EFI_SPECIFICATION_VERSION


In Linux dmesg[=C2=A0=C2=A0=C2=A0 0.000000] efi: EFI v2.70 by EDK II


Shall it be updated to v2.8 to align with UEFI spec?

Thanks,=
Derek --HSMx7h90DkyCWAB0eCgo--