From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by dpdk.space (Postfix) with ESMTP id E4999A00E6
	for <public@inbox.dpdk.org>; Sat, 18 May 2019 21:00:21 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id E8F072B83;
	Sat, 18 May 2019 21:00:20 +0200 (CEST)
Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com
 [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 68FE02082
 for <dev@dpdk.org>; Sat, 18 May 2019 21:00:19 +0200 (CEST)
Received: from pps.filterd (m0045849.ppops.net [127.0.0.1])
 by mx0a-0016f401.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id
 x4IIu1a1027039; Sat, 18 May 2019 12:00:17 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com;
 h=from : to : cc :
 subject : date : message-id : mime-version : content-type; s=pfpt0818;
 bh=CJZ2qS0qkybWHJ2HDq4n7q/qBnf35W8y4GO4rK+XjRw=;
 b=a5kd5gT8K3aaeHPNOaSbCskipJxw1f0sdqm/ehx+ahVOdSmbIwOuBAG9c15esYl5GRMc
 +ZXr+tQrgywSQFh09N0Z6pUA1ruzJu0JkI6TAaBQWKNIPB+N93XNWjec98thhvqEUcaC
 q81AkdjN9J83rJRAssO2v+ew5ZOPFvP8k3nj3pj58i/OfheNB6bem1oz9PNdI1JlocuK
 f0zVRvILiMmBbM3n39u6Dl++42ciLsN+2KMG1B80mcZ/BTe7yit9z13ZlOvCbgIdCPjL
 075PewMHERvagA/XShvIccrRaHy6z5YQHg/GPrykbRuQmuXGdYixsnk1e8LhMrGj6EQs CA== 
Received: from sc-exch01.marvell.com ([199.233.58.181])
 by mx0a-0016f401.pphosted.com with ESMTP id 2sjfdn9hf0-1
 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT);
 Sat, 18 May 2019 12:00:17 -0700
Received: from SC-EXCH03.marvell.com (10.93.176.83) by SC-EXCH01.marvell.com
 (10.93.176.81) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Sat, 18 May
 2019 12:00:17 -0700
Received: from maili.marvell.com (10.93.176.43) by SC-EXCH03.marvell.com
 (10.93.176.83) with Microsoft SMTP Server id 15.0.1367.3 via Frontend
 Transport; Sat, 18 May 2019 12:00:17 -0700
Received: from pt-lxl0023.marvell.com (pt-lxl0023.marvell.com [10.5.213.12])
 by maili.marvell.com (Postfix) with ESMTP id 27E8D3F7040;
 Sat, 18 May 2019 12:00:15 -0700 (PDT)
From: <lironh@marvell.com>
To: <thomas@monjalon.net>
CC: <dev@dpdk.org>, Liron Himi <lironh@marvell.com>
Date: Sun, 19 May 2019 00:10:53 +0300
Message-ID: <1558213855-21841-1-git-send-email-lironh@marvell.com>
X-Mailer: git-send-email 2.7.4
MIME-Version: 1.0
Content-Type: text/plain
X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, ,
 definitions=2019-05-18_16:, , signatures=0
Subject: [dpdk-dev] [PATCH v2 0/2] Introduces armada target
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

From: Liron Himi <lironh@marvell.com>

Introduces armada target to address difference
in number of cores, no numa support

Liron Himi (2):
  mk: add Marvell ARMADA architecture based on armv8-a
  meson: add Marvell ARMADA architecture based on armv8-a

 config/arm/arm64_armada_linux_gcc          | 16 ++++++++++++++++
 config/arm/meson.build                     |  8 +++++++-
 config/defconfig_arm64-armada-linux-gcc    |  1 +
 config/defconfig_arm64-armada-linuxapp-gcc | 25 +++++++++++++++++++++++++
 4 files changed, 49 insertions(+), 1 deletion(-)
 create mode 100644 config/arm/arm64_armada_linux_gcc
 create mode 120000 config/defconfig_arm64-armada-linux-gcc
 create mode 100644 config/defconfig_arm64-armada-linuxapp-gcc

-- 
2.7.4