Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Commit 48a95de

Browse files
wojtas-marcinLeif Lindholm
authored and
Leif Lindholm
committed
Marvell: Customize per-board SBMIOS strings
Now that the customization of Type1/2/3 SBMIOS tables strings is possible, adjust them for all supported boards. Signed-off-by: Marcin Wojtas <[email protected]> Reviewed-by: Leif Lindholm <[email protected]>
1 parent 5be7964 commit 48a95de

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

Diff for: Platform/Marvell/Armada70x0Db/Armada70x0Db.dsc

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
#
4646
################################################################################
4747
[PcdsFixedAtBuild.common]
48+
#Platform description
49+
gMarvellTokenSpaceGuid.PcdProductPlatformName|"Armada 7040 DB"
50+
gMarvellTokenSpaceGuid.PcdProductVersion|"Rev. 1.5"
51+
4852
#CP110 count
4953
gMarvellTokenSpaceGuid.PcdMaxCpCount|1
5054

Diff for: Platform/Marvell/Armada80x0Db/Armada80x0Db.dsc

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
#
4646
################################################################################
4747
[PcdsFixedAtBuild.common]
48+
#Platform description
49+
gMarvellTokenSpaceGuid.PcdProductPlatformName|"Armada 8040 DB"
50+
gMarvellTokenSpaceGuid.PcdProductVersion|"Rev. 1.4"
51+
4852
#MPP
4953
gMarvellTokenSpaceGuid.PcdMppChipCount|3
5054

Diff for: Platform/Marvell/Cn913xDb/Cn913xDbA.dsc

+11
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,14 @@
6262
ArmadaBoardDescLib|Platform/Marvell/Cn913xDb/BoardDescriptionLib/Cn9130DbABoardDescLib.inf
6363
!endif
6464
NonDiscoverableInitLib|Platform/Marvell/Cn913xDb/NonDiscoverableInitLib/NonDiscoverableInitLib.inf
65+
66+
[PcdsFixedAtBuild.common]
67+
#Platform description
68+
!if $(CN9130)
69+
gMarvellTokenSpaceGuid.PcdProductPlatformName|"CN9130 DB-A"
70+
!elseif $(CN9131)
71+
gMarvellTokenSpaceGuid.PcdProductPlatformName|"CN9131 DB-A"
72+
!elseif $(CN9132)
73+
gMarvellTokenSpaceGuid.PcdProductPlatformName|"CN9132 DB-A"
74+
!endif
75+
gMarvellTokenSpaceGuid.PcdProductVersion|"Rev. 1.1"

Diff for: Platform/SolidRun/Armada80x0McBin/Armada80x0McBin.dsc

+5
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646
#
4747
################################################################################
4848
[PcdsFixedAtBuild.common]
49+
#Platform description
50+
gMarvellTokenSpaceGuid.PcdProductManufacturer|"SolidRun"
51+
gMarvellTokenSpaceGuid.PcdProductPlatformName|"Armada 8040 MacchiatoBin"
52+
gMarvellTokenSpaceGuid.PcdProductVersion|"Rev. 1.3"
53+
4954
#MPP
5055
gMarvellTokenSpaceGuid.PcdMppChipCount|3
5156

0 commit comments

Comments
 (0)