[meta-xilinx] [PATCH 4/5] u-boot-extra.inc: Retire use of this configuration framework

2016-01-06 Thread Nathan Rossi
This is only used by MicroBlaze targets for U-Boot, and due to U-Boot moving to Device Model this is no longer sufficent to configure U-Boot. Instead support for MicroBlaze must be added by patches to U-Boot with partial DM and xparameters support. Signed-off-by: Nathan Rossi --- .../kc705

[meta-xilinx] [PATCH 5/5] fsbl-platform-init: Drop this recipe it is no longer required

2016-01-06 Thread Nathan Rossi
The ps7_init_gpl.* files for zc702, zc706, zedboard and microzed are now available as part of the U-Boot source and are automatically selected and handled from within the U-Boot recipe. As such this recipe is no longer required. Signed-off-by: Nathan Rossi --- .../platform-init/fsbl-platform

[meta-xilinx] [PATCH 3/5] u-boot-xlnx_2015.04: Drop this version

2016-01-06 Thread Nathan Rossi
Newer version of u-boot-xlnx superseeds this version. Also remove any patches which are only needed by this version of u-boot-xlnx. Signed-off-by: Nathan Rossi --- ...nq-Fix-up-the-target-file-name-for-u-boot.patch | 27 .../microblaze-Fix-EMAC-Lite-initialization.patch | 31

[meta-xilinx] [PATCH] gcc-source_5.3: Fix MicroBlaze musl libc support

2016-01-06 Thread Nathan Rossi
Backport the patch from GCC to handle musl libc for MicroBlaze, this patch sets up the correct path for ld. Signed-off-by: Nathan Rossi --- .../gcc/files/microblaze-musl-support.patch| 44 ++ recipes-microblaze/gcc/gcc-source_5.3.bbappend | 1 + 2 files changed

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

2016-01-07 Thread Nathan Rossi
On Thu, Jan 7, 2016 at 3:23 PM, Robert Berger wrote: > > > > Hi, > > On 12/28/2015 02:46 PM, Nathan Rossi wrote: >> This series adds a number of updates to kernel configuration and kernel >> recipes >> as well as updating (and removing) recipes which ha

Re: [meta-xilinx] mainline u-boot on zedboard

2016-01-09 Thread Nathan Rossi
On Sat, Jan 9, 2016 at 5:14 AM, Moritz Fischer wrote: > Hi Robert, > > On Fri, Jan 8, 2016 at 3:29 AM, wrote: > >> But I don't get any boot.bin file. > > If you use u-boot master you'll end up with a spl/boot.bin. I've been working on U-Boot master, and getting some of the SPL stuff working wel

Re: [meta-xilinx] mainline u-boot on zedboard

2016-01-11 Thread Nathan Rossi
On Sat, Jan 9, 2016 at 9:05 PM, wrote: > Hi, > >>> >>> If you use u-boot master you'll end up with a spl/boot.bin. >> >> >> I've been working on U-Boot master, and getting some of the SPL stuff >> working well (including boot.bin generation :)). If you want to use a >> mainline U-Boot go for mast

Re: [meta-xilinx] mmcblk not showing up? [sd card mounting]

2016-01-15 Thread Nathan Rossi
On Fri, Jan 15, 2016 at 5:46 AM, Giordon Stark wrote: > Hi all, > > I'm booting a board with an OS successfully (putting all my files on the > micro sd card). However, I can't seem to bring up the SD Card at all. > > Log and an `ls` of the /dev directory: > https://gist.github.com/anonymous/44bb6f

Re: [meta-xilinx] Build fitImage for Zynq zc706

2016-01-15 Thread Nathan Rossi
On Thu, Jan 14, 2016 at 8:00 PM, Maciej Sobkowski wrote: > Hi, > > I am failing to configure meta-xilinx to produce image in fitImage > format. I want image for ZYNQ zc706. I did following change: > > diff --git a/conf/machine/include/tune-zynq.inc > b/conf/machine/include/tune-zynq.inc > index 6

Re: [meta-xilinx] mainline u-boot on zedboard

2016-01-15 Thread Nathan Rossi
On Wed, Jan 13, 2016 at 4:17 AM, wrote: > Hi, > > On 2016-01-11 02:08, Nathan Rossi wrote: >> >> uEnv.txt is something that is only in u-boot-xlnx. I do not believe it >> will make an appearance as the default environment in mainline, this >> is because the FIT

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

2016-01-15 Thread Nathan Rossi
On Wed, Jan 6, 2016 at 11:17 PM, Nathan Rossi wrote: > This series cleans up some existing out of date linux-xlnx kernels as well as > cleaning configuration and recipes. > > Specifically the the linux-xlnx 3.14 and 3.19 kernels are dropped. There are a > number of reasons why th

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

2016-01-15 Thread Nathan Rossi
On Wed, Jan 6, 2016 at 11:19 PM, Nathan Rossi wrote: > This series fixes support for 'kc705-trd-microblazeel' within > u-boot-xlnx_2015.07. This is implemented as a patch which overrides the > 'microblaze-generic' U-Boot config and is only applied to the U-Boot

Re: [meta-xilinx] [PATCH] gcc-source_5.3: Fix MicroBlaze musl libc support

2016-01-15 Thread Nathan Rossi
On Wed, Jan 6, 2016 at 11:21 PM, Nathan Rossi wrote: > Backport the patch from GCC to handle musl libc for MicroBlaze, this > patch sets up the correct path for ld. Applied. Regards, Nathan > > Signed-off-by: Nathan Rossi > --- > .../gcc/files/microblaze-musl-support

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

2016-01-17 Thread Nathan Rossi
On Sat, Jan 16, 2016 at 4:19 AM, andrey wrote: > Hello Nathan, > > We are now starting production of our Zynq-based product and are trying to > update a 2-year old software to the current state of Yocto. We do not use > Vivado to manage the project, for the FPGA development we use alternative > Ec

