build-data: Common makefile for NXP DPAA1/DPAA2 platforms 52/12352/8
authorSachin Saxena <sachin.saxena@nxp.com>
Fri, 4 May 2018 10:38:43 +0000 (16:08 +0530)
committerDamjan Marion <dmarion.lists@gmail.com>
Fri, 4 May 2018 21:51:51 +0000 (21:51 +0000)
commitc44f0f238a1878b0db0c59e4c34a652d469f0090
tree4760708e8694db018e8fbed15419f1d6e743b6bc
parenteb987d3a09f669787014b1553f032219522149e1
build-data: Common makefile for NXP DPAA1/DPAA2 platforms

 - Same makefile will be used to support DPAA1 and DPAA2 platforms.
 - Support added to have both on Host compilation as well as Cross compilation.
 - If Cross compiling, by default NXP cutomized toolchain "aarch64-fsl-linux" will be used.
   To use Linaro toolchains, please set env variable CROSS_PREFIX.
   Like: export CROSS_PREFIX=aarch64-linux-gnu

 - Added CPU_MTUNE to modify xxx_mtune , if CPU is not A72 which is default.
 - You may set DPDK_PATH to dpdk installation folder, if wish to use locally compiled DPDK.
 - In case of Cross compilation, OPENSSL_PATH will be required to include OPENSSL libs.

Change-Id: I9057dfc57522b60e306810f684b3085bfccf85e9
Signed-off-by: Sachin Saxena <sachin.saxena@nxp.com>
build-data/platforms/dpaa.mk [new file with mode: 0644]
build-data/platforms/dpaa2.mk [deleted file]