summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-bsp/fpga-manager-script
Commit message (Collapse)AuthorAgeFilesLines
* various: Fix variable usageMark Hatle2024-11-211-2/+2
| | | | | | | | | | Remove most direct references to WORKDIR. S = "${WORKDIR}" is no longer allowed, adjust this to refer to UNPACKDIR ${WORKDIR}/package is also incorrect, adjust to ${PKGD}. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* fpgautil: Add proper validation checks for the user paramsNava kishore Manne2024-03-112-3/+35
| | | | | | | | | Add proper validation checks for the user inputs(bitstream and Overlay files) and it also updates the error handling logic to provide the proper error messages. Signed-off-by: Nava kishore Manne <nava.kishore.manne@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* fpga-manager-script: Update md5 checksumSandeep Gundlupet Raju2022-09-061-1/+1
| | | | Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
* fpgautil: Update the fpgautil helpManne, Nava kishore2022-09-061-4/+5
| | | | | | | | | | | This patch updates the fpgautil help to align with the full bitstream loading default behavior. Signed-off-by: Nava kishore Manne <nava.kishore.manne@amd.com> Add AMD Copyright notice. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
* fpgautil: Update the fpgautil helpNava kishore Manne2022-05-231-0/+6
| | | | | | | | This patch updates the fpgautil help to describe the usage of fpgautil -R Signed-off-by: Nava kishore Manne <nava.manne@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com>
* fpga-manager-script: adding this recipe to meta-xilinxVaralaxmi Bingi2022-04-282-0/+487
This fpgautil recipe was part of meta-xilinx-tools. This is required in decoupling flow as well till dfx mgr gets stabled and meta-xilinx-tools layer will no be there in decoupling flow. So moving this recipe to meta-xilinx. Signed-off-by: Varalaxmi Bingi <varalaxmi.bingi@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com>