[meta-xilinx] [PATCH 1/2] linux-yocto_4.4: Add bbappend to enable Xilinx machine support

2016-01-17 Thread Nathan Rossi
Signed-off-by: Nathan Rossi --- recipes-kernel/linux/linux-yocto_4.4.bbappend | 4 1 file changed, 4 insertions(+) create mode 100644 recipes-kernel/linux/linux-yocto_4.4.bbappend diff --git a/recipes-kernel/linux/linux-yocto_4.4.bbappend b/recipes-kernel/linux/linux-yocto_4.4.bbappend

[meta-xilinx] [PATCH 2/2] linux/configs: Update zynqmp.cfg for newer kernels

2016-01-17 Thread Nathan Rossi
* Fix up GPIOLIB to enable GPIO driver support * Fix up USB configs Signed-off-by: Nathan Rossi --- .../linux/config/xilinx-common/bsp/xilinx/soc/drivers/zynqmp.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/config/xilinx-common/bsp/xilinx

Re: [meta-xilinx] u-boot Commit 81ec69066b270c62a6468662314728cc8b7008f9 breaks SPL

2016-01-18 Thread Nathan Rossi
mainline master, it has fixes for QSPI booting. I have it working well on the Zybo, but the fixes were not specific to that board. Regards, Nathan > > > On 23-11-15 11:43, Nathan Rossi wrote: >> >> On Fri, Nov 20, 2015 at 11:53 PM, Michal Simek >> wrote: >>>

Re: [meta-xilinx] mainline u-boot on zedboard

2016-01-18 Thread Nathan Rossi
On Mon, Jan 18, 2016 at 9:35 PM, wrote: > Hi, > > On 2016-01-11 02:08, Nathan Rossi wrote: >> >> >> You will need to modify zynq-common.h to enable it. >> >> diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h >> index 0ab6083.

Re: [meta-xilinx] u-boot Commit 81ec69066b270c62a6468662314728cc8b7008f9 breaks SPL

2016-01-18 Thread Nathan Rossi
On Mon, Jan 18, 2016 at 9:45 PM, Mike Looijmans wrote: > On 18-01-16 11:59, Nathan Rossi wrote: >> >> On Mon, Jan 18, 2016 at 8:43 PM, Mike Looijmans >> wrote: >>> >>> I just tried with current xilinx/master u-boot. >>> >>> QSPI support i

Re: [meta-xilinx] u-boot Commit 81ec69066b270c62a6468662314728cc8b7008f9 breaks SPL

2016-01-19 Thread Nathan Rossi
On Tue, Jan 19, 2016 at 7:05 PM, Michal Simek wrote: > On 19.1.2016 09:07, Mike Looijmans wrote: >> On 19-01-16 08:46, Michal Simek wrote: >>> On 18.1.2016 13:59, Mike Looijmans wrote: >>>> On 18-01-16 13:51, Nathan Rossi wrote: >>>>> On Mon, Jan 18,

Re: [meta-xilinx] mmcblk not showing up? [sd card mounting]

2016-01-21 Thread Nathan Rossi
e generator (https://github.com/Xilinx/device-tree-xlnx/tree/cb1811c93e0c82500999eb16269cf61371de5d15/sdps/data) will not actually emit this property nor an equivalent (e.g. broken/non-removable). So as with most board level configuration you are going to have to manually configure this. Regards, Nathan

Re: [meta-xilinx] No recipes available for gcc-source_5.3.bbappend?

2016-01-22 Thread Nathan Rossi
On Fri, Jan 22, 2016 at 4:17 AM, Giordon Stark wrote: > Hi all, > > I started a new VM at a different location to set up a test image on a > zedboard-zynq7 machine definition. > > When it parses it, it runs into the following error: > > ERROR: No recipes available for: > /home/osboxes/meta-xilin

Re: [meta-xilinx] No recipes available for gcc-source_5.3.bbappend?

2016-01-22 Thread Nathan Rossi
s to have a branch for each Yocto/OE release which matches the associated codename (or some other version number), and you just need to make sure each layer is checked out to the same branch. Regards, Nathan > > Giordon > > On Fri, Jan 22, 2016 at 2:54 AM Nathan Rossi wrote: >> &g

Re: [meta-xilinx] u-boot Commit 81ec69066b270c62a6468662314728cc8b7008f9 breaks SPL

2016-02-07 Thread Nathan Rossi
On Sat, Feb 6, 2016 at 7:25 AM, Moritz Fischer wrote: > Hi Nathan, > > On Mon, Jan 18, 2016 at 2:59 AM, Nathan Rossi wrote: >> On Mon, Jan 18, 2016 at 8:43 PM, Mike Looijmans >> wrote: >>> I just tried with current xilinx/master u-boot. >>> >>>

Re: [meta-xilinx] u-boot Commit 81ec69066b270c62a6468662314728cc8b7008f9 breaks SPL

2016-02-16 Thread Nathan Rossi
On Tue, Feb 9, 2016 at 3:42 AM, Moritz Fischer wrote: > Hi Nathan, > > On Sun, Feb 7, 2016 at 7:41 AM, Nathan Rossi wrote: > >> boot.bin is always at 0x0, since it is loaded by the BootROM. > > Yeah that part had worked before ;-) > >> As for the u-boot-dtb.

Re: [meta-xilinx] Linux qspi support/4.4 kernel/zedaboard

2016-02-17 Thread Nathan Rossi
On Thu, Feb 11, 2016 at 8:20 PM, wrote: > Hi, > > Did someone here manage to get qspi work for the 4.4 kernel? > > On some older xilinx kernel I see: > > [0.492965] dma-pl330 f8003000.ps7-dma: Loaded driver for PL330 > DMAC-267056 > [0.492982] dma-pl330 f8003000.ps7-dma: DBUFF-128x8b

