Skip to content

Commit

Permalink
Platform/OPi5: Fix platform vendor name
Browse files Browse the repository at this point in the history
Signed-off-by: Abhisit Sangjan <[email protected]>
  • Loading branch information
abhisit committed Nov 15, 2024
1 parent d668228 commit ac2bb74
Show file tree
Hide file tree
Showing 18 changed files with 6 additions and 6 deletions.
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

0 comments on commit ac2bb74

Please sign in to comment.