public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/5] ArmPkg: OemMiscLib and Universal/Smbios improvements and fixes
@ 2021-03-31  2:16 Rebecca Cran
  2021-03-31  2:16 ` [PATCH 1/5] ArmPkg: Allow platforms to override PCI supported state in SmbiosMiscDxe Rebecca Cran
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Rebecca Cran @ 2021-03-31  2:16 UTC (permalink / raw)
  To: devel; +Cc: Rebecca Cran, Leif Lindholm, Ard Biesheuvel

Add the set of improvements requested during the initial series to move
closer to a full/proper implementation, fix the
chassis SKU number string, and fix a typo in a comment.

This is a breaking change wrt SbsaQemu in edk2-platforms.

Rebecca Cran (5):
  ArmPkg: Allow platforms to override PCI supported state in
    SmbiosMiscDxe
  ArmPkg: Allow platforms to supply more data for SMBIOS Type3 record
  ArmPkg: Allow platforms to report their boot status via OemMiscLib
    call
  ArmPkg: Fix calculation of offset of chassis SKU Number in
    SmbiosMiscDxe
  ArmPkg: Fix typo of Manufacturer in comment in SmbiosMiscDxe

 ArmPkg/ArmPkg.dec                                                              |  1 +
 ArmPkg/Universal/Smbios/SmbiosMiscDxe/SmbiosMiscDxe.inf                        |  1 +
 ArmPkg/Include/Library/OemMiscLib.h                                            | 70 ++++++++++++++
 ArmPkg/Universal/Smbios/OemMiscLibNull/OemMiscLib.c                            | 99 ++++++++++++++++++++
 ArmPkg/Universal/Smbios/SmbiosMiscDxe/Type00/MiscBiosVendorFunction.c          |  4 +
 ArmPkg/Universal/Smbios/SmbiosMiscDxe/Type03/MiscChassisManufacturerData.c     |  2 +-
 ArmPkg/Universal/Smbios/SmbiosMiscDxe/Type03/MiscChassisManufacturerFunction.c | 20 +++-
 ArmPkg/Universal/Smbios/SmbiosMiscDxe/Type32/MiscBootInformationFunction.c     |  3 +
 8 files changed, 194 insertions(+), 6 deletions(-)

-- 
2.26.2


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2021-04-27 12:56 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-31  2:16 [PATCH 0/5] ArmPkg: OemMiscLib and Universal/Smbios improvements and fixes Rebecca Cran
2021-03-31  2:16 ` [PATCH 1/5] ArmPkg: Allow platforms to override PCI supported state in SmbiosMiscDxe Rebecca Cran
2021-04-13 16:51   ` Leif Lindholm
2021-04-13 16:53     ` Ard Biesheuvel
2021-04-14  1:44       ` Rebecca Cran
2021-04-14  1:41     ` Rebecca Cran
2021-03-31  2:16 ` [PATCH 2/5] ArmPkg: Allow platforms to supply more data for SMBIOS Type3 record Rebecca Cran
2021-03-31  2:16 ` [PATCH 3/5] ArmPkg: Allow platforms to report their boot status via OemMiscLib call Rebecca Cran
2021-03-31  2:16 ` [PATCH 4/5] ArmPkg: Fix calculation of offset of chassis SKU Number in SmbiosMiscDxe Rebecca Cran
2021-03-31  2:16 ` [PATCH 5/5] ArmPkg: Fix typo of Manufacturer in comment " Rebecca Cran
2021-04-13 16:25 ` [PATCH 0/5] ArmPkg: OemMiscLib and Universal/Smbios improvements and fixes Leif Lindholm
2021-04-14  1:42   ` Rebecca Cran
2021-04-27 12:56 ` Leif Lindholm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox