summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-demos/recipes-firmware/vek280-pl-bram-uart-gpio-fw
Commit message (Collapse)AuthorAgeFilesLines
* firmware: Update COMPATIBLE_MACHINEChristian Kohn2025-03-301-2/+1
| | | | | | | | | | 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-261-2/+2
|
* sdt update: 2024.2_1111_2_02240307Manikanta Sreeram2025-02-241-2/+2
|
* sdt update: 2024.2_1111_2_02040028Manikanta Sreeram2025-02-041-2/+2
|
* sdt update: 2024.2_1111_2_01130711Manikanta Sreeram2025-01-131-2/+2
|
* sdt update: 2024.2_1111_2_12180357Manikanta Sreeram2024-12-181-2/+2
|
* sdt update: 2024.2_1111_2_12100349Manikanta Sreeram2024-12-101-2/+2
|
* sdt update: 2024.2_1111_2_12062044Manikanta Sreeram2024-12-061-2/+2
|
* sdt update: 2024.2_1111_1_12050425Manikanta Sreeram2024-12-051-2/+2
|
* sdt update: 2024.2_1111_1_12030349Manikanta Sreeram2024-12-031-2/+2
|
* sdt update: 2024.2_1111_1_11260349Manikanta Sreeram2024-11-261-2/+2
|
* sdt update: 2024.2_1111_1_11210349Manikanta Sreeram2024-11-211-2/+2
|
* sdt update: 2024.2_1111_1_11200430Manikanta Sreeram2024-11-201-2/+2
|
* sdt update: 2024.2_1111_1_11190349Manikanta Sreeram2024-11-191-2/+2
|
* sdt update: 2024.2_1106_1_11061206Manikanta Sreeram2024-11-061-2/+2
|
* sdt update: 2024.2_1104_1_11050411Manikanta Sreeram2024-11-051-2/+2
|
* sdt update: 2024.2_1028_1_10290249Manikanta Sreeram2024-10-291-2/+2
|
* sdt update: 2024.2_1026_1_10270758Mark Hatle2024-10-271-2/+2
| | | | 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>