zynqmpdr: Add depedency to libmetal for zynqmpdr d...
by Manjukumar Matha 6 years 10 months
zynqmpdr: Add depedency to libmetal for zynqmpdr devices

libmetal depedency has to be met for compiling fsbl and pmu-firmware for
zynqmpdr devices. This patch adds the library dependency on libmetal

Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
db56098c
xilinx-bootbin: Explicitly set the BIF_PARTITION_A...
by Manjukumar Matha 6 years 10 months
xilinx-bootbin: Explicitly set the BIF_PARTITION_ATTR

BIF_PARTITION_ATTR requires components of BOOT.bin in a specific order
i.e fsbl, bitstream, pmufw, atf, u-boot. The fsbl loads the bitstream
and pmufw, however in the current recipe the bistream is appended to
the end of the BIF_PARTITION_ATTR order. During SD boot, fsbl waits to
load the bitstream and consequently fails. This patch sets the
BIF_PARTITION_ATTR to the correct order.

Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
f096927d
openamp-fw*: Add compiler flags
by Vineeth Chowdary 6 years 10 months
openamp-fw*: Add compiler flags

Trim XSCT is currently broken while handling openamp.
This patch temporarly holds compiler flags to run builds.

Signed-off-by: Vineeth Chowdary <vineeth.chowdary@xilinx.com>
Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
03b84f80
Revert "xilinx-bootbin: Explicitly set the BIF_PAR...
by Manjukumar Matha 6 years 10 months
Revert "xilinx-bootbin: Explicitly set the BIF_PARTITION_ATTR"

This reverts commit d29d651ee936d31d6a292ca57152f959d448f9fc.
a39ddaaa
classes:xsct*: Use XSCTH_EXECUTABLE
by Vineeth Chowdary 6 years 10 months
classes:xsct*: Use XSCTH_EXECUTABLE

This patch removes all executable.elf instances
and uses XSCTH_EXECUTABLE variable

Signed-off-by: Vineeth Chowdary <vineeth.chowdary@xilinx.com>
Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
0fba9274
xsct-tarball.bbclass: Copy over tarball to dldir n...
by Jaewon Lee 6 years 10 months
xsct-tarball.bbclass: Copy over tarball to dldir no matter what

If code progressed to this line, even if xsct tarball is in dldir, it
should be overwritten. Copying over tarball without a check to see if
one is already there.

Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
4d35f0d6
xsct-tc.bbclass: Add tool chains to PATH
by Vineeth Chowdary 6 years 10 months
xsct-tc.bbclass: Add tool chains to PATH

This patch adds arm32 and armr5 baremetal tool
chains to PATH.

Signed-off-by: Vineeth Chowdary <vineeth.chowdary@xilinx.com>
Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
4e608b4e
xilinx-bootbin: Explicitly set the BIF_PARTITION_A...
by Sai Hari Chandana Kalluri 6 years 10 months
xilinx-bootbin: Explicitly set the BIF_PARTITION_ATTR

BIF_PARTITION_ATTR requires components of BOOT.bin in a specific order
i.e fsbl, bitstream, pmufw, atf, u-boot. The fsbl loads the bitstream
and pmufw, however in the current recipe the bistream is appended to
the end of the BIF_PARTITION_ATTR order. During SD boot, fsbl waits to
load the bitstream and consequently fails. This patch sets the
BIF_PARTITION_ATTR to the correct order.

Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
d29d651e
scripts:app.tcl: Add comments
by Vineeth Chowdary 6 years 10 months
scripts:app.tcl: Add comments

This patch adds comments and available options
for bsp,app configurations.

Signed-off-by: Chaitanya Kamarapu <chaitany@xilinx.com>
Signed-off-by: Vineeth Chowdary <vineeth.chowdary@xilinx.com>
Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
7cb5e29f
scripts:app.tcl: Use hsi set repo path
by Vineeth Chowdary 6 years 10 months
scripts:app.tcl: Use hsi set repo path

"set_repo_path" command will not validate the pointed repo.
"add_repo" will validate the pointed repo and errors out.

Signed-off-by: Chaitanya Kamarapu <chaitany@xilinx.com>
Signed-off-by: Vineeth Chowdary <vineeth.chowdary@xilinx.com>
Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
c02e09c5
Report a bug