Re: [meta-xilinx] [PATCH v2 1/2] zc702-zynq7: Add runqemu support

2017-11-29 Thread Nathan Rossi
On 29 November 2017 at 10:06, Alistair Francis wrote: > On Wed, Nov 22, 2017 at 3:41 AM, Nathan Rossi wrote: >> On 22 November 2017 at 05:10, Alistair Francis >> wrote: >>> Add support for both mainline and Xilinx's QEMU. >>> >>> Signed-off-by

Re: [meta-xilinx] [PATCH] pmu-firmware: Fix the pmu-firmware provider

2017-11-29 Thread Nathan Rossi
On 29 November 2017 at 09:02, Manjukumar Matha wrote: > Fix the issue while switching between different pmu-firmware providers > > Signed-off-by: Manjukumar Matha The commit message is missing some of the details on the issue being resolved. This change is needed to avoid provider conflicts with

Re: [meta-xilinx] [PATCH 2/3] device-tree.bb: Provide override device tree directory

2017-11-30 Thread Nathan Rossi
On 30 November 2017 at 18:18, Manjukumar Matha wrote: > Provide a way to override device tree work directory, this might be > particalarly helpful while using this recipes in other layers, for > example in meta-xilinx-tools to override workdir and point it to dtg > based build directory > > Signed

Re: [meta-xilinx] [PATCH v2 2/3] device-tree.bb: Provide override device tree directory

2017-12-02 Thread Nathan Rossi
" > > +DTS_INCLUDE ?= "${S} ${KERNEL_DTS_INCLUDE}" This should include ${DTS_FILES_PATH} instead of ${S}? In order to match the change from the v1 of this patch. > +DTS_FILES_PATH ?= "${S}" I like this name much better than the previous. But otherw

[meta-xilinx] [PATCH 2/2] conf/machine: Add virtual/boot-bin dependency and set provider

2017-12-03 Thread Nathan Rossi
provider for consumers of machine-xilinx-default.inc. Signed-off-by: Nathan Rossi --- conf/machine/include/machine-xilinx-default.inc | 1 + conf/machine/microzed-zynq7.conf| 5 - conf/machine/picozed-zynq7.conf | 5 - conf/machine/zc702-zynq7.conf

[meta-xilinx] [PATCH 1/2] u-boot-spl-zynq-init.inc: Add virtual/boot-bin provider

2017-12-03 Thread Nathan Rossi
files are still provided even if SPL is not used for the boot.bin. Additionally for ZynqMP if u-boot is not providing the boot.bin do not depend on virtual/pmu-firmware. Since the boot.bin is what contains the pmu binary. Signed-off-by: Nathan Rossi --- recipes-bsp/u-boot/u-boot-spl-zynq-init.inc

Re: [meta-xilinx] Wrong DRAM set for custom board using FSBL + u-boot?

2017-12-06 Thread Nathan Rossi
On 7 December 2017 at 11:37, Giordon Stark wrote: > Hi Alistair, > > > On Wed, Dec 6, 2017 at 7:23 PM Alistair Francis > wrote: >> >> On Wed, Dec 6, 2017 at 4:45 PM, Giordon Stark wrote: >> > Hi Manju, >> > >> > Indeed, you might be right... I guess now I'm confused by why Xilinx is >> > not >>

Re: [meta-xilinx] Wrong DRAM set for custom board using FSBL + u-boot?

2017-12-13 Thread Nathan Rossi
loader. >>> > > u-boot passes the memory size on to the kernel, and the >>> > kernel just >>> > follows >>> > > what u-boot reports. >>> > > >>> > > On 07-12-17 21:35, Giordon Stark wrote: >>> > > > Thanks a lot for the explanation N

Re: [meta-xilinx] Wrong DRAM set for custom board using FSBL + u-boot?

2017-12-13 Thread Nathan Rossi
On 14 December 2017 at 00:53, Giordon Stark wrote: > Hi Nathan, replies inline. > > On Wed, Dec 13, 2017 at 8:33 AM Nathan Rossi wrote: >> >> Hi Giordon, >> >> Not exactly sure what state your configuration is in, so I'm just >> going to cover some t

Re: [meta-xilinx] Yocto for ZYBO: various build problems

2017-12-13 Thread Nathan Rossi
On 14 December 2017 at 00:42, Robert Szafarczyk wrote: > Hello, > > i am trying to get Yocto working on a ZYBO board. Unfortunately i face many > errors, which i am pretty confused about. > Let me guide you through them: > > I started with a clean-state Ubuntu 17 distro. I matched all the > requi

Re: [meta-xilinx] Linux kernel differences between met-xilinx and kernel.org?

2017-12-13 Thread Nathan Rossi
On 13 December 2017 at 19:06, Ralf Spiwoks wrote: > Dear Sandeep and Mike, > > Thank you very much for your replies. > > I am not using video nor dual-parallel QSPI flash memory. But I need the > Xilinx DMA driver. > Is that a consistent part of the mainline Linux? Sorry, but I simply don't > know

