From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v3 00/10] meson build support for dpaaX Date: Thu, 15 Mar 2018 17:10:21 +0000 Message-ID: <20180315171020.GA20128@bricha3-MOBL.ger.corp.intel.com> References: <1519889597-5805-1-git-send-email-hemant.agrawal@nxp.com> <1521014166-3201-1-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, thomas@monjalon.net To: Hemant Agrawal Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 0A8614C74 for ; Thu, 15 Mar 2018 18:10:25 +0100 (CET) Content-Disposition: inline In-Reply-To: <1521014166-3201-1-git-send-email-hemant.agrawal@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Mar 14, 2018 at 01:25:56PM +0530, Hemant Agrawal wrote: > Earlier dpaaX was only compiled for armv8 target. This patch series first prepares the dpaaX drivers to be compiled for non-ARM platform as well. > > > Note: This patch changes all of the dpaa drivers/modules - So it shall be applied to master tree instead of meson build tree. > > v3: > - improved cross files and a function issue in dpaa2 bus. > > v2: > - handle review comments from Bruce > - move the dpaaX compilation to linuxapp > > Hemant Agrawal (10): > event/dpaa: fix include header > bus/dpaa: fix the BE compilation issue > dpaa: prepare for 32 bit compilation > dpaa2: prepare for 32 bit compilation > bus/fslmc: add 32 bit functional support for ARM > bus/dpaa: enabling dpaa compilation for other platforms > bus/fslmc: enabling dpaa2 compilation for other platforms > config: add dpaaX build support in common linuxapp > build: add meson support for dpaaX platforms > build: add meson cross compile config for dpaaX > Patches applied to dpdk-next-build. Pull-request to master to follow shortly. /Bruce