[meta-intel] [PATCH 2/3] linux-yocto-4.14: update to v4.14.33

2018-04-12 Thread California Sullivan
Updates from v4.14.30 stable to v4.14.33 stable. Signed-off-by: California Sullivan --- recipes-kernel/linux/linux-intel_4.14.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-intel_4.14.bb b/recipes-kernel/linux/linux-intel_4.14.bb index 9438

[meta-intel] [PATCH 1/3] linux-intel/4.9: update to v4.9.84

2018-04-12 Thread California Sullivan
Update from v4.9.81 stable to v4.9.84 stable. Signed-off-by: California Sullivan --- recipes-kernel/linux/linux-intel-rt_4.9.bb | 4 ++-- recipes-kernel/linux/linux-intel_4.9.bb| 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-kernel/linux/linux-intel-rt_4.9.bb

[meta-intel] [PATCH 3/3] linux-intel-rt_4.14: update to latest 4.14.29 commit

2018-04-12 Thread California Sullivan
No stable update, but the following patches are applied: 12bddcf trusty: add RAX into clobber list of inline asm for ACRN e5e8760 trusty: Update macro SMC_FC_GET_WALL_SIZE from 12 to 20 4029aa7 Revert "REVERTME disable user mode non-root access to the eBPF JIT" Signed-off-by: California Sullivan

[meta-intel] [rocko][PATCH 2/8] linux-intel-rt_4.14: update to v4.14.24

2018-04-12 Thread California Sullivan
This update brings in changes from v4.14.19 up to v4.14.24. Signed-off-by: California Sullivan (cherry picked from commit 11c2d33606669ab77467c040b5f45a6e3e188dd8) Signed-off-by: California Sullivan --- common/recipes-kernel/linux/linux-intel-rt_4.14.bb | 4 ++-- 1 file changed, 2 insertions(+)

[meta-intel] [rocko][PATCH 0/8] backports for rocko

2018-04-12 Thread California Sullivan
Kernel + microcode updates for rocko branch. Note that the final three patches assume no additional changes are needed before merging to master. California Sullivan (8): linux-intel_4.14: update to v4.14.26 linux-intel-rt_4.14: update to v4.14.24 linux-intel_4.14: bump to v4.14.30 linux-i

[meta-intel] [rocko][PATCH 1/8] linux-intel_4.14: update to v4.14.26

2018-04-12 Thread California Sullivan
This update brings in changes from v4.14.19 up to v4.14.26. Signed-off-by: California Sullivan (cherry picked from commit c074fbeeb63b8159a5c5a208db2e90372183d561) Signed-off-by: California Sullivan --- common/recipes-kernel/linux/linux-intel_4.14.bb | 4 ++-- 1 file changed, 2 insertions(+), 2

[meta-intel] [rocko][PATCH 3/8] linux-intel_4.14: bump to v4.14.30

2018-04-12 Thread California Sullivan
Update SRCREVs from v4.14.26 to v4.14.30. Signed-off-by: California Sullivan (cherry picked from commit 134491faadd93bd9cf1e89d33d9665516dde6e0d) Signed-off-by: California Sullivan --- common/recipes-kernel/linux/linux-intel_4.14.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) dif

[meta-intel] [rocko][PATCH 6/8] linux-intel/4.9: update to v4.9.84

2018-04-12 Thread California Sullivan
Update from v4.9.81 stable to v4.9.84 stable. Signed-off-by: California Sullivan (cherry picked from commit 5d436f7feebff438c78bbf115bb7eeea85ca15e8) Signed-off-by: California Sullivan --- common/recipes-kernel/linux/linux-intel-rt_4.9.bb | 4 ++-- common/recipes-kernel/linux/linux-intel_4.9.bb

[meta-intel] [rocko][PATCH 4/8] linux-intel-rt_4.14: bump to v4.14.29

2018-04-12 Thread California Sullivan
Update from v4.14.24 to v4.14.29. Signed-off-by: California Sullivan (cherry picked from commit 6bc21028a5eedf81dd560ff1579d56fafe55ad24) Signed-off-by: California Sullivan --- common/recipes-kernel/linux/linux-intel-rt_4.14.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --g

[meta-intel] [rocko][PATCH 7/8] linux-yocto-4.14: update to v4.14.33

2018-04-12 Thread California Sullivan
Updates from v4.14.30 stable to v4.14.33 stable. Signed-off-by: California Sullivan (cherry picked from commit 1737197e0280477c866274343dfccc0cd3650e9b) Signed-off-by: California Sullivan --- common/recipes-kernel/linux/linux-intel_4.14.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(

[meta-intel] [rocko][PATCH 5/8] intel-microcode: update to version 20180312

2018-04-12 Thread California Sullivan
The LIC_FILES_CHKSUM also needed to be updated, as the copyright added the year 2018. Signed-off-by: California Sullivan (cherry-picked from commit 43444c01b9eabbb474edbff42ee7120ca8c3a159) Signed-off-by: California Sullivan --- .../{intel-microcode_20171117.bb => intel-microcode_20180312.bb} |

[meta-intel] [rocko][PATCH 8/8] linux-intel-rt_4.14: update to latest 4.14.29 commit

2018-04-12 Thread California Sullivan
No stable update, but the following patches are applied: 12bddcf trusty: add RAX into clobber list of inline asm for ACRN e5e8760 trusty: Update macro SMC_FC_GET_WALL_SIZE from 12 to 20 4029aa7 Revert "REVERTME disable user mode non-root access to the eBPF JIT" Signed-off-by: California Sullivan

[meta-intel] [meta-dpdk 0/3] dpdk: Add support for arm64

2018-04-12 Thread Kevin Hao
Hi, This patch series adds the arm64 support for dpdk. This has passed build test on x86-64 and arm64. For arm64 build, you need to enable the CONFIG_PCI for kernel and add something like follow in your local.conf: COMPATIBLE_MACHINE_pn-dpdk = "qemuarm64" COMPATIBLE_MACHINE_pn-dpdk-dev-lib

[meta-intel] [meta-dpdk 1/3] dpdk: Remove the useless checksums

2018-04-12 Thread Kevin Hao
After changing to the git repo, these checksums become useless. Just drop them. Signed-off-by: Kevin Hao --- recipes-extended/dpdk/dpdk_17.11.1.bb | 3 --- recipes-extended/dpdk/dpdk_18.02.bb | 3 --- 2 files changed, 6 deletions(-) diff --git a/recipes-extended/dpdk/dpdk_17.11.1.bb b/recipe

[meta-intel] [meta-dpdk 2/3] dpdk: Add the missing return in get_dpdk_target_mach()

2018-04-12 Thread Kevin Hao
Otherwise it always return "default" no matter what we set in "DPDK_TARGET_MACHINE". Signed-off-by: Kevin Hao --- recipes-extended/dpdk/dpdk.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/dpdk/dpdk.inc b/recipes-extended/dpdk/dpdk.inc index aa03a67d0639.

[meta-intel] [meta-dpdk 3/3] dpdk: Add support for arm64

2018-04-12 Thread Kevin Hao
Signed-off-by: Kevin Hao --- recipes-extended/dpdk/dpdk.inc | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/recipes-extended/dpdk/dpdk.inc b/recipes-extended/dpdk/dpdk.inc index 01724fbe5188..40f25ee3ed9a 100644 --- a/recipes-extended/dpdk/dpdk.inc +++ b/recipes-exten