sdm845Pkg: Drivers: use PlatformSmbiosDxe instead SmbiosPlatformDxe

Signed-off-by: BigfootACA <bigfoot@classfun.cn>
This commit is contained in:
BigfootACA 2021-10-23 21:44:26 +08:00
parent 0e710b25a6
commit dc9bd244f8
13 changed files with 1084 additions and 11 deletions

View File

@ -548,7 +548,7 @@ APRIORI DXE {
#
# SMBIOS Support
#
INF sdm845Pkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
INF sdm845Pkg/Drivers/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
INF MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
#

View File

@ -550,7 +550,7 @@ APRIORI DXE {
#
# SMBIOS Support
#
INF sdm845Pkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
INF sdm845Pkg/Drivers/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
INF MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
#

View File

@ -536,7 +536,7 @@ APRIORI DXE {
#
# SMBIOS Support
#
INF sdm845Pkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
INF sdm845Pkg/Drivers/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
INF MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
#

View File

@ -557,7 +557,7 @@ APRIORI DXE {
#
# SMBIOS Support
#
INF sdm845Pkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
INF sdm845Pkg/Drivers/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
INF MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
#

View File

@ -562,7 +562,7 @@ APRIORI DXE {
#
# SMBIOS Support
#
INF sdm845Pkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
INF sdm845Pkg/Drivers/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
INF MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
#

View File

@ -557,7 +557,7 @@ APRIORI DXE {
#
# SMBIOS Support
#
INF sdm845Pkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
INF sdm845Pkg/Drivers/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
INF MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
#

View File

@ -535,7 +535,7 @@ APRIORI DXE {
#
# SMBIOS Support
#
INF sdm845Pkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
INF sdm845Pkg/Drivers/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
INF MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
#

View File

@ -535,7 +535,7 @@ APRIORI DXE {
#
# SMBIOS Support
#
INF sdm845Pkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
INF sdm845Pkg/Drivers/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
INF MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
#

View File

@ -546,7 +546,7 @@ APRIORI DXE {
#
# SMBIOS Support
#
INF sdm845Pkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
INF sdm845Pkg/Drivers/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
INF MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
#

View File

@ -557,7 +557,7 @@ APRIORI DXE {
#
# SMBIOS Support
#
INF sdm845Pkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
INF sdm845Pkg/Drivers/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
INF MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
#

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,63 @@
#/** @file
#
# SMBIOS Table for the RaspberryPi platform
#
# Copyright (c) 2017, Andrei Warkentin <andrey.warkentin@gmail.com>
# Copyright (c) Microsoft Corporation. All rights reserved.
# Copyright (c) 2013 Linaro.org
# Copyright (c) 2020, ARM Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
#**/
[Defines]
INF_VERSION = 0x0001001A
BASE_NAME = PlatformSmbiosDxe
FILE_GUID = BAD0554E-22E9-4D83-9AFD-CC87727A1A45
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = PlatformSmbiosDriverEntryPoint
[Sources]
PlatformSmbiosDxe.c
[Packages]
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
ArmPlatformPkg/ArmPlatformPkg.dec
ArmPkg/ArmPkg.dec
EmbeddedPkg/EmbeddedPkg.dec
sdm845Pkg/sdm845Pkg.dec
[LibraryClasses]
ArmLib
UefiBootServicesTableLib
MemoryAllocationLib
BaseMemoryLib
BaseLib
UefiLib
UefiDriverEntryPoint
DebugLib
PrintLib
TimeBaseLib
[Guids]
gEfiGlobalVariableGuid
[FixedPcd]
gArmTokenSpaceGuid.PcdSystemMemoryBase
gArmTokenSpaceGuid.PcdSystemMemorySize
gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareRevision
gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString
gsdm845PkgTokenSpaceGuid.PcdDeviceVendor
gsdm845PkgTokenSpaceGuid.PcdDeviceProduct
gsdm845PkgTokenSpaceGuid.PcdDeviceCodeName
[Protocols]
gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED
[Guids]
[Depex]
gEfiSmbiosProtocolGuid

View File

@ -259,7 +259,7 @@
#
# SMBIOS Support
#
sdm845Pkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
sdm845Pkg/Drivers/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
#