config/arm: add Qualcomm Centriq 2400 part number

Message ID 20210525081651.7027-1-thierry.herbelot@6wind.com (mailing list archive)
State Superseded, archived
Headers
Series config/arm: add Qualcomm Centriq 2400 part number |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS

Commit Message

Thierry Herbelot May 25, 2021, 8:16 a.m. UTC
  0xc00 is for "SoC 2.0" Qualcom Centriq servers.
0x800 is for "SoC 1.1".

Signed-off-by: Thierry Herbelot <thierry.herbelot@6wind.com>
---
 config/arm/meson.build | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Thomas Monjalon May 25, 2021, 8:18 a.m. UTC | #1
25/05/2021 10:16, Thierry Herbelot:
> 0xc00 is for "SoC 2.0" Qualcom Centriq servers.
> 0x800 is for "SoC 1.1".
> 
> Signed-off-by: Thierry Herbelot <thierry.herbelot@6wind.com>

Please Cc those who were involved in previous Qualcomm patch,
and especially Arm maintainers.
  

Patch

diff --git a/config/arm/meson.build b/config/arm/meson.build
index e83a56e0d589..971a050efd93 100644
--- a/config/arm/meson.build
+++ b/config/arm/meson.build
@@ -226,6 +226,7 @@  soc_bluefield = {
 soc_centriq2400 = {
     'description': 'Qualcomm Centriq 2400',
     'implementer': '0x51',
+    'part_number': '0x800',
     'part_number': '0xc00',
     'numa': false
 }