| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
This will in-turn select the preferred version for various components to match
a given release.
It is advise that the user use the latest version whenever possible, but if
they are stuck on an older version of Vivado they may need to select the
older release.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add YAML_DT_BOARD_FLAGS for all the generic machine configuration
files. Below table provides machine conf, xsa and associated dtsi
files details.
Machine Conf XSA Board DTSI
------------ --- ---------
microbalze-generic kc705-microblazeel kc705-full
zynq-generic zc702-zynq7 zc702
zynqmp-generic zcu102-zynqmp zcu102-rev1.0
versal-generic vck190-versal versal-vck190-reva-x-ebm-01-reva
versal-net-generic versal-net-generic versal-net-ipp-rev1.5
For ZC702 and ZCU102 eval boards linux kernel source has a copy of zc702
and zcu102-rev1.0 dts files but for VCK190 and KC705 kernel doesn't have
a board dtsi files. Hence for Versal and MicroBlaze generic machine
use VCK190 and KC705 board dtsi files from DTG which is synced from
u-boot-xlnx repo.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Moved from meta-xilinx-bsp to meta-xilinux-core, as the machines are
defined in core.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
| |
Remove host-tool requirement, switch to using Yocto Project provided
xxd-native, provided by vim-native.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
|
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
|
|
|
|
|
|
|
| |
We do not maintain support for hardknott so it is being removed
Signed-off-by: John Toomey <jtoomey@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
|
|
|
|
|
|
|
|
| |
We do not build, test or support gatesgarth in any of our layers so it
makes sense to remove this for the various layer.conf files
Signed-off-by: John Toomey <jtoomey@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
|
|
|
|
|
| |
Signed-off-by: John Toomey <jtoomey@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
|
|
|
|
|
|
|
| |
Lopper comes from meta-virtualization, the python modules are required by
it and the related changes.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
|
|
Create a new meta-xilinx-core, move core functionality to the core, keeping
board specific files in the bsp layer.
zynqmp-generic changed from require <board> to include, so if meta-xilinx-bsp
is not available it will not fail.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
|