[meta-xilinx] [PATCH 2/2] zc706-zynq7: Add runqemu support

2017-11-20 Thread Alistair Francis
Add support for both mainline and Xilinx's QEMU. Signed-off-by: Alistair Francis --- conf/machine/zc706-zynq7.conf | 14 ++ 1 file changed, 14 insertions(+) diff --git a/conf/machine/zc706-zynq7.conf b/conf/machine/zc706-zynq7.conf index 0df5aa7..0aad07e 100644 --- a/conf/machine/zc

Re: [meta-xilinx] [RFC] zc70*-zynq7.conf: Remove rtc.scc

2017-11-20 Thread Manjukumar Harthikote Matha
On 11/20/2017 11:56 AM, Alistair Francis wrote: On Sat, Nov 18, 2017 at 4:21 AM, Nathan Rossi wrote: On 16 November 2017 at 11:12, Manjukumar Matha wrote: After reworking the kmeta data based on kernel-cache merge, these configurations are not valid anymore. Delete the error causing kernel

Re: [meta-xilinx] Why no support for FSBL?

2017-11-20 Thread Oleg K Dzhimiev
Hi, > FSBL without the need for the SDK dependency You could try this tool - ezynq . And the meta-ezynq . We have developed it a while ago for our custom zynq board - partly because of licensing issues and also to ma

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

2017-11-20 Thread Alistair Francis
Add support for both mainline and Xilinx's QEMU. Signed-off-by: Alistair Francis --- conf/machine/zc702-zynq7.conf | 14 ++ 1 file changed, 14 insertions(+) diff --git a/conf/machine/zc702-zynq7.conf b/conf/machine/zc702-zynq7.conf index ef42301..d5f641f 100644 --- a/conf/machine/zc

[meta-xilinx] [PATCH 0/2] Add QEMU suppor to all Zynq-7000 machines

2017-11-20 Thread Alistair Francis
This series adds QEMU support to all Zynq-7000 machines. Alistair Francis (2): zc702-zynq7: Add runqemu support zc706-zynq7: Add runqemu support conf/machine/zc702-zynq7.conf | 14 ++ conf/machine/zc706-zynq7.conf | 14 ++ 2 files changed, 28 insertions(+) -- 2.14.1

Re: [meta-xilinx] Why no support for FSBL?

2017-11-20 Thread Peter Smith
Hi, I’m aware of the meta-xilinx-tools layer, but this needs you to have the Xilinx SDK installed (unless I’m mistaken), I was wondering ion there were any plans to create support in meta-xilinx for building the FSBL without the need for the SDK dependency. Peter > On 20 Nov 2017, at 21:05, Gio

Re: [meta-xilinx] Why no support for FSBL?

2017-11-20 Thread Giordon Stark
Hi (resending from right address), You can indeed build the FSBL + boot.bin using the meta-xilinx-tools layer: https://github.com/Xilinx/meta-xilinx-tools Giordon On Mon, Nov 20, 2017 at 3:03 PM Peter Smith wrote: > A question, I was wondering why there is no support for building FSBL in a > s

[meta-xilinx] Why no support for FSBL?

2017-11-20 Thread Peter Smith
A question, I was wondering why there is no support for building FSBL in a similar way to that provided by meta-xilinx for the PMU firmware, is there a technical reason or is it just one of those things that has not yet been got around to? Thanks in advance Peter. -- ___

Re: [meta-xilinx] [RFC] zc70*-zynq7.conf: Remove rtc.scc

2017-11-20 Thread Alistair Francis
On Sat, Nov 18, 2017 at 4:21 AM, Nathan Rossi wrote: > On 16 November 2017 at 11:12, Manjukumar Matha > wrote: >> After reworking the kmeta data based on kernel-cache merge, these >> configurations are not valid anymore. Delete the error causing kernel >> fargments. >> >> Signed-off-by: Manjukuma