summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* linux-xlnx : Updated SRCREV for 2023.2_1987Sivaprasad Addepalli2023-07-241-1/+1
| | | | | | mtd: spi-nor: Use params->size for flash size info misc: xilinx-ai-engine: Print wrap value in BD sysfs node Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* qemu : Updated SRCREV for 2023.2_1851Sivaprasad Addepalli2023-07-241-1/+1
| | | | | | Revert "hw/misc/xlnx-versal-pmc-clk-rst.c: fix the PL reset polarity" Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated Commit IDSiva Addepalli2023-07-221-0/+0
| | | | | | | | | gen_yocto_machine: Clean up yocto mach conf variables gen_yocto_machine: Set softer assignment for variables gen_yocto_machine: Remove machine overrides Removing the statically defined mem configs Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* linux-xlnx : Updated SRCREV for 2023.2_4063Sivaprasad Addepalli2023-07-211-1/+1
| | | | | | | arm64: zynqmp: Remove USB description from SC revB/C arm64: versal-net: add usb-wakeup interrupt in dwc3 core arm64: versal: Add no-wp DT property in OSPI flash node Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* embeddedsw : Updated SRCREV for 2023.2_6935Sivaprasad Addepalli2023-07-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | freertos10_xilinx: Fix FreeRTOS in SDT flow dhrystone: Update UARTNS defines in sdt flow xiplmi: Removed Error Action from Error Table while disabling error plm: versal_net: Fix In-Place Update Failures qspipsu: Fix GCC warnings uartite: Fix GCC warnings canfd: Fix GCC warnings wdtps: Fix peripheral_tests syntax in system device-tree flow wdttb: Fix code formatting issues with checkpatch wdttb: Add support for system device-tree flow for examples wdttb: Add support for system device-tree flow coresightps_dcc: Add support for Zynq and VersalNet in SDT flow driver: cframe: added SDT support sw_services: xilloader:Added check for returning glitch error scutimer: Format it using checkpatch scutimer: Add support for system device tree flow scripts: pyesw: regen_linker: Fix compilation errors on windows driver: cfupmc: added SDT support Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* qemu : Updated SRCREV for 2023.2_9279Sivaprasad Addepalli2023-07-211-1/+1
| | | | | | pmx-efuse-ctrl: Fix the eFuse key load sodimm-spd: Add the SPD data for 4GB Micron model Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* README: Update the docs on variablesSandeep Gundlupet Raju2023-07-201-6/+69
| | | | | | | | | | Update READE docs on list of variables used in machine conf. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Fixed a couple of typos Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* README: Remove zcu1275 and zcu1285 from docsSandeep Gundlupet Raju2023-07-201-2/+0
| | | | | | | | zcu1275 and zcu1285 machine files are deprecated, hence remove from docs. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* machine: Deprecate zcu1275 and zcu1285 machine conf filesSandeep Gundlupet Raju2023-07-202-104/+0
| | | | | | | | Since zcu1275 and zcu1285 design xsa has deprecated, hence deprecate zcu1275 and zcu1285 machine conf files. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* ultra96-zynqmp: Update machine conf file using gen-machineconf toolSandeep Gundlupet Raju2023-07-201-0/+4
| | | | | | | Add PACKAGE_EXTRA_ARCHS append for ultra96-zynqmp. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* machine: Update machine conf file using gen-machineconf toolSandeep Gundlupet Raju2023-07-2020-50/+80
| | | | | | | | | | | | | 1. Add missing space to append operation for machine files generated by gen-machineconf tool. 2. Update all machine conf file using gen-machineconf tool by parsing latest xsa. a. Reorder the variables to match the gen-machineconf tool output. b. Add any missing or new variables. 3. Remove machine overrides for XSCTH_PROC variable. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* microblaze-generic: Update machine conf file using gen-machineconf toolSandeep Gundlupet Raju2023-07-201-10/+11
| | | | | | | | | | 1. Update machine conf file using gen-machineconf tool by parsing latest kcu105 xsa and reorder the variables to match the gen-machineconf tool output. 2. Add axi-quad-spi as kcu105 reference xsa has this ip enabled. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* machine: Add SERIAL_CONSOLES_CHECK for sysvinit onlySandeep Gundlupet Raju2023-07-205-4/+3
| | | | | | | | | | SERIAL_CONSOLES_CHECK is supported only for sysvinit and default INIT Manager is systemd, hence move this variable from machine conf files to machine-xilinx-default inclusion and set only if DISTRO_FEATURES is sysvinit. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* linux-xlnx : Updated SRCREV for 2023.2_9779Sivaprasad Addepalli2023-07-201-1/+1
| | | | | | | | | | arm64: zynqmp: Add resets property for CAN nodes crypto: xilinx: Add support for device keysrc misc: Add driver support for PUF firmware: xilinx: Add physically unclonable function (PUF) interface API for versal drivers: iio: adc: versal-sysmon: Add I2C driver drivers: iio: adc: Split driver into common and platform Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated Commit IDSiva Addepalli2023-07-201-0/+0
| | | | | | | config_versal: enabling lower ddr bank default for versal gen-machine-scripts: Deprecate zcu1275 and zcu1285 machines Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* microblaze-generic: Add target fpu hard TUNE FEATURESSandeep Gundlupet Raju2023-07-191-1/+1
| | | | | | | | Since microblaze-generic machine conf file uses kcu105 xsa, target fpu hard TUNE_FEATURES were missing hence add it. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Updated SRCREV of vdu-modules for 2023.2_9255Siva Addepalli2023-07-191-1/+1
| | | | | | | Make reset-gpios as an optional property Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* dts : Updated SRCREV for 2023.2_4187Sivaprasad Addepalli2023-07-191-1/+1
| | | | | versal-psx-apu: fix the number of IRQs Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* embeddedsw : Updated SRCREV for 2023.2_3455Sivaprasad Addepalli2023-07-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | emacps: Fix cfg ptr error xiltimer: Add proper checks freertos10_xilinx: Fix SDT flow for microblaze driver: trngpsv: added SDT support sw_services: xilmailbox: Add example support in SDT flow xilpm: versal_net: Save and Restore XPm_Reqm xilflash: Fix code formatting issues with checkpatch xliflash: Add AMD copyright information xilflash: Add support for system device-tree flow for example xilflash: Update lib to support for system device-tree flow lib: sw_apps: freertos_lwip_udp_perf_client: Add SDT code deviations lib: sw_apps: freertos_lwip_udp_perf_client: Add SDT metadata files lib: sw_apps: freertos_lwip_udp_perf_server: Add SDT flow deviations lib: sw_apps: freertos_lwip_udp_perf_server: Add SDT flow metadata files lib: sw_apps: freertos_lwip_tcp_perf_client: Add SDT deviations lib: sw_apps: freertos_lwip_tcp_perf_client: Add SDT metada files lib: sw_apps: freertos_lwip_tcp_perf_server: Add SDT deviations lib: sw_apps: freertos_lwip_tcp_server: Add SDT metadata lib: sw_apps: freertos_lwip_echo_server: Add SDT code deviations lib: sw_apps: freertos_lwip_echo_server: Add SDT Flow. lib: sw_apps: lwip_udp_server_client: Add SDT deviations lib: sw_apps: lwip_udp_perf_client: Add SDT metadata files lib: sw_apps: lwip_udp_perf_server: Add SDT flow deviations lib: sw_apps: lwip_udp_perf_server: Add SDT metada files lib: sw_apps: lwip_tcp_perf_client: Add SDT flow deviations lib: sw_apps: lwip_tcp_perf_client: Add SDT metadata files lib: sw_apps: lwip_tcp_perf_server: Add SDT deviations lib: sw_apps: lwip_tcp_perf_server: Add SDT metada files lib: sw_apps: lwip_echo_server: Add SDT flow deviations lib: sw_apps: lwip_echo_server: Add metadata for SDT flow sw_apps: srec_spi_bootloader: Fix style issues sw_apps:srec_spi_bootloader: Support SDT flow trafgen: Fix the disable interrupt uartns550: Add outbyte and inbyte in SDT flow axicdma: Add support for peripheral test in SDT flow cmake: Fix Microblaze BSP failure on windows cmake: Fix microblaze based toolchain files for windows uartlite: Add outbyte and inbyte in SDT flow sdps: Fix code format issues sdps: Add support for system device-tree flow for examples sdps: Add support for system device-tree flow xilffs: Fix code format issues xilffs: Add support for system device-tree flow for examples xilffs: Add support for system device-tree flow scripts: pyesw: library_utils: Update the gen_lib_metadata() API to generate pm_cfg_obj.c for xilpm library scripts: pyesw: library_utils: Fix race condition in populating the param value scripts: pyesw: create_example: Fix compilation errors on windows scripts: pyesw: config_bsp: Fix set_repo_path for windows scripts: pyesw: Update link libraries based on the available libraries in the bsp rfdc: Updated examples to SDT flow SDT: Update libmetal driver yamls hello_world/empty_app: Correct the processor names in the application yamls scugic: Adding a SDT check to not rely on one of the xparameter definition BSP: cortexr5: Fix SDT flow for CortexR5 BSP: cortexr5: Support SDT flow for CortexR52 BSP standalone: cortexr5: Moving the versal r5 specific files to CortexR5 folder standalone: CMakeLists/headers: Adding versal-net specific checks and R52 specific files linker_files: Adding support for versal-net specific linker files standalone: yaml: Adding versal-net specific entries in standalone yaml files cmake: toolchainfiles: Adding new toolchainfiles for versal-net rfdc: Fix issues with SDT sw_services:xilsecure:Loading partial PDI when SHA core is busy sw_services:xilsecure:Throw an error when AES/SHA is already in use tmrctr: Update signatures of examples being used in peripheral tests BSP: intr: Fix style issues tmrctr: Fix style issues intc: Fix style issues tmrctr: Port examples to SDT flow intc: Port examples to SDT flow intc: Add support for SDT flow BSP: Fix xinterrupt_wrap APIs for AXI INTC xxvethernet: Fix code formatting in examples xxvethernet: examples: Add support for system device-tree flow drivers: xxvethernet: Add device-tree flow support for xxvethernet axienet: Add support for system device-tree axienet: Update axienet driver to support SDT and non-SDT flows axienet: Update tcl script to support opensource macros axienet: Update driver version to 5.16 mcdma: Update driver to support SDT flow emaclite: examples: Update code formatting emaclite: examples: Add system device-tree flow support drivers: emaclite: Add support for device-tree flow iicps: Fix code formatting issues with checkpatch iicps: Add support for system device-tree flow for iicps examples iicps: Add support for system device-tree flow spi: Fix code formatting issues with checkpatch spi: Add support for system device-tree flow for examples spi: Add support for system device-tree flow mutex: Add support for peripheral tests in SDT flow xdmapcie: Add examples in YAML for SDT flow pciepsu: Add properties to support SDT flow Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* linux-xlnx : Updated SRCREV for 2023.2_4743Sivaprasad Addepalli2023-07-191-1/+1
| | | | | v4l2: xilinx: vpss-scaler: fix kernel doc typo for function names Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* qemu : Updated SRCREV for 2023.2_6051Sivaprasad Addepalli2023-07-191-1/+1
| | | | | | hw/misc/xlnx-versal-pmc-clk-rst.c: fix the PL reset polarity Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* dts : Updated SRCREV for 2023.2_6387Sivaprasad Addepalli2023-07-181-1/+1
| | | | | | | vek280: change ospi part versal: Introduce a vitis specific vek280 cosim board versal: Add support for xcve2102 device Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* embeddedsw : Updated SRCREV for 2023.2_7275Sivaprasad Addepalli2023-07-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sw_services:xilloader:Enable TCM Boot based on PH Attribute xilpm: versal_net: enable TCM Boot config option clockps: Fix code formatting clockps: Add support for system device-tree flow for example clockps: Add support for system device-tree flow clockps: Increment the driver version for 2023.2 axis_switch: Add support for system device-tree flow in examples axis_switch: Add support for system device-tree flow axis_switch: Upgrade the driver version sw_apps: ddr_self_refresh: Fix code formatting issues with checkpatch sw_apps: ddr_self_refresh: Add support for system device-tree flow resetps: Fix formatting issues resetps: Add system-device-tree support for example resetps: Update the driver for system device tree flow resetps: Update the driver version tft: Add support for system device-tree flow for examples tft: Update the driver for system device tree flow tft: Update the driver version xilpm: versal_net: server: reset SD_DLL_MAP registers as workaround bsp:standalone: Add coresight IP to stdin/stdout bsp settings. coresightps_dcc: Add option of coresight uart in bsp settings. trafgen: Fix formatting issues trafgen: Update the examples to support SDT flow trafgen: update the driver to support SDT flow trafgen: Update the driver version sw_services:xilsecure: Add RSA pairwise consistency test sw_services:xilsecure:Add key unwrap support sw_services:xilsecure: Add OAEP padding support sw_services:xilloader: Move mask generate function to platform specific sw_services:xilsecure: Add mask generate function sw_services:xilsecure: Add AES ECB support ipipsu: Add example support in SDT flow bsp:standalone:Fix code formatting issues. bsp: To fix unused variables compilation warnings axicdma: updated files to support the system device tree flow axivdma: updated cmake to support device tree flow lib: sw_apps: hello_world: Delete unused helloworld_xmk.c lib: sw_apps: dhrystone: Fix compilation issues in sdt flow lib: sw_services: Update supported_processors list for a9 and VersalNet VersalNet PLM: Added MC uB and PMC handshake support xilpm: versal: server: fix compilation warning scripts: pyesw: scripts for generating apps and bsp in system device-tree flow nandpsu: Fix code formatting issues with checkpatch nandpsu: Add support for system device-tree flow for example nandpsu: Update the driver to support for system device-tree flow clk_wiz: Formatting changes clk_wiz: Update examples for SDT flow clk_wiz: Update driver for SDT flow. clk_wiz: Update the driver version gpio: Fix code formatting issues gpio: Add support for system device-tree flow fot gpio examples gpio: Add support for system device-tree flow openamp: apps: Add missing cmake toolchain file for SDT flow Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* aie-rt : Updated SRCREV for 2023.2_5223Sivaprasad Addepalli2023-07-171-1/+1
| | | | | | | | | | | | | driver: src: Add xlnx-aie-engine.h file to xaiengine driver: src: Fixed MisraC violations driver: src: Fixed MisraC Violations driver: src: Remove implicit conversions Fixed Cmake build compilation error for aie-rt driver:src: Added support to capture core utilization. driver: src: io_backend: Blocked access to gated tiles driver: src: AIE-driver header clean up Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated Commit IDSiva Addepalli2023-07-151-0/+0
| | | | | | gen_yocto_machine: Add missing space to append operation Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* embeddedsw : Updated SRCREV for 2023.2_1179Sivaprasad Addepalli2023-07-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lwip213: Fix Cmake errors lib: sw_apps: openamp_rpc_demo: Add support for system device-tree flow lib: sw_apps: openamp_matrix_multiply: Add support for system device-tree flow lib: sw_apps: openamp_echo_test: Add support for system device-tree flow lib: sw_apps: libmetal demo: Add support for system device-tree flow ThirdParty: sw_services: OpenAMP: Add support for system device-tree flow ThirdParty: sw_services: Libmetal: Add support for system device-tree flow Implement Authentication time optimization gpiops: Fix code formatting issues gpiops: Add support for system device-tree flow for gpiops example gpiops: Add support for system device-tree zdma: fixed changes in header file uartlite: Fix code formatting issues uartlite: Add support for system device-tree flow for uartlite examples uartlite: Add support for system device-tree flow for uartlite nandps: Fix code formatting issues with checkpatch nandps: Add support for system device-tree flow for example nandps: Update the driver to support for system device-tree flow canps: Add support for peripheral tests in SDT flow iomodule: Fix race condition in XIOModule_DeviceInterruptHandler() API for sdt flow usb: usbpsu: fix code formatting issues with checkpatch SDITXSS: Modified addtogroup in all driver src files. SDITXSS: Incremented driver version dmaps: Fix code formatting issues with checkpatch dmaps: Add support for system device-tree flow in examples dmaps: Add support for system device-tree flow iic: Fix code formatting issues with checkpatch iic: Add support for system device-tree flow for iic examples iic: Add support for system device-tree flow uartns550: Fix code formatting issues uartns550: Add SDT support for uartns550 examples uartns550: Add support for system device-tree flow for uartns550 can: Add support for peripheral tests in SDT flow lib: sw_apps: zynq_dram_test: Add support for system device-tree flow sw_services:Added FIPS required info to VersalNet crypto algo sw_services: Added FIPS required info to Versal crypto algo sw_services:Added FIPS required info to ZynqMP crypto alg sw_services:Added code for versioning of secure lib v_hdmitxss1: updated the define for VEK280 v_hdmitxss1: uprevved the mdd v_hdmirxss1: updated define for VEK280 v_hdmirxss1: uprevved mdd Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* u-boot-xlnx : Updated SRCREV for 2023.2_2183Sivaprasad Addepalli2023-07-141-1/+1
| | | | | | | arm64: zynqmp: Remove USB description from SC revB/C test: py: tests: Add qspi negative tests test: py: tests: Add qspi flash lock/unlock test Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* qemu : Updated SRCREV for 2023.2_2607Sivaprasad Addepalli2023-07-141-1/+1
| | | | | | xilinx_axienet: Set phy link status Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* embeddedsw : Updated SRCREV for 2023.2_7335Sivaprasad Addepalli2023-07-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mbox: Fix code formatting issues with checkpatch mbox: Add support for system device-tree flow for examples mbox: Add support for system device-tree flow usb: usb: fix code formatting issues with checkpatch Revert "sw_services:xilloader:Enable TCM Boot based on PH Attribute" Revert "xilpm: versal_net: enable TCM Boot config option" DSITXSS: Updated addtogroup to remove version number in src files. DSITXSS: Incremented driver version to v2_3 DSITXSS: Updated driver tcl file to support Compressed mode sw_services:xilloader:Enable TCM Boot based on PH Attribute xilpm: versal_net: enable TCM Boot config option llfifo: Add support for system device-tree flow for example llfifo: Add support for system device-tree flow llfifo: increment the driver version usb: usbps: examples: Add support for system device-tree flow usb: usbps: data: add yaml to support SDT flow usb: usbps: src: update the driver to support SDT flow sw_services: xilsecure:VersalNet:Added support for non-word aligned data transfer in AES ospipsv: examples: Fix compilation warnings in sdt flow ospipsv: src: Fix compilation warnings ospipsv: data: Update yaml file to port examples in sdt flow sw_services:xilloader: Add support to read DDR crypto counters sw_services:xilloader:IPI Command to support Jtag Unlock xiplmi: versalnet: Add List commands xilplmi: Refactor Proc logic to make it generic xilplmi: versalnet: Add Run Proc command XilSecure:Client:VersalNet:Separated IPI commands XilSecure:VersalNet:Server: Separated IPI calls for modules lwip213: Add zynq support in device-tree flow spips: Fix code formatting issues with checkpatch spips: Add support for system device-tree flow for examples spips: Add support for system device-tree flow Revert "pciepsu: Add properties to support SDT flow" axidma: Fix code formatting issues with checkpatch axidma: Add support for system device-tree flow in examples axidma: Add support for system device-tree flow lib: bsp: standalone: Update the stdin and stdout configuration for coresightps_dcc in sdt flow Xilsem:FreeRTOS support for XILSEM client xdmapcie: Add support for system device tree flow dfxasm: Fix code formatting issues with checkpatch dfxasm: Add support for system device-tree flow BSP: cortexr5: Support TCM A, B and C initialization for CortexR52 Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* u-boot-xlnx : Updated SRCREV for 2023.2_5375Sivaprasad Addepalli2023-07-131-1/+1
| | | | | | | | | | | clk: Dont return error when assigned-clocks is empty or missing xilinx: zynq: Enable fdt apply utility for zynq env: Fix default environment saving issue zynqmp: config: Add proper dependencies for USB cmd: thordown: Add proper dependency for CMD_THOR_DOWNLOAD dfu: Add proper dependency for CONFIG_DFU_MMC usb: xhci: Fix the missing return statement Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated Commit IDSiva Addepalli2023-07-131-0/+0
| | | | | | Kconfig.part: Map PetaLinux machines with Yocto machines Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Update xrt, zocl commit idsaumya garg2023-07-121-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: fixed MEM tile edge events (#7621) VITIS-8730: documentation of read, write device memory directly (#7616) AIE trace improvements and new features (#7591) fixing aarch64 compilation issue (#7614) VITIS-8985 Refactor hw context metadata field in query requests (#7610) CR-1167065 Reset command header prior to starting command (#7608) Add xrt::ext::bo support for specifying read/write direction (#7607) Vitis 6327 Add PS kernel xclbins into APU Package (#7594) VITIS-9144 xbutil report for AIE column topology (#7605) Adding a precondition to the CU utilization table to make sure it is not printed when there is no data (#7601) Fix bug in CMake function (#7604) XRT OS Support for RHEl 8.8 and 9.2 (#7603) VITIS-8127 Refactor SubCmdConfigure (#7571) throwing an exception if alloc_bo/alloc_userptrbo is failed (#7602) Signed-off-by: saumya garg <saumya.garg@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* dfx_user_dts: Add support for single dts inputSandeep Gundlupet Raju2023-07-121-13/+87
| | | | | | | | | | | | | Add support for single dts and multiple dtsi use case. Also check for valid combination of dtsi and dts files in SRC_URI and following file combinations are not supported use case. 1. More than one '.dtsi' and zero '.dts' file. 2. More than one '.dts' and zero or more than one '.dtsi' file. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* linux-xlnx : Updated SRCREV for 2023.2_8535Sivaprasad Addepalli2023-07-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dt-bindings: can: xilinx_can: Add reset description can: xilinx_can: Add missing kernel-doc rstc description can: dev: add transceiver capabilities to xilinx_can misc: xilinx-ai-engine: Added support to capture utilization. drivers: clk: zynqmp: calculate closest mux rate net: axienet: Implement work queue to enable/disable link training net: axienet: Add switchable 1/10/25G MAC support dt-bindings: net: axienet: Update binding doc for 1/10G/25G MAC misc: xilinx-ai-engine: Add sysfs nodes to show DMA buffer descriptor metadata misc: xilinx-ai-engine: Add DMA buffer descriptor register attributes ptp: Add support for EXTTS dt-bindings: ptp: xilinx: Add interrupts property ptp: xilinx: Add timer-syncer-1588-3.0 support dt-bindings: ptp: xilinx: Add xlnx,timer-syncer-1588-3.0 compatible string ptp: Add support for checking has-timer-syncer IP mode dt-bindings: ptp: xilinx: Add xlnx,has-timer-syncer drivers: iio: adc: xilinx-ams: Add over temperature interrupts staging: xlnx_tsmux: Fix kernel-doc typo for structure names arm64: configs: Enable PHY_XILINX_HDMIPHY for zynqmp and versal phy: xilinx-xhdmiphy: Fix compilation errors clk: si5324: Fix kernel-doc typo for si5324_regmap_is_writeable func usb: dwc3: dwc3-xilinx: added usb-wakeup irq support usb: dwc3: xilinx: enable pme interrupt for versal dt-bindings: usb: dwc3: Add interrupt-names property support for wakeup interrupt mtd: spi-nor: issi: Disable 16bit status register write mtd: spi-nor: Add flash protection support for OSPI flashes mtd: spi-nor: Avoid setting SRWD bit in SR if WP# signal not connected dt-bindings: mtd: jedec, spi-nor: Add DT property to avoid setting SRWD bit in status register drivers: clk: zynqmp: update divider round rate logic v4l: xilinx: dprx: Remove 0x200 obsolete register usage Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* embeddedsw : Updated SRCREV for 2023.2_3019Sivaprasad Addepalli2023-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | usb: usb: examples: Modify examples to SDT flow usb: usb: data: add interrupt to support SDT flow usb: usb: src: update the driver to support SDT flow usb: usb: examples: remove the powerpc support sw_services:xilsecure:Fixed compilation error for trng client example xilpm: server: Fix MISRA-C violation for Rule 20.9 sw_services: xilcert: Fixes for doxygen and static analysis warnings sw_services: xilcert: Add support for Certificate Signing Request sw_services: Fixed issues related to OpenSSL parsing sw_services: xilcert: Add support for X.509 extensions sw_services: xilcert: Add support to create ASN.1 structures XilOCP: Handled device key generation during In place PLM update can: Fix code formatting issues with checkpatch can: Add support for system device-tree flow for example can: Add support for system device-tree flow axivdma: Fix code formatting issues with checkpatch axivdma: Add support for system device-tree flow in examples axivdma: Add support for system device-tree flow usb: usbpsu: data: add dependency_files in yaml examples BSP: Cortexr5: Fix logic to ensure that r52 timer is started before being used lib: bsp: standalone: Fix grammatical issues lib: bsp: standalone: Update pin_ctrl_config_param_set api version lib: sw_apps: zynqmp_dram_test: Fix code formatting issues with checkpatch lib: sw_apps: zynqmp_dram_test: Add support for system device-tree flow rfdc: Add SDT support dfeofdm: Add SDT support xilpm:versal_net: update ByteBuffer size plm:versal_net: add call to restore all nodes xilpm:versal_net: add custom update handler xilpm:versal_net: Add support PLM update for all XPm_Node types xilpm:versal_net: Add Node SaveRestoreHandler to support PLM update xilpm:versal_net: add AllNodes storage xilpm:versal_net: Add Subsystem SaveRestoreHandler to support PLM update. xilpm:versal_net: Add xpm_update which help inplace update libXilPm coresightps_dcc: Fix code formatting issues with checkpatch coresightps_dcc: Add support for system device-tree flow xilpki: Add PKI multi-queue support for ECC operations xilpm: versal_common: server: Add IPI Access permissions for PM module xilpm: versal_common: server: Add IPI Access permissions for PSM module lib: sw_apps: Fix unbalanced endif in empty application CMake sw_services: xilsecure: Added pwct support for P-256 lib: bsp: standalone: Add a new query id into doxygen table xilpm: versal_common: client: Add a new pin attribute query id xilpm: versal: server: Add API to provide MIO attributes Update addtogroup to Overview pciepsu: Add properties to support SDT flow hwicap: Fix code formatting issues with checkpatch hwicap: Add support for system device-tree flow xilsem: Add IPI Access permissions for XilSEM module Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated Commit IDSiva Addepalli2023-07-111-0/+0
| | | | | | hw-description.tcl: avoiding duplicate ddr channels Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* arm-trusted-firmware : Updated SRCREV for 2023.2_8823Sivaprasad Addepalli2023-07-101-1/+1
| | | | | | | fix(versal-net): correct device node indexes chore(xilinx): reorder include files as per TF-A guidelines Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* dts : Updated SRCREV for 2023.2_7655Sivaprasad Addepalli2023-07-101-1/+1
| | | | | vhk158: Fix HBM memory mapping Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Revert "aie-rt : Updated SRCREV for 2023.2_3099"Manikanta Sreeram2023-07-071-1/+1
| | | | This reverts commit 6cbe9d87e3bcebb5fc7e59fe5139eb5eada46169.
* README.fpgamanager.custom: Add deprecation warningsSandeep Gundlupet Raju2023-07-071-0/+3
| | | | | | | | | README.fpgamanager.custom.md file will be deprecated in upcoming release. Users should start using README.dfx.user.dts.md files for user defined dts firmware app instructions. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* README.dfx.user.dts: Add instruction for dfx_user_dts firmware appSandeep Gundlupet Raju2023-07-071-0/+475
| | | | | Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* fpgamanager_custom: Add deprecation warningsSandeep Gundlupet Raju2023-07-071-175/+22
| | | | | | | | | | | | | fpgamanager_custom bbclass will be deprecated in upcoming release. Users should start using dfx_user_dts bbclass for below firmware app. 1. Zynq-7000 iand ZynqMP full bitstream firmware app. 2. ZynqMP or Versal DFx Static firmware app. 3. ZynqMP or Versal DFx Partial firmware app. 4. Versal CSoC DFx Partial firmware app. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* dfx_user_dts: Rename fpgamanager_custom to dfx_user_dts bbclassSandeep Gundlupet Raju2023-07-071-0/+177
| | | | | | | | | | | Currently fpgamanager bbclass name doesn't fit for all design use cases nd soc architecture. Since dfx manager tools is used for loading and unloading .bit or .pdi and dt overlay for both flat and dfx design, So it makes more appropriate to rename fpgamanager_custom.bbclass to dfx_user_dts.bbclass. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* weston: Add Weston 9.0.0 for libmali, disable Weston 10.0.2 with libmaliMark Hatle2023-07-0714-123/+530
| | | | | | | | | | | | | | libmali only provides GL ES 2 interfaces, but Weston 10.0.2 requires GL ES 3 interfaces. Disble 10.0.2 version in this case, and fall back to 9.0.0. The 9.0.0 version is based on the last 9.0.0 supported Yocto Project version. One minor change was required, in order to support on-target upgrade from the unmodified 10.0.2 to the libmali 9.0.0 requires a way to enabel PE set to 1. However if the 9.0.0 version doesn't use libmali, we don't want the PE set so that 10.0.2 remains the superior version. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Updated SRCREV of vdu-ctrl-sw for 2023.2_5443Siva Addepalli2023-07-071-1/+1
| | | | | | | Adding support for vdu-auto-instance Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* dt-processor.sh: Redirect MACHINEOVERRIDES to conf fileRaju Kumar Pothuraju2023-07-071-1/+4
| | | | | | | Redirect MACHINEOVERRIDES to conf file. Signed-off-by: Raju Kumar Pothuraju <rajukumar.pothuraju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* embeddedsw : Updated SRCREV for 2023.2_7231Sivaprasad Addepalli2023-07-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | axicdma: Fix code formatting issues with checkpatch axicdma: Add support for system device-tree flow in examples axicdma: Add support for system device-tree flow lib: sw_services: xilpm: Include pm config object sources in CMakeLists.txt lib: bsp: standalone: Update the CMakeLists.txt to include pm_api_version.h header usbpsu: Don't pull microblaze_sleep.h in system device-tree flow lib: sw_apps: zynqmp_pmufw: Update the CMakeLists.txt to inline with latest changes lib: sw_apps: versal_psmfw: Update the CMakeLists.txt to inline with latest changes prc: Fix code formatting issues with checkpatch prc: Add support for system device-tree flow dfeprach: Add SDT support dfemix: Add SDT support dfeequ: Add SDT support cmake: esw: Improve the cmake configure time freertos10_xilinx: Add XPM_SUPPORT flag for versal and versal net bsp: standalone: Update versal and versal net order in NodeId/ResetId list ttcps: Add support for ttc request node prd: Fix code formatting issues with checkpatch prd: Add support for system device-tree flow dfeccf: Add SDT support sw_services: xilsecure: Add example for ECDH sw_services: xilsecure: Add wrapper API for ECDH sw_services: xilsecure: Support to generate shared secret with user private key sw_services: xilocp: Support to generate shared secret with DevAk private key xilpm: versal_common: client: remove ClientWakeup Call zdma: Fix code formatting issues with checkpatch zdma: Add support for system device-tree flow in examples zdma: Add support for system device-tree flow xilpm: versal_net: server: clear the pwrctrl register sd_fec: Modifications for SDT flow Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* aie-rt : Updated SRCREV for 2023.2_3099Sivaprasad Addepalli2023-07-071-1/+1
| | | | | | driver: src: io_backend: Blocked access to gated tiles driver: src: AIE-driver header clean up Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* aie-rt : Updated SRCREV for 2023.2_7159Sivaprasad Addepalli2023-07-071-1/+1
| | | | | driver:src: Trancsation buffer logging fixed. Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated Commit IDSiva Addepalli2023-07-071-0/+0
| | | | | | | gen-machineconf: Append plnxtool.conf end of local.conf Kconfig.part: Update DDR DTG offset config to accept string Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>