device-tree.bbappend: Add -hdf_type argument to XS...
by Bhargava Sreekantappa Gayathri 7 years 3 months
device-tree.bbappend: Add -hdf_type argument to XSCTH_MISC

dtgen.tcl calls set_hw_design which takes hdf_type as an additional
argument. This patch adds hdf_type to XSCTH_MISC arguments so that
it can be passed on to dtgen when xsct is called.

Signed-off-by: Bhargava Sreekantappa Gayathri <bhargava.sreekantappa-gayathri@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
f4e66581
fs-boot_git.bb: Add -hdf_type argument to XSCTH_MI...
by Bhargava Sreekantappa Gayathri 7 years 3 months
fs-boot_git.bb: Add -hdf_type argument to XSCTH_MISC

fsboot.tcl calls set_hw_design which takes hdf_type as an additional
argument. This patch adds hdf_type to XSCTH_MISC arguments so that it
can be passed on to dtgen when xsct is called.

Signed-off-by: Bhargava Sreekantappa Gayathri <bhargava.sreekantappa-gayathri@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
386d32b0
dtgen.tcl: Update set_hw_design function call
by Bhargava Sreekantappa Gayathri 7 years 3 months
dtgen.tcl: Update set_hw_design function call

set_hw_design function now takes dsa_type as an argument. This patch
updates this function call in dtgen.tcl

Signed-off-by: Bhargava Sreekantappa Gayathri <bhargava.sreekantappa-gayathri@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
d24e3202
fsboot.tcl: Update set_hw_design function call
by Bhargava Sreekantappa Gayathri 7 years 3 months
fsboot.tcl: Update set_hw_design function call

set_hw_design function now takes dsa_type as an argument. This patch
updates this function call in fsboot.tcl

Signed-off-by: Bhargava Sreekantappa Gayathri <bhargava.sreekantappa-gayathri@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
946036b1
base-hsi.tcl: Update to handle dsa or hdf file
by Bhargava Sreekantappa Gayathri 7 years 3 months
base-hsi.tcl: Update to handle dsa or hdf file

base-hsi.tcl copies over the HW file as hardware_description.hdf. This
causes dtb build failure when using dsa. This patch fixes this issue by
modifying set_hw_design to take an additional input parameter to
preserve file endings.

Signed-off-by: Bhargava Sreekantappa Gayathri <bhargava.sreekantappa-gayathri@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
7bc4c6ab
external-hdf.bb: Add support for dsa
by Bhargava Sreekantappa Gayathri 7 years 3 months
external-hdf.bb: Add support for dsa

HDF_EXT can be used to overide external-hdf to pick up dsa file instead
of hdf. HDF_PATH will have to be set to point to a valid dsa file when
using this option.

Signed-off-by: Bhargava Sreekantappa Gayathri <bhargava.sreekantappa-gayathri@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
c821283d
xsctbase.bbclass: Update to accomodate dsa file al...
by Bhargava Sreekantappa Gayathri 7 years 3 months
xsctbase.bbclass: Update to accomodate dsa file along with hdf

This patch updates xsctbase.bbclass to switch between dsa and hdf HW
file formats.

Signed-off-by: Bhargava Sreekantappa Gayathri <bhargava.sreekantappa-gayathri@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
03a6e135
device-tree.bbappend: Add zcu104 dtg handler
by Jaewon Lee 7 years 3 months
device-tree.bbappend: Add zcu104 dtg handler

Add zcu104-zynqmp support to add zcu104 specific nodes to dtb

Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
ba0abc46
xilinx-bootbin_1.0.bb: Fix task dependencies for x...
by Manjukumar Matha 7 years 3 months
xilinx-bootbin_1.0.bb: Fix task dependencies for xilinx-bootbin

Add all the required dependencies to DEPENDS and remove all the
unnecessary tasks like fetch, unpack and patch

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
a622db96
fs-boot_git.bb: Include path of MB baremetal toolc...
by Bhargava Sreekantappa Gayathri 7 years 3 months
fs-boot_git.bb: Include path of MB baremetal toolchain

We do not have MB baremetal toolchain in yocto to build fsboot. This
patch adds the path of the baremetal toolchain found in XSDK to PATH so
that fsboot can be built for MB

Signed-off-by: Bhargava Sreekantappa Gayathri <bhargava.sreekantappa-gayathri@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
1097b53e
Report a bug