summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core
Commit message (Collapse)AuthorAgeFilesLines
...
| * | linux-xlnx : Updated SRCREV for 2024.1_8343Sivaprasad Addepalli2023-12-141-1/+1
| | | | | | | | | | | | | | | remoteproc: zynqmp_r5: Add Support for Versal-NET SOC with max remotes Revert "mtd: fixing CFI for Numonyx CFI bug"
| * | Updated Commit IDSiva Addepalli2023-12-131-0/+0
| | | | | | | | | | | | | | | | | | Add support petalinux to pick boot.scr script address from dt for jtag Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | xrt, zocl: Update commit idsaumya garg2023-12-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Create file with unique name to dump usage metrics (#7831) Add warning exceptions for early returns (#7818) Fix for UE-59646- 2024.1:INFO: ERROR (#7829) AIE Trace implementation for client devices (#7802) aie_profile samples incremental report writer (#7803) Moving get_xrt_build_info into sysinfo and updating profiling call (#7821) Clean up Windows export directives in debug/profiling library (#7814) VITIS-9655 Move code from host files to Test*.cpp (#7746) Indent changes (#7817) [OS] missing condition for RHEL 8.9 (#7816) Check for SC existence before checking for SC ready state (#7809) VITIS-9991 - Removing boost::filesystem P5 (#7815) VITIS-10045 - Merge 2 patchers (#7807) added temp fixes to write ap_start twice (#7811) Fix issue in AIE metadata parsing for profiling (#7812) Signed-off-by: saumya garg <saumya.garg@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | Updated Commit IDSiva Addepalli2023-12-121-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | multiconfigs.py: Add mc support for cortexa78 sdt-description.tcl: Add psx cortexa78 support sdt_ipinfo.yaml: Add cortexa78 processor data sdt_flow.py: Use processor type instead of soc family Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | Updated Commit IDSiva Addepalli2023-12-091-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | project_config.py: Add PETALINUX config into Kconfig *-descriptions.tcl: Update menuconfig to menu for Subsystem AUTO Hardware Settings Kconfig.*: Kconfig files Kconfig.part: Split Kconfig.part file Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | versal-net-openamp.dtsi: correct the device-tree syntaxSwagath Gadde2023-12-081-2/+2
| | | | | | | | | | | | | | | | | | | | | resolve the syntax issue in versal-net-openamp.dtsi. Signed-off-by: Swagath Gadde <swagath.gadde@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | lopper: srcrev update for 2024.1 releaseAppana Durga Kedareswara rao2023-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Below are the updates openamp: xlnx: Add support for Versal NET assists:baremetalconfig_xlnx: Update logic to get correct PCI range lopper: assists: baremetal_xlnx*: Add support for the Generic Interrupt ID lopper: assists: bmcmake_metadata_xlnx: Add support for XPAR_CPU_ID in cmake meta-data Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | dfx_user_dts.bbclass: Make bitstream bin as default loadable fileSandeep Gundlupet Raju2023-12-081-21/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make bitstream bin as default loadable file for Zynq 7000(Full) and ZynqMP(Full, DFx) dynamic configurations. Below use case are covered as part this patch. 1. If user provides a .bin file as input to dfx_user_dts bbclass then deploy this bin file to lib/firmware directory without any conversion. 2. If user provides a .bit file as input to dfx_user_dts bbclass then convert .bit file to .bin file using bootgen tool and deploy this bin file to lib/firmware directory. 3. Refactor fpga-manager.bbclass with dfx_user_dts.bbclass. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | classes: Move classes to match bbclass scope functionalitySandeep Gundlupet Raju2023-12-088-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move classes to classes-global or classes-recipe as appropriate to match bbclass scope functionality. Below is the list. classes-recipe: (inherited by recipes) amd_spi_image.bbclass dfx_user_dts.bbclass image-wic-utils.bbclass kernel-simpleimage.bbclass qemuboot-xilinx.bbclass xilinx-fetch-restricted.bbclass xilinx-platform-init.bbclass classes-global: (inherited globally) xilinx-microblaze.bbclass classes: (usage context is not clearly defined) gen-machine-conf.bbclass image-types-xilinx-qemu.bbclass xilinx-testimage.bbclass xilinx-vars.bbclass xilinx-deprecated.bbclass Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | dfx-mgr: Update dfx-mgr to pull in systemd-notify patchesJonathan Stroud2023-12-082-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Stroud <jonathan.stroud@amd.com> -- CR: CR-1172157 Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | freeipmi: Update SRCURI git URLJohn Toomey2023-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 622005cc1b0428be1e108c54b20d302b6ab30aca) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | Updated Commit IDSiva Addepalli2023-12-081-0/+0
| | | | | | | | | | | | | | | | | | Renamed u-boot offset naming option and removed BL33 error check Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | linux-xlnx : Updated SRCREV for 2024.1_4551Sivaprasad Addepalli2023-12-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | misc: xilinx-ai-engine: Fix bug in checking adev->clk pointer Revert "net: axienet: Remove unnecessary phy defines" Revert "net: xilinx: axiethernet: Reduce the width of variable to handle overflow" dt-bindings: net: xlnx,axi-ethernet: Add high speed ethernet MAC IPs support dt-bindings: net: xlnx,axi-ethernet: Add coherency and non-processor mode support for 1G/2.5G MAC dt-bindings: net: xlnx,axi-ethernet: convert bindings document to yaml dt-bindings: net: axienet: Remove TSN binding reference Revert "PCI: XDMA PL PCIe: Adding XDMA PL PCIe Root Port" PCI: xilinx-xdma: Add Xilinx XDMA Root Port driver dt-bindings: PCI: xilinx-xdma: Add YAML schemas for Xilinx XDMA PCIe Root Port Bridge PCI: xilinx-cpm: Move interrupt bit definitions to common header misc: trm-inject: Sync driver and binding with upstream version misc: tmr-manager: Sync driver and binding with upstream version
| * | dts : Updated SRCREV for 2024.1_9003Sivaprasad Addepalli2023-12-051-1/+1
| | | | | | | | | | | | | | | | | | versal-pmc-sec: Init extidcode bits versal-net: Add IDCODE for versal-net device versal: Update IDCODES for few of the versal devices
| * | arm-trusted-firmware : Updated SRCREV for 2024.1_2763Sivaprasad Addepalli2023-12-051-1/+1
| | | | | | | | | | | | | | | | | | | | | fix(xilinx): update correct return types fix(xilinx): add FIT image check in DT console fix(xilinx): add FIT image check in prepare_dtb xilinx: Add a github template telling people to not use pull requests there
| * | qemu : Updated SRCREV for 2024.1_2251Sivaprasad Addepalli2023-12-051-1/+1
| | | | | | | | | | | | | | | efuse-ctrl: Program extidcode xlnx-efuse: Add handlers to program extidcode
| * | open-amp: device-tree: Add split mode cores for Versal-Net and ZynqMPBen Levinsky2023-12-012-1/+110
| | | | | | | | | | | | | | | Signed-off-by: Ben Levinsky <ben.levinsky@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | arm-trusted-firmware: update branch and version for 2024.xAkshay Belsare2023-12-012-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The upstream release versioning is changed from v3.0 to v2.10. Last upstream revision was v2.9. Refer to: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?h=integration&id=2226b4533c5f1a331f1893b2b3ff09a59c0041dd Updating the TF-A (aka ATF) branch to xlnx_rebase_v2.10 and release version to v2.10 Signed-off-by: Akshay Belsare <akshay.belsare@amd.com> Also change the PREFERRED_VERSION to 2.10. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | Updated SRCREV of vcu-firmware for 2024.1_1623Siva Addepalli2023-12-011-1/+1
| | | | | | | | | | | | | | | chore: update to revision d20230920 Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | freeipmi: Fix typo in git repo URLJohn Toomey2023-12-011-1/+1
| | | | | | | | | | | | | | | Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | linux-xlnx : Updated SRCREV for 2024.1_1611Sivaprasad Addepalli2023-12-011-1/+1
| | | | | | | | | | | | | | | | | | usb: misc: usb5744: prevent the HUB from suspend mode versal-net-*: matching node names with platform dtsi xilinx: Convert MODULE_LICENSE GPL v2 to GPL
| * | u-boot-xlnx : Updated SRCREV for 2024.1_6927Sivaprasad Addepalli2023-12-011-1/+1
| | | | | | | | | | | | versal-net-*: matching node names with platform dtsi
| * | linux-xlnx : Updated SRCREV for 2024.1_4055Sivaprasad Addepalli2023-11-291-1/+1
| | | | | | | | | | | | | | | mtd: spi-nor: winbond: Add flash lock/unlock support to w25q256jwm Revert "arm64: zynqmp: Add the fclk node"
| * | aie-rt : Updated SRCREV for 2024.1_8839Sivaprasad Addepalli2023-11-291-1/+1
| | | | | | | | | | | | Update send-email.yml
| * | u-boot-tools: Fix typo in bbappendMark Hatle2023-11-271-1/+1
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | xrt, zocl: Update commit idsaumya garg2023-11-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Remove use of typeid (#7808) Fix divide by zero exception when collecting usage metrics (#7805) VITIS-10045 - add prototype (#7790) CR-1181478 Fix reports for AIE and AIESHIM (#7801) VITIS-9941 Separate Alveo and Ryzen reports (#7784) Fix for call repo mirror worflow (#7804) PR to trigger enterprise XRT pipeline using github actions (#7794) Fix coverity scan issues (#7797) Add hybrid access to xrt::fence for cross-adapter sharing (#7800) Changes to XDP Plugin metadata parsing (#7798) VITIS-9991 - Removing boost::any (#7795) Add hybrid access to xrt::ext:bo (#7796) VITIS-10034 Add Usage metrics for all XRT objects (#7788) AIE profile/trace updates (#7781) remove 1x4.xclbin dependency (#7792) Amend #7773 to add back missing include (#7793) Adding a flag o and m (#7791) Add inline specifier to xrt::ini::set(const string&, unsigned int) (#7789) Moving petalinux to 2024.1 version (#7786) VITIS-9909 Bundle AIE microbenchmarks with xbutil validate (#7770) VITIS-9987 xbutil : IPU specific enhancements (#7773) Feature/mariner updates to 202220 2 14 354 (#7775) (#7783) VTITIS-9990 - Removing boost::filesystem P4 (#7785) VTITIS-9990 - Removing boost::filesystem P3 (#7782) VTITIS-9990 - Removing boost::filesystem P2 (#7780) Signed-off-by: saumya garg <saumya.garg@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | Updated SRCREV of dfx-mgr for 2024.1_8623Siva Addepalli2023-11-271-1/+1
| | | | | | | | | | | | | | | | | | dfx_mgr: allow symbolic links to firmware dir Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | linux-xlnx : Updated SRCREV for 2024.1_1759Sivaprasad Addepalli2023-11-271-1/+1
| | | | | | | | | | | | | | | | | | w1: Add AXI 1-wire host driver for AMD programmable logic IP core dt-bindings: w1: Add AMD AXI w1 host and MAINTAINERS entry mtd: spi-nor: issi: Add support for is25lp02g
| * | u-boot-xlnx : Updated SRCREV for 2024.1_9983Sivaprasad Addepalli2023-11-271-1/+1
| | | | | | | | | | | | misc: usb5744: Prevent the HUB from suspend mode
| * | Updated Commit IDSiva Addepalli2023-11-271-0/+0
| | | | | | | | | | | | | | | | | | yocto_machine.py: adding template dt machine Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | arm-trusted-firmware : Updated SRCREV for 2024.1_1455Sivaprasad Addepalli2023-11-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge "docs(changelog): changelog for v2.10 release" into integration docs(changelog): changelog for v2.10 release Merge "Revert "docs(changelog): changelog for v2.10 release"" into integration Revert "docs(changelog): changelog for v2.10 release" Merge "docs(threat-model): add a threat model for TF-A with Arm CCA" into integration Merge "refactor(tc): deprecate Arm TC1 FVP platform" into integration Merge "docs(changelog): changelog for v2.10 release" into integration refactor(tc): deprecate Arm TC1 FVP platform docs(changelog): changelog for v2.10 release Merge changes from topic "hm/rt-instr" into integration Merge "docs: add a section for experimental build options" into integration docs: add a section for experimental build options docs(juno): update PSCI instrumentation data docs(n1sdp): update N1SDP PSCI instrumentation data docs(threat-model): add a threat model for TF-A with Arm CCA
| * | linux-xlnx : Updated SRCREV for 2024.1_8795Sivaprasad Addepalli2023-11-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dmaengine: xilinx: use correct enum for dma_data_direction Revert "spi: increase timeout value for spi transfers" Revert "arm: zynq: Suspend support" firmware: xilinx: Export function to use in other module Revert "usb: xhci: wait for at least 1ms after exiting U3" Revert "usb: dwc3: Fix the broken suspend/resume functionality in dwc3" dt-bindings: net: cdns,macb: Remove cdns,versal-gem compatible string Revert "dt-bindings: clock: versal: Correct example dts" Revert "fpga: zynq: Fix incorrect variable type"
| * | classes: Deprecate fpgamanager_custom bbclassSandeep Gundlupet Raju2023-11-221-24/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Deprecate fpgamanager_custom.bbclass and this bbclass functionality is available in new dfx_user_dts.bbclass and going forward user should be using dfx_user_dts.bbclass. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | libdrm: Move libdrm patches to meta-xilinxJohn Toomey2023-11-227-0/+1350
| | | | | | | | | | | | | | | | | | | | | Move all libdrm patches from meta-petalinux to meta-xilinx Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | pulseaudio: Move pulseaudio patch to meta-xilinxJohn Toomey2023-11-222-0/+36
| | | | | | | | | | | | | | | | | | | | | Move the pulseaudio patch from meta-petalinux to meta-xilinx Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | v4l2apps: Move v4l-utils and yavta to meta-xilinxJohn Toomey2023-11-225-0/+148
| | | | | | | | | | | | | | | | | | | | | Move the two v4l2apps from meta-petalinux to meta-xilinx Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | lopper: Update srcrev for 2024.1Appana Durga Kedareswara rao2023-11-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Below are the updates lopper: lops: Keep the status disabled nodes in the pruned tree lopper: assists: xlnx_overlay_dt: Remove amba_pl references assists:baremetal_xparameters_xlnx: Correct the string macros in xparameters openamp: xlnx: Add new module flags for role, host and remote lopper: assists: bmcmake_metadata_xlnx: Don't include IP subcores in the hw metadata openamp: xlnx: Update output file Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | u-boot-xlnx : Updated SRCREV for 2024.1_8751Sivaprasad Addepalli2023-11-221-1/+1
| | | | | | | | | | | | test/py: test: Remove test cases for test command
| * | arm-trusted-firmware : Updated SRCREV for 2024.1_1899Sivaprasad Addepalli2023-11-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge "docs(fvp): update model version documentation" into integration Merge "fix(docs): update maintainers list" into integration fix(docs): update maintainers list docs(fvp): update model version documentation Merge "refactor(qemu): change way how we enable cpu features" into integration refactor(qemu): change way how we enable cpu features Merge changes from topic "od/hf-doc-migration" into integration Merge "docs(threat-model): cover threats inherent to receiving data over UART" into integration docs(threat-model): cover threats inherent to receiving data over UART docs(spm-mm): remove reference to SEL2 SPMC docs: remove SEL2 SPMC threat model docs: remove unused SPM related diagrams
| * | Updated Commit IDSiva Addepalli2023-11-221-0/+0
| | | | | | | | | | | | | | | | | | | | | Kconfig.part:Update menuconfig for enabling the DT aliases hw-description.tcl: Update help for serial settings Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | Updated SRCREV of vcu-omx-il for 2024.1_2543Siva Addepalli2023-11-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current gcc requires cstdint for C types chore: update to revision d20230901 fix: add missing ToString feat(app): add device selection chore: update to revision d20230724 Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | Updated SRCREV of vcu-firmware for 2024.1_3207Siva Addepalli2023-11-201-1/+1
| | | | | | | | | | | | | | | | | | chore: update to revision d20230901 chore: update to revision d20230724 Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | Updated SRCREV of vcu-ctrl-sw for 2024.1_2275Siva Addepalli2023-11-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Header File cstdin Added fix: avc lookahead buffers count chore: update to revision d20230901 fix: add missing mask chore: update to revision d20230724 Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | Updated SRCREV of vcu-modules for 2024.1_4743Siva Addepalli2023-11-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | chore: align xilinx-private and master-allegro Fix compilation issue fix: xilinx implementation of add_memory refacto setup_dma reformat feat: Use the macro defined by the kernel to initialize dmabuf export informations. Move constant in al_constants.h small fixes cdev refacto Revert Revert Add support for reserved memory with start address not aligned on 2GB feat: getter/setter encode/decode Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | Updated SRCREV of dfx-mgr for 2024.1_5615Siva Addepalli2023-11-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dfx_mgr: remove internal names in listIRbuf output dfx_mgr: scan for new firmware before loading README.md: /var/run and Vivado UID/PID dfx_mgr: move server socket to /var/run dfx_mgr: detect zeros in PID, UID compare README.md: AIE and graph notes README.md: add libdfx, XRT, kria-dfx-hw links dfx_mgr: avoid reading Clear-On-Read register client: API to set Data-Mover configuration client: list or set Data-Mover configuration dfx_mgr: display or configure Data-Movers dfx-mgr: get Inter-RP address from shell.json accel: Use sbustring match to get VA address dfx-mgrd: add uid, pid checks Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | arm-trusted-firmware : Updated SRCREV for 2024.1_2423Sivaprasad Addepalli2023-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | Merge "build(mbedtls): add deprecation notice" into integration Merge "refactor(auth): remove return_if_error() macro" into integration refactor(auth): remove return_if_error() macro build(mbedtls): add deprecation notice
| * | aie-rt : Updated SRCREV for 2024.1_8347Sivaprasad Addepalli2023-11-161-1/+1
| | | | | | | | | | | | Update send-email.yml
| * | arm-trusted-firmware : Updated SRCREV for 2024.1_7471Sivaprasad Addepalli2023-11-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge "fix(arm): correct the SPMC_AT_EL3 condition" into integration Merge "fix(xlat): set MAX_PHYS_ADDR to total mapped physical region" into integration Merge "fix(intel): update boot scratch cold register to use cold 8" into integration Merge changes from topic "sb/remove-cryptocell" into integration Merge "docs(qemu): mention a55 in list of v8.2 cores" into integration Merge "build(qemu): use xlat tables v2 directly" into integration chore(npcm845x): remove CryptoCell-712/713 support build(qemu): use xlat tables v2 directly docs(qemu): mention a55 in list of v8.2 cores fix(arm): correct the SPMC_AT_EL3 condition chore(auth)!: remove CryptoCell-712/713 support Merge "build(qemu-sbsa): it is GICv3 platform" into integration Merge changes Ia72b2542,I1eba5671 into integration Merge "chore(libfdt): update header files to v1.7.0 tag" into integration Merge "refactor(cm): introduce INIT_UNUSED_NS_EL2 macro" into integration Merge "fix(el3-spmc): remove experimental flag" into integration Merge changes from topic "ns/spmc_at_el3" into integration Merge "fix(smccc): ensure that mpidr passed through SMC is valid" into integration fix(el3-spmc): remove experimental flag feat(sgi): increase sp memmap size feat(build): include plat header in fdt build feat(docs): save BL32 image base and size in entry point info feat(arm): save BL32 image base and size in entry point info refactor(cm): introduce INIT_UNUSED_NS_EL2 macro chore(compiler-rt): update compiler-rt source files chore(zlib): update zlib to version 1.3 chore(libfdt): update header files to v1.7.0 tag fix(smccc): ensure that mpidr passed through SMC is valid build(qemu-sbsa): it is GICv3 platform Merge "fix(sdei): ensure that interrupt ID is valid" into integration Merge changes from topic "enable_assertion" into integration Merge changes from topic "errata" into integration Merge "fix(ti): release lock in all TI-SCI xfer return paths" into integration Merge "feat(xilinx): switch boot console to runtime" into integration Merge "docs: add TF-A version numbering information" into integration Merge "feat(zynqmp): remove pm_ioctl_set_sgmii_mode api" into integration fix(ti): release lock in all TI-SCI xfer return paths fix(intel): update boot scratch cold register to use cold 8 fix(xlat): set MAX_PHYS_ADDR to total mapped physical region docs: add TF-A version numbering information feat(zynqmp): remove pm_ioctl_set_sgmii_mode api fix(cpus): workaround for Cortex-X2 erratum 2742423 fix(cpus): workaround for Cortex-A710 erratum 2742423 fix(cpus): workaround for Neoverse N2 erratum 2340933 fix(cpus): workaround for Neoverse N2 erratum 2346952 fix(sdei): ensure that interrupt ID is valid feat(zynqmp): enable assertion feat(versal-net): enable assertion feat(versal): enable assertion feat(xilinx): switch boot console to runtime
| * | Updated Commit IDSiva Addepalli2023-11-161-0/+0
| | | | | | | | | | | | | | | | | | ipinfo.yaml: Add available memory banks for versal-net Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | aie-rt : Updated SRCREV for 2024.1_2007Sivaprasad Addepalli2023-11-151-1/+1
| | | | | | | | | | | | Update send-email.yml