From patchwork Tue May 25 08:24:02 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Thierry Herbelot X-Patchwork-Id: 93432 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E1574A0546; Tue, 25 May 2021 10:24:13 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6194640150; Tue, 25 May 2021 10:24:13 +0200 (CEST) Received: from proxy.6wind.com (host.78.145.23.62.rev.coltfrance.com [62.23.145.78]) by mails.dpdk.org (Postfix) with ESMTP id 2BA234003F for ; Tue, 25 May 2021 10:24:12 +0200 (CEST) Received: from localhost (unknown [10.16.0.39]) by proxy.6wind.com (Postfix) with ESMTP id F296E9B8237; Tue, 25 May 2021 10:24:11 +0200 (CEST) From: Thierry Herbelot To: dev@dpdk.org Cc: Thierry Herbelot , Thomas Monjalon , Jerin Jacob , Ruifeng Wang , Honnappa Nagarahalli , =?utf-8?q?Juraj_Linke?= =?utf-8?q?=C5=A1?= Date: Tue, 25 May 2021 10:24:02 +0200 Message-Id: <20210525082402.8051-1-thierry.herbelot@6wind.com> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210525081651.7027-1-thierry.herbelot@6wind.com> References: <20210525081651.7027-1-thierry.herbelot@6wind.com> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v2] config/arm: add Qualcomm Centriq 2400 part number X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 0xc00 is for "SoC 2.0" Qualcom Centriq servers. 0x800 is for "SoC 1.1". Cc: Jerin Jacob Cc: Ruifeng Wang Cc: Honnappa Nagarahalli Cc: Juraj Linkeš Signed-off-by: Thierry Herbelot --- V2: add maintainers as Cc --- config/arm/meson.build | 1 + 1 file changed, 1 insertion(+) 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 }