fpga-manager-util_1.0.bb: Use extra hdfs from buil...
by Jaewon Lee 7 years 2 months
fpga-manager-util_1.0.bb: Use extra hdfs from build directory

Instead of using extra hdfs from the deploy directory, copy to build
directory and use from there.

Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
af18184e
external-hdf.bb: Using weaker assignment for REPO ...
by Jaewon Lee 7 years 2 months
external-hdf.bb: Using weaker assignment for REPO and SRCREV

Using a '??=' for REPO and SRCREV definition to allow for overrides
using the meta-xilinx-internal layer.

Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
4709500d
external-hdf.bb: Create extra_hdf dir separately i...
by Jaewon Lee 7 years 2 months
external-hdf.bb: Create extra_hdf dir separately in install command

When installing files to a new folder using wildcard, need to create the
directory separately. Splitting up the install command to create the
directory first.

Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
7bb6af51
fpgamanager: Adding necessary wiring to enable fpg...
by Jaewon Lee 7 years 2 months
fpgamanager: Adding necessary wiring to enable fpga-manager

Adding fpga-manager-util recipe, multipleHDF tcl file, wiring to not add
bitstream to BOOT.bin if fpga-manager is enabled and to deploy all
external hdfs to the deploy directory

Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
c713ab13
bitstream-microblaze: Deploy download.bit to DEPLO...
by Sai Hari Chandana Kalluri 7 years 3 months
bitstream-microblaze: Deploy download.bit to DEPLOYDIR

Bitstream microblaze recipe generates download.bit file that should be
deployed into DEPLOYDIR. The do deploy task for current recipe fails to
deploy download.bit because the of incorrect install and link command.
Also, the do deploy task has to be called after do compile task. This
patch fixes these issues.

Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
4c312a2e
xilinx-mcs: Set the offset for bitstream as user-c...
by Sai Hari Chandana Kalluri 7 years 3 months
xilinx-mcs: Set the offset for bitstream as user-configurable

The bitstream offset should be user configurable. WR_CFGMEM_MISC is
initialised to default bitstream offset 0 which can be modified by the
user at a later point.

Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
c974be20
xsctyaml.bbclass: Adding flag to support device tr...
by Jaewon Lee 7 years 3 months
xsctyaml.bbclass: Adding flag to support device tree overlay

Adding a flag called YAML_ENABLE_DT_OVERLAY that will add 'dt_overlay' to
YAML_BSP_CONFIG if set. With this flag enabled, pl.dtsi will not be
included in the base dts and instead will have a '/plugin/' tag which
will enable logic to have it compiled separately as a dtbo.

Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
ff3cc3cb
xilinx-mcs_1.0.bb:Add a WR_CFGMEM_MISC variable to...
by Sai Hari Chandana Kalluri 7 years 3 months
xilinx-mcs_1.0.bb:Add a WR_CFGMEM_MISC variable to extend write_cfgmem
options

Vivado mcs cmd can extended the petalinux use-cases for
kcu105,ac701-full,ac701-lite,kc705-full,kc705-lite to load u-boot and
kernel using optional --loaddata flag in write_cfgmem command.
WR_CFGMEM_MISC is added to the write_cfgmem command to facilitate the
use-case extension.

Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
e6e1ca9d
bitstream-microblaze_1.0.bb: Fix do_install path t...
by Sai Hari Chandana Kalluri 7 years 3 months
bitstream-microblaze_1.0.bb: Fix do_install path to copy download.bit
correctly

do_install for current recipe copies the download.bit from the work
build directory to D/boot/bitstream. However the install path specified
is incorrect as a result the following error is thrown: install: target
'../builds/kc705-microblazeel/tmp/work/microblazeel-v10.0-bs-cmp-re-mh-div-xilinx-linux/
bitstream-microblaze/1.0-r0/image/boot/bitstream/' is not a directory: No such file or directory

This patch fixes the install path to complete path i.e
D/boot/bitstream/download.bit

Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
Signed-off-by: Bhargava Sreekantappa Gayathri <bhargava.sreekantappa-gayathri@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
cd228722
xilinx-bootbin_1.0.bb: Allow additional options to...
by Bhargava Sreekantappa Gayathri 7 years 4 months
xilinx-bootbin_1.0.bb: Allow additional options to be passed into
bootgen

Bootgen has different options like -process_bitstream which can be
passed into bootgen.

This patch lets users to specify extra options/arguments through
BOOTGEN_EXTRA_ARGS variable

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