Re: [dpdk-dev] [PATCH v2] config/arm: add Qualcomm Centriq 2400 part number
From: David Marchand <hidden>
Date: 2021-06-17 07:22:07
From: David Marchand <hidden>
Date: 2021-06-17 07:22:07
On Thu, Jun 17, 2021 at 9:07 AM Thomas Monjalon [off-list ref] wrote:
25/05/2021 10:24, Thierry Herbelot:quoted
0xc00 is for "SoC 2.0" Qualcom Centriq servers.
Qualcomm*
quoted
0x800 is for "SoC 1.1". Cc: Jerin Jacob <redacted> Cc: Ruifeng Wang <redacted> Cc: Honnappa Nagarahalli <redacted> Cc: Juraj Linkeš <redacted> Signed-off-by: Thierry Herbelot <redacted> -- V2: add maintainers as Cc ------ 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 }Any comment or ack?
$ meson setup build-centriq --cross-file config/arm/arm64_centriq2400_linux_gcc ... Compiler for C supports arguments -Wno-missing-field-initializers -Wmissing-field-initializers: YES config/arm/meson.build:226:0: ERROR: Duplicate dictionary key: part_number -- David Marchand