Re: [meta-xilinx] Linux qspi support/4.4 kernel/zedaboard

2016-02-17 Thread Nathan Rossi
On Thu, Feb 18, 2016 at 1:24 AM, wrote: > Hi, > > On 2016-02-17 08:25, Nathan Rossi wrote: >>> >>> >>> Any ideas? >> >> >> Post your kernel log, or the segment when the m25p80 driver tries to >> setup the flash, that will indicate wh

Re: [meta-xilinx] ddrc in zynq_edac.c

2016-02-23 Thread Nathan Rossi
On Tue, Feb 23, 2016 at 10:53 PM, avallash wrote: > Hi, > Both on petalinux 2015.2 and on yocto 2.0 with meta-xilinx with linux-xlnx > 3.19 the default device tree for ZC706 has non existing compatible section > in edac/ddrc: > petalinux: > compatible = "xlnx,zynq-ddrc-1.0"; > > yocto: > compatibl

Re: [meta-xilinx] ddrc in zynq_edac.c

2016-02-23 Thread Nathan Rossi
On Wed, Feb 24, 2016 at 5:44 AM, Manjukumar Harthikote Matha wrote: > Hi Nathan > > On 02/23/2016 05:54 AM, Nathan Rossi wrote: >> >> On Tue, Feb 23, 2016 at 10:53 PM, avallash wrote: >>> >>> Hi, >>> Both on petalinux 2015.2 and on yocto 2.0 w

Re: [meta-xilinx] [PATCH] tune-zynq: Change ABI to hard-float with thumb

2016-02-23 Thread Nathan Rossi
On Wed, Feb 24, 2016 at 9:08 AM, Manjukumar Matha wrote: > Zynq-7000 devices support hard-float with thumb-2 instruction set. > Xilinx SDK toolchain with hard-float enabled will be available from > v2016.1 release. Hence the ABI needs to change to match the toolchain. Ok so this is a pretty signi

[meta-xilinx] [PATCH 01/12] device-tree.bb: Add support to use kernel source tree includes

2016-02-24 Thread Nathan Rossi
* Add support to use the base platform includes directly from the currently selected kernel source tree * Setup 'zynq-7000.dtsi' as default for 'zynq' targets * Setup 'zynqmp.dtsi' as default for 'zynqmp' targets * Remove use of awk, use basename

[meta-xilinx] [PATCH 00/12] Device Tree Rework

2016-02-24 Thread Nathan Rossi
use the device trees that are provided in the kernel. There are some potentially breaking changes to users of the machine-xilinx-* includes as the default RDEPEND on device-tree is no longer default. Nathan Rossi (12): device-tree.bb: Add support to use kernel source tree includes device-tree

[meta-xilinx] [PATCH 02/12] device-tree.bb: Move zynq7-base.dtsi into recipe source

2016-02-24 Thread Nathan Rossi
* Move zynq7-base.dtsi out of conf/machine/boards and into the files/ directory of the device-tree recipe * Also move the config from machine-xilinx-default.inc that includes the dtsi for zynq targets Signed-off-by: Nathan Rossi --- conf/machine/boards/common/zynq7-base.dtsi | 504

[meta-xilinx] [PATCH 03/12] qemuzynq: Rework device tree to use kernel source include

2016-02-24 Thread Nathan Rossi
* Rework the qemuzynq.dts device tree to use the kernel source include 'zynq-7000.dtsi' * Store the new device tree in the device-tree recipe directory Signed-off-by: Nathan Rossi --- conf/machine/qemuzynq.conf | 5 +- recipes-bsp/device-tree/files/qemu/qemuzyn

[meta-xilinx] [PATCH 04/12] qemuzynq: Remove older device-trees

2016-02-24 Thread Nathan Rossi
Signed-off-by: Nathan Rossi --- conf/machine/boards/qemu/qemuzynq-base.dtsi | 70 - conf/machine/boards/qemu/qemuzynq.dts | 5 --- 2 files changed, 75 deletions(-) delete mode 100644 conf/machine/boards/qemu/qemuzynq-base.dtsi delete mode 100644 conf/machine

[meta-xilinx] [PATCH 05/12] kc705-trd-microblazeel: Move device tree to device-tree recipe

2016-02-24 Thread Nathan Rossi
* Move the device tree into the source files directory for the device-tree recipe * Use non-immediate set for MACHINE_DEVICETREE Signed-off-by: Nathan Rossi --- .../boards/kc705/kc705-trd-microblazeel.dts| 526 - conf/machine/kc705-trd-microblazeel.conf

[meta-xilinx] [PATCH 08/12] zc702-zynq7: Switch over to in kernel device tree

2016-02-24 Thread Nathan Rossi
device tree Signed-off-by: Nathan Rossi --- conf/machine/boards/zc702/zc702-zynq7-board.dtsi | 149 - conf/machine/boards/zc702/zc702-zynq7.dts | 5 - conf/machine/zc702-zynq7.conf | 10 +- .../u-boot/u-boot-xlnx/zc702-zynq7/uEnv.txt

[meta-xilinx] [PATCH 07/12] picozed-zynq7: Rework device tree to use kernel source include

2016-02-24 Thread Nathan Rossi
* Rework the picozed-zynq7.dts device tree to use the kernel source include 'zynq-7000.dtsi' * Store the new device tree in the device-tree recipe directory * Remove existing device tree from conf/machine/boards Signed-off-by: Nathan Rossi --- .../boards/picozed/picozed-zynq7-

[meta-xilinx] [PATCH 09/12] zedboard-zynq7: Switch over to in kernel device tree

