summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-demos/recipes-firmware
Commit message (Collapse)AuthorAgeFilesLines
* firmware: Update COMPATIBLE_MACHINEChristian Kohn2025-03-302-4/+2
| | | | | | | | | | Allow any machine to build and install firmware recipes. Rather than checking compatibility at build-time, defer this task to run-time software to support inclusion of firmware in common images. Signed-off-by: Christian Kohn <chris.kohn@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* sdt update: 2024.2_1111_2_02260716Manikanta Sreeram2025-02-263-6/+6
|
* sdt update: 2024.2_1111_2_02240307Manikanta Sreeram2025-02-243-6/+6
|
* sdt update: 2024.2_1111_2_02040028Manikanta Sreeram2025-02-043-6/+6
|
* sdt update: 2024.2_1111_2_01130711Manikanta Sreeram2025-01-133-6/+6
|
* sdt update: 2024.2_1111_2_12180357Manikanta Sreeram2024-12-183-6/+6
|
* sdt update: 2024.2_1111_2_12100349Manikanta Sreeram2024-12-103-6/+6
|
* vek280-pl-aie-vdu-fw: Add vek280-pl-aie-vdu-fw recipeRaju Kumar Pothuraju2024-12-081-0/+29
| | | | | | | Add vek280-pl-aie-vdu-fw recipe. Signed-off-by: Raju Kumar Pothuraju <rajukumar.pothuraju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* sdt update: 2024.2_1111_2_12062044Manikanta Sreeram2024-12-062-4/+4
|
* sdt update: 2024.2_1111_1_12050425Manikanta Sreeram2024-12-052-4/+4
|
* sdt update: 2024.2_1111_1_12030349Manikanta Sreeram2024-12-032-4/+4
|
* sdt update: 2024.2_1111_1_11260349Manikanta Sreeram2024-11-262-4/+4
|
* sdt update: 2024.2_1111_1_11210349Manikanta Sreeram2024-11-212-4/+4
|
* sdt update: 2024.2_1111_1_11200430Manikanta Sreeram2024-11-202-4/+4
|
* sdt update: 2024.2_1111_1_11190349Manikanta Sreeram2024-11-192-4/+4
|
* 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>