[meta-xilinx] [meta-xilinx-bsp][RFC] xf86-video-armsoc: Remove the recipe for xf86-video-armsoc

2019-03-13 Thread Manjukumar Matha
From: Madhurkiran Harikrishnan meta-openembedded holds xf86-video-armsoc recipe, meta-xilinx need not have the same. Also, move the patches to a bbappend file, so that it can be used by any xf86-video-armsoc recipe. Signed-off-by: Madhurkiran Harikrishnan Signed-off-by: Manjukumar Matha ---

[meta-xilinx] [meta-xilinx-bsp][RFC 1/2] zc1254-zynqmp.conf: Add support for zc1254 evaluation board

2019-03-13 Thread Manjukumar Matha
From: Jaewon Lee Add initial support for the zc1254 evaluation board which has the following main features: * RFSoC XCZU28DR-FFVE1156 * Samtec BullsEye cable access to: * 8 high speed analog-to-digital converters (HSADC) * 8 high speed digital-to-analog converters (HSDAC)

[meta-xilinx] Buildign PMU firmware in thud

2019-03-13 Thread Mike Looijmans
I tried to build the PMU firmware using multiconfig, but all I get is this: ERROR: Uninative selected but not configured correctly, please set UNINATIVE_CHECKSUM[x86_64] -- ___ meta-xilinx mailing list meta-xilinx@yoctoproject.org

[meta-xilinx] Fwd: [OE-core] [thud][PATCH] yocto-uninative: Correct sha256sum for aarch64

2019-03-13 Thread Philip Balister
Mike does this help? Forwarded Message Subject: [OE-core] [thud][PATCH] yocto-uninative: Correct sha256sum for aarch64 Date: Tue, 12 Mar 2019 21:03:44 -0700 From: Robert Joslyn To: openembedded-c...@lists.openembedded.org From: Michael Halstead Avoid uninative checksum

[meta-xilinx] devtmpfs: error mounting -2

2019-03-13 Thread Emily Smith
Hi All - I'm using Yocto version rocko with a custom layer to run on the Zynq+ SoC on a custom board. When trying to boot I'm getting an error like: [4.178864] devtmpfs: error mounting -2 in the boot output. Even after rolling back to a previous working version I still get this error in

[meta-xilinx] [meta-xilinx-bsp][RFC] linux-xlnx.inc: Use KBUILD_DEFCONFIG in externalsrc mode if defined

2019-03-13 Thread Manjukumar Matha
When external source is used for kernel, we need a starting point for kernel configuration, use KBUILD_DEFCONFIG if it is defined. Signed-off-by: Manjukumar Matha --- meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx.inc | 8 1 file changed, 8 insertions(+) diff --git

[meta-xilinx] [meta-xilinx-bsp][RFC] libmali: Use update-alternatives to switch between GL backends

2019-03-13 Thread Manjukumar Matha
From: Alejandro Enedino Hernandez Samaniego libmali provides GL backends based on x11, fbdev and wayland, we should be able to switch between them at runtime since it is the same ABI, it should only be a matter of loading the correct shared library by the interpreter (dynamic linker). Use the

[meta-xilinx] [meta-xilinx-bsp][RFC] machine-xilinx-default.inc: Make u-boot.elf as UBOOT_ELF for zynq

2019-03-13 Thread Manjukumar Matha
From: Sreeja Vadakattu CONFIG_REMAKE_ELF is enabled for all zynq boards. Also, using CONFIG_OF_SEPERATE is recommeneded by u-boot release v2019.01. So, Deploy u-boot.elf instead of u-boot as u-boot.elf contains dtb. This would solve the following boot issue: No valid device tree binary found

Re: [meta-xilinx] [PATCH v2] kernel-module-mali: add patch to check dma_map_page error

2019-03-13 Thread Manjukumar Harthikote Matha
> -Original Message- > From: meta-xilinx-boun...@yoctoproject.org [mailto:meta-xilinx- > boun...@yoctoproject.org] On Behalf Of Hyun Kwon > Sent: Tuesday, March 12, 2019 11:24 AM > To: Jean-Francois Dagenais ; meta- > xil...@lists.yoctoproject.org > Cc: Madhurkiran Harikrishnan >

[meta-xilinx] [meta-xilinx-bsp][RFC 2/2] zc1275-zynqmp.conf: Add support for zc1275 evaluation board

2019-03-13 Thread Manjukumar Matha
From: Jaewon Lee Add initial support for the zc1275 evaluation board which has the following main features: * XCZU29DR-FFVF1760 * Samtec BullsEye cable access to: * 16 GTY transceivers * 4 GTR transceivers * 16 ADCs * 16 DACs This patch adds machine configuration

[meta-xilinx] [meta-xilinx-bsp][RFC] kernel-module-mali: Fix errors associated with kernel upgrade to 4.19

2019-03-13 Thread Manjukumar Matha
From: Madhurkiran Harikrishnan These patches fixes errors caused by removal of ancient init_timer API. Also, addresses the removal of hot/cold cache pages in the kernel. Signed-off-by: Madhurkiran Harikrishnan Signed-off-by: Manjukumar Matha ---