2016-02-24 Thread Nathan Rossi
device tree Signed-off-by: Nathan Rossi --- .../boards/zedboard/zedboard-zynq7-board.dtsi | 79 -- conf/machine/boards/zedboard/zedboard-zynq7.dts| 5 -- conf/machine/zedboard-zynq7.conf | 9 +-- .../u-boot/u-boot-xlnx/zedboard-zynq7/uEnv.txt

[meta-xilinx] [PATCH 06/12] microzed-zynq7: Rework device tree to use kernel source include

2016-02-24 Thread Nathan Rossi
* Rework the microzed-zynq7.dts device tree to use the kernel source include 'zynq-7000.dtsi' * Store the new device tree in the device-tree recipe directory * Remove existing device tree from conf/machine/boards Signed-off-by: Nathan Rossi --- .../boards/microzed/microzed-zynq7-

[meta-xilinx] [PATCH 11/12] zybo-zynq7: Switch over to in kernel device tree

2016-02-24 Thread Nathan Rossi
* Switch to the device tree that is available in the kernel source tree * Remove the in layer device tree and configuration for the in layer device tree * Setup IMAGE_BOOT_FILES with the correct target device tree from the kernel source/recipe Signed-off-by: Nathan Rossi --- conf/machine

[meta-xilinx] [PATCH 10/12] zc706-zynq7: Switch over to in kernel device tree

2016-02-24 Thread Nathan Rossi
* Switch to the device tree that is available in the kernel source tree * Remove the in layer device tree and configuration for the in layer device tree Signed-off-by: Nathan Rossi --- conf/machine/boards/zc706/zc706-zynq7-board.dtsi | 143 --- conf/machine/boards/zc706

[meta-xilinx] [PATCH 12/12] machine-xilinx-*.inc: Remove default append for 'device-tree'

2016-02-24 Thread Nathan Rossi
ree output Signed-off-by: Nathan Rossi --- conf/machine/include/machine-xilinx-board.inc | 2 -- conf/machine/include/machine-xilinx-default.inc | 3 --- conf/machine/kc705-trd-microblazeel.conf| 1 + conf/machine/microzed-zynq7.conf| 1 + conf/machine/picozed-

Re: [meta-xilinx] [PATCH] linux-xlnx_4.4: Xilinx linux v4.4 release

2016-02-25 Thread Nathan Rossi
On Fri, Feb 26, 2016 at 10:18 AM, Manjukumar Matha wrote: > This is a preliminary release of Xilinx linux kernel v4.4. The SRCREV will > updated once the kernel gets updated on github Applied. Thanks, Nathan > > Signed-off-by: Manjukumar Matha > --- > recipes-kernel/linux/linux-xlnx_4.4.bb |

[meta-xilinx] [PATCH] qemu_2.5%.bbappend: Create bbappend for arm64 patches

2016-02-26 Thread Nathan Rossi
Backport patches from post 4.5 QEMU which implement certain registers on arm64 which are probed by newer kernels and are required in order to boot newer (4.4+) kernels. Signed-off-by: Nathan Rossi --- .../4054bfa9e7986c9b7d2bf70f9e10af9647e376fc.patch | 90

Re: [meta-xilinx] What version of oecore/yocto for microblaze

2016-02-28 Thread Nathan Rossi
On Mon, Feb 29, 2016 at 6:03 AM, Matthew Clark wrote: > Greetings: > > I've just started using Yocto this weekend. I've made it through the quick > start, and can boot qemu with the minimal test build starting with both > yoctoproject and openembeddcore. > > I am trying to build the microblaze qem

Re: [meta-xilinx] What version of oecore/yocto for microblaze

2016-03-01 Thread Nathan Rossi
unity/mailing-lists is a good list to follow depending on the topic you need help with. Regards, Nathan > > Thanks again. > > MDC > > -- > Matthew D. Clark > Center for Signal and Image Processing > Georgia Institute of Technology > >

Re: [meta-xilinx] Outputs appear to be u-boot wrapped?

2016-03-03 Thread Nathan Rossi
On Wed, Mar 2, 2016 at 8:30 AM, Matthew Clark wrote: > Greetings: > > I have the output for my uBlaze, and I think I've figured out how to > actually load and boot my KC705 card, but I have some questions as to the > files that were generated. > > 1) What is the download.bit file? The download.bi

Re: [meta-xilinx] [PATCH] tune-zynq: Change ABI to hard-float with thumb

2016-03-03 Thread Nathan Rossi
On Thu, Mar 3, 2016 at 3:37 AM, Brad Mouring wrote: > On Wed, Feb 24, 2016 at 9:08 AM, Manjukumar Matha > wrote: >> -DEFAULTTUNE ?= "cortexa9-neon" >> +DEFAULTTUNE ?= "cortexa9thf-neon" > > Just a note, the only difference between using the default tune > "cortexa9thf-neon" and "cortexa9hf-neon"

Re: [meta-xilinx] [PATCH] tune-zynq: Change ABI to hard-float with thumb

2016-03-03 Thread Nathan Rossi
On Thu, Mar 3, 2016 at 7:24 PM, Nathan Rossi wrote: > On Thu, Mar 3, 2016 at 3:37 AM, Brad Mouring wrote: >> On Wed, Feb 24, 2016 at 9:08 AM, Manjukumar Matha >> wrote: >>> -DEFAULTTUNE ?= "cortexa9-neon" >>> +DEFAULTTUNE ?= "cortexa9thf-neon

Re: [meta-xilinx] Can SPL be used instead of FSBL?

2016-03-05 Thread Nathan Rossi
On Fri, Mar 4, 2016 at 7:48 PM, avallash wrote: > Hi, > That's great news. Could you point me in the right direction? > Is there a thread discussing this topic in detail? I don't think there is a thread discussing the recipe setup process although there are a few regarding using u-boot 2016.01 fo

