| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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>
|
|\
| |
| |
| | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
| |
| |
| | |
Revert "configs: versal: Enable CONFIG_LTO for mini qspi/ospi"
|
| |
| |
| |
| | |
driver: src: io_backend: Disabled shim reset bit in _XAie_PrivilegeRstPartShims API.
|
| |
| |
| |
| |
| | |
driver: src: timer: Setup two broadcast channels for timer sync.
driver:src:Fixed some softpartition getting isolated wrongly.
|
| |
| |
| |
| |
| |
| |
| | |
Updated latest branch commit id
Signed-off-by: Ramya Darapuneni <ramya.darapuneni@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
mtd: spi-nor: Fix OSPI probe issue in stacked mode.
|
| |
| |
| |
| |
| | |
fal: src: Fix combo event resource ID
driver: src: io_backend: Clear TileInUse Bitmap _XAie_PrivilegeInitPart API
|
| |
| |
| |
| |
| | |
Revert "Revert "lmb: consider EFI memory map""
common: fdt: replace error prints to debug
|
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| | |
spi: cadence_qspi: Fix OSPI probe issue when the prescaler is set to 2
|
| |
| |
| |
| |
| |
| |
| | |
Changelog:
driver: src: io_backend: Request tiles before gating clocks
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
| |
| |
| | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
| |
| |
| | |
driver:src:Softpartition boundary Isolation fixed
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|