mk: introduce ARMv7 architecture
authorVlastimil Kosar <kosar@rehivetech.com>
Mon, 2 Nov 2015 23:47:27 +0000 (00:47 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 18 Nov 2015 21:41:33 +0000 (22:41 +0100)
commit02a8686263dee7b1df98ec4f2fa2c24eca49f887
tree6e2c446e93b2faae89d05f009d6696a2ee2210f3
parent79fa5c2a9992f5fdef2cd7cb4e76704940699fbc
mk: introduce ARMv7 architecture

Make DPDK run on ARMv7-A architecture. This patch assumes
ARM Cortex-A9. However, it is known to be working on Cortex-A7
and Cortex-A15.

Signed-off-by: Vlastimil Kosar <kosar@rehivetech.com>
Signed-off-by: Jan Viktorin <viktorin@rehivetech.com>
Acked-by: David Marchand <david.marchand@6wind.com>
MAINTAINERS
config/defconfig_arm-armv7a-linuxapp-gcc [new file with mode: 0644]
doc/guides/rel_notes/release_2_2.rst
mk/arch/arm/rte.vars.mk [new file with mode: 0644]
mk/machine/armv7-a/rte.vars.mk [new file with mode: 0644]