Re: [edk2] edk2-devel Digest, Vol 53, Issue 25 [OvmfPkg/SMBIOS: Add QEMU-2.1 support]

2014-05-14 Thread Yi Li
nly support the UEFI method. > > Tim > > -Original Message- > From: Gabriel L. Somlo [mailto:gso...@gmail.com] > Sent: Wednesday, May 14, 2014 9:48 AM > To: Yi Li > Cc: edk2-devel@lists.sourceforge.net; pbonz...@redhat.com; liyi 00215672 > Subject: Re: [edk2] edk2-

Re: [edk2] edk2-devel Digest, Vol 53, Issue 25 [OvmfPkg/SMBIOS: Add QEMU-2.1 support]

2014-05-13 Thread Yi Li
Hi Gabrie, Why do you use legacy method to find SMBIOS entry(like "_SM_") only in GetQemuSmbiosTables()? there is no "_SM_" support on ARM platform, but SMBIOS_TABLE_GUID is usable, could you consider to add SMBIOS_TABLE_GUID support in that function? thanks! Yi On W

[edk2] [PATCHv2 3/3] SMBIOS:VE: Add SMBIOS support for ARM VE models

2014-01-08 Thread Yi Li
under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yi Li --- .../ArmVExpressPkg/ArmVExpress-CTA15-A7.dsc|6 ++ .../ArmVExpressPkg/ArmVExpress-CTA15-A7.fdf|6 ++ .../ArmVExpressPkg/ArmVExpress-RTSM-A15_MPCore.dsc |6 ++ .../ArmVExpressPkg/ArmVExpress

[edk2] [PATCHv2 2/3] SMBIOS:ARM: Add SMBIOS base driver on ARM Platform

2014-01-08 Thread Yi Li
: Yi Li --- .../PlatformSmbiosDxe/PlatformSmbiosDxe.c | 730 .../PlatformSmbiosDxe/PlatformSmbiosDxe.inf| 46 ++ 2 files changed, 776 insertions(+) create mode 100644 ArmPlatformPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c create mode 100644 ArmPlatformPkg

[edk2] [PATCHv2 1/3] SMBIOS: Add Processor family2 field support

2014-01-08 Thread Yi Li
In order to support ARM platforms, SMBIOS needs to add Processor family 2 field(Type4) to descript processor family filed. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yi Li --- MdePkg/Include/IndustryStandard/SmBios.h | 16 1 file changed, 16

[edk2] [PATCHv2 0/3] *** Add SMBIOS support on arm platform for UEFI ***

2014-01-08 Thread Yi Li
ArmVExpress-RTSM-A15_MPCore and ArmVEpress-CTA15-A7 models. Yi Li (3): SMBIOS: Add Processor family2 field support SMBIOS:ARM: Add SMBIOS base driver on ARM Platform SMBIOS:VE: Add SMBIOS support for ARM VE models .../ArmVExpressPkg/ArmVExpress-CTA15-A7.dsc|6 + .../ArmVExpressPkg

[edk2] [PATCH] SMBIOS: Change SMBIOS from reserve to runtime type

2013-11-25 Thread Yi Li
Following the UEFI spec 2.4, SMBIOS data should be set as Runtime Services data type(previously Reserved type), or dmidecode on arm64 will not work properly. Signed-off-by: Yi Li Contributed-under: TianoCore Contribution Agreement 1.0 --- In Charter 2.3.2 spec 2.4, it descripts SMBIOS tables