summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-demos/recipes-firmware
Commit message (Collapse)AuthorAgeFilesLines
* various: Fix variable usageMark Hatle2024-11-212-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>
* sdt update: 2024.2_1106_1_11061206Manikanta Sreeram2024-11-062-4/+4
|
* sdt update: 2024.2_1104_1_11050411Manikanta Sreeram2024-11-052-4/+4
|
* sdt update: 2024.2_1028_1_10290249Manikanta Sreeram2024-10-292-4/+4
|
* sdt update: 2024.2_1026_1_10270758Mark Hatle2024-10-271-2/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* zcu104-pl-vcu-fw: add zcu104 vcu firmware recipeVaralaxmi Bingi2024-10-271-0/+29
| | | | | | | | Add zcu104 vcu firmware recipe to build dtbo and the corresponding bin file Signed-off-by: Varalaxmi Bingi <varalaxmi.bingi@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* sdt update: 2024.2_1018_1_10180742Manikanta Sreeram2024-10-181-2/+2
|
* sdt update: 2024.2_1015_1_10151137Manikanta Sreeram2024-10-151-2/+2
|
* meta-xilinx-demos: Update SDT URIs to new pathMark Hatle2024-10-041-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-demos: Add script to update SDT firmware and updateMark Hatle2024-09-161-2/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-demos: Update recipes-firmware to external URLsMark Hatle2024-09-161-3/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* vek280-pl-bram-uart-gpio-fw_1.0-2024.2: Fix firmware-name to use PNSandeep Gundlupet Raju2024-09-161-2/+5
| | | | | | | | | | | | | | | | | | | | | | | firmware-name device tree property doesn't get updated to ${PN} using dfx_user_dts bbclass. $ fdtdump tmp/work/versal_vek280_sdt_seg-xilinx-linux/vek280-pl-bram-uart-gpio-fw/1.0-2024.2/image/usr/lib/firmware/xilinx/vek280-pl-bram-uart-gpio-fw/vek280-pl-bram-uart-gpio-fw.dtbo | grep -i firmware **** fdtdump is a low-level debugging tool, not meant for general use. **** If you want to decompile a dtb, you probably want **** dtc -I dtb -O dts <filename> firmware-name = "vek280_bram_gpio_seg_pld.pdi"; $ This is due to copy_fw_files pre-functions is called after find_firmware_file pre-functions, hence firmware-name dt property doesn't get updated. To fix this issue copy_fw_files prefuncs needs to be called before find_firmware_file to update the firmware-name to ${PN}. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* vek280-pl-bram-uart-gpio-fw_1.0-2024.2.bb: Update bram-gpio URIRaju Kumar Pothuraju2024-09-161-3/+3
| | | | | | | Update bram-gpio URI to latest. Signed-off-by: Raju Kumar Pothuraju <rajukumar.pothuraju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* recipes-firmware: Add vek280-pl-bram-uart-gpio-fw recipesSandeep Gundlupet Raju2024-07-111-0/+28
Add vek280-pl-bram-uart-gpio-fw segmented config recipes. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>