[meta-xilinx] [PATCH 3/5] machine/*-microblaze*: Add linux.bin.ub KERNEL_IMAGETYPE

2017-12-20 Thread Nathan Rossi
. Also remove the superfluous '_remove = "device-tree"' for s3adsp1800-qemu-microblazeeb. Signed-off-by: Nathan Rossi --- meta-xilinx-bsp/conf/machine/include/tune-microblaze.inc | 3 --- meta-xilinx-bsp/conf/machine/kc705-microblazeel.conf | 2 ++ meta-xil

[meta-xilinx] [PATCH 2/5] machine-xilinx-default.inc: Re-enable qemu-usermode for MicroBlaze

2017-12-20 Thread Nathan Rossi
. Signed-off-by: Nathan Rossi --- meta-xilinx-bsp/conf/machine/include/machine-xilinx-default.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-xilinx-bsp/conf/machine/include/machine-xilinx-default.inc b/meta-xilinx-bsp/conf/machine/include/machine-xilinx-default.inc index

[meta-xilinx] [PATCH 1/5] site/microblaze-common: Remove

2017-12-20 Thread Nathan Rossi
This site config is now superseeded by the microblaze-linux site config that is provided in oe-core. Signed-off-by: Nathan Rossi --- meta-xilinx-bsp/site/microblaze-common | 14 -- 1 file changed, 14 deletions(-) delete mode 100644 meta-xilinx-bsp/site/microblaze-common diff --git

[meta-xilinx] [PATCH 0/5] Clean up MicroBlaze architecture duplication

2017-12-20 Thread Nathan Rossi
BSP configuration for MicroBlaze targets and is not required for general MicroBlaze support. The following series includes some clean up changes to remove support that is now in oe-core. Nathan Rossi (5): site/microblaze-common: Remove machine-xilinx-default.inc: Re-enable qemu-usermode for

[meta-xilinx] [PATCH 4/5] machine-xilinx-default.inc: Setup MicroBlaze preferred GDB

2017-12-20 Thread Nathan Rossi
ctly. This is also preferred as newer GDB (e.g. 8.0) does support gdb-cross for debugging (just not gdbserver/gdb). Ideally the MicroBlaze GDB patches should be updated to support the newest GDB and or upstreamed. However this setup continues to be available until that occurs. Signed-off-by: Na

[meta-xilinx] [PATCH 5/5] conf/machine/microblaze: Remove MicroBlaze tunes

2017-12-20 Thread Nathan Rossi
The MicroBlaze tunes are now part of oe-core. This removes the need for the meta-xilinx-bsp layer to provide architecture tunes. The tunes in oe-core are almost identical (with the exception of tune-microblaze.inc which had machine configuration in meta-xilinx). Signed-off-by: Nathan Rossi

Re: [meta-xilinx] Wrong DRAM set for custom board using FSBL + u-boot?

2018-01-02 Thread Nathan Rossi
gt; https://github.com/nathanrossi/meta-xilinx/blob/60193934fc1c7717a71f272370aaad1bfeb118b4/recipes-bsp/u-boot/u-boot_2017.09.bbappend > > EXT_DTB=${RECIPE_SYSROOT}/boot/devicetree/${MACHINE}.dtb > > So how do I install the dtb correctly from device-tree to get picked up by > u-boot-xlnx? &g

Re: [meta-xilinx] [PATCH] u-boot-xlnx_2017.3.bb: Add support to build kc705-microblazeel

2018-01-05 Thread Nathan Rossi
:34:28 -0700 > +Subject: [PATCH] kc705-microblazeel: Convert microblaze-generic to > kc705-microblazeel > + > +This is an update to earlier kc705-trd patch done by Nathan Rossi. Starting > +from v2016.1, KC705 will no longer refer to deprecated KC705 TRD application. > + > +Ch

Re: [meta-xilinx] Wrong DRAM set for custom board using FSBL + u-boot?

2018-01-05 Thread Nathan Rossi
openssh >> packagegroup-core-ssh-openssh :1.0-r1 >> >> However, I'm definitely unable to find these: >> >> No package locale-base-en-us available. >> No package locale-base-en-gb available. >> No package run-postinsts available.

Re: [meta-xilinx] [meta-xilinx-bsp][PATCH] device-tree.bb: Change depedency to do_configure task

2018-01-09 Thread Nathan Rossi
missing (e.g. tmp dir removed and rebuilding from sstate). Reviewed-by: Nathan Rossi Regards, Nathan > > Signed-off-by: Manjukumar Matha > --- > meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [meta-xilinx] [meta-xilinx-bsp][PATCH] device-tree.bb: Change depedency to do_configure task

2018-01-09 Thread Nathan Rossi
On 9 January 2018 at 12:47, Vineeth Karumanchi wrote: > Hi Manju, > > if we build device-tree only, is it expected for > kernel tasks to stop at do_configure or > it will execute all tasks of kernel as well ? Manju's patch changes it so that only tasks up to do_configure are executed, so for you

Re: [meta-xilinx] [PATCH] replaced devicetree.dtb in IMAGE_BOOT_FILES with variable

2018-01-10 Thread Nathan Rossi
On 10 January 2018 at 18:52, Franz Forstmayr wrote: > Replaced the hard-coded devicetree files with ${KERNEL_DEVICETREE} variable. > So you can use machine > overlays including the xilinx boards and specify a new devicetree without > touching the IMAGE_BOOT_FILES > variables. This looks like a

Re: [meta-xilinx] [PATCH] get_dtb_list function which formats the dtb files properly before adding to IMAGE_BOOT_FILES

2018-01-11 Thread Nathan Rossi
(2.3+?) of bitbake and oe-core have this as default (aka expand = True). At some point the existing code will need to be cleaned up in the same way. With the above changed you can add my reviewed by. Reviewed-by: Nathan Rossi And if Manju has no issues with it, should be good to apply. Regards, Nath

Re: [meta-xilinx] [PATCH] get_dtb_list function which formats the dtb files properly before adding to IMAGE_BOOT_FILES

2018-01-11 Thread Nathan Rossi
h a function, >> which formats the KERNEL_DEVICETREE list properly. >> >> v2: Removed the additional "True" statement from d.getvar. >> >> Signed-off-by: Franz Forstmayr >> Reviewed-by: Nathan Rossi >> --- >> meta-xilinx-bsp/conf/mac

Re: [meta-xilinx] [PATCH] get_dtb_list function which formats the dtb files properly before adding to IMAGE_BOOT_FILES

2018-01-18 Thread Nathan Rossi
On 17 January 2018 at 10:46, Manjukumar Harthikote Matha wrote: > > >> -Original Message- >> From: meta-xilinx-boun...@yoctoproject.org [mailto:meta-xilinx- >> boun...@yoctoproject.org] On Behalf Of Nathan Rossi >> Sent: Thursday, January 11, 2018 10:15 P

Re: [meta-xilinx] petalinux and squashfs

2018-01-28 Thread Nathan Rossi
On 26 January 2018 at 06:28, Bishop, Mark (STRT) wrote: > Playing around with petalinux in trying to have it create a squashfs image. > > > > I added > > > > IMAGE_FSTYPES += "squashfs" > Setting IMAGE_FSTYPES with a += will override the default value set in meta-xilinx (which is set via a ?=).

Re: [meta-xilinx] qemuboot.conf

2018-01-28 Thread Nathan Rossi
On 24 January 2018 at 09:04, Alistair Francis wrote: > On Tue, Jan 23, 2018 at 12:53 AM, Martin Siegumfeldt > wrote: >> Hi, >> >> We are rendering a custom piece of HW based on Ultrascale+, and have the >> Xilinx QEMU successfully running. An extensible SDK (eSDK) is delivered to >> the applic

Re: [meta-xilinx] [PATCH] get_dtb_list function which formats the dtb files properly before adding to IMAGE_BOOT_FILES

2018-01-28 Thread Nathan Rossi
device-tree.bb- > > Thanks > Franz > > 2018-01-22 23:36 GMT+01:00 Manjukumar Harthikote Matha > : >> >> Hi Nathan, >> >> > -Original Message- >> > From: Nathan Rossi [mailto:nat...@nathanrossi.com] >> > Sent: Thursday, January 18, 2

Re: [meta-xilinx] [meta-xilinx-bsp][PATCH v2 3/3] linux-xlnx.inc: Support simpleImage.mb support for MB

2018-01-28 Thread Nathan Rossi
On 23 January 2018 at 10:55, Manjukumar Matha wrote: > Support simpleImage.mb for MB machines. simpleImage.mb depends on dts to > be included while kernel is being compiled. This patch enables copying > the dts from device-tree recipe to kernel work area so that > simpleImage.mb can be built > > S

Re: [meta-xilinx] qemuboot.conf

2018-01-29 Thread Nathan Rossi
On 29 January 2018 at 05:51, Martin Siegumfeldt wrote: > > > > ____ > From: Nathan Rossi > Sent: Sunday, January 28, 2018 13:44 > To: Alistair Francis > Cc: Martin Siegumfeldt; meta-xilinx@yoctoproject.org > Subject: Re: [meta-xilinx] qemu

Re: [meta-xilinx] read-only-fs

2018-01-30 Thread Nathan Rossi
On 31 January 2018 at 00:55, Bishop, Mark (STRT) < mbis...@smithsinterconnectinc.com> wrote: > Thanks for your help on the squashfs stuff. > > > > One last thing though when I try and create a read-only root fs in > petalinux. I will be adding an overlay or some sort of R/W partition but > it’s j

Re: [meta-xilinx] read-only-fs

2018-01-30 Thread Nathan Rossi
ue to empty will disable it (in local.conf or your machine.conf). And thus allow the sysinit-initab recipe to skip the runtime postinst requirement. SERIAL_CONSOLES_CHECK = "" Regards, Nathan > > > > Sorry, I’m used to BuildRoot and I’m learning Yocto. > >

Re: [meta-xilinx] read-only-fs

2018-01-30 Thread Nathan Rossi
the case its being overridden by something else. Regards, Nathan > > -Original Message----- > From: Nathan Rossi [mailto:nat...@nathanrossi.com] > Sent: Tuesday, January 30, 2018 10:47 AM > To: Bishop, Mark (STRT) > Cc: meta-xilinx@yoctoproject.org > Subject: Re: [m

Re: [meta-xilinx] read-only-fs

2018-01-30 Thread Nathan Rossi
" > # set > /opt/pkg/petalinux/2017.4/components/yocto/source/arm/layers/core/meta/conf/documentation.conf:375 > # [doc] "Similar to SERIAL_CONSOLES except the device is checked for > existence before attempting to enable it. Supported only by SysVinit." > #

[meta-xilinx] [PATCH] gcc-source_7.%: Update local patch with backport

2018-01-31 Thread Nathan Rossi
Update the local patch for the shadow ident fix with the patch that was accepted upstream. This patch is not in a current GCC release yet, but will be available in v8.x when released. Signed-off-by: Nathan Rossi --- .../gcc/gcc-7/0003-PR-target-83013.patch | 32

[meta-xilinx] [PATCH 0/7] Setup IMAGE_BOOT_FILES automatically

2018-01-31 Thread Nathan Rossi
hanged as it is now only populated from IMAGE_BOOT_FILES. Additionally this series removes machine-xilinx-board.inc, this is due to it being reduced to a single EXTRA_IMAGEDEPENDS value. Franz Forstmayr (1): get_dtb_list function which formats the dtb files properly before adding to IMAGE_BOO

[meta-xilinx] [PATCH 1/7] get_dtb_list function which formats the dtb files properly before adding to IMAGE_BOOT_FILES

2018-01-31 Thread Nathan Rossi
From: Franz Forstmayr Replaced the hard-coded devicetree files in IMAGE_BOOT_FILES with a function, which formats the KERNEL_DEVICETREE list properly. v2: Removed the additional "True" statement from d.getvar. Signed-off-by: Franz Forstmayr Reviewed-by: Nathan Rossi Signed-off-

[meta-xilinx] [PATCH 3/7] device-tree.bb: Deploy the device tree blobs into subdirectory

2018-01-31 Thread Nathan Rossi
is easy to determine the dtbs from device-tree vs the dtbs from the kernel. Signed-off-by: Nathan Rossi --- meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb b/meta

[meta-xilinx] [PATCH 5/7] machine-xilinx-qemu.inc: Remove KERNEL_DEVICETREE parsing

2018-01-31 Thread Nathan Rossi
Remove the parsing of KERNEL_DEVICETREE as by default those values will be populated into the IMAGE_BOOT_FILES variable. Also add a note describing why wildcard patterns work in the QB_DTB field. Signed-off-by: Nathan Rossi --- meta-xilinx-bsp/conf/machine/include/machine-xilinx-qemu.inc | 6

[meta-xilinx] [PATCH 2/7] machine-xilinx-default.inc: Default IMAGE_BOOT_FILES using function

2018-01-31 Thread Nathan Rossi
the existing default for KERNEL_IMAGETYPE(S) and UBOOT_BINARY. Also remove the use of `get_dtb_list` from individual machines which is replaced by the default value. Signed-off-by: Nathan Rossi --- .../conf/machine/include/machine-xilinx-board.inc | 2 -- .../conf/machine/include/machine

[meta-xilinx] [PATCH 4/7] machine-xilinx-default.inc: Add dtb files for IMAGE_BOOT_FILES

2018-01-31 Thread Nathan Rossi
kernel image type prefixed files along side having the actual files that the kernel builds. Additionally remove all instances of "${MACHINE}.dtb" as they no longer need to be specified and are incorrect due to the nesting of the files in the `devicetree` directory. Signed-off-by: Na

[meta-xilinx] [PATCH 6/7] u-boot-zynq-uenv.bb: Handle IMAGE_BOOT_FILES wildcard patterns

2018-01-31 Thread Nathan Rossi
this into a separate image-wic-utils.bbclass file. Signed-off-by: Nathan Rossi --- meta-xilinx-bsp/classes/image-wic-utils.bbclass| 51 .../recipes-bsp/u-boot/u-boot-zynq-uenv.bb | 55 -- 2 files changed, 71 insertions(+), 35 deletions(-) create

[meta-xilinx] [PATCH 7/7] machine-xilinx-board.inc: Remove include

2018-01-31 Thread Nathan Rossi
explicit on a per machine basis. Signed-off-by: Nathan Rossi --- meta-xilinx-bsp/conf/machine/include/machine-xilinx-board.inc | 4 meta-xilinx-bsp/conf/machine/kc705-microblazeel.conf | 6 -- meta-xilinx-bsp/conf/machine/microzed-zynq7.conf | 2 +- meta-xilinx-bsp

Re: [meta-xilinx] read-only-fs

2018-01-31 Thread Nathan Rossi
On 31 January 2018 at 03:45, Manjukumar Harthikote Matha wrote: > Hi Nathan, > >> -Original Message- >> From: meta-xilinx-boun...@yoctoproject.org [mailto:meta-xilinx- >> boun...@yoctoproject.org] On Behalf Of Nathan Rossi >> Sent: Tuesday, January 30, 20

Re: [meta-xilinx] Cannot load VFS from SDCard partitioned using wic

2018-02-26 Thread Nathan Rossi
On 26 February 2018 at 06:34, Giordon Stark wrote: > Hi all, I'm using a zynqmp 102 chip: > > I used the wic file created to flash an SD card using dd. I also copied > system.dtb and created a BOOT.bin to copy into the first (boot) partition. > However, the SD card seems readable, and shows the ri

Re: [meta-xilinx] [PATCH] Add support for Z-Turn board

2018-03-05 Thread Nathan Rossi
On 5 March 2018 at 07:24, wrote: > From: Anton Gerasimov Including this in meta-xilinx-bsp would be fine since it is a generally available board and low cost as well. However I am not sure it would be worth including if it relies on adding support with patches. It would be best if those parts

Re: [meta-xilinx] [PATCH] Add support for Z-Turn board

2018-03-06 Thread Nathan Rossi
On 6 March 2018 at 06:17, Philip Balister wrote: > On 03/05/2018 03:08 PM, Anton Gerasimov wrote: >>> Including this in meta-xilinx-bsp would be fine since it is a >>> generally available board and low cost as well. >>> >>> However I am not sure it would be worth including if it relies on >>> addi

Re: [meta-xilinx] Pyro -> Rocko: "Nothing PROVIDES 'device-tree'" error?

2018-03-18 Thread Nathan Rossi
On 18 March 2018 at 04:57, Giordon Stark wrote: > Hi, > > Based on Jorge's suggestion (cc'd), I uncommented my lines in > device-tree.bbappend to set compatible machine = ".*" for my particular > boards as it is being done upstream... and bitbake seems to be happier with > that, but then I run int

Re: [meta-xilinx] meta-xilinx layer on Layer Index?

2018-03-18 Thread Nathan Rossi
On 18 March 2018 at 03:40, Giordon Stark wrote: > Hi, > > Since the meta-xilinx "layer" is really meta-xilinx-bsp and The root of the meta-xilinx git repository is not actually a layer. So it doesn't have an entry in the layer index. > meta-xilinx-contrib -- shouldn't this page > (http://layers.

Re: [meta-xilinx] [PATCH] binutils: Rebase microblaze patches for binutils v2.30

2018-03-18 Thread Nathan Rossi
On 8 March 2018 at 11:15, Alejandro Enedino Hernandez Samaniego wrote: > oe-core has upgraded binutils to v2.30, which caused some of our > patches to fail, rebase these along with other minimal changes to > avoid these errors and provide compatibility with latest oe-core. Unfortunately your mail

Re: [meta-xilinx] Pyro -> Rocko: "Nothing PROVIDES 'device-tree'" error?

2018-03-19 Thread Nathan Rossi
On 19 March 2018 at 01:42, Giordon Stark wrote: > Hi Nathan, > > On Sun, Mar 18, 2018 at 6:29 AM Nathan Rossi wrote: >> >> On 18 March 2018 at 04:57, Giordon Stark wrote: >> > Hi, >> > >> > Based on Jorge's suggestion (cc'd), I uncomment

Re: [meta-xilinx] wic creation manifest warnings with zynqmp-pmu recipe in rocko?

2018-03-19 Thread Nathan Rossi
On 19 March 2018 at 03:38, Giordon Stark wrote: > Here are two machines I've tried this one where I receive the above > warnings: > > https://github.com/kratsg/meta-l1calo/blob/bumpToRocko/conf/machine/gfex-prototype3a.conf > https://github.com/kratsg/meta-l1calo/blob/bumpToRocko/conf/machine/gfex

Re: [meta-xilinx] Pyro -> Rocko: "Nothing PROVIDES 'device-tree'" error?

2018-03-19 Thread Nathan Rossi
On 19 March 2018 at 23:00, Giordon Stark wrote: > Comments inline. > > On Mon, Mar 19, 2018 at 4:18 AM Nathan Rossi wrote: >> >> On 19 March 2018 at 01:42, Giordon Stark wrote: >> > Hi Nathan, >> > >> > On Sun, Mar 18, 2018 at 6:29 AM Nathan Rossi

Re: [meta-xilinx] [meta-xilinx-bsp][PATCH v3] Update recipes for Xilinx v2018.1 release

2018-04-19 Thread Nathan Rossi
On 14 April 2018 at 05:58, Manjukumar Matha wrote: > Update the arm-trusted-firmware, u-boot-xlnx, linux-xlnx, > qemu-xilinx and qemu-devicetrees recipes for 2018.1 release > > Tested-by: Jaewon Lee > Acked-by: Bhargava Sreekantappa Gayathri > > Signed-off-by: Manjukumar Matha > --- > Changelo

Re: [meta-xilinx] [meta-xilinx-bsp][PATCH] recipes-multimedia/vcu/*.bb: Introduce hwcodec and required firmware, ko and software libraries for VCU

2018-04-19 Thread Nathan Rossi
On 14 April 2018 at 06:20, Manjukumar Matha wrote: > From: Devarsh Thakkar > > Add new recipes for the following: > > vcu-firmware_git.bb: Add a new recipe to fetch the required firmware > binaries for VCU > > kernel-module-vcu_git.bb: Add new recipe for out-of-tree kernel module > required for V

Re: [meta-xilinx] [meta-xilinx-bsp][PATCH] recipes-multimedia/vcu/*.bb: Introduce hwcodec and required firmware, ko and software libraries for VCU

2018-04-30 Thread Nathan Rossi
On 30 April 2018 at 14:36, Manjukumar Harthikote Matha wrote: > Hi Nathan, > >> -Original Message----- >> From: Nathan Rossi [mailto:nat...@nathanrossi.com] >> Sent: Thursday, April 19, 2018 5:04 AM >> To: Manjukumar Harthikote Matha >> Cc: meta-x

Re: [meta-xilinx] Provider of pmu-firmware [rel-v2018.1]

2018-05-15 Thread Nathan Rossi
On 15 May 2018 at 20:54, Martin Siegumfeldt wrote: > Hi, > > Based on > https://github.com/Xilinx/meta-xilinx-tools/commit/a516c3a4a8b29e07233b5f2ecf91a2a3e63a1ff7 > I would like to switch from building the pmu-firmware using the XSDK (i.e. > through meta-xilinx-tools) to the generated toolchai

Re: [meta-xilinx] Provider of pmu-firmware [rel-v2018.1]

2018-05-16 Thread Nathan Rossi
ey are the ones you want by hashing them against the files in the work dir of the intended source (as above). Regards, Nathan > > Br, > Martin > > > > From: Nathan Rossi > Sent: Tuesday, May 15, 2018 6:19:43 PM > To: Martin Siegumfeldt > C

Re: [meta-xilinx] Provider of pmu-firmware [rel-v2018.1]

2018-05-16 Thread Nathan Rossi
On 16 May 2018 at 22:01, Martin Siegumfeldt wrote: > Hi Nathan, > > > ____ > From: Nathan Rossi > Sent: Wednesday, May 16, 2018 13:20 > To: Martin Siegumfeldt > Cc: meta-xilinx@yoctoproject.org > Subject: Re: [meta-xilinx] Provider of pmu-fi

Re: [meta-xilinx] Provider of pmu-firmware [rel-v2018.1]

2018-05-16 Thread Nathan Rossi
-bsp/pmu-firmware/pmu-firmware_2017.3.bb Regards, Nathan > > Br, > Martin > > > From: Nathan Rossi > Sent: Wednesday, May 16, 2018 2:21:03 PM > > To: Martin Siegumfeldt > Cc: meta-xilinx@yoctoproject.org > Subject: Re: [meta-xilinx]

Re: [meta-xilinx] [PATCH] device-tree.bb: add missing include path

2018-06-20 Thread Nathan Rossi
On 20 June 2018 at 21:14, Martin Siegumfeldt wrote: > This patch add a missing include path for dt-bindings header-files > (i.e. gpio, pinctrl etc.) > > Signed-off-by: Martin Siegumfeldt > --- > meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb | 1 + > 1 file changed, 1 insertion(+) > > di

Re: [meta-xilinx] [PATCH] device-tree.bb: add missing include path

2018-06-21 Thread Nathan Rossi
e untested by Xilinx. Yep, it is just a case of it not being brought up as a missing include. :) I had included the include-prefix path in my RFC for devicetree.bbclass for oe-core (http://lists.openembedded.org/pipermail/openembedded-core/2018-April/149662.html). I haven't followed up on th

Re: [meta-xilinx] Openssl incompatible compression

2018-07-24 Thread Nathan Rossi
On 25 July 2018 at 02:11, Maarten Brock wrote: > Hello all, > > I'm new to this mailing list, so forgive me if I post this question in the > wrong place. > > I'm using Petalinux 2018.2 on a Zynq which comes with openssl 1.0.2l and I > want to exchange encrypted files with an x86 linux which has op

[meta-xilinx] [PATCH 1/2] device-tree: Consolidate device-tree recipe and append

2018-08-27 Thread Nathan Rossi
device-tree.bb implementation and the devicetree.bbclass implementation is the device trees are deployed in a "drivetree/" subdirectory within the deployed images directory. Signed-off-by: Nathan Rossi --- devicetree.bbclass was added to oe-core/meta in the following commit

[meta-xilinx] [PATCH] microzed-zynq7: Change to using device tree from kernel

2018-08-27 Thread Nathan Rossi
and removes any issues caused by differences between the in kernel and the copied version. Signed-off-by: Nathan Rossi --- meta-xilinx-bsp/conf/machine/microzed-zynq7.conf | 4 +- .../recipes-bsp/device-tree/device-tree.bb | 3 - .../device-tree/files/microzed-zynq7.dts | 96

[meta-xilinx] [PATCH 2/2] conf/machine: Prepend 'devicetree' directory for device-tree users

2018-08-27 Thread Nathan Rossi
Prepend the 'devicetree' subdirectory in IMAGE_BOOT_FILES for machines that use the device-tree recipe. Signed-off-by: Nathan Rossi --- meta-xilinx-bsp/conf/machine/microzed-zynq7.conf | 2 +- meta-xilinx-bsp/conf/machine/picozed-zynq7.conf | 2 +- meta-xilinx-bsp/conf/ma

[meta-xilinx] [PATCH] meta-xilinx-contrib/u-boot: Remove minized appends

2018-08-27 Thread Nathan Rossi
not available. Signed-off-by: Nathan Rossi --- .../conf/machine/minized-zynq7.conf| 3 - .../recipes-bsp/u-boot/files/minized-u-boot.patch | 217 - .../recipes-bsp/u-boot/u-boot_%.bbappend | 8 - 3 files changed, 228 deletions(-) delete mode

[meta-xilinx] [PATCH] meta-xilinx-contrib/linux-firmware_%.bbappend: Remove license setup

2018-08-28 Thread Nathan Rossi
The cypress license setup and packaging is now available in the base recipe and does not need to be appended. Signed-off-by: Nathan Rossi --- .../linux-firmware/linux-firmware_%.bbappend | 14 -- 1 file changed, 14 deletions(-) diff --git a/meta-xilinx-contrib

Re: [meta-xilinx] [PATCH 1/2] device-tree: Consolidate device-tree recipe and append

2018-08-29 Thread Nathan Rossi
On Tue, 28 Aug 2018 at 22:43, Jean-François Dagenais wrote: > > > > > On Aug 28, 2018, at 02:36, Nathan Rossi wrote: > > > > The only differences between the existing device-tree.bb implementation > > and the devicetree.bbclass implementation is the device trees

[meta-xilinx] [PATCH v2 1/2] device-tree: Consolidate device-tree recipe and append

2018-08-29 Thread Nathan Rossi
device-tree.bb implementation and the devicetree.bbclass implementation is the device trees are deployed in a "devicetree/" subdirectory within the deployed images directory. Signed-off-by: Nathan Rossi --- devicetree.bbclass was added to oe-core/meta in the following commit

[meta-xilinx] [PATCH v2 2/2] conf/machine: Prepend 'devicetree' directory for device-tree users

2018-08-29 Thread Nathan Rossi
Prepend the 'devicetree' subdirectory in IMAGE_BOOT_FILES for machines that use the device-tree recipe. Signed-off-by: Nathan Rossi --- meta-xilinx-bsp/conf/machine/microzed-zynq7.conf | 2 +- meta-xilinx-bsp/conf/machine/picozed-zynq7.conf | 2 +- meta-xilinx-bsp/conf/ma

Re: [meta-xilinx] LICENCE.cypress was updated in last upgrade.

2018-09-03 Thread Nathan Rossi
On Tue, 4 Sep 2018 at 05:22, Nicolas SALMIN wrote: > > Hi all, > > In order to fix do_populate_lic: QA Issue could you please take a look to > this commit: > > https://github.com/agherzan/meta-raspberrypi/pull/272/commits/e204141282cf2dea343a73bcc371a27350aafdd1 > > and maybe do the same on meta-

Re: [meta-xilinx] Custom ps7_init_gpl in Yocto Project

2019-07-09 Thread Nathan Rossi
On Tue, 9 Jul 2019 at 23:12, Jean-Francois Dagenais wrote: > > Hi Jek, Xilinx people, > > > On Jul 7, 2019, at 12:51, Jek F. wrote: > > > > i'm a newbie and i'm tring to build an image for microzed with a custom > > ps7_init_gpl created in Vivado. I tried to create a custom layer > > (meta-myla

Re: [meta-xilinx] [PATCH] arm-trusted-firmware_git: Update to v2015.4 tag

2015-12-20 Thread Nathan Rossi
On Sat, Dec 19, 2015 at 11:06 AM, Manjukumar Matha wrote: > Cannot override SRCREV in local.conf. By this commit we can override > SRCREV to desired tag/commit ID. Default will point to xilinx-v2015.4 tag > > Signed-off-by: Manjukumar Matha Applied. Thanks, Nathan > --- > recipes-bsp/arm-trus

Re: [meta-xilinx] [PATCH] xilinx-versions: Change default main version

2015-12-20 Thread Nathan Rossi
On Sat, Dec 19, 2015 at 11:21 AM, Manjukumar Matha wrote: > Allow CSL_VER_MAIN to be defined in local.conf. > Fetch libc version correctly from toolchain path This should be split into two patches. Please also provide a bit more info in the commit message for the reasons for these changes. > > S

Re: [meta-xilinx] [PATCH] xilinx-versions: Change default main version

2015-12-21 Thread Nathan Rossi
On Tue, Dec 22, 2015 at 4:19 AM, Manjukumar Harthikote Matha wrote: > > > On 12/20/2015 08:17 PM, Nathan Rossi wrote: >> >> On Sat, Dec 19, 2015 at 11:21 AM, Manjukumar Matha >> wrote: >>> >>> Allow CSL_VER_MAIN to be defined in local.conf. >>

Re: [meta-xilinx] [PATCH] xilinx-versions: Fix libc-*.so path for aarch64

2015-12-21 Thread Nathan Rossi
On Tue, Dec 22, 2015 at 6:57 AM, Manjukumar Matha wrote: > Fix search path for libc-*.so for aarch64 xilinx toolchain. Not accepting changes for the AArch64 Linaro/Xilinx toolchain. There are already recipes for the Linaro toolchain in the meta-linaro layer, see: http://git.linaro.org/openembedd

[meta-xilinx] [PATCH 00/12] Updates for Kernels, and changes in OE-Core master

2015-12-28 Thread Nathan Rossi
ards, Nathan Nathan Rossi (12): linux/configs: common: Rearrange scc/cfg for drivers linux/configs: base: Rearrange scc/cfg files for linux-xlnx drivers linux/configs: base: Refactor linux-xlnx 3.14 Zynq USB driver config linux/configs: Update config fragments linux-xlnx: Add linux-x

[meta-xilinx] [PATCH 05/12] linux-xlnx: Add linux-xlnx specific features by default

2015-12-28 Thread Nathan Rossi
This enables all the linux-xlnx specific features and drivers that are not normally available. Signed-off-by: Nathan Rossi --- recipes-kernel/linux/linux-xlnx.inc | 4 1 file changed, 4 insertions(+) diff --git a/recipes-kernel/linux/linux-xlnx.inc b/recipes-kernel/linux/linux-xlnx.inc

[meta-xilinx] [PATCH 04/12] linux/configs: Update config fragments

2015-12-28 Thread Nathan Rossi
Update and refactor config fragments to work with newer kernels as well as supporting new features that are now available. This changeset also moves a large number of 'linux-xlnx' only drivers into seperate config fragments for cleaner maintainence. Signed-off-by: Nathan Rossi --

[meta-xilinx] [PATCH 03/12] linux/configs: base: Refactor linux-xlnx 3.14 Zynq USB driver config

2015-12-28 Thread Nathan Rossi
Move the associated config fragments that are specific for this driver in this version of the kernel to a single config fragment that the linux-xlnx_3.14 recipe adds by default to Zynq kernel features. Signed-off-by: Nathan Rossi --- .../config/xilinx-base/bsp/xilinx/disable-usb-phy.cfg

[meta-xilinx] [PATCH 02/12] linux/configs: base: Rearrange scc/cfg files for linux-xlnx drivers

2015-12-28 Thread Nathan Rossi
Rearrange the linux-xlnx specific config fragments, nesting them under soc/linux-xlnx/driver/. Leaving the 'xilinx-driver-linux-xlnx.scc' for compatiblity. Signed-off-by: Nathan Rossi --- .../bsp/xilinx/soc/linux-xlnx/drivers/xilinx.cfg | 15 +++ .../bsp/xilinx

[meta-xilinx] [PATCH 01/12] linux/configs: common: Rearrange scc/cfg for drivers

2015-12-28 Thread Nathan Rossi
Nest the driver config fragments in soc/drivers whilst keeping the SoC config fragments at the soc/ level. Also rename 'zynq' to 'zynq7' where applicable. Signed-off-by: Nathan Rossi --- .../bsp/xilinx/soc/drivers/xilinx.cfg | 41 .../bsp/xilinx/so

[meta-xilinx] [PATCH 06/12] zynq7-base.dtsi: Update for newer kernels

2015-12-28 Thread Nathan Rossi
Update compatiblity with newer kernels. Adding new properties and nodes where available. Signed-off-by: Nathan Rossi --- conf/machine/boards/common/zynq7-base.dtsi | 29 ++--- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/conf/machine/boards/common/zynq7

[meta-xilinx] [PATCH 10/12] linux-yocto_3.14: Dropped

2015-12-28 Thread Nathan Rossi
This version of linux-yocto was dropped from OE-Core. Signed-off-by: Nathan Rossi --- ...Drop-architecture-specific-declaration-of.patch | 48 -- recipes-kernel/linux/linux-yocto_3.14.bbappend | 13 -- 2 files changed, 61 deletions(-) delete mode 100644 recipes

[meta-xilinx] [PATCH 12/12] qemuzynq: Update clock work around for QEMU 2.5+

2015-12-28 Thread Nathan Rossi
The GEM phy in QEMU 2.5+ reports a link speed of 100Mbps, which requires a slower clock. Change the fixed clock to provide a 25MHz reference. Signed-off-by: Nathan Rossi --- conf/machine/boards/qemu/qemuzynq-base.dtsi | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a

[meta-xilinx] [PATCH 07/12] linux/configs: Split PCIe drivers off from zynq7 config fragment

2015-12-28 Thread Nathan Rossi
x/soc/drivers/xilinx-pcie.scc' to KERNEL_FEATURES. Also add to the config fragment the required kernel options to enable PCI. Signed-off-by: Nathan Rossi --- .../config/xilinx-common/bsp/xilinx/soc/drivers/xilinx-pcie.cfg| 7 +++ .../config/xilinx-common/bsp/xilinx/soc/drivers/xilin

[meta-xilinx] [PATCH 11/12] linux-yocto_3.19: Dropped

2015-12-28 Thread Nathan Rossi
This version of linux-yocto was dropped from OE-Core. Signed-off-by: Nathan Rossi --- recipes-kernel/linux/linux-yocto_3.19.bbappend | 9 - 1 file changed, 9 deletions(-) delete mode 100644 recipes-kernel/linux/linux-yocto_3.19.bbappend diff --git a/recipes-kernel/linux/linux

[meta-xilinx] [PATCH 08/12] qemu: Drop 2.4.* recipe with ZynqMP patches

2015-12-28 Thread Nathan Rossi
These patches are merged and available from QEMU 2.5+. Signed-off-by: Nathan Rossi --- .../arm-xlnx-zynqmp-Fix-up-GIC-region-size.patch | 32 -- recipes-zynqmp/qemu/qemu_2.4.%.bbappend| 6 2 files changed, 38 deletions(-) delete mode 100644 recipes

[meta-xilinx] [PATCH 09/12] gcc: Update bbappend for GCC 5.3

2015-12-28 Thread Nathan Rossi
Signed-off-by: Nathan Rossi --- recipes-microblaze/gcc/gcc-source_5.2.bbappend | 7 --- recipes-microblaze/gcc/gcc-source_5.3.bbappend | 7 +++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 recipes-microblaze/gcc/gcc-source_5.2.bbappend create mode 100644 recipes

[meta-xilinx] [PATCH 0/5] Update and Drop linux-xlnx Kernels

2016-01-06 Thread Nathan Rossi
patches and generalises ZynqMP compatiblity for kernels. Nathan Rossi (5): machine-xilinx-default.inc: Update default linux-xlnx to 4.0% linux-xlnx_3.14: Remove 'xlnx_3.14' kernel linux-xlnx_3.19: Remove 'xilinx-v2015.2.03' kernel linux-xilinx-machines.inc: Default CO

[meta-xilinx] [PATCH 1/5] machine-xilinx-default.inc: Update default linux-xlnx to 4.0%

2016-01-06 Thread Nathan Rossi
Signed-off-by: Nathan Rossi --- conf/machine/include/machine-xilinx-default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc index 15f85fe..ee3a80b 100644 --- a/conf/machine

[meta-xilinx] [PATCH 3/5] linux-xlnx_3.19: Remove 'xilinx-v2015.2.03' kernel

2016-01-06 Thread Nathan Rossi
This kernel is superseeded by newer kernels. This recipe is being dropped in favour of newer linux-xlnx kernels. Remove the recipe and clean up any remaining kernel 3.19 patches. Signed-off-by: Nathan Rossi --- ...-Fix-RX-hang-and-TX-corruption-in-termios.patch | 62

[meta-xilinx] [PATCH 2/5] linux-xlnx_3.14: Remove 'xlnx_3.14' kernel

2016-01-06 Thread Nathan Rossi
This kernel is no longer maintained, and has custom device tree bindings for various drivers. Remove the kernel recipe and all patches it uses. Signed-off-by: Nathan Rossi --- .../3.14/kernel-add-support-for-gcc-5.patch| 97 -- .../kernel-use-the-gnu89-standard

[meta-xilinx] [PATCH 5/5] linux-xlnx_4.0: Update to 'xilinx-v2015.4.01' tag

2016-01-06 Thread Nathan Rossi
Update to the newest version at the 'xilinx-v2015.4.01' tag. Signed-off-by: Nathan Rossi --- recipes-kernel/linux/linux-xlnx_4.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-xlnx_4.0.bb b/recipes-kernel/linux/linux-xlnx_4.

[meta-xilinx] [PATCH 4/5] linux-xilinx-machines.inc: Default COMPATIBLE_MACHINE for ZynqMP

2016-01-06 Thread Nathan Rossi
All meta-xilinx kernels now support ZynqMP, set the compatiblity in common include instead of per kernel. Signed-off-by: Nathan Rossi --- recipes-kernel/linux/linux-xilinx-machines.inc | 1 + recipes-kernel/linux/linux-xlnx-dev.bb | 2 -- recipes-kernel/linux/linux-xlnx_4.0.bb

[meta-xilinx] [PATCH 2/5] docs/BOOT.tftp: Update U-Boot commands for MicroBlaze

2016-01-06 Thread Nathan Rossi
MicroBlaze now uses the 'tftpboot' command same as Zynq. Signed-off-by: Nathan Rossi --- docs/BOOT.tftp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/BOOT.tftp b/docs/BOOT.tftp index de3a70a..f9704dc 100644 --- a/docs/BOOT.tftp +++ b/docs/BOOT.tft

[meta-xilinx] [PATCH 1/5] u-boot-xlnx_2015.07: Add support for 'kc705-trd-microblazeel' directly

2016-01-06 Thread Nathan Rossi
Patch u-boot-xlnx to support kc705-trd-microblazeel by overriding microblaze-generic. Only apply this patch when using the kc705-trd-microblazeel machine. Signed-off-by: Nathan Rossi --- ...kc705-trd-Convert-microblaze-generic-to-k.patch | 215 + recipes-bsp/u-boot/u-boot

[meta-xilinx] [PATCH 0/5] Updates to u-boot-xlnx

2016-01-06 Thread Nathan Rossi
Model entirely. Additionally this series removes the older u-boot-xlnx_2015.04 recipe and the associated fsbl-platform-init dependency (for u-boot-spl/ps7_init). Nathan Rossi (5): u-boot-xlnx_2015.07: Add support for 'kc705-trd-microblazeel' directly docs/BOOT.tftp: Update

  1   2   3   4   5   6   7   8   >