[edk2-devel] [edk2-platform][PATCH v1 0/7] Platform/RaspberryPi : SMBIOS fixes and cleanup

Samer El-Haj-Mahmoud posted 7 patches 3 years, 8 months ago
Failed in applying to current master (apply log)
.../PlatformSmbiosDxe/PlatformSmbiosDxe.inf   |   7 +-
.../PlatformSmbiosDxe/PlatformSmbiosDxe.c     | 457 ++++++++++++------
2 files changed, 320 insertions(+), 144 deletions(-)
[edk2-devel] [edk2-platform][PATCH v1 0/7] Platform/RaspberryPi : SMBIOS fixes and cleanup
Posted by Samer El-Haj-Mahmoud 3 years, 8 months ago
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 <leif@nuviainc.com>
Cc: Pete Batard <pete@akeo.ie>
Cc: Andrei Warkentin <awarkentin@vmware.com>
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Signed-off-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@arm.com>

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


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#62855): https://edk2.groups.io/g/devel/message/62855
Mute This Topic: https://groups.io/mt/75687842/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [edk2-platform][PATCH v1 0/7] Platform/RaspberryPi : SMBIOS fixes and cleanup
Posted by Ard Biesheuvel 3 years, 7 months ago
On 7/20/20 8:16 PM, Samer El-Haj-Mahmoud wrote:
> 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 <leif@nuviainc.com>
> Cc: Pete Batard <pete@akeo.ie>
> Cc: Andrei Warkentin <awarkentin@vmware.com>
> Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
> Signed-off-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@arm.com>
> 
> 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
> 

Thanks

Pushed as e28ea561e07b..f2e4f25b83bf

>   .../PlatformSmbiosDxe/PlatformSmbiosDxe.inf   |   7 +-
>   .../PlatformSmbiosDxe/PlatformSmbiosDxe.c     | 457 ++++++++++++------
>   2 files changed, 320 insertions(+), 144 deletions(-)
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#64216): https://edk2.groups.io/g/devel/message/64216
Mute This Topic: https://groups.io/mt/75687842/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-