Re: [meta-xilinx] [PATCH 4/7] u-boot-xlnx: For ZynqMP setup auto-boot for JTAG loading

2017-02-10 Thread Alistair Francis
On Fri, Feb 10, 2017 at 8:44 AM, Nathan Rossi wrote: > When booting a ZynqMP machine configured to boot from JTAG, setup U-Boot > to attempt to automatically load the kernel, rootfs and device tree from > default memory locations. > > This enables auto-booting for QEMU

Re: [meta-xilinx] [PATCH 5/7] zcu102-zynqmp: Default qemuboot to using Xilinx QEMU

2017-02-10 Thread Alistair Francis
On Fri, Feb 10, 2017 at 8:44 AM, Nathan Rossi wrote: > Currently the mainline QEMU is lacking full support for emulating the > ZCU102 board. So use the more functional Xilinx QEMU for this board. > > Also reformat some of the appends to QB_* variables for clarity. > >

[meta-xilinx] [PATCH 5/7] zcu102-zynqmp: Default qemuboot to using Xilinx QEMU

2017-02-10 Thread Nathan Rossi
Currently the mainline QEMU is lacking full support for emulating the ZCU102 board. So use the more functional Xilinx QEMU for this board. Also reformat some of the appends to QB_* variables for clarity. Signed-off-by: Nathan Rossi --- conf/machine/zcu102-zynqmp.conf |

[meta-xilinx] [PATCH 6/7] linux-xlnx: Update to the xilinx-v2016.4 release

2017-02-10 Thread Nathan Rossi
Update the linux-xlnx recipe to point at the xilinx-v2016.4 release. Note that this changes the naming convention for the .bb file, this has no affect on the value of PV since it is specific in the recipe itself. Signed-off-by: Nathan Rossi ---

[meta-xilinx] [PATCH 2/7] docs/*: Remove old documentation

2017-02-10 Thread Nathan Rossi
The documentation in the docs/ directory is now out dated and was replaced with the README.*.md files in the root of the repository. Signed-off-by: Nathan Rossi --- docs/BOOT.jtag | 30 -- docs/BOOT.sdcard | 77

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

2017-02-10 Thread Nathan Rossi
Update the u-boot-xlnx recipe to the xilinx-v2016.04 release. Note that this changes the naming convention for the .bb file, this has no affect on the value of PV since it is specified in the recipe itself. Signed-off-by: Nathan Rossi ---

[meta-xilinx] [PATCH 1/7] linux/linux-*.inc: Add 'name' field to the kmeta type sources

2017-02-10 Thread Nathan Rossi
When using the source archive class (for license compliance purposes) it is unable to determine the name for the kmeta type sources. Explicitly give the kmeta source entries 'name' values in the format 'kmeta-*'. Signed-off-by: Nathan Rossi ---