summaryrefslogtreecommitdiff
path: root/OvmfPkg/SmbiosPlatformDxe
AgeCommit message (Expand)AuthorFilesLines
2023-03-09OvmfPkg/SmbiosPlatformDxe: tweak fallback release dateGerd Hoffmann1-1/+1
2022-12-10OvmfPkg/SmbiosPlatformDxe: use PcdFirmware*Gerd Hoffmann3-45/+85
2021-12-11OvmfPkg: Retrieve SMBIOS from Cloud HypervisorSebastien Boeuf4-5/+61
2021-12-11OvmfPkg: Create global entry point for SMBIOS parsingSebastien Boeuf4-35/+54
2021-12-07OvmfPkg: Apply uncrustify changesMichael Kubacki5-67/+68
2021-06-04OvmfPkg/SmbiosPlatformDxe: split Xen entry point from QEMU entry pointLaszlo Ersek6-82/+86
2021-06-04OvmfPkg/SmbiosPlatformDxe: create Xen-specific module INF fileLaszlo Ersek1-0/+66
2021-06-04OvmfPkg/SmbiosPlatformDxe: declare InstallAllStructures() in header fileLaszlo Ersek1-0/+11
2021-06-04OvmfPkg/SmbiosPlatformDxe: split GetXenSmbiosTables() decl. to new headerLaszlo Ersek6-16/+32
2021-06-04OvmfPkg/SmbiosPlatformDxe: locate SMBIOS protocol in InstallAllStructures()Laszlo Ersek1-16/+14
2021-06-04OvmfPkg/SmbiosPlatformDxe: return EFI_NOT_FOUND if there is no SMBIOS dataLaszlo Ersek1-0/+1
2021-06-04OvmfPkg/SmbiosPlatformDxe: clean up #includes and INFLaszlo Ersek5-27/+28
2019-04-09OvmfPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney6-41/+6
2018-06-29OvmfPkg: Removing ipf which is no longer supported from edk2.chenc21-2/+2
2016-09-12OvmfPkg: convert C files with LF line terminators to CRLFLaszlo Ersek1-98/+98
2015-08-06OvmfPkg: SmbiosPlatformDxe: eliminate duplicate entry point validationLaszlo Ersek2-21/+13
2015-07-26OvmfPkg: SmbiosPlatformDxe: restrict current Xen code to IA32/X64Laszlo Ersek3-2/+41
2015-07-26OvmfPkg: SmbiosPlatformDxe: move IsEntryPointStructureValid() to Xen.cLaszlo Ersek3-50/+35
2015-04-01OvmfPkg/SmbiosPlatformDxe: Fix build issue with VS2010Jordan Justen1-5/+7
2015-02-13OvmfPkg/SMBIOS: Provide default Type 0 (BIOS Information) structureGabriel Somlo1-0/+66
2014-05-20OvmfPkg/SMBIOS: Add QEMU support to OVMF SMBIOS driverGabriel Somlo4-5/+101
2014-05-20OvmfPkg/SMBIOS: Reuse handles supplied by underlying VMGabriel Somlo1-1/+1
2011-11-21According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0...lzeng141-1/+1
2011-08-25Fix build crash while using MSFT to build OVMF, also fix some build warning r...gikidy1-1/+1
2011-08-17OvmfPkg/SmbiosPlatformDxe: Fix Visual Studio build issuejljusten1-2/+2
2011-08-13OvmfPkg/SmbiosPlatformDxe: Add OVMF SMBIOS driver (with Xen support)jljusten4-0/+346