diff options
author | Adrian Stratulat <adrian.stratulat@enea.com> | 2020-06-16 08:34:41 +0200 |
---|---|---|
committer | Adrian Stratulat <adrian.stratulat@enea.com> | 2020-07-13 05:12:23 +0200 |
commit | 9159176013f053a8294ce512b6408a8235871f0d (patch) | |
tree | 26edb62ec9a9f0e370da2e74325b94ce54aec443 /conf | |
parent | 02812575459b24c14b6d9b9f74c51175f0333385 (diff) | |
download | meta-nfv-access-bsp-arm-develop.tar.gz |
Ampere/aarch64 bring-up changesfeature_arm64develop
* 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 <adrian.stratulat@enea.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/layer.conf | 8 | ||||
-rw-r--r-- | conf/machine/emag8180.conf | 13 |
2 files changed, 17 insertions, 4 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 2ae610a..50199be 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -6,7 +6,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | |||
6 | ${LAYERDIR}/packagegroups/* \ | 6 | ${LAYERDIR}/packagegroups/* \ |
7 | ${LAYERDIR}/recipes-*/*/*.bbappend" | 7 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
8 | 8 | ||
9 | BBFILE_COLLECTIONS += "enea-bsp-arm" | 9 | BBFILE_COLLECTIONS += "nfv-access-bsp-arm" |
10 | BBFILE_PATTERN_enea-bsp-arm = "^${LAYERDIR}/" | 10 | BBFILE_PATTERN_nfv-access-bsp-arm = "^${LAYERDIR}/" |
11 | BBFILE_PRIORITY_enea-bsp-arm = "6" | 11 | BBFILE_PRIORITY_nfv-access-bsp-arm = "6" |
12 | LAYERDEPENDS_enea-bsp-arm = "enea-bsp-common" | 12 | LAYERDEPENDS_nfv-access-bsp-arm = "nfv-access-bsp-common" |
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 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Ampere eMAG 8180 64-bit Arm Processor | ||
3 | #@DESCRIPTION: Ampere eMAG 8180 processor based on ARMv8 architecture | ||
4 | |||
5 | require conf/machine/include/arm/arch-armv8.inc | ||
6 | |||
7 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-ampere" | ||
8 | |||
9 | MACHINE_FEATURES += " efi" | ||
10 | DPDK_TARGET_MACHINE ?= "armv8a" | ||
11 | |||
12 | SERIAL_CONSOLES = "115200;ttyAMA0" | ||
13 | KERNEL_IMAGETYPE = "Image" | ||