Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Platform/OPi5: Fix platform vendor name #167

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configs/orangepi-5.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
DSC_FILE=edk2-rockchip/Platform/OrangePi/OrangePi5/OrangePi5.dsc
DSC_FILE=edk2-rockchip/Platform/Xunlong/OrangePi5/OrangePi5.dsc
PLATFORM_NAME=OrangePi5
SOC=RK3588
2 changes: 1 addition & 1 deletion configs/orangepi-5plus.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
DSC_FILE=edk2-rockchip/Platform/OrangePi/OrangePi5Plus/OrangePi5Plus.dsc
DSC_FILE=edk2-rockchip/Platform/Xunlong/OrangePi5Plus/OrangePi5Plus.dsc
PLATFORM_NAME=OrangePi5Plus
SOC=RK3588
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
################################################################################
[Defines]
PLATFORM_NAME = OrangePi5
PLATFORM_VENDOR = OrangePi
PLATFORM_VENDOR = Xunlong
PLATFORM_GUID = e6443926-7196-4fc4-9554-91fc1fb34256
PLATFORM_VERSION = 0.2
DSC_SPECIFICATION = 0x00010019
Expand Down Expand Up @@ -57,7 +57,7 @@
[PcdsFixedAtBuild.common]
# SMBIOS platform config
gRockchipTokenSpaceGuid.PcdPlatformName|"Orange Pi 5"
gRockchipTokenSpaceGuid.PcdPlatformVendorName|"Orange Pi"
gRockchipTokenSpaceGuid.PcdPlatformVendorName|"Xunlong"
gRockchipTokenSpaceGuid.PcdFamilyName|"Orange Pi 5"
gRockchipTokenSpaceGuid.PcdProductUrl|"http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-5.html"
gRockchipTokenSpaceGuid.PcdDeviceTreeName|"rk3588s-orangepi-5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
################################################################################
[Defines]
PLATFORM_NAME = OrangePi5Plus
PLATFORM_VENDOR = OrangePi
PLATFORM_VENDOR = Xunlong
PLATFORM_GUID = 6bb03dd4-c246-474a-851c-70ea24a89e43
PLATFORM_VERSION = 0.2
DSC_SPECIFICATION = 0x00010019
Expand Down Expand Up @@ -56,7 +56,7 @@
[PcdsFixedAtBuild.common]
# SMBIOS platform config
gRockchipTokenSpaceGuid.PcdPlatformName|"Orange Pi 5 Plus"
gRockchipTokenSpaceGuid.PcdPlatformVendorName|"Orange Pi"
gRockchipTokenSpaceGuid.PcdPlatformVendorName|"Xunlong"
gRockchipTokenSpaceGuid.PcdFamilyName|"Orange Pi 5"
gRockchipTokenSpaceGuid.PcdProductUrl|"http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-5-plus.html"
gRockchipTokenSpaceGuid.PcdDeviceTreeName|"rk3588-orangepi-5-plus"
Expand Down