pmu-firmware_git.bb: Remove shutdown related macro...
by Rajan Vaja 7 years 3 months
pmu-firmware_git.bb: Remove shutdown related macros to pmufw bbapend

This change reverts "pmu-firmware_git.bb: Add shutdown related macros
for zcu100"

Because of shutdown feature, ZCU100 is getting randomly powered off.
This is happening because PMU GPI expects active high edge GPI event
while push button provides active low edge.

As a solution of above issue, push button shutdown feature needs to be
removed in zcu100.

Signed-off-by: Rajan Vaja <rajanv@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
93d6b87b
device-tree.bbappend: Enable DTG support for zc127...
by Manjukumar Matha 7 years 3 months
device-tree.bbappend: Enable DTG support for zc1275 board

Enable DTG to generate zc1275 board dts and build dtb

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
b5c18433
recipes-bsp/openamp-fw.inc : Update freertos versi...
by Sreeja Vadakattu 7 years 3 months
recipes-bsp/openamp-fw.inc : Update freertos version to freertos10_xilinx

Update openamp fw to new version "freertos10_xilinx".
freertos 10.0 kernel upgradated on 2018.1 Embedded sw branch.
This has to be done to avoid build failure.

Signed-off-by: Sreeja Vadakattu <svadakat@xilinx.com>
Acked-by: Ben Levinsky <ben.levinsky@xilinx.com>
Signed-off-by: Bhargava Sreekantappa Gayathri <bhargava.sreekantappa-gayathri@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
6d681ad4
Change YAML flags to override definition
by Manjukumar Matha 7 years 3 months
Change YAML flags to override definition

Use ?= instead of = so that it can be overriden later in PLNX tools

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
4dfb7902
device-tree.bbappend: Add wiring for zcu111 machin...
by Manjukumar Matha 7 years 3 months
device-tree.bbappend: Add wiring for zcu111 machine

Add DTG wiring to support zcu111 evaluation board

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
84f78fc8
machine-xilinx-zynqmp.inc : Use destination_cpu at...
by Sreeja Vadakattu 7 years 3 months
machine-xilinx-zynqmp.inc : Use destination_cpu attribute instead of using fsbl_config

bootgen doesn't recommend using fsbl_config attribute to specify cpu,
but provides destination_cpu attribute.

snippet before:
[fsbl_config] a53_x64
[bootloader] fsbl.elf
snippet after:
[bootloader, destination_cpu=a53-0] fsbl.elf

Signed-off-by: Sreeja Vadakattu <svadakat@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
aa712abf
README.md : Add the requirements of Xvfb and xlscl...
by Manjukumar Matha 7 years 3 months
README.md : Add the requirements of Xvfb and xlsclients

Add the xsct tool requirement of Xvfb and xlsclients in README

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
02b0948f
layer.conf: Add Xvfb and xlsclients to HOSTTOOLS
by Manjukumar Matha 7 years 3 months
layer.conf: Add Xvfb and xlsclients to HOSTTOOLS

Xvfb and xlsclients are required for xsct to work, add this as the
depedency in HOSTTOOLS

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
65ee3acd
Revert "xsct-tc: append the local system's /usr/bi...
by Manjukumar Matha 7 years 3 months
Revert "xsct-tc: append the local system's /usr/bin dir as Xvfb
fallback"

Revert adding /usr/bin as this is not required anymore. Xvfb and
xlsclients are added in HOSTTOOLS

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
0e85c8bd
scripts: set hdf as default for hdf_type
by Manjukumar Matha 7 years 3 months
scripts: set hdf as default for hdf_type

Set hdf as default for hdf_type in scripts. We will be supporting hdf as
default hardware definition file

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
a9a51a2c
Report a bug