From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web12.1503.1595269016476971224 for ; Mon, 20 Jul 2020 11:16:56 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: samer.el-haj-mahmoud@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 68C3D106F; Mon, 20 Jul 2020 11:16:55 -0700 (PDT) Received: from U203705.lan (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 231143F66F; Mon, 20 Jul 2020 11:16:55 -0700 (PDT) From: "Samer El-Haj-Mahmoud" To: devel@edk2.groups.io Cc: Leif Lindholm , Pete Batard , Andrei Warkentin , Ard Biesheuvel Subject: [edk2-platform][PATCH v1 0/7] Platform/RaspberryPi : SMBIOS fixes and cleanup Date: Mon, 20 Jul 2020 14:16:39 -0400 Message-Id: <20200720181646.2891-1-Samer.El-Haj-Mahmoud@arm.com> X-Mailer: git-send-email 2.17.1 Fixes and enhancements to RaspberryPi SMBIOS Types 0, 2, 3, 4, 7, 16, 17, and 19. These were compared against SMBIOS spec ver 3.3, and SBBR ver 1.2, and tested in UEFI Shell with smbiosview. One issue found in smbiosview (for Type 17, "VolatileSize") and will be fixed as a seperate patch. This series addresses : - Most items in https://github.com/pftf/RPi4/issues/16 - One of the issues in https://github.com/pftf/RPi4/issues/75 Series pushed to: https://github.com/samerhaj/edk2-platforms/tree/rpi_smbios_fixes_v1 Cc: Leif Lindholm Cc: Pete Batard Cc: Andrei Warkentin Cc: Ard Biesheuvel Signed-off-by: Samer El-Haj-Mahmoud Samer El-Haj-Mahmoud (7): Platforms/RaspberryPi: Fix NULL AssetTag in SMBIOS Platforms/RaspberryPi: SMBIOS Type 2 and Type 3 fixes Platforms/RaspberryPi: SMBIOS Type 0 fixes Platforms/RaspberryPi: SMBIOS Type 4 fixes Platforms/RaspberryPi: SMBIOS Type 7 fixes Platforms/RaspberryPi: SMBIOS Memory Types fixes Platforms/RaspberryPi: SMBIOS minor cleanup .../PlatformSmbiosDxe/PlatformSmbiosDxe.inf | 7 +- .../PlatformSmbiosDxe/PlatformSmbiosDxe.c | 457 ++++++++++++------ 2 files changed, 320 insertions(+), 144 deletions(-) -- 2.17.1