summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-bsp
Commit message (Collapse)AuthorAgeFilesLines
* u-boot-xlnx: Restore 2023.1 versionlangdaleMark Hatle2024-06-102-0/+21
| | | | | | | | The merge commit, 2bbe53c463daf01de661a905e08461231b6ad8f1, accidently 'renamed' the 2023.1 version instead of just adding the new 2024.1 version. Restore, unmodified, the last 2023.1 version. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Merge remote-tracking branch 'origin/rel-v2024.1' into langdaleMark Hatle2024-06-0637-71/+577
|\ | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * u-boot-xlnx : Updated SRCREV for 2024.1_3163Sivaprasad Addepalli2024-05-141-1/+1
| | | | | | | | Revert "configs: versal: Enable CONFIG_LTO for mini qspi/ospi"
| * aie-rt : Updated SRCREV for 2024.1_7591Sivaprasad Addepalli2024-05-041-1/+1
| | | | | | | | driver: src: io_backend: Disabled shim reset bit in _XAie_PrivilegeRstPartShims API.
| * aie-rt : Updated SRCREV for 2024.1_7139Sivaprasad Addepalli2024-05-041-1/+1
| | | | | | | | | | driver: src: timer: Setup two broadcast channels for timer sync. driver:src:Fixed some softpartition getting isolated wrongly.
| * bootgen: Add recipe for 2024.1Ramya Darapuneni2024-04-291-0/+31
| | | | | | | | | | | | | | Updated latest branch commit id Signed-off-by: Ramya Darapuneni <ramya.darapuneni@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * aie-rt : Updated SRCREV for 2024.1_4207Sivaprasad Addepalli2024-04-261-1/+1
| | | | | | | | | | driver: src: Added StarCol in XAie_GetTileBitPosFromLoc for non-zero partition and correction in SetColumnClk for set & cleat Bitmap. driver: src: Remove resource files from CMake
| * u-boot-xlnx : Updated SRCREV for 2024.1_6415Sivaprasad Addepalli2024-04-251-1/+1
| | | | | | | | mtd: spi-nor: Fix OSPI probe issue in stacked mode.
| * aie-rt : Updated SRCREV for 2024.1_7267Sivaprasad Addepalli2024-04-231-1/+1
| | | | | | | | | | fal: src: Fix combo event resource ID driver: src: io_backend: Clear TileInUse Bitmap _XAie_PrivilegeInitPart API
| * u-boot-xlnx : Updated SRCREV for 2024.1_2155Sivaprasad Addepalli2024-04-221-1/+1
| | | | | | | | | | Revert "Revert "lmb: consider EFI memory map"" common: fdt: replace error prints to debug
| * ai-engine-driver: Switch to recipe versioningMark Hatle2024-04-181-1/+0
| | | | | | | | | | | | The hard coded PV = '3.3' does not match the recipe version which is 3.5. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * u-boot-xlnx : Updated SRCREV for 2024.1_8507Sivaprasad Addepalli2024-04-171-1/+1
| | | | | | | | spi: cadence_qspi: Fix OSPI probe issue when the prescaler is set to 2
| * aie-rt: Move to xlnx_rel_v2024.1 branchMark Hatle2024-04-161-2/+2
| | | | | | | | | | | | | | Changelog: driver: src: io_backend: Request tiles before gating clocks Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Switch from master to xlnx_rel_v2024.1 branchMark Hatle2024-04-102-2/+2
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * aie-rt : Updated SRCREV for 2024.1_2471Sivaprasad Addepalli2024-04-101-1/+1
| | | | | | | | driver:src:Softpartition boundary Isolation fixed
| * u-boot-xlnx : Updated SRCREV for 2024.1_5819Sivaprasad Addepalli2024-04-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | arm64: versal-net Add dcc node and dcc in aliases for versal-net-ipp-rev1.9.dts mtd: spi-nor: Remove SPI_NOR_OCTAL_READ flag soc: zynqmp: Add the IDcode for TEG variant zlib: Remove incorrect ZLIB_VERSION zlib: Port fix for CVE-2016-9841 to U-Boot zlib: Rename write variable to wnext (window write index) zlib: Rename this variable to here (current decoding table entry) configs: versal: Disable the config for spansion flash
| * bootbin-version-string: Add text version fileJohn Toomey2024-04-031-0/+32
| | | | | | | | | | | | | | | | | | | | | | Add a version header file in plain text format required for Versal machines using the optional data field in the BIF file for version information Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit c6ae24ee38a69e4bcd463337aed43276d70845df) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * xilinx-bootbin: Add optional data section to BIFJohn Toomey2024-04-032-0/+7
| | | | | | | | | | | | | | | | | | | | Add optional data section to BIF file generation code to be used with version or other information Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit cdeb46c57358e579be9f1c1be95a544fd0e713e4) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * meta-xilinx-core: ai-engine: Add new FAL Linux compile flagGregory Williams2024-04-031-1/+1
| | | | | | | | | | | | | | | | FAL now has a compile switch when compiling for Linux platforms, this change will enable this flag when compiling FAL examples. Signed-off-by: Gregory Williams <gregory.williams@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * aie-rt : Updated SRCREV for 2024.1_8819Sivaprasad Addepalli2024-04-031-1/+1
| | | | | | | | | | | | driver: src: Remove old resource manager code fal: src: rsc: Fix broadcast all bug for Linux backend fal: src: rsc: Add error logs for all resource types
| * u-boot-xlnx-2023.2.inc: space is missing for SRC_URI:appendVaralaxmi Bingi2024-03-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | when user changes any config in u-boot menu config then we are saving that in user-<timestamp>.cfg. While adding that user*.cfg to SRC_URI space is missing and it was treated as different file and getting compilation issue. The space missed in below line meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc#L19. Signed-off-by: Varalaxmi Bingi <varalaxmi.bingi@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * u-boot-xlnx : Updated SRCREV for 2024.1_7095Sivaprasad Addepalli2024-03-281-1/+1
| | | | | | | | | | | | | | | | arm64: dts: zynqmp: make hw-ecc as the default ecc mode xilinx: Do not call private env_get_location() when !ENV_IS_NOWHERE mtd: spi-nor: Disable chip erase for n25q512ax3 flash configs: zynqmp_kria: Deactivate CONFIG_SPI_FLASH_BAR arm64: zynqmp: Disable Tri-state for SDIO
| * u-boot-xlnx : Updated SRCREV for 2024.1_6395Sivaprasad Addepalli2024-03-281-1/+1
| | | | | | | | | | | | | | | | mtd: spi-nor: Disable chip erase for S28HS02GT flash mtd: spi-nor: Set the ECC configuration to 1-bit error correction mtd: spi-nor: Added Fixup for S28HS02GT Infineon OSPI flash xilinx: Enable support for Infineon Octal flash arm64: zynqmp: Add bootcmd_usb4 variable
| * Change u-boot-xlnx-scr to use copies instead of symlinksJonathan Stroud2024-03-271-4/+6
| | | | | | | | | | | | | | symlinks don't work on the /boot FAT partition, so change to copy Signed-off-by: Jonathan Stroud <jonathan.stroud@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * boot.cmd.ubifs: Fix in boot.scr for vck5000John Vicky Vykuntapu2024-03-251-0/+4
| | | | | | | | | | | | | | | | | | | | Due to recent u-boot changes wrt boot_cmd, booti command is taking input as booti 0x00200000 - 0x00001000, and ramdisk address offset is missing in u-boot. So, added JTAG boot mode support in boot script to support jtag boot target, When user wants to debug/boot vck5000 wrt to jtag boot mode. Signed-off-by: John Vicky Vykuntapu <johnvicky.vykuntapu@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * device-tree: Replace symlink with cpJohn Toomey2024-03-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | It is not currently possible to create symlinks in the /boot partition due to the use of the vfat filesystem and this causes an issue when trying to update the dtb using rpm packages which contain a symlink. Work around the issue by copying the dtb file to the symlink location. Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 6ddde9a20775549f1434cba6006f84db1a223cb4) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * u-boot-xlnx : Updated SRCREV for 2024.1_6611Sivaprasad Addepalli2024-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | arm64: zynqmp: dts: Add required properties for rs485 support for KD240 spi: cadence_qspi: Fix OSPI boot issue arm64: versal: Add clocks and power domains for LPD SWDT dt-bindings: power: Add PM for LPD SWDT arm64: versal: Add LPD SWDT node in versal.dtsi mtd: spi-nor: Address the Macronix flash probe failure mtd: spi-nor: Store GPIO info during flash probe
| * u-boot-xlnx : Updated SRCREV for 2024.1_5791Sivaprasad Addepalli2024-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | mtd: spi-nor: Enable DDR mode functionality with Macronix flash mtd: spi-nor: Enable DDR mode functionality with Gigadevice flash mtd: spi-nor: Enable DDR mode functionality with ISSI flash spi: cadence_qspi: Modified the rx_dll_tuning function to support generic execution arm64: versal-net: Align spi-max-frequency for se7 arm64: versal: Remove flexnoc node arm64: zynqmp: Add missing description for vm-p-m1369
| * u-boot-xlnx-microblaze.inc: Fix Endiannes did not match qa issueSandeep Gundlupet Raju2024-03-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Using u-boot.elf for Microblaze, u-boot fails to build with below errors. ERROR: u-boot-xlnx-1_v2024.01-xilinx-v2024.1+gitAUTOINC+db3e1e025f-r0 do_package_qa: QA Issue: Endiannes did not match (0, expected 1) in /boot/u-boot-kcu105-microblazeel-v2024.01-xilinx-v2024.1+gitAUTOINC+db3e1e025f-r0.elf [arch] ERROR: u-boot-xlnx-1_v2024.01-xilinx-v2024.1+gitAUTOINC+db3e1e025f-r0 do_package_qa: Fatal QA errors were found, failing task. So fix qa issue by adding arch to INSANE_SKIP for u-boot package. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * u-boot-xlnx : Update SRCREVManikanta Guntupalli2024-03-181-1/+1
| | | | | | | | | | | | | | | | | | arm64: zynqmp: Add resets and assigned-clock-rates properties for KD240 Signed-off-by: Manikanta Guntupalli <manikanta.guntupalli@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit c73652b9f1b46ded3b672c022de0a79e306fdc25) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * arm-trusted-firmware : Updated SRCREV for 2024.1_2527Sivaprasad Addepalli2024-03-181-1/+1
| | | | | | | | | | | | docs(versal-net): update SMC convention docs(versal): update SMC convention docs(zynqmp): update SMC convention
| * aie-rt : Updated SRCREV for 2024.1_6083Sivaprasad Addepalli2024-03-171-1/+1
| | | | | | | | fal: src: Replace single letter function arguments.
| * dfx-mgr : Updated SRCREV for 2024.1_8635Sivaprasad Addepalli2024-03-161-1/+1
| | | | | | | | dfx_mgr: Removing unused graph code
| * u-boot-xlnx : Updated SRCREV for 2024.1_1859Sivaprasad Addepalli2024-03-131-1/+1
| | | | | | | | | | | | | | | | xilinx: versal-net: Add support for saving env based on bootmode usb: dwc3: Increase the timeout for generic commands usb: dwc3: core: Only handle soft-reset in DCTL usb: dwc3: gadget: Dont send unintended link state change usb: dwc3: core: improve reset sequence
| * u-boot-xlnx : Updated SRCREV for 2024.1_1683Sivaprasad Addepalli2024-03-131-1/+1
| | | | | | | | | | | | arm64: zynqmp: Remove snps,enable_guctl1_ipd_quirk property arm64: gic: Add power up sequence for GIC-600 dwc3: Get the ref clock from the child node(dwc3)
| * 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>
| * aie-rt : Updated SRCREV for 2024.1_3263Sivaprasad Addepalli2024-03-071-1/+1
| | | | | | | | driver:src:Moved the declaration to correct header.
| * u-boot-xlnx : Updated SRCREV for 2024.1_8243Sivaprasad Addepalli2024-03-071-1/+1
| | | | | | | | | | mtd: nand: arasan: Fix the crash caused by use after free mtd: nand: arasan: Print warning for unsupported ecc modes
| * u-boot-xlnx : Updated SRCREV for 2024.1_4763Sivaprasad Addepalli2024-03-061-1/+1
| | | | | | | | | | | | | | | | | | arm64: zynqmp: Add description for SC on vm-p-m1369 board arm64: zynqmp: Remove additional compatible string for sc-revB arm64: zynqmp: Fix gpio-key DT description arm64: zynqmp: Add usb4 to the boot targets arm64: zynqmp: use wakeup interrupt-name for dwc3 hibernation arm64: zynqmp: Start TPM automatically via preboot on Kria
| * aie-rt : Updated SRCREV for 2024.1_7655Siva Addepalli2024-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fal: tests: utests: Remove reference to XAie_UserRsc in test cases fal: src: Complete functionality of AIEFAL resource manager fal: src: Port broadcast class to make requests to FAL resource manager fal: src: Port Trace classes to make resource requests from FAL resource manager. fal: src: rsc: Make sure to clear vRscs if request unsuccessful fal: Port PC Events and PC Range classes to request from FAL resource manager fal: src: rsc: Port performance counter classes to request from FAL resource manager fal: Port Stream switch event port select to make resource requests from FAL. fal: Port Group Event class to make resource requests to FAL resource manager fal: Port Combo Events to request from FAL resource manager fal: src: Port User Events to request from FAL resource manager fal: Adds FAL resource manager driver: src: io_backend: Add backend operation to get partition file descriptor driver: src: interrupt: Remove internal resource requests from interrupt handling driver: src: Remove resource manager requests for ECC driver: src: Remove resource requests from XAie_TimerSync Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * u-boot-xlnx : Updated SRCREV for 2024.1_9919Sivaprasad Addepalli2024-03-051-1/+1
| | | | | | | | | | | | Revert "arm64: Reduce add_map() complexity" Revert "lmb: consider EFI memory map" mtd: spi-nor: ids: Enable Octal read for IS25LX512M flash
| * u-boot-xlnx : Updated SRCREV for 2024.1_3771Sivaprasad Addepalli2024-02-291-1/+1
| | | | | | | | | | arm64: versal-net: Align spi-max-frequency for ipp-rev1.9 mtd: spi-nor: Add SPI_NOR_MULTI_DIE flag
| * Revert "aie-rt : Updated SRCREV for 2024.1_7655"Siva Addepalli2024-02-281-1/+1
| | | | | | | | This reverts commit 241e03c182b92760aef61c9c63c25b6efe5cf9b8.
| * aie-rt : Updated SRCREV for 2024.1_7655Sivaprasad Addepalli2024-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fal: tests: utests: Remove reference to XAie_UserRsc in test cases fal: src: Complete functionality of AIEFAL resource manager fal: src: Port broadcast class to make requests to FAL resource manager fal: src: Port Trace classes to make resource requests from FAL resource manager. fal: src: rsc: Make sure to clear vRscs if request unsuccessful fal: Port PC Events and PC Range classes to request from FAL resource manager fal: src: rsc: Port performance counter classes to request from FAL resource manager fal: Port Stream switch event port select to make resource requests from FAL. fal: Port Group Event class to make resource requests to FAL resource manager fal: Port Combo Events to request from FAL resource manager fal: src: Port User Events to request from FAL resource manager fal: Adds FAL resource manager driver: src: io_backend: Add backend operation to get partition file descriptor driver: src: interrupt: Remove internal resource requests from interrupt handling driver: src: Remove resource manager requests for ECC driver: src: Remove resource requests from XAie_TimerSync
| * u-boot-xlnx : Updated SRCREV for 2024.1_5979Sivaprasad Addepalli2024-02-261-1/+1
| | | | | | | | | | | | | | | | arm64: zynqmp: Remove arm,cortex-a53-edac node xilinx: Fix fpga region DT nodes name arm64: zynqmp: Align nvmem-fw node with dt-schema arm64: versal-net: Setup correct addresses of GICR/GICD arm64: zynqmp: Disable DP on kd240
| * Revert "aie-rt : Updated SRCREV for 2024.1_9559"Mark Hatle2024-02-241-1/+1
| | | | | | | | | | | | | | | | This reverts commit 794526e7b30bd43042f68c892ae8e63e14adcb3b. XRT fails to build properly. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * aie-rt : Updated SRCREV for 2024.1_9559Sivaprasad Addepalli2024-02-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fal: tests: utests: Remove reference to XAie_UserRsc in test cases fal: src: Complete functionality of AIEFAL resource manager fal: src: Port broadcast class to make requests to FAL resource manager fal: src: Port Trace classes to make resource requests from FAL resource manager. fal: src: rsc: Make sure to clear vRscs if request unsuccessful fal: Port PC Events and PC Range classes to request from FAL resource manager fal: src: rsc: Port performance counter classes to request from FAL resource manager fal: Port Stream switch event port select to make resource requests from FAL. fal: Port Group Event class to make resource requests to FAL resource manager fal: Port Combo Events to request from FAL resource manager fal: src: Port User Events to request from FAL resource manager fal: Adds FAL resource manager driver: src: io_backend: Add backend operation to get partition file descriptor driver: src: interrupt: Remove internal resource requests from interrupt handling driver: src: Remove resource manager requests for ECC driver: src: Remove resource requests from XAie_TimerSync
| * u-boot-xlnx : Updated SRCREV for 2024.1_5079Sivaprasad Addepalli2024-02-201-1/+1
| | | | | | | | Updated commit ID to latest HEAD
| * aie-rt : Updated SRCREV for 2024.1_7527Sivaprasad Addepalli2024-02-201-1/+1
| | | | | | | | Updated commit ID to latest HEAD
| * u-boot-xlnx : Updated SRCREV for 2024.1_7771Sivaprasad Addepalli2024-02-181-1/+1
| | | | | | | | Updated commit ID to latest HEAD