[meta-xilinx] [PATCH v2] machine-xilinx-default.inc: Add XSERVER

2016-12-01 Thread Manjukumar Matha
Add X org X server configurations, armsoc driver for zynqmp Signed-off-by: Manjukumar Matha --- conf/machine/include/machine-xilinx-default.inc | 14 ++ 1 file changed, 14 insertions(+) diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xili

[meta-xilinx] [PATCH] arm-trusted-firmware_git.bb: Fix out-of-tree build

2016-12-01 Thread Manjukumar Matha
This patch enabled out-of-tree build for arm-trusted-firmware. This also enables EXTERNALSRC builds for ATF Signed-off-by: Manjukumar Matha --- recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/arm-trusted

[meta-xilinx] [PATCH 1/2] kc705-microblazeel: Update to 2016.3 Xilinx design

2016-12-01 Thread Manjukumar Matha
Change kc705-microblazeel to reflect v2016.3 Xilinx tools. Signed-off-by: Manjukumar Matha --- recipes-bsp/device-tree/files/kc705/pl.dtsi| 51 +- .../device-tree/files/kc705/system-conf.dtsi | 21 +- ...aze-kc705-Convert-microblaze-generic-to-k.patch | 641 +

[meta-xilinx] [PATCH 2/2] u-boot-xlnx_2016.07.bb: Add kc705 patch

2016-12-01 Thread Manjukumar Matha
Add kc705-microblazeel patch for u-boot Signed-off-by: Manjukumar Matha --- recipes-bsp/u-boot/u-boot-xlnx_2016.07.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-bsp/u-boot/u-boot-xlnx_2016.07.bb b/recipes-bsp/u-boot/u-boot-xlnx_2016.07.bb index 118fed8..7a15154 100644 --- a/r

[meta-xilinx] [PATCH 0/2] Update kc705 design

2016-12-01 Thread Manjukumar Matha
Update kc705-microblazeel machine for 2016.3 tool release Manjukumar Matha (2): kc705-microblazeel: Update to 2016.3 Xilinx design u-boot-xlnx_2016.07.bb: Add kc705 patch recipes-bsp/device-tree/files/kc705/pl.dtsi| 51 +- .../device-tree/files/kc705/system-conf.dtsi | 21 +-

[meta-xilinx] [PATCH 2/2] u-boot-xlnx_2016.01.bb: Remove older u-boot

2016-12-01 Thread Manjukumar Matha
Remove older u-boot version Signed-off-by: Manjukumar Matha --- recipes-bsp/u-boot/u-boot-xlnx_2016.01.bb | 31 --- 1 file changed, 31 deletions(-) delete mode 100644 recipes-bsp/u-boot/u-boot-xlnx_2016.01.bb diff --git a/recipes-bsp/u-boot/u-boot-xlnx_2016.01.bb b

[meta-xilinx] [PATCH 0/2] Update u-boot-xlnx version

2016-12-01 Thread Manjukumar Matha
Update u-boot-xlnx version Manjukumar Matha (2): u-boot-xlnx_2016.07.bb: Update u-boot version u-boot-xlnx_2016.01.bb: Remove older u-boot recipes-bsp/u-boot/u-boot-xlnx_2016.01.bb | 31 --- recipes-bsp/u-boot/u-boot-xlnx_2016.07.bb | 30 ++

[meta-xilinx] [PATCH 1/2] u-boot-xlnx_2016.07.bb: Update u-boot version

2016-12-01 Thread Manjukumar Matha
Upgrade u-boot to supported 2016.07 version Signed-off-by: Manjukumar Matha --- recipes-bsp/u-boot/u-boot-xlnx_2016.07.bb | 30 ++ 1 file changed, 30 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot-xlnx_2016.07.bb diff --git a/recipes-bsp/u-boot/u-boot-xl

Re: [meta-xilinx] [PATCH] glibc: Fix up MicroBlaze pt-vfork compat symbols

2016-12-01 Thread Nathan Rossi
Merged. Regards, Nathan On 24 November 2016 at 21:38, Nathan Rossi wrote: > A bug has been present in glibc for a while where a symbol is emitted in > libpthread.so which is corrupt. Whilst previously this has not been an > issue due to how binutils has handled it, recent binutils behaviour has

Re: [meta-xilinx] [PATCH 0/4] Embed Xilinx Release Versions into recipe PV

2016-12-01 Thread Nathan Rossi
Merged. Regards, Nathan On 23 November 2016 at 18:52, Nathan Rossi wrote: > Currently all the Xilinx specific forks of certain components > (linux-xlnx, u-boot-xlnx, arm-trusted-firmware, qemu-xilinx) have a PV > that only contains the git abbrev commit id of the respective Xilinx > release. Th

Re: [meta-xilinx] uboot CONFIG_SYS_SDRAM_SIZE allocation error

2016-12-01 Thread Nathan Rossi
On 1 December 2016 at 20:28, Arno Steffens wrote: > Thanks Mike and Nathan for feedback. > As this is really effort to test if uboot fails (I have to flash (slow) via > xilinx jtag the hole qspi) I am asking once again: You shouldn't need to write to QSPI to test if you have JTAG access to the Z

Re: [meta-xilinx] uboot CONFIG_SYS_SDRAM_SIZE allocation error

2016-12-01 Thread Arno Steffens
Thanks Mike and Nathan for feedback. As this is really effort to test if uboot fails (I have to flash (slow) via xilinx jtag the hole qspi) I am asking once again: So I will delete (or better said not add) CONFIG_SYS_SDRAM_SIZE? My devicetree aready looks like this, so I expected this works me

Re: [meta-xilinx] uboot CONFIG_SYS_SDRAM_SIZE allocation error

2016-12-01 Thread Mike Looijmans
The RAM config in current u-boot is taken from the devicetree. Modify the "memory" node. You should make a "reserved" RAM region instead of reducing the size. On 01-12-16 08:39, Arno Steffens wrote: I switched from an older yocto u-boot (2015.01) to recent one (2016.01). Now I can't boot any

Re: [meta-xilinx] uboot CONFIG_SYS_SDRAM_SIZE allocation error

2016-12-01 Thread Nathan Rossi
On 1 December 2016 at 17:39, Arno Steffens wrote: > > I switched from an older yocto u-boot (2015.01) to recent one (2016.01). Now > I can't boot anymore: > > Zynq> boot > QSPI: Kernel/Devicetree - NFS: rootfs > SF: Detected S25FL128S_64K with page size 256 Bytes, erase size 64 KiB, total > 16 M