]> git.proxmox.com Git - mirror_edk2.git/commit - UnixPkg/UnixPkg.fdf
1. PI SMBIOS Checkin. Major change include:
authordavidhuang <davidhuang@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 20 Nov 2009 04:02:34 +0000 (04:02 +0000)
committerdavidhuang <davidhuang@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 20 Nov 2009 04:02:34 +0000 (04:02 +0000)
commitaaa2cc19dd44e68f0365c7a17a9fda27582976f8
tree2b891550e9736937e4fe64b532dfe4db26854fd8
parent1fdd39d371ecd0c660dce8926add29846c95cd37
1. PI SMBIOS Checkin. Major change include:
1) Produce PI SMBIOS protocol in MdeModulePkg
2) Update all consumers (in CorePkgs and native platform pkgs) to consume SMBIOS protocol instead of DataHub
3) Pass ECC tool; Verify Nt32, Duet, Unix platform

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9458 6f19259b-4bc3-4df7-8a09-765794883524
32 files changed:
UnixPkg/CpuRuntimeDxe/Cpu.c
UnixPkg/CpuRuntimeDxe/Cpu.inf
UnixPkg/MiscSubClassPlatformDxe/MiscBaseBoardManufacturerData.c
UnixPkg/MiscSubClassPlatformDxe/MiscBaseBoardManufacturerFunction.c [new file with mode: 0644]
UnixPkg/MiscSubClassPlatformDxe/MiscBiosVendorData.c
UnixPkg/MiscSubClassPlatformDxe/MiscBiosVendorFunction.c [new file with mode: 0644]
UnixPkg/MiscSubClassPlatformDxe/MiscBootInformationData.c
UnixPkg/MiscSubClassPlatformDxe/MiscBootInformationFunction.c [new file with mode: 0644]
UnixPkg/MiscSubClassPlatformDxe/MiscChassisManufacturerData.c
UnixPkg/MiscSubClassPlatformDxe/MiscChassisManufacturerFunction.c [new file with mode: 0644]
UnixPkg/MiscSubClassPlatformDxe/MiscNumberOfInstallableLanguagesData.c
UnixPkg/MiscSubClassPlatformDxe/MiscNumberOfInstallableLanguagesFunction.c [new file with mode: 0644]
UnixPkg/MiscSubClassPlatformDxe/MiscOemStringData.c
UnixPkg/MiscSubClassPlatformDxe/MiscOemStringFunction.c [new file with mode: 0644]
UnixPkg/MiscSubClassPlatformDxe/MiscPortInternalConnectorDesignatorData.c
UnixPkg/MiscSubClassPlatformDxe/MiscPortInternalConnectorDesignatorFunction.c
UnixPkg/MiscSubClassPlatformDxe/MiscResetCapabilitiesData.c
UnixPkg/MiscSubClassPlatformDxe/MiscResetCapabilitiesFunction.c [new file with mode: 0644]
UnixPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.h
UnixPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.inf
UnixPkg/MiscSubClassPlatformDxe/MiscSubclassDriverDataTable.c
UnixPkg/MiscSubClassPlatformDxe/MiscSubclassDriverEntryPoint.c
UnixPkg/MiscSubClassPlatformDxe/MiscSystemLanguageStringData.c
UnixPkg/MiscSubClassPlatformDxe/MiscSystemLanguageStringFunction.c [new file with mode: 0644]
UnixPkg/MiscSubClassPlatformDxe/MiscSystemManufacturerData.c
UnixPkg/MiscSubClassPlatformDxe/MiscSystemManufacturerFunction.c
UnixPkg/MiscSubClassPlatformDxe/MiscSystemOptionStringData.c
UnixPkg/MiscSubClassPlatformDxe/MiscSystemOptionStringFunction.c [new file with mode: 0644]
UnixPkg/MiscSubClassPlatformDxe/MiscSystemSlotDesignationData.c
UnixPkg/MiscSubClassPlatformDxe/MiscSystemSlotDesignationFunction.c [new file with mode: 0644]
UnixPkg/UnixPkg.dsc
UnixPkg/UnixPkg.fdf