From 9159176013f053a8294ce512b6408a8235871f0d Mon Sep 17 00:00:00 2001 From: Adrian Stratulat Date: Tue, 16 Jun 2020 08:34:41 +0200 Subject: Ampere/aarch64 bring-up changes * Add machine description for emag8180. * Disable syslinux build: syslinux is not compatible with ARM targets, but other recipes force it as a dependency anyway. * Add recipe for kernel linux-ampere_4.14 (used by emag8180 and qemuarm64 targets). * Upgrade i40e drivers to newer version due to some warnings generated by OVS-DPDK * Add OVMF support for AARCH64. Change-Id: I4cbc09ef83d717b39abf0981b80569a4a694cb0d Signed-off-by: Adrian Stratulat --- conf/machine/emag8180.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 conf/machine/emag8180.conf (limited to 'conf/machine/emag8180.conf') diff --git a/conf/machine/emag8180.conf b/conf/machine/emag8180.conf new file mode 100644 index 0000000..bc4b73b --- /dev/null +++ b/conf/machine/emag8180.conf @@ -0,0 +1,13 @@ +#@TYPE: Machine +#@NAME: Ampere eMAG 8180 64-bit Arm Processor +#@DESCRIPTION: Ampere eMAG 8180 processor based on ARMv8 architecture + +require conf/machine/include/arm/arch-armv8.inc + +PREFERRED_PROVIDER_virtual/kernel ?= "linux-ampere" + +MACHINE_FEATURES += " efi" +DPDK_TARGET_MACHINE ?= "armv8a" + +SERIAL_CONSOLES = "115200;ttyAMA0" +KERNEL_IMAGETYPE = "Image" -- cgit v1.2.3-54-g00ecf