Message ID | 1521014166-3201-1-git-send-email-hemant.agrawal@nxp.com |
---|---|
Headers | show |
Series | meson build support for dpaaX | expand |
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. > From discussion with Thomas, the proposal was for me to take this entire set into the build tree. However, if it's likely to cause conflicts with future patches from you, I can send a pull-request shortly after merge to get it into main tree too. Would that work for you? Thomas, you ok to take an early PR for next-build? /Bruce
> -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bruce Richardson > Sent: Wednesday, March 14, 2018 2:39 PM > 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. > > > > From discussion with Thomas, the proposal was for me to take this entire set > into the build tree. However, if it's likely to cause conflicts with future patches > from you, I can send a pull-request shortly after merge to get it into main tree > too. Would that work for you? Thomas, you ok to take an early PR for next- > build? [Hemant] yes, an early pull request will help. Shreyansh's dynamic logging is already dependent on this patchset. > > /Bruce
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