| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|\| | |
| | | |
| | | |
| | | | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|\| | |
| |/ /
|/| |
| | | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | | |
docs(versal-net): update SMC convention
docs(versal): update SMC convention
docs(zynqmp): update SMC convention
|
| | |
| | |
| | |
| | | |
fal: src: Replace single letter function arguments.
|
| | |
| | |
| | |
| | | |
dfx_mgr: Removing unused graph code
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | |
| | |
| | | |
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)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | | |
driver:src:Moved the declaration to correct header.
|
| | |
| | |
| | |
| | |
| | | |
mtd: nand: arasan: Fix the crash caused by use after free
mtd: nand: arasan: Print warning for unsupported ecc modes
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Revert "arm64: Reduce add_map() complexity"
Revert "lmb: consider EFI memory map"
mtd: spi-nor: ids: Enable Octal read for IS25LX512M flash
|
| | |
| | |
| | |
| | |
| | | |
arm64: versal-net: Align spi-max-frequency for ipp-rev1.9
mtd: spi-nor: Add SPI_NOR_MULTI_DIE flag
|
| | |
| | |
| | |
| | | |
This reverts commit 241e03c182b92760aef61c9c63c25b6efe5cf9b8.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This reverts commit 794526e7b30bd43042f68c892ae8e63e14adcb3b.
XRT fails to build properly.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | | |
Updated commit ID to latest HEAD
|
| | |
| | |
| | |
| | | |
Updated commit ID to latest HEAD
|
| | |
| | |
| | |
| | | |
Updated commit ID to latest HEAD
|
| | |
| | |
| | |
| | | |
Updated commit ID to latest HEAD
|
| | |
| | |
| | |
| | | |
Updated commit ID to latest HEAD
|
| | |
| | |
| | |
| | |
| | | |
misc: xilinx-ai-engine: Fixed error prints in status dump
driver/src: Fix _XAie_SetPartIsolationAfterRst function prototype
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Switch to latest commit on release branch. Also remove unused microblaze
header file for 2024.1 release.
Signed-off-by: John Toomey <john.toomey@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | | |
Signed-off-by: John Toomey <john.toomey@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
This reverts commit 121edde2e704900a7b4e24b260167614705297aa.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
This reverts commit 6f7a824d505115a01dd49386aa47b079598fc07c.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
libdfx: Add document for dfx_cfg_init_file() API
Src: Add new API dfx_cfg_init_file() to provide more flexibility to the user
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Signed-off-by: John Toomey <john.toomey@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
(cherry picked from commit fe1fee9a45076aab2e39e38b5705d1ad0aa06de5)
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | | |
Updated commit ID to latest HEAD
|
| | |
| | |
| | |
| | | |
Updated commit ID to latest HEAD
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
fix(xilinx): deprecate SiP service count query
feat(versal): extend platform address space sizes
fix(xilinx): add console_flush() before shutdown
fix(xilinx): fix sending sgi to linux
feat(xilinx): add new state to identify cpu power down
feat(xilinx): request cpu power down from reset
feat(xilinx): power down all cores on receiving cpu pwrdwn req
feat(xilinx): add handler for power down req sgi irq
feat(xilinx): add wrapper to handle cpu power down req
fix(versal-net): use arm common GIC handlers
fix(xilinx): rename macros to align with ARM
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
driver: src: lite: Missing end quotation mark
driver/src: Revert removed TilesInUse code in PartitionInit.
driver:src:lite: Initialize NumRows to Default Value
driver: src: Clock ungate only the requested tiles
|
| | |
| | |
| | |
| | | |
driver: src: close memtile fd & unmapped memory associated with memtile
|
| | |
| | |
| | |
| | | |
driver: src: Mark TilesInUse bitmap in PartitionInit
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Using python rstrip operations it will strip all the combinations of
its values. For example in below code
BASE_DTS ?= "${@os.path.basename(d.getVar('CONFIG_DTFILE') or '').rstrip('.dtb').rstrip('.dts') or 'system-top'}"
if CONFIG_DTFILE name is cortexa53-0-zynqmp-baremetald or
cortexa53-0-zynqmp-freertos resulting output with rstrip will be
cortexa53-0-zynqmp-baremetal
cortexa53-0-zynqmp-freerto
Hence instead of using rstrip use os.path.splitext to remove
.dtb or .dts extension from file name.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Multiconfig freertos device-tree do configure task fails with below
errors:
ERROR: mc:cortexa53-0-zynqmp-freertos:device-tree-1.0-r0 do_configure: Unable to find cortexa53-0-zynqmp-freerto.dts, to use EXTRA_OVERLAYS you must set a valid CONFIG_DTFILE or use system-top.dts
ERROR: mc:cortexa53-0-zynqmp-freertos:device-tree-1.0-r0 do_configure: ExecutionError('/scratch/sandeep/yocto/2024.1/yp-dev/build-sdt/tmp-cortexa53-0-zynqmp-freertos/work/xlnx_zynqmp_zcu102_rev1_0-xilinx-elf/device-tree/1.0-r0/temp/run.do_configure.3127586', 1, None, None)
ERROR: Logfile of failure stored in: /scratch/sandeep/yocto/2024.1/yp-dev/build-sdt/tmp-cortexa53-0-zynqmp-freertos/work/xlnx_zynqmp_zcu102_rev1_0-xilinx-elf/device-tree/1.0-r0/temp/log.do_configure.3127586
ERROR: Task (mc:cortexa53-0-zynqmp-freertos:/scratch/sandeep/yocto/2024.1/yp-dev/sources/poky/../meta-xilinx/meta-xilinx-core/recipes-bsp/device-tree/device-tree.bb:do_configure) failed with exit code '1'
NOTE: Tasks Summary: Attempted 851 tasks of which 769 didn't need to be rerun and 1 failed.
Using python rstrip operations it will strip all the combinations of
its values. For example in below code
BASE_DTS ?= "${@os.path.basename(d.getVar('CONFIG_DTFILE') or '').rstrip('.dtb').rstrip('.dts') or 'system-top'}"
if CONFIG_DTFILE name is cortexa53-0-zynqmp-baremetald or
cortexa53-0-zynqmp-freertos resulting output with rstrip will be
cortexa53-0-zynqmp-baremetal
cortexa53-0-zynqmp-freerto
Hence instead of using rstrip use os.path.splitext to remove
.dtb or .dts extension from file name.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|