Re: [meta-xilinx] [PATCH] qemu_2.5%.bbappend: Create bbappend for arm64 patches

2016-03-06 Thread Nathan Rossi
On Fri, Feb 26, 2016 at 11:11 PM, Nathan Rossi wrote: > Backport patches from post 4.5 QEMU which implement certain registers on > arm64 which are probed by newer kernels and are required in order to > boot newer (4.4+) kernels. > > Signed-off-b

Re: [meta-xilinx] [PATCH] tune-zynq: Change ABI to hard-float with thumb

2016-03-06 Thread Nathan Rossi
On Thu, Feb 25, 2016 at 7:53 AM, Manjukumar Harthikote Matha wrote: > All, > >> Ok so this is a pretty significant change. Couple of things I would >> like to know first from the Xilinx side. >> >> * Is it now Xilinx's position to use hard-float and thumb support for >> all linux software? (aka do

Re: [meta-xilinx] [PATCH 00/12] Device Tree Rework

2016-03-06 Thread Nathan Rossi
I have applied this series, if anyone has issues please let me know. Thanks, Nathan On Wed, Feb 24, 2016 at 7:30 PM, Nathan Rossi wrote: > This series is all about reworking the device trees in layer as well as > how the device-tree.bb recipe works. And additionally switching some > ma

Re: [meta-xilinx] Current kernel 4.4 has broken timer implementation

2016-03-10 Thread Nathan Rossi
On Thu, Mar 10, 2016 at 7:29 PM, Mike Looijmans wrote: > After migrating to the current 4.4 kernel, I noticed that the internal timer > no longer works correctly. > > When the CPU frequency scaling sets the CPU speed to 333MHz, the "wall > clock" time also slows down to half the normal rate (e.g.

[meta-xilinx] [PATCH 0/7] U-Boot updates and Mainline support

2016-03-31 Thread Nathan Rossi
hether the provider is set to u-boot-xlnx or not * (Zynq) Can now build u-boot 2016.03 * (MicroBlaze) Updated support for the KC705 design * Remove ZYBO ps7_init from platform-init (clean up), since it is now provided in the U-Boot sources (since 2016.01). Regards, Nathan Nathan Rossi (7):

[meta-xilinx] [PATCH 3/7] u-boot-xlnx: Update to pre-release xilinx-v2016.1

2016-03-31 Thread Nathan Rossi
Update the recipe to the current master of u-boot-xlnx vendor tree, in preparation for the xilinx-v2016.1 release. Update the KC705 configuration patch and remove upstreamed patches for MicroBlaze. Signed-off-by: Nathan Rossi --- ...croblaze-Fix-style-issues-in-header-files.patch | 236

[meta-xilinx] [PATCH 1/7] machine-xilinx-default.inc: Handle 'u-boot-dtb.img' for Zynq

2016-03-31 Thread Nathan Rossi
Handle the case where mainline u-boot does not default to having the target device tree embedded into the u-boot ELF via OF_EMBED, which is default for the u-boot-xlnx source tree. Select the UBOOT_BINARY value based on the currently configured virtual/bootloader provider. Signed-off-by: Nathan

[meta-xilinx] [PATCH 2/7] device-tree/kc705-trd-microblazeel: Update for u-boot support

2016-03-31 Thread Nathan Rossi
Update the KC705 TRD device tree to be compatible for u-boot 2016.01. Signed-off-by: Nathan Rossi --- recipes-bsp/device-tree/files/kc705/kc705-trd-microblazeel.dts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/device-tree/files/kc705/kc705-trd

[meta-xilinx] [PATCH 4/7] conf/machine/*-zynq7.conf: Use 'spl/boot.bin' for Zynq SPL images

2016-03-31 Thread Nathan Rossi
The boot.bin built by u-boot is located in spl/boot.bin, this is now the default location of the build product and is consistent between mainline and the Xilinx vendor tree. This was upstream as of v2016.01 of u-boot. Signed-off-by: Nathan Rossi --- conf/machine/microzed-zynq7.conf | 2 +- conf

[meta-xilinx] [PATCH 5/7] u-boot_2016.03: Zynq SPL ps7_init support

2016-03-31 Thread Nathan Rossi
Add support for u-boot 2016.03 to inject the ps7_init files from platform-init providers. Signed-off-by: Nathan Rossi --- recipes-bsp/u-boot/u-boot_2016.03.bbappend | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot_2016.03.bbappend diff --git a

[meta-xilinx] [PATCH 6/7] u-boot_2016.03: Configure picozed to use the custom ps7_init

2016-03-31 Thread Nathan Rossi
Add a patch for u-boot so that the picozed target uses the ps7_init that is provided in the custom_hw_platform/ directory. Signed-off-by: Nathan Rossi --- ...zynq-Configure-picozed-to-use-custom-init.patch | 29 ++ recipes-bsp/u-boot/u-boot_2016.03.bbappend | 3

Re: [meta-xilinx] linux-xlnx-dev.bb recipe

2016-03-31 Thread Nathan Rossi
On Wed, Mar 30, 2016 at 6:01 AM, Edward Wingate wrote: > Thank you, I added this to my configuration: > KBRANCH_pn-linux-xlnx-dev = "master" > > and it appears to be working (still building, but continues further now). > > I don't know about removing branch specifier completely. For reference, th

Re: [meta-xilinx] [PATCH 0/7] U-Boot updates and Mainline support

2016-04-07 Thread Nathan Rossi
On Thu, Mar 31, 2016 at 8:08 PM, Nathan Rossi wrote: > This series has the following changes: > * Updates the u-boot-xlnx recipe to target the not-yet released >u-boot-xlnx xilinx-v2016.1 tag. > * (Zynq) Switches to the SPL_BINARY target of 'spl/boot.bin' > * (Zyn

[meta-xilinx] [PATCH] linux-yocto_4.4: Add ZYBO USB patch

2016-04-07 Thread Nathan Rossi
Backport the ZYBO USB PHY patch so that the USB interface is functional using the in-kernel device tree. Signed-off-by: Nathan Rossi --- recipes-kernel/linux/linux-yocto_4.4.bbappend | 5 +++ ...-dts-zynq-Enable-USB-and-USB-PHY-for-ZYBO.patch | 52 ++ 2 files changed

Re: [meta-xilinx] Help with u-boot-xlnx-dev recipe

2016-04-11 Thread Nathan Rossi
On Tue, Apr 12, 2016 at 1:53 AM, Edward Wingate wrote: > I'm trying to use a certain revision of u-boot and added this to my config: > PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx-dev" > SRCREV_pn-u-boot-xlnx-dev = "a553d84118f8fa0b8b98f2c72997646f47447eb8" > > I am setting these two vari

Re: [meta-xilinx] [PATCH 02/20] linux/config: Add keyboard gpio cfg and scc

2016-04-12 Thread Nathan Rossi
On Mon, Apr 11, 2016 at 11:23 PM, Jason Wu wrote: > Signed-off-by: Jason Wu > --- > recipes-kernel/linux/config/xilinx-common/features/gpio/kb-gpio.cfg | 3 +++ > recipes-kernel/linux/config/xilinx-common/features/gpio/kb-gpio.scc | 4 > 2 files changed, 7 insertions(+) > create mode 10064

Re: [meta-xilinx] [PATCH 07/20] linux/config: Add config fragments for Zybo sound support

2016-04-12 Thread Nathan Rossi
On Mon, Apr 11, 2016 at 11:23 PM, Jason Wu wrote: > Signed-off-by: Jason Wu > --- > .../linux/config/xilinx-common/bsp/digilent/zybo-snd.cfg | 9 > + > .../linux/config/xilinx-common/bsp/digilent/zybo-snd.scc | 4 > 2 files changed, 13 insertions(+) > create mode 1

Re: [meta-xilinx] [PATCH 09/20] conf/machine: Add zybo-linux-bd-zynq7 machine support

2016-04-12 Thread Nathan Rossi
On Mon, Apr 11, 2016 at 11:23 PM, Jason Wu wrote: > * base on Zybo linux_bd reference design > * Add device tree with required nodes > * hdf is fetch from Digilent github > > Signed-off-by: Jason Wu > --- > conf/machine/zybo-linux-bd-zynq7.conf | 30 +++ > .../device-tree/files/zyb

Re: [meta-xilinx] [PATCH 10/20] linux-xlnx-dev: Add Digilent encoder and axi dynclk drivers

2016-04-12 Thread Nathan Rossi
On Mon, Apr 11, 2016 at 11:23 PM, Jason Wu wrote: > Signed-off-by: Jason Wu Unfortunately I wont be able to accept this patch. The main reason is it is impossible to maintain applying patches to a moving target, of which linux-xlnx-dev is. It would be best to get these changes into linux-xlnx a

Re: [meta-xilinx] [PATCH 11/20] linux-xlnx: Add Digilent encoder and axi dynclk drivers

2016-04-12 Thread Nathan Rossi
On Mon, Apr 11, 2016 at 11:23 PM, Jason Wu wrote: > Add to both linux-xlnx_4.0.bb and linux-xlnx_4.4.bb. Just want to query what the plan is for upstreaming these patches to linux-xlnx or mainline linux? Regards, Nathan > > Signed-off-by: Jason Wu > --- > ...rm-xilinx-Add-encoder-for-Digilent

Re: [meta-xilinx] [PATCH 17/20] u-boot_2016.03: Add SPL load bitstream and uEnv.txt support

2016-04-12 Thread Nathan Rossi
On Mon, Apr 11, 2016 at 11:23 PM, Jason Wu wrote: > Adds two patches that supports the follows: > - SPL loading bistream support > - Loading uEnv.txt via MMC or USB and enable u-boot to load uEnv.txt > from MMC when set to MMC boot mode. > > Signed-off-by: Jason Wu > --- > .../configs-zynq-com

Re: [meta-xilinx] [PATCH 05/20] Add basic Xilinx HDF support

2016-04-12 Thread Nathan Rossi
On Mon, Apr 11, 2016 at 11:23 PM, Jason Wu wrote: > This allows user to create bb to extract the bitstream and ps7_init_gpl.[h|c] > file from hdf file. This looks good, but I think it would be more useful as a bbclass instead of an include. > > Signed-off-by: Jason Wu > --- > recipes-bsp/hardw

Re: [meta-xilinx] [PATCH 15/20] Add consoleblank recipe

2016-04-12 Thread Nathan Rossi
On Mon, Apr 11, 2016 at 11:23 PM, Jason Wu wrote: > This recipe installs a init script to disable console blank > > Signed-off-by: Jason Wu > --- > recipes-graphics/consoleblank/console-blank.bb| 25 + > recipes-graphics/consoleblank/files/console-blank | 27 > ++

Re: [meta-xilinx] [PATCH 16/20] zybo-linux-bd-zynq7: Enable console-blank

2016-04-12 Thread Nathan Rossi
On Mon, Apr 11, 2016 at 11:23 PM, Jason Wu wrote: > This prevent hdmi console goes to sleep mode. This is required as currently > the hdmi console won't wake up from sleep mode. > > Signed-off-by: Jason Wu > --- > conf/machine/zybo-linux-bd-zynq7.conf | 4 > 1 file changed, 4 insertions(+)

Re: [meta-xilinx] [RFC 00/20] Add zybo-linux-bd-zynq7 support

2016-04-12 Thread Nathan Rossi
On Mon, Apr 11, 2016 at 11:23 PM, Jason Wu wrote: > This series has the following changes: > * Machine: > * Add zybo-linux-bd-zynq7 machine support. The hardware enables the > follows: > - HDMI output > - Sound > - AXI GPIO > * Kenrel: > * Add Digilent encoder d

Re: [meta-xilinx] [PATCH 1/2] recipes-bsp:device-tree: Allow to reuse the dtses from kernel tree

2016-04-12 Thread Nathan Rossi
On Mon, Apr 11, 2016 at 11:13 PM, Jason Wu wrote: > Use the -i set the include folder for dtc instead of copying file. Applied. Thanks, Nathan > > Signed-off-by: Jason Wu > > diff --git a/recipes-bsp/device-tree/device-tree.bb > b/recipes-bsp/device-tree/device-tree.bb > index 2cd47ce..c5dd2a

Re: [meta-xilinx] [PATCH] linux-yocto_4.4: Add ZYBO USB patch

2016-04-12 Thread Nathan Rossi
On Thu, Apr 7, 2016 at 11:44 PM, Nathan Rossi wrote: > Backport the ZYBO USB PHY patch so that the USB interface is functional > using the in-kernel device tree. Merged. Regards, Nathan > > Signed-off-by: Nathan Rossi > --- > recipes-kernel/linux/linux-yocto_4.4.

Re: [meta-xilinx] [PATCH 2/2] device-tree: Add C pre-process for dts

2016-04-12 Thread Nathan Rossi
On Mon, Apr 11, 2016 at 11:13 PM, Jason Wu wrote: > Signed-off-by: Jason Wu Applied. I have some some follow on patches to this to update and fix up stuff for this recipe, will send them out shortly. Thanks, Nathan > > diff --git a/recipes-bsp/device-tree/device-tree.bb > b/recipes-bsp/devic

[meta-xilinx] [PATCH 2/3] device-tree.bb: Rework pre-processor and dtc flags

2016-04-12 Thread Nathan Rossi
Add 'DEVICETREE_PP_FLAGS' for handling of flags for the pre-processor step. Also merge the building of the include path args into the variables with inline python. Use BUILD_CPP instead of CPP to avoid dependence on the target toolchain. Signed-off-by: Nathan Rossi --- recipes-bsp/d

[meta-xilinx] [PATCH 3/3] device-tree.bb: Add deprecation warning for 'zynq7-base.dtsi'

2016-04-12 Thread Nathan Rossi
d kept up to date in kernel releases as well as the linux-xlnx vendor tree releases. The device-tree recipe automatically provides this include (and dependent includes) to allow for custom device-trees to be built without needing to embed or patch the kernel source. Signed-off-by: Nathan Rossi ---

[meta-xilinx] [PATCH 1/3] device-tree.bb: Update kernel include paths for zynq/zynqmp

2016-04-12 Thread Nathan Rossi
Update the paths for kernel device tree and pre-processor includes. Signed-off-by: Nathan Rossi --- recipes-bsp/device-tree/device-tree.bb | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/device-tree/device-tree.bb b/recipes-bsp/device-tree/device

Re: [meta-xilinx] [PATCH 05/20] Add basic Xilinx HDF support

2016-04-13 Thread Nathan Rossi
On Tue, Apr 12, 2016 at 10:36 PM, Jason Wu wrote: > > > On 12/04/2016 7:02 PM, Nathan Rossi wrote: >> >> On Mon, Apr 11, 2016 at 11:23 PM, Jason Wu >> wrote: >>> >>> This allows user to create bb to extract the bitstream and >>> ps7_init_gpl.

Re: [meta-xilinx] boot picozed from QSPI

2016-04-13 Thread Nathan Rossi
On Wed, Apr 13, 2016 at 9:24 AM, Richard Cagley wrote: > I'm on branch Jethro. I'm trying to place u-boot and my kernel in QSPI > and then use the emmc for the filesystem. > > There are three u-boot config parameters I'd like to define to > facilitate QSPI booting: > #define CONFIG_SYS_NO_FLASH >

Re: [meta-xilinx] [PATCH 1/3] device-tree.bb: Update kernel include paths for zynq/zynqmp

2016-04-13 Thread Nathan Rossi
On Tue, Apr 12, 2016 at 11:38 PM, Nathan Rossi wrote: > Update the paths for kernel device tree and pre-processor includes. Merged this series. Regards, Nathan > > Signed-off-by: Nathan Rossi > --- > recipes-bsp/device-tree/device-tree.bb | 11 +-- > 1 file cha

Re: [meta-xilinx] [PATCH] u-boot-xlnx: Depends on native dtc

2016-04-13 Thread Nathan Rossi
On Wed, Apr 13, 2016 at 10:30 AM, Manjukumar Matha wrote: > From: Cyril Chemparathy > > Updates in upstream u-boot now require the device tree compiler for > u-boot builds. Applied. Thanks, Nathan > > Signed-off-by: Manjukumar Matha > --- > recipes-bsp/u-boot/u-boot-xlnx.inc | 2 ++ > 1 file

Re: [meta-xilinx] [PATCH 05/20] Add basic Xilinx HDF support

2016-04-19 Thread Nathan Rossi
On Tue, Apr 19, 2016 at 7:04 PM, Jason Wu wrote: > Hi Cyril, > On 19/04/2016 3:13 AM, Cyril Chemparathy wrote: >> >> Hi Jason, >> >> On 4/13/2016 2:23 AM, Jason Wu wrote: >> [...] install -d ${D}${PLATFORM_INIT_DIR} for fn in ${PLATFORM_INIT}; do unzip -o ${S}/${HDF} ${fn} -d $

Re: [meta-xilinx] ps7 files for zedboard andzc702

2016-04-23 Thread Nathan Rossi
On Sat, Apr 23, 2016 at 11:40 PM, Philip Balister wrote: > I added the ps7 files for these boards a while ago, but it looks like > they didn't survive the transition to platform-init. When I did the platform-init changes I switched to using the ps7 init files from the (Xilinx) fsbl/embeddedsw rep

Re: [meta-xilinx] [PATCH 05/20] Add basic Xilinx HDF support

2016-04-25 Thread Nathan Rossi
On Mon, Apr 25, 2016 at 3:51 AM, Manjukumar Harthikote Matha wrote: > Hi Nathan, > > On 04/19/2016 02:48 AM, Nathan Rossi wrote: > >> For a task this simple, I really don't see any benefits in using HSI, >> since it is not as if there is any platform processing it is

Re: [meta-xilinx] [PATCH] machine-xilinx-default.inc: Default to xlnx kernel

2016-05-02 Thread Nathan Rossi
On Tue, Apr 26, 2016 at 11:40 AM, Manjukumar Matha wrote: > Use Xilinx kernel by default for zynqmp. Hi Manju, Could you elaborate more on why this change is required? I would really like to keep the default as linux-yocto, but specific machines can select linux-xlnx when they need drivers/devi

Re: [meta-xilinx] [PATCH] machine-xilinx-default.inc: Default to u-boot xlnx

2016-05-02 Thread Nathan Rossi
On Tue, Apr 26, 2016 at 11:41 AM, Manjukumar Matha wrote: > Use Xilinx u-boot by default for ZynqMP. Hi Manju, Same for this one, could you elaborate more on why this change is required? Same as with the kernel I would really like to keep the default as upstream u-boot. Regards, Nathan > > Si

Re: [meta-xilinx] zynqmp-zcu102: Recipe for ZCU102 board

2016-05-02 Thread Nathan Rossi
On Fri, Apr 29, 2016 at 5:53 AM, Manjukumar Matha wrote: > Add recipe to support ZCU102 UltraScale+ MPSoC board > > Signed-off-by: Manjukumar Matha > --- > conf/machine/zynqmp-zcu102.conf | 21 + > 1 file changed, 21 insertions(+) > create mode 100644 conf/machine/zynqmp-zcu

Re: [meta-xilinx] [PATCH 14/19 v2] Add consoleblank recipe

2016-05-02 Thread Nathan Rossi
On Wed, Apr 27, 2016 at 5:46 PM, Jason Wu wrote: > This recipe installs a init script to disable console blank Hi Jason, I had a bit of a look at this DPMS issue, I might have a solution it is somewhat hacky but appears to allow for DPMS to function correctly. https://github.com/nathanrossi/lin

Re: [meta-xilinx] [PATCH] machine-xilinx-default.inc: Default to v4.4 kernel

2016-05-02 Thread Nathan Rossi
On Tue, Apr 26, 2016 at 11:41 AM, Manjukumar Matha wrote: > Default preferred version for Xilinx kernel is v4.4 Applied. Thanks, Nathan > > Signed-off-by: Manjukumar Matha > --- > conf/machine/include/machine-xilinx-default.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff

Re: [meta-xilinx] linux-xlnx_4.4.bb: Update to xilinx-v2016.1 tag

2016-05-02 Thread Nathan Rossi
On Wed, Apr 27, 2016 at 5:07 AM, Manjukumar Matha wrote: > Updated the recipe to point to release tag xilinx-v2016.1 Applied. Thanks, Nathan > > Signed-off-by: Manjukumar Matha > --- > recipes-kernel/linux/linux-xlnx_4.4.bb | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff

Re: [meta-xilinx] [PATCH v2] u-boot-xlnx_2016.01.bb: v2016.01 release tag

2016-05-02 Thread Nathan Rossi
On Wed, Apr 27, 2016 at 4:55 AM, Manjukumar Matha wrote: > Xilinx u-boot is tagged for release v2016.01 Applied. However I fixed up the version numbers for you. U-Boot version being 2016.01, and Xilinx release tag being 2016.1. Thanks, Nathan > > Signed-off-by: Manjukumar Matha > --- > recipe

Re: [meta-xilinx] arm-trusted-firmware_git.bb: Tag to xilinx-v2016.1

2016-05-02 Thread Nathan Rossi
On Wed, Apr 27, 2016 at 8:01 AM, Manjukumar Matha wrote: > Update to release tag xilinx-v2016.1 > > Signed-off-by: Manjukumar Matha > --- > recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-bsp/arm-tr

Re: [meta-xilinx] external-xilinx-toolchain:Remove toolchain support

2016-05-02 Thread Nathan Rossi
On Thu, Apr 28, 2016 at 10:43 AM, Manjukumar Matha wrote: > This patch removes the Xilinx SDK toolchain support in meta-xilinx BSP layer. > A new distro layer called meta-petalinux will be available as of May 9th 2016. > The recipes to support the Xilinx SDK toolchain will added to this distro > l

Re: [meta-xilinx] [PATCH 14/19 v2] Add consoleblank recipe

2016-05-03 Thread Nathan Rossi
On Tue, May 3, 2016 at 9:52 PM, Jason Wu wrote: > > > On 3/05/2016 5:42 PM, Jason Wu wrote: >> >> >> >> On 3/05/2016 1:17 PM, Jason Wu wrote: >>> >>> >>> >>> On 3/05/2016 1:30 AM, Nathan Rossi wrote: >>>> >>>

Re: [meta-xilinx] [PATCH 00/19 v2] Add zybo-linux-bd-zynq7 support

2016-05-03 Thread Nathan Rossi
On Wed, Apr 27, 2016 at 5:45 PM, Jason Wu wrote: > This series has the following changes: > * Machine: > * Add zybo-linux-bd-zynq7 machine support. The hardware enables the > follows: > - HDMI output > - Sound > - AXI GPIO > * Kenrel: > * Add Digilent encoder dr

<    1   2   3   4   5   6   7   8   >