-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extern "C" closure should not include "extern c", but only the curly brackets #115
base: master
Are you sure you want to change the base?
Commits on Nov 29, 2019
-
Xilsecure: Implicit conversion: actual to formal param (MR).
This patch fixes below violation: Implicit conversion: actual to formal param (MR). MISRA-C:2012 R.10.3 Signed-off-by: Pamela Singh <[email protected]> Acked-for-series: VNSL Durga Challa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d8b4fa - Browse repository at this point
Copy the full SHA 2d8b4faView commit details -
Xilsecure:Attempt to change parameter passed by value.
This patch fixes below violation: Attempt to change parameter passed by value. MISRA-C:2012 R.17.8 Signed-off-by: Pamela Singh <[email protected]> Acked-for-series: VNSL Durga Challa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 218bede - Browse repository at this point
Copy the full SHA 218bedeView commit details -
Xilsecure: Potentially infinite loop found.
This patch fixes below violation: Potentially infinite loop found. MISRA-C:2012 R.2.1 Signed-off-by: Pamela Singh <[email protected]> Acked-for-series: VNSL Durga Challa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0dcb843 - Browse repository at this point
Copy the full SHA 0dcb843View commit details -
xillibpm: server: Add error handling case in XPmDevice_IsClockActive
In the function implementation for XPmDevice_IsClockActive, a function call is made to check if clock of gate is enabled. However if, for the clock topology, gate does not exist, failure is returned. Hence, handle the case where gate is not part of topology by adding error code and handle it in XPm_IsClockActive. For eg., WDT implements custom topology and does not have gate. When, linux is halted, there are checks to see if device's clocks are active. During this check whether WDT is active, it returns Error message during check for clock gating Signed-off-by: Amit Sunil Dhamne <[email protected]> Acked-by: Jolly Shah <[email protected]> Acked-by: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ad01ed - Browse repository at this point
Copy the full SHA 8ad01edView commit details -
xillibpm: server: Store base addresses from power domains passed from…
… CDO Store base addresses belongs to different power domains passed from CDO, in respective power domain structure. Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0d9ea3 - Browse repository at this point
Copy the full SHA a0d9ea3View commit details -
xillibpm: server: Use address passed from topology for PMC_GLOBAL_PMC…
…_GSW_ERR Instead of using hard coded address of PMC_GLOBAL_PMC_GSW_ERR use address passed from topology. Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b066189 - Browse repository at this point
Copy the full SHA b066189View commit details -
xillibpm: server: Use address passed from topology for PL status
Instead of using hard coded address of PMC_GLOBAL_PL_STATUS, use address passed from topology. Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4806d0f - Browse repository at this point
Copy the full SHA 4806d0fView commit details -
xillibpm: server: Remove unused macro PMC_ANALOG_BASEADDR
PMC_ANALOG related macros are not used in xillibpm. Removed unused macro related to PMC_ANALOG. Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0caf114 - Browse repository at this point
Copy the full SHA 0caf114View commit details -
xillibpm: server: Remove use of hard coded register CPM_SLCR_SECURE
Instead of using hard coded register CPM_SLCR_SECURE, use address of CPM_SLCR_SECURE passed from topology. Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa43acd - Browse repository at this point
Copy the full SHA fa43acdView commit details -
xillibpm: server: Remove use of hard coded register FPD_SLCR
Use base address of FPD_SLCR passed from topology instead of hard coded macro. Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3760fc - Browse repository at this point
Copy the full SHA a3760fcView commit details -
xillibpm: server: Remove use of hard coded register LPD_SLCR_SECURE
Use base address of LPD_SLCR_SECURE passed from topology instead of hard coded macro. Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92c4bf6 - Browse repository at this point
Copy the full SHA 92c4bf6View commit details -
xillibpm: server: Remove use of CPM_SLCR harcoded register base address
Use base address of CPM_SLCR passed from topology instead of hard coded macro. Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8b545ae - Browse repository at this point
Copy the full SHA 8b545aeView commit details -
xillibpm: server: Remove use of hard coded register CFU_APB
Use base address of CFU_APB passed from topology cdo instead of hard coded macro whereever possible. Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 182da36 - Browse repository at this point
Copy the full SHA 182da36View commit details -
xillibpm: server: Use base address of CFRAME0 passed from topology
Instead of using hard coded macro of CFRAME0 base address, use register address passed by topology. Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for beeed91 - Browse repository at this point
Copy the full SHA beeed91View commit details -
xillibpm: server: Remove hard coded macro CPM_PCSR
Use base address of CPM_PCSR passed from topology instead of using hard coded macro. Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd56d39 - Browse repository at this point
Copy the full SHA bd56d39View commit details -
xillibpm: server: Use base address of LPD_SLCR passed from topology
Instead of using hard coded macro of LPD_SLCR base address, use register address passed by topology. Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f08c08b - Browse repository at this point
Copy the full SHA f08c08bView commit details -
xillibpm: server: Use base address of EFUSE_CACHE passed from topology
Instead of using hard coded macro of EFUSE_CACHE base address, use register address passed by topology. Also, corrects node indexes of AMS ROOT and EFUSE. Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 74d2bff - Browse repository at this point
Copy the full SHA 74d2bffView commit details -
xillibpm: server: Remove hard coded macro AMS_ROOT
Use base address of AMS_ROOT passed from topology instead of using hard coded macro. Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cefa42e - Browse repository at this point
Copy the full SHA cefa42eView commit details -
xillibpm: server: Remove hard coded macro PSM_GLOBAL
Use base address of PSM_GLOBAL passed from topology instead of using hard coded macro. Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e49024e - Browse repository at this point
Copy the full SHA e49024eView commit details -
xillibpm: server: Organize register macros in xpm_regs.h
Organize register macros module wise in xpm_regs.h Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f06dfc3 - Browse repository at this point
Copy the full SHA f06dfc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 990004a - Browse repository at this point
Copy the full SHA 990004aView commit details -
gpiops: Updated examples for versal.
Updated examples for versal platform. Added interrupt example support. Updated gpio pin numbers for versal. Signed-off-by: Srinivas Neeli <[email protected]> Acked-for-series: Srinivas Goud <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb27bf2 - Browse repository at this point
Copy the full SHA fb27bf2View commit details -
Xilskey: Procedure contains UR data flow anomalies.
This patch fixes below violation: Procedure contains UR data flow anomalies. MISRA-C:2012 R.9.1 Signed-off-by: Pamela Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6f4bd5 - Browse repository at this point
Copy the full SHA d6f4bd5View commit details -
XilLoader: Added buffer clean on error
Updated error codes and clearing secure buffers upon authentication/decryption failure Signed-off-by: VNSL Durga Challa <[email protected]> Acked-for-series: Kalyani Akula <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d009c97 - Browse repository at this point
Copy the full SHA d009c97View commit details -
This patch adds different key sources support Signed-off-by: VNSL Durga Challa <[email protected]> Acked-for-series: Kalyani Akula <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e61b41b - Browse repository at this point
Copy the full SHA e61b41bView commit details -
XilPdi: Modified Read functions of PHs and IHs
Added support for reading headers from buffer based on the flag. Signed-off-by: VNSL Durga Challa <[email protected]> Acked-for-series: Kalyani Akula <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 11ec3da - Browse repository at this point
Copy the full SHA 11ec3daView commit details -
XilLoader: Added header decryption support
If headers are in encrypted format xilloader decrypts the headers and copies to structures. Signed-off-by: VNSL Durga Challa <[email protected]> Acked-for-series: Kalyani Akula <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37b3776 - Browse repository at this point
Copy the full SHA 37b3776View commit details -
XilSecure: set hardware into reset upon failure
This patch sets SHA engine into reset upon failure. Removed reset hardcoded values to functions for ECDSA. Modified prints as they are generic functions even header authentication uses the same API for authentication. Signed-off-by: VNSL Durga Challa <[email protected]> Acked-for-series: Kalyani Akula <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 84c6e3e - Browse repository at this point
Copy the full SHA 84c6e3eView commit details -
sw_services: Change xilpm directory structure
Use below directory structure of xilpm to add support for versal and move existing xilpm zynqmp code to client_zynqmp directory. - data - src |- client_zynqmp | |- common | |- apu | |- rpu | |- client_versal |- server_versal Update xilpm.tcl and copy_bsp.sh accordingly to copy platform and processor specific code. Signed-off-by: Ravi Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab318fb - Browse repository at this point
Copy the full SHA ab318fbView commit details -
sw_services: Move xillibpm client code to xilpm library
Move xillibpm client specific code to client_versal directory of xilpm library. Also update Makefile of xilpm versal_client to generate xilpm library instead of xillibpm. Signed-off-by: Ravi Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f645d99 - Browse repository at this point
Copy the full SHA f645d99View commit details -
sw_services: Move xillibpm server code to xilpm library
Move xillibpm server specific code to server_versal directory of xilpm library Also update versal_plm.mss, xilloader.mld and Makefile of xipm server_versal to use and generate xilpm library instead of xillibpm Signed-off-by: Ravi Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00b717a - Browse repository at this point
Copy the full SHA 00b717aView commit details -
sw_services: Remove xillibpm library
As entire xillibpm library code is moved to xilpm, remove the xillibpm library. Signed-off-by: Ravi Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 29b9aad - Browse repository at this point
Copy the full SHA 29b9aadView commit details -
sw_services :xilplmi: Fixed coverity warnings in xilplmi library
This patch fix some coverity warnings in xilplmi library. Signed-off-by: Sivaji Boddupilli <[email protected]> Acked-by: Vikram Sreenivasa Batchali <[email protected]> Acked-by: Vikram Sreenivasa Batchali <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 98e46f6 - Browse repository at this point
Copy the full SHA 98e46f6View commit details -
Xilsecure : Procedure contains UR data flow anomalies.
This patch fixes below violation : Procedure contains UR data flow anomalies MISRA-C:2012/AMD1 R.9.1 Signed-off-by: Harsha <[email protected]> Acked-by: VNSL Durga Challa <[email protected]> Acked-by: VNSL Durga Challa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43b9354 - Browse repository at this point
Copy the full SHA 43b9354View commit details -
XilNvm: Update function initial status to XST_FAILURE.
This patch updates APIs starting status to XST_FAILURE. Signed-off-by: Kalyani Akula <[email protected]> Acked-by: VNSL Durga Challa <[email protected]> Acked-by: VNSL Durga Challa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32f56e7 - Browse repository at this point
Copy the full SHA 32f56e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffc0230 - Browse repository at this point
Copy the full SHA ffc0230View commit details -
xillibpm: Rerun NOC BISR during system reset
Noc BISR need to run on system reset as it has a bug. So run NOC BISR on PMC system reset instead of skipping it. Also during NOC SRST, BISR data remains as it is so there is no need to copy again. Signed-off-by: Rajan Vaja <[email protected]> Acked-by: Jolly Shah <[email protected]> Acked-by: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 03ca903 - Browse repository at this point
Copy the full SHA 03ca903View commit details -
xilpm: server_versal: Add Pmc core structure
Instead of direct initializing core device for PMC, initialize through PMC core, so PMC core specific initialization can be handled in future. Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d320f7 - Browse repository at this point
Copy the full SHA 2d320f7View commit details -
xilpm: server_versal: Store FPD APU register in apu core
Store FPD_APU register base address in apu core specific structure instead of storing it in generinc device structure. Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6509ba4 - Browse repository at this point
Copy the full SHA 6509ba4View commit details -
xilpm: server_versal: Store RPU register base address in rpu core
Store RPU module register base address in rpu core specific structure instead of storing it in generinc device structure. Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 601df0e - Browse repository at this point
Copy the full SHA 601df0eView commit details -
xilpm: server_versal: Store PSM specific register base addresses in P…
…SM core Store PSM_GLOBAL and CRL module register base address in psm core specific structure instead of storing it in generinc device structure. Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for efb354d - Browse repository at this point
Copy the full SHA efb354dView commit details -
xilpm: server_versal: Store PMC specific register base addresses in P…
…MC core Store PMC_GLOBAL, PMC_IOU_SLCR and PMC_ANALOG module register base address in pmc core specific structure instead of storing it in generic device structure. Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5981786 - Browse repository at this point
Copy the full SHA 5981786View commit details -
xilpm: server_versal: Remove handling of base address from core
Base addresses for individual core are being handled in core specific init function. So remove unnecessary handling of base address from generic core file. Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1cbea8c - Browse repository at this point
Copy the full SHA 1cbea8cView commit details -
xilpm: server_versal: Remove hard-coded SLCR base addresses
Use SLCR base addresses passed from topology instead of using hardcoded macro. Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f12749 - Browse repository at this point
Copy the full SHA 9f12749View commit details -
xilpm: server_versal: Move PMC_TAP base address at top
Move PMC_TAP base address at top along with other base addresses. Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14f7c2a - Browse repository at this point
Copy the full SHA 14f7c2aView commit details -
xilpm: server_versal: Remove hard-coded CFU_APB base address
Use CFU_APB base addresses passed from topology instead of using hardcoded macro. Signed-off-by: Tejas Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27a254f - Browse repository at this point
Copy the full SHA 27a254fView commit details -
v_frmbuf_wr: Updated example design tcl file
script file is renamed as per board name and is updated to use scout commands to generate bsp and application. Signed-off-by: Praveen Vuppala <[email protected]> Acked-for-series: Vishal Sagar<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2821481 - Browse repository at this point
Copy the full SHA 2821481View commit details -
v_frmbuf_rd: Updated example design tcl file
script file is renamed as per board name and is updated to use scout commands to generate bsp and application. Signed-off-by: Praveen Vuppala <[email protected]> Acked-for-series: Vishal Sagar<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4817be - Browse repository at this point
Copy the full SHA d4817beView commit details -
vprocss: Updated example design tcl script
script file is renamed as per board name and is updated to use scout commands to generate bsp and application. Signed-off-by: Praveen Vuppala <[email protected]> Acked-for-series: Vishal Sagar<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 537839e - Browse repository at this point
Copy the full SHA 537839eView commit details -
v_mix: Updated example design tcl file
script file is renamed as per board name and is updated to use scout commands to generate bsp and application. Signed-off-by: Praveen Vuppala <[email protected]> Acked-for-series: Vishal Sagar<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for acf4669 - Browse repository at this point
Copy the full SHA acf4669View commit details -
v_tpg: Update example design script file
script file is renamed as per board name and is updated to use scout commands to generate bsp and application. Signed-off-by: Praveen Vuppala <[email protected]> Acked-for-series: Vishal Sagar<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 761f449 - Browse repository at this point
Copy the full SHA 761f449View commit details -
v_gamma_lut: Updated example design tcl file
script file is renamed as per board name and is updated to use scout commands to generate bsp and application. Signed-off-by: Praveen Vuppala <[email protected]> Acked-for-series: Vishal Sagar<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2a053bc - Browse repository at this point
Copy the full SHA 2a053bcView commit details -
v_demosaic: Updated example design script
script file is renamed as per board name and is updated to use scout commands to generate bsp and application. Signed-off-by: Praveen Vuppala <[email protected]> Acked-for-series: Vishal Sagar<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a53d29 - Browse repository at this point
Copy the full SHA 3a53d29View commit details -
hdcp22_rx_dp: Corrected REAUTH_REQ setting in rx_status register.
The XHdcp22Rx_Disable function calls XHdcp22Rx_SetDdcReauthReq function to let the Tx know that Rx HDCP is being disabled and needs a re-authentication. But it has to be called with the condition if the authentication status is authenticated. This fixes the compatibility issue with some GPUs. Signed-off-by: Jagadeesh Banisetti <[email protected]> Acked-by: Vishal Sagar<[email protected]> Acked-by: Vishal Sagar<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 804aefe - Browse repository at this point
Copy the full SHA 804aefeView commit details -
xilpm: client_versal: Sync common files from server
Sync below common files from server_versal to client_versal: - xillibpm_node.h - xillibpm_defs.h - xillibpm_err.h Signed-off-by: Ravi Patel <[email protected]> Acked-by: Rajan Vaja <[email protected]> Acked-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6be1251 - Browse repository at this point
Copy the full SHA 6be1251View commit details -
sw_services :xilloader: Fix coverity warnings in xilloader library
This patch fixes the coverity warnings in xilloader library Signed-off-by: Sivaji Boddupilli <[email protected]> Acked-by: Vikram Sreenivasa Batchali <[email protected]> Acked-by: Vikram Sreenivasa Batchali <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 887d8cb - Browse repository at this point
Copy the full SHA 887d8cbView commit details -
sw_services :xilloader: Fixed coverity warnings in xloader_secure file
This patch fixes the warning " overwriting the status with another value before using". Signed-off-by: Sivaji Boddupilli <[email protected]> Acked-by: Vikram Sreenivasa Batchali <[email protected]> Acked-by: Vikram Sreenivasa Batchali <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 326cddf - Browse repository at this point
Copy the full SHA 326cddfView commit details -
sw_services: xilplmi: Update DmaWriteKeyhole command to work for SSIT…
… case as well This patch updates DmaWriteKeyhole to: 1. Do short DMA for unaligned data 2. Send DMA if there are any unaligned data at the end of this command Signed-off-by: Mounika Akula <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a20f034 - Browse repository at this point
Copy the full SHA a20f034View commit details -
sw_services: xilplmi: Add SSIT commands
This patch adds following ssit commands to PLMI: 1. SSIT Wait Slaves 2. SSIT Sync Slaves 3. SSIT Sync Master Signed-off-by: Mounika Akula <[email protected]> Acked-for-series: Krishna Chaitanya Patakamuri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d94ddbd - Browse repository at this point
Copy the full SHA d94ddbdView commit details -
lib: Adds _times() in bsp for CppUtest
This patch adds _times() in cpputest_time.c file which is required for CppUTest cross compilation for gcc. Signed-off-by: Arunima Mishra <[email protected]> Acked-by: Mubin Sayyed <[email protected]> Acked-by: Mubin Sayyed <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6872bac - Browse repository at this point
Copy the full SHA 6872bacView commit details -
ospipsv: Set rd_dly_fld to 0x1 for non-phy mode
This patch set read delay field to 0x1 for non-phy mode. This is recommended for ES1 silicon in which clock is pushed by 940ps on the board. Signed-off-by: Sai Krishna Potthuri <[email protected]> Acked-for-series: Srinivas Goud <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c9a479d - Browse repository at this point
Copy the full SHA c9a479dView commit details -
XilLoader: Updated status to XST_FAILURE
Updated whole secure code existing in xloader_secure.c by initializing status variable to XST_FAILURE Signed-off-by: VNSL Durga Challa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c6944f - Browse repository at this point
Copy the full SHA 2c6944fView commit details -
XilSecure: Versal: Initialized status variable
Initialized status variables with XST_FAILURE Added timeout for while loop Signed-off-by: VNSL Durga Challa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff54a1a - Browse repository at this point
Copy the full SHA ff54a1aView commit details -
XilLoader: Xilloader:Fixed mandatory MISRA C violations
This patch fixes below MISRA-C violations - Insufficient space for operation. - String function params access same variable. - Copy source parameter not checked before use. Signed-off-by: VNSL Durga Challa <[email protected]> Acked-for-Series: Sarat Chand Savitala <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f80ef09 - Browse repository at this point
Copy the full SHA f80ef09View commit details -
This patch adds debug define and prints for user to avoid writing eFuse in case of software debugging. Signed-off-by: Pamela Singh <[email protected]> Acked-by: VNSL Durga Challa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69a35a9 - Browse repository at this point
Copy the full SHA 69a35a9View commit details -
xilpm: server_versal: Add PMBus Driver for PMC I2C
This patch creates new files for PMBus driver for the PMC I2C. It handles read and write operations to a connected device. The following features are included - Write Byte - Write Word - Read Data with byte count passes as an argument Signed-off-by: Nicole Baze <[email protected]> Acked-for-series: Saeed Nowshadi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1eaef84 - Browse repository at this point
Copy the full SHA 1eaef84View commit details -
xilpm: server_versal: Create file for board specific functions
This patch adds new files to add board specific functions. This particular patch initializes the I2C device, adds Mux configurations for the PMC I2C Mux on Tenzing board, and adds Tenzing specific device addresses. Functions to power up and down power rails via PmBus are included as well as a function to wait for the power rail to be up. Signed-off-by: Nicole Baze <[email protected]> Acked-for-series: Saeed Nowshadi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aa65388 - Browse repository at this point
Copy the full SHA aa65388View commit details -
xilpm: server_versal: Add FPD power rail power cycle to libpm
This patch adds automatic power on and off of the FPD power rails during FPD suspend and resume. Signed-off-by: Nicole Baze <[email protected]> Acked-for-series: Saeed Nowshadi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ad4b93 - Browse repository at this point
Copy the full SHA 3ad4b93View commit details -
v_hdmirx1: Added VIC Error Callback and improved FRL mode operations
Signed-off-by: Eric Bong <[email protected]> Acked-by: Yunhai Qiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f57931c - Browse repository at this point
Copy the full SHA f57931cView commit details -
xilpm: server_versal: Fix compilation error in xpm_board.c
Compilation error introduced because of following commit: - 0ebe3dae93a95b2bd8e52559a61820ecea36cb2a (xilpm: server_versal: Create file for board specific functions) xpm_board.c:58:37: error: 'XPm_Core' {aka 'struct XPm_Core'} has no member named 'RegAddress' Status = XPlmi_UtilPollForMask((Pmc->RegAddress[0] + Fix this error by using PMC GLOBAL base address from XPm_Pmc structure instead of XPm_Core. Signed-off-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a5ceab - Browse repository at this point
Copy the full SHA 7a5ceabView commit details -
v_hdmi_common: Updated ACR CTS/N Enumeration
Signed-off-by: Eric Bong <[email protected]> Acked-by: Yunhai Qiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49da074 - Browse repository at this point
Copy the full SHA 49da074View commit details -
cpu: Use XILINX_VITIS env variable if XILINX_VITIS is not defined
XILINX_SDK env variable has been renamed as XILINX_VITIS from 2019.2 release. This patch updates tcl, to use XILINX_VITIS env variable incase XILINX_SDK is not defined. Signed-off-by: Mubin Usman Sayyed <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca631f8 - Browse repository at this point
Copy the full SHA ca631f8View commit details -
ThirdParty: sw_services: Use XILINX_VITIS env variable if XILINX_SDK …
…is not defined XILINX_SDK env variable has been renamed as XILINX_VITIS from 2019.2 release. Updated scripts to use XILINX_VITIS incase if XILINX_SDK is not defined. Signed-off-by: Mubin Usman Sayyed <[email protected]> Acked-for-series: Anirudha Sarangi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b086752 - Browse repository at this point
Copy the full SHA b086752View commit details -
v_sdirxss: Added CPLL reference clock generation (SI5328) to 297 MHz
Now use CPLL instead of QPLL to generate 297M clock using Si5328. Signed-off-by: S Shreesh <[email protected]> Acked-by: Vishal Sagar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 30f0844 - Browse repository at this point
Copy the full SHA 30f0844View commit details -
XilLoader: Fixed loading bigger secure CDOs
This patch fixes loading of CDO bigger than 64KB size when both authentication and decryption are enabled As secure buffer points to the correct data by omitting hash of next block. Signed-off-by: VNSL Durga Challa <[email protected]> Acked-by: Kalyani Akula <[email protected]> Acked-by: Kalyani Akula <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b474ca1 - Browse repository at this point
Copy the full SHA b474ca1View commit details -
XilSecure: Change default Status to XST_FAILURE.
This patch updates default Status to secure state which is XST_FAILURE. Signed-off-by: Kalyani Akula <[email protected]> Acked-by: VNSL Durga Challa <[email protected]> Acked-by: VNSL Durga Challa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f2caad - Browse repository at this point
Copy the full SHA 5f2caadView commit details -
sw_services :xilloader: Initialize Status variable to XST_FAILURE
This is done at the beginning of every function that uses Status variable. This is to avoid any security violations. Signed-off-by: Vikram Sreenivasa Batchali <[email protected]> Acked-by: Mounika Akula <[email protected]> Acked-by: Mounika Akula <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0bc3025 - Browse repository at this point
Copy the full SHA 0bc3025View commit details -
dp14txss/examples/src: CR-1035408: Replaced the sendAudioInfoFrame() …
…local api call with XDpTxSs_SendAudioInfoFrame() driver call. CR-1031732:Updated the application to support 8.1G linkrate. Signed-off-by: nishantd <[email protected]> Acked by: Kapil Usgaonkar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b91d079 - Browse repository at this point
Copy the full SHA b91d079View commit details -
xilpm: server_versal: Skip OCM power down as workaround
As per EDT-995988: Getting the SLV error from power down island even when Dec error disabled, OCM gives SLVERR response when a powered-down bank is accessed, even when Response Error is disabled. Error occurs only for a narrow access (< 64 bits). Workaround is to remove power down OCM feature. So skip triggering PSM interrupt to power down OCM from LibPM. Signed-off-by: Rajan Vaja <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c203882 - Browse repository at this point
Copy the full SHA c203882View commit details -
xilpm: server_versal: Merge xillibpm_node.h to xpm_node.h
Move the content of xillibpm_node.h to xpm_node.h and remove the xillibpm_node.h file. Also update the other files to include xpm_node.h instead of xillibpm_node.h. Signed-off-by: Ravi Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d7d63b8 - Browse repository at this point
Copy the full SHA d7d63b8View commit details -
xilpm: server_versal: Move xillibpm_defs.h to xpm_defs.h
Move content xillibpm_defs.h to xpm_defs.h and update all related files to include xpm_defs.h file. Signed-off-by: Ravi Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2618004 - Browse repository at this point
Copy the full SHA 2618004View commit details -
xilpm: server_versal: Move xillibpm_err.h to xpm_err.h
Move content xillibpm_err.h to xpm_err.h and update all related files to include xpm_err.h file. Signed-off-by: Ravi Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 394968f - Browse repository at this point
Copy the full SHA 394968fView commit details -
xilpm: server_versal: Rename xillibpm_api to xpm_api
Move content xillibpm_api.h to xpm_api.h and update all related files to include xpm_api.h file. Also rename xillibpm_api.c to xpm_api.c. Signed-off-by: Ravi Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ace6fa5 - Browse repository at this point
Copy the full SHA ace6fa5View commit details -
xilpm: server_versal: Rename xillibpm_psm_api to xpm_psm_api
Move content xillibpm_psm_api.h to xpm_psm_api.h and update all related files to include xpm_psm_api.h file. Also rename xillibpm_psm_api.c to xpm_psm_api.c. Signed-off-by: Ravi Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4670436 - Browse repository at this point
Copy the full SHA 4670436View commit details -
sw_services :xilplmi: Initialize Status variable to XST_FAILURE by de…
…fault This is to keep the function in a known default state at the start of execution. Signed-off-by: Vikram Sreenivasa Batchali <[email protected]> Acked-by: Mounika Akula <[email protected]> Acked-by: Mounika Akula <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 957042a - Browse repository at this point
Copy the full SHA 957042aView commit details -
sw_services:xilloader:Fixed Mandatory MISRA-C violations
This patch fixes below MISRA-C violation -Use of sizeof on an array parameter. MISRA-C:2012/AMD1 R.12.5 Signed-off-by: Harsha <[email protected]> Acked-for-series: Vikram Sreenivasa Batchali <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cbcd319 - Browse repository at this point
Copy the full SHA cbcd319View commit details -
sw_services: xilplmi: Fix SSIT sync and wait commands sequence
This patch fixes the following: 1. SSIT_ERR(0) from each Slave SLR is mapped to SSIT_ERR0, 1, 2 in PMC ERR2 Status SSIT_ERR(2) from each Slave SLR is mapped to SSIT_ERR3, 4, 5 in PMC ERR1 Status This patch fixes the sequence according to this mapping. 2. Fixes the SSIT command function headers Signed-off-by: Mounika Akula <[email protected]> Acked-by: Krishna Chaitanya Patakamuri <[email protected]> Acked-by: Krishna Chaitanya Patakamuri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f7e8cf3 - Browse repository at this point
Copy the full SHA f7e8cf3View commit details -
mipicsiss: Example Design Update
Added example design support for SP701 Signed-off-by: Niharika S <[email protected]> Acked by : Pankaj Kumbhare <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5275254 - Browse repository at this point
Copy the full SHA 5275254View commit details -
xilpm: server_versal: Add support for adding sysmon nodes
This patch adds support for adding sysmon nodes to topology database Signed-off-by: Jolly Shah <[email protected]> Acked-for-series: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f6a9b5 - Browse repository at this point
Copy the full SHA 9f6a9b5View commit details -
xilpm: server_versal: Add support for copying sysmon trim values
This patch adds support for copying sysmon trim values from efuse to sysmon registers Signed-off-by: Jolly Shah <[email protected]> Acked-for-series: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2cb62a4 - Browse repository at this point
Copy the full SHA 2cb62a4View commit details -
plm: Add xilpm hook to be called after plm cdo
Add a call to xilpm hook to be executed after plm cdo Signed-off-by: Jolly Shah <[email protected]> Acked-for-series: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f8ba07 - Browse repository at this point
Copy the full SHA 1f8ba07View commit details -
v_hdmirxss1: Added VCU118 support and cleaned up info reportings
Signed-off-by: Eric Bong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3cf6631 - Browse repository at this point
Copy the full SHA 3cf6631View commit details -
v_hdmitx1: Updated XV_HdmiTx1_SetStream, XV_HdmiTx1_GetTmdsClk and im…
…proved FRL link training flow Signed-off-by: Eric Bong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1071b6 - Browse repository at this point
Copy the full SHA b1071b6View commit details -
v_hdmitxss1: Added VCU118 support, updated XV_HdmiTxSS1_SetTMDS, XV_H…
…dmiTxSs1_SetStream APIs and cleaned up info reportings Signed-off-by: Eric Bong <[email protected]> Acked-by: Yunhai Qiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 754c435 - Browse repository at this point
Copy the full SHA 754c435View commit details -
xilpm: server_versal: Use correct PSM Global base address
Base addresses are store for Psm in core specific structure and not in device node structure. So use correct base address by using PsmGlobalBaseAddr from Psm core structure. Signed-off-by: Tejas Patel <[email protected]> Acked-by: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd7b2c9 - Browse repository at this point
Copy the full SHA fd7b2c9View commit details -
ddrpsv: Export details of DDR_CH_1 DDR_CH_2 and DDR_CH_3 regions
Updated tcl to export definitions for DDR_CH_1, DDR_CH_2 and DDR_CH_3 address regions. Signed-off-by: Mubin Usman Sayyed <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 03032e8 - Browse repository at this point
Copy the full SHA 03032e8View commit details -
xilpm: server_versal: Disable fpd interconnect mem clear
Fpd interconnect mem clear passes successfully but causes linux boot hang so disbale for now until fixed Signed-off-by: Jolly Shah <[email protected]> Acked-by: Jyotheeswar Reddy Mutthareddyvari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 29270dd - Browse repository at this point
Copy the full SHA 29270ddView commit details -
xilpm: server_versal: Add automatically generated NodeIDs
Add file for automatically generated NodeIDs in server_versal library. Signed-off-by: Ravi Patel <[email protected]> Signed-off-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d235be - Browse repository at this point
Copy the full SHA 4d235beView commit details -
xilpm: server_versal: Use common node IDs in xpm_api.c
Use node IDs from common header xilpm_nodeid.h in xpm_api.c file. Signed-off-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0500042 - Browse repository at this point
Copy the full SHA 0500042View commit details -
xilpm: server_versal: Use common node IDs in xpm_bisr.c
Use node IDs from common header xilpm_nodeid.h in xpm_bisr.c file. Signed-off-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa14145 - Browse repository at this point
Copy the full SHA fa14145View commit details -
xilpm: server_versal: Use common node IDs in xpm_common.c
Use node IDs from common header xilpm_nodeid.h in xpm_common.c file. Signed-off-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c009ed - Browse repository at this point
Copy the full SHA 7c009edView commit details -
xilpm: server_versal: Use common node IDs in xpm_cpmdomain.c
Use node IDs from common header xilpm_nodeid.h in xpm_cpmdomain.c file. Signed-off-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a69194 - Browse repository at this point
Copy the full SHA 3a69194View commit details -
xilpm: server_versal: Use common node IDs in xpm_device.c
Use node IDs from common header xilpm_nodeid.h in xpm_device.c file. Signed-off-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e2ca36 - Browse repository at this point
Copy the full SHA 3e2ca36View commit details -
xilpm: server_versal: Use common node IDs in xpm_device_idle.c
Use node IDs from common header xilpm_nodeid.h in xpm_device_idle.c file. Signed-off-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d20056e - Browse repository at this point
Copy the full SHA d20056eView commit details -
xilpm: server_versal: Use common node IDs in xpm_domain_iso.c
Use node IDs from common header xilpm_nodeid.h in xpm_domain_iso.c file. Signed-off-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a28c349 - Browse repository at this point
Copy the full SHA a28c349View commit details -
xilpm: server_versal: Use common node IDs in xpm_gic_proxy.c
Use node IDs from common header xilpm_nodeid.h in xpm_gic_proxy.c file. Signed-off-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 10a215e - Browse repository at this point
Copy the full SHA 10a215eView commit details -
xilpm: server_versal: Use common node IDs in xpm_mem.c
Use node IDs from common header xilpm_nodeid.h in xpm_mem.c file. Signed-off-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26d84b2 - Browse repository at this point
Copy the full SHA 26d84b2View commit details -
xilpm: server_versal: Use common node IDs in xpm_npdomain.c
Use node IDs from common header xilpm_nodeid.h in xpm_npdomain.c file. Signed-off-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dbf356d - Browse repository at this point
Copy the full SHA dbf356dView commit details -
xilpm: server_versal: Use common node IDs in xpm_pldomain.c
Use node IDs from common header xilpm_nodeid.h in xpm_pldomain.c file. Signed-off-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aa82107 - Browse repository at this point
Copy the full SHA aa82107View commit details -
xilpm: server_versal: Use common node IDs in xpm_power.c
Use node IDs from common header xilpm_nodeid.h in xpm_power.c file. Signed-off-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5309e9a - Browse repository at this point
Copy the full SHA 5309e9aView commit details -
xilpm: server_versal: Use common node IDs in xpm_powerdomain.c
Use node IDs from common header xilpm_nodeid.h in xpm_powerdomain.c file. Signed-off-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd2c3ea - Browse repository at this point
Copy the full SHA dd2c3eaView commit details -
xilpm: server_versal: Use common node IDs in xpm_psfpdomain.c
Use node IDs from common header xilpm_nodeid.h in xpm_psfpdomain.c file. Signed-off-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bced313 - Browse repository at this point
Copy the full SHA bced313View commit details -
xilpm: server_versal: Use common node IDs in xpm_pslpdomain.c
Use node IDs from common header xilpm_nodeid.h in xpm_pslpdomain.c file. Signed-off-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b3ccaae - Browse repository at this point
Copy the full SHA b3ccaaeView commit details -
xilpm: server_versal: Use common node IDs in xpm_psm.c
Use node IDs from common header xilpm_nodeid.h in xpm_psm.c file. Signed-off-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a7f5f9 - Browse repository at this point
Copy the full SHA 1a7f5f9View commit details -
xilpm: server_versal: Use common node IDs in xpm_reset.c
Use node IDs from common header xilpm_nodeid.h in xpm_reset.c file. Signed-off-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 323f386 - Browse repository at this point
Copy the full SHA 323f386View commit details -
xilpm: server_versal: Use common node IDs in xpm_rpucore.c
Use node IDs from common header xilpm_nodeid.h in xpm_rpucore.c file. Signed-off-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62b986e - Browse repository at this point
Copy the full SHA 62b986eView commit details -
xilpm: server_versal: Use common node IDs in xpm_subsystem.c
Use node IDs from common header xilpm_nodeid.h in xpm_subsystem.c file. Signed-off-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a521e05 - Browse repository at this point
Copy the full SHA a521e05View commit details -
xilpm: server_versal: Use common node IDs in xpm_board.c
Use node IDs from common header xilpm_nodeid.h in xpm_board.c file. Signed-off-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 210661e - Browse repository at this point
Copy the full SHA 210661eView commit details -
xilpm: server_versal: Use common node IDs in xpm_psm_api.c
Use node IDs from common header xilpm_nodeid.h in xpm_psm_api.c file. Signed-off-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95290cc - Browse repository at this point
Copy the full SHA 95290ccView commit details -
xilpm: server_versal: Remove unused node IDs from xpm_device.h
Currently node IDs are used from common file. So there is no need to define node IDs in xpm_device.h. Signed-off-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 01c4e4c - Browse repository at this point
Copy the full SHA 01c4e4cView commit details -
xilpm: server_versal: Remove power domain IDs from xpm_domain_iso.h
Power domain IDs are defined in xilpm_nodeid.h and used from there only. So remove power domain IDs from xpm_domain_iso.h. Signed-off-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6238d9c - Browse repository at this point
Copy the full SHA 6238d9cView commit details -
xilpm: server_versal: Remove power IDs from xpm_power.h
Power IDs are defined and used from xilpm_nodeid.h. So remove power IDs from xpm_power.h. Signed-off-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5a1bbe - Browse repository at this point
Copy the full SHA c5a1bbeView commit details -
xilpm: server_versal: Remove LPD ID from xpm_pslpdomain.h
LPD ID is defined and used from xilpm_nodeid.h. So remove LPD ID from xpm_pslpdomain.h. Signed-off-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9315045 - Browse repository at this point
Copy the full SHA 9315045View commit details -
xilpm: server_versal: Remove PSM ID from xpm_psm.c
PSM ID is define in xilpm_nodeid.h. So there is no use of PSM ID defined in xpm_psm.c. Signed-off-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9fcd419 - Browse repository at this point
Copy the full SHA 9fcd419View commit details -
xilpm: server_versal: Remove definations of reset IDs from xpm_reset.h
All reset IDs are defined in xilpm_nodeid.h. So remove reset IDs from xpm_reset.h. Signed-off-by: Rajan Vaja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 237d35c - Browse repository at this point
Copy the full SHA 237d35cView commit details -
xilpm: server_versal: Remove subsystem IDs from xpm_subsystem.h
Subsystem IDs are defined and used from common node ID header xilpm_nodeid.h. So remove definitions of subsystem IDs from xpm_subsystem.h. Signed-off-by: Rajan Vaja <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41848c9 - Browse repository at this point
Copy the full SHA 41848c9View commit details -
xilpm: server_versal: Add pm internal error codes
This patch adds pm internal error codes to sync with those used in zynqmp. Signed-off-by: Nicole Baze <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a929f45 - Browse repository at this point
Copy the full SHA a929f45View commit details -
xilpm: client_versal: Add pm internal error codes
This patch adds pm internal error codes to sync with those used in zynqmp. Signed-off-by: Nicole Baze <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ab6f19 - Browse repository at this point
Copy the full SHA 3ab6f19View commit details -
xilpm: server_versal: Modify error codes to sync with zynqmp
Currently some error codes being returned to Linux and baremetal apps from Versal are incorrect. This patch modifies existing codes to match those returned from zynqmp to ensure proper behavior. Signed-off-by: Nicole Baze <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e7126c - Browse repository at this point
Copy the full SHA 4e7126cView commit details -
xilpm: versal: Move suspend reason and callback Id macros to xillibpm…
…_defs.h Move macros related to suspend reason and callback IDs from xpm_api.h to xillibpm_defs.h so that it can be used by client application also. Signed-off-by: Ravi Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8de14f9 - Browse repository at this point
Copy the full SHA 8de14f9View commit details -
xilpm: versal: Move PLL mode macros to xillibpm_defs.h
Move macros related to PLL modes from xpm_pll.h to xillibpm_defs.h so that it can be used by client application also. Signed-off-by: Ravi Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d092cb2 - Browse repository at this point
Copy the full SHA d092cb2View commit details -
xilpm: versal: Add node status macros in xpm_defs.h
Add macros for device node status and processor node status in xpm_defs.h to have compatibility with ZynqMP. Signed-off-by: Ravi Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78fdf54 - Browse repository at this point
Copy the full SHA 78fdf54View commit details -
xilpm: versal: Add missing API macros in xpm_defs.h
Add missing API macros in common macros file for versal to have compatibility with ZynqMP. Signed-off-by: Ravi Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 84df921 - Browse repository at this point
Copy the full SHA 84df921View commit details -
xilpm: versal: Rename PLL parameters macros
Rename below PLL parameters macro as per ZynqMP to have compatibility with ZynqMP: - PLL_PARAM_ID_CLKOUTDIV -> PM_PLL_PARAM_ID_DIV2 - PLL_PARAM_ID_FBDIV -> PM_PLL_PARAM_ID_FBDIV - PLL_PARAM_ID_FRAC_DATA -> PM_PLL_PARAM_ID_DATA - PLL_PARAM_ID_PRE_SRC -> PM_PLL_PARAM_ID_PRE_SRC - PLL_PARAM_ID_POST_SRC -> PM_PLL_PARAM_ID_POST_SRC - PLL_PARAM_ID_LOCK_DLY -> PM_PLL_PARAM_ID_LOCK_DLY - PLL_PARAM_ID_LOCK_CNT -> PM_PLL_PARAM_ID_LOCK_CNT - PLL_PARAM_ID_LFHF -> PM_PLL_PARAM_ID_LFHF - PLL_PARAM_ID_CP -> PM_PLL_PARAM_ID_CP - PLL_PARAM_ID_RES -> PM_PLL_PARAM_ID_RES - PLL_PARAM_MAX -> PM_PLL_PARAM_MAX Signed-off-by: Ravi Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4486af3 - Browse repository at this point
Copy the full SHA 4486af3View commit details -
xilpm: versal: Rename PM_GET_DEVICE_STATUS macro
Rename PM_GET_DEVICE_STATUS macro to PM_GET_NODE_STATUS for compatibility with ZynqMP. Signed-off-by: Ravi Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 117fc9e - Browse repository at this point
Copy the full SHA 117fc9eView commit details -
xilpm: versal: Rename PM_REQUEST_DEVICE macro
Rename PM_REQUEST_DEVICE macro to PM_REQUEST_NODE for compatibility with ZynqMP. Signed-off-by: Ravi Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 34b3d6f - Browse repository at this point
Copy the full SHA 34b3d6fView commit details -
xilpm: versal: Rename PM_RELEASE_DEVICE macro
Rename PM_RELEASE_DEVICE macro to PM_RELEASE_NODE for compatibility with ZynqMP. Signed-off-by: Ravi Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb80359 - Browse repository at this point
Copy the full SHA fb80359View commit details -
xilpm: versal: Rename shutdown type macros
Use "PM_" prefix instead of "XPM_" prefix in shutdown type macros to have uniform naming convention. Signed-off-by: Ravi Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f07927 - Browse repository at this point
Copy the full SHA 5f07927View commit details -
xilpm: versal: Rename shutdown subtype macros
Use "PM_" prefix instead of "XPM_" prefix in shutdown subtype macros to have uniform naming convention. Signed-off-by: Ravi Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe5eec8 - Browse repository at this point
Copy the full SHA fe5eec8View commit details -
xilpm: client_versal: Sync macros with zynqmp
Add pm_defs.h file which maps existing ZynqMP macros to Versal macros along with deprecated message. Signed-off-by: Ravi Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 11ac8d1 - Browse repository at this point
Copy the full SHA 11ac8d1View commit details -
xilpm: client_versal: Sync data structures with zynqmp
Use XPm_NodeStatus instead of XPm_DeviceStatus data structure in client_versal library to have common interface between ZynqMP and Versal. Signed-off-by: Ravi Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4bfb13d - Browse repository at this point
Copy the full SHA 4bfb13dView commit details -
xilpm: client_versal: Rename file names to sync with zynqmp
Rename file names and its includes of client_versal according to zynqmp client library file names. Below are the file name changes: - xpm_client_api.c -> pm_api_sys.c - xpm_client_api.h -> pm_api_sys.h - xpm_client_callbacks.c -> pm_callbacks.c - xpm_client_callbacks.h -> pm_callbacks.h - xpm_client_common.c -> pm_client.c - xpm_client_common.h -> pm_client.h - xpm_client_ipi.c -> xpm_ipi.c - xpm_client_ipi.h -> xpm_ipi.h - xillibpm_defs.h -> xpm_defs.h - xillibpm_err.h -> xpm_err.h - xillibpm_node.h -> xpm_node.h Signed-off-by: Ravi Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d74a09d - Browse repository at this point
Copy the full SHA d74a09dView commit details -
xilpm: client_versal: Add functions which are only in zynqmp
Below functions are present only in zynqmp but not in versal: - InitSuspendCb - AcknowledgeCb - SetConfiguration - ClockSetRate - ClockGetRate - MmioWrite - MmioRead Add InitSuspendCb and AcknowledgeCb functions in versal and add other functions with "not supported" message to have common interface with zynqmp. Signed-off-by: Ravi Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 875f8e9 - Browse repository at this point
Copy the full SHA 875f8e9View commit details -
xilpm: client_versal: Sync debug macros with zynqmp
Declare a new debug print and register read/write macros to have compatibility with zynqmp applications. Signed-off-by: Ravi Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb10c45 - Browse repository at this point
Copy the full SHA bb10c45View commit details -
xilpm: client_versal: Merge xpm_ipi.c to pm_api_sys.c
There are only 2 functions in xpm_ipi.c and also no separate file required for IPI related function. So merge xpm_ipi.c to pm_api_sys.c file. Signed-off-by: Ravi Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e8b1d4a - Browse repository at this point
Copy the full SHA e8b1d4aView commit details -
xilpm: client_versal: Add automatically generated NodeIDs
Add file for automatically generated NodeIDs in client_versal library. Signed-off-by: Ravi Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e46f93f - Browse repository at this point
Copy the full SHA e46f93fView commit details -
xilpm: client_versal: Use automatically generated node IDs
Use node IDs from xilpm_nodeid.h which is generated automatically. Also remove xpm_node.h file. Signed-off-by: Ravi Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 60b4ed3 - Browse repository at this point
Copy the full SHA 60b4ed3View commit details -
xilpm: client_versal: Add wrapper for ZynqMP node ID macros
To maintain the compatibility with existing ZynMP applications, add wrapper file to map the ZynqMP node ID macros to Versal. Also add compilation warning message that this file will be deprecated in future. Signed-off-by: Ravi Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cdffb02 - Browse repository at this point
Copy the full SHA cdffb02View commit details -
xdmapcie: Fix ECAM base address size
ECAM base address can be a 64 bit address based on user selection. Adding support for this. Signed-off-by: Arjun V <[email protected]> Acked-by: Bharat Kumar Gogada <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8207512 - Browse repository at this point
Copy the full SHA 8207512View commit details -
aiengine: src: dma: tile: Consolidate BD clearing
There's no need to do it twice with 2 different values. Signed-off-by: Hyun Kwon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1414d6d - Browse repository at this point
Copy the full SHA 1414d6dView commit details -
aiengine: src: dma: tile: Add helper to clear all BDs
This helps to clear all BD with single call. Signed-off-by: Hyun Kwon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8135cfe - Browse repository at this point
Copy the full SHA 8135cfeView commit details -
aiengine: src: dma: tile: Separate out the reset functions
In some use case, reset shouldn't be done. So separate it out. Signed-off-by: Hyun Kwon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad2e171 - Browse repository at this point
Copy the full SHA ad2e171View commit details -
aiengine: src: dma: shim: Add a help to clear all BDs
Add a single call to clear all BDs. Signed-off-by: Hyun Kwon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d953477 - Browse repository at this point
Copy the full SHA d953477View commit details -
aiengine: src: dma: shim: Separate out reset functions
In some use case, the reset shouldn't be done as a part of init. One case is when the individual resource needs to be managed separately. The other case is when the software instance needs to be initialized without register access, otherwise the CDO generation ends up missing the register access done by init. Signed-off-by: Hyun Kwon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9675c39 - Browse repository at this point
Copy the full SHA 9675c39View commit details -
aiengine: src: dma: tile: Add an init API that doesn't clear BDs
This allows to individual resources (bd and channel) to be managed independently if needed. Signed-off-by: Hyun Kwon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36c0aad - Browse repository at this point
Copy the full SHA 36c0aadView commit details -
aiengine: src: dma: shim: Add an init API that doesn't reset BDs/chan
This allows to individual resources (bd and channel) to be managed independently if needed. Signed-off-by: Hyun Kwon <[email protected]> Acked-for-series: Wendy Liang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ec426e - Browse repository at this point
Copy the full SHA 4ec426eView commit details -
swservices:xilloader:Adding DDR image copy support
The patch adds the support to create DDR image copy and it loads DDR image based on agent/application request. Acked-by: Vikram Sreenivasa Batchali <[email protected]> Acked-by: Vikram Sreenivasa Batchali <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e48deef - Browse repository at this point
Copy the full SHA e48deefView commit details -
dp14txss/examples: Updated the zcu102_dp_pt_hdcp application for any …
…combination of hdcp 1.3 or 2.2 in rx and tx. Signed-off-by: nishantd <[email protected]> Acked by: Kapil Usgaonkar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1e4216 - Browse repository at this point
Copy the full SHA e1e4216View commit details -
xilloader: Updated code for double bufferring of CDO files.
Updated the logic to use both DMAs when DDR is used as source. DMA1 is used to copy data from DDR to PRAM, DMA0 is used for DMA commands in CDO files. Logic is modified so that DMA Copy can be active while PLM is processing the CDO data. Signed-off-by: Krishna Chaitanya <[email protected]> Acked-by: Vikram Sreenivasa Batchali <[email protected]> Acked-by: Vikram Sreenivasa Batchali <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36a485f - Browse repository at this point
Copy the full SHA 36a485fView commit details -
ddrpsv: Correct the variable name used for C0_DDR_CH2 block
The variable name was mistakenly kept as 'base_value_4' instead of 'base_value_5'. This patch corrects the same. Signed-off-by: Manish Narani <[email protected]> Acked-by: Srinivas Goud <[email protected]> Acked-by: Srinivas Goud <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 48a6f62 - Browse repository at this point
Copy the full SHA 48a6f62View commit details -
xdmapcie: Add Versal peripheral support for mdd
Adding CPM peripheral name for Versal in mdd file. Signed-off-by: Arjun V <[email protected]> Acked-for-series: Bharat Kumar Gogada <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8945f9e - Browse repository at this point
Copy the full SHA 8945f9eView commit details -
xdmapcie: Tcl changes for Versal
Adding support for parsing Versal CPM parameters in tcl file. Signed-off-by: Arjun V <[email protected]> Acked-for-series: Bharat Kumar Gogada <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a65c2c - Browse repository at this point
Copy the full SHA 9a65c2cView commit details -
xdmapcie: Adding bridge registers for Versal
Adding support for Versal CPM Root port bridge register definitions. Signed-off-by: Arjun V <[email protected]> Acked-for-series: Bharat Kumar Gogada <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c8e1e47 - Browse repository at this point
Copy the full SHA c8e1e47View commit details -
xdmapcie: Versal support for xdmapcie src
IncludeBarOffsetReg variable is not applicable for versal. Number of buses variable is different for versal. Differentiating these using macro. Signed-off-by: Arjun V <[email protected]> Acked-for-series: Bharat Kumar Gogada <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d8ee0d - Browse repository at this point
Copy the full SHA 3d8ee0dView commit details -
xilpm: Update directory structure
Existing directory structure of xilpm does not have any common folder between client_versal and server_versal code. - data - src |- client_zynqmp | |- common | |- apu | |- rpu | |- client_versal |- server_versal Use below directory structure of xilpm to add common directory for versal. - data - src |- zynqmp | |- client | | |- common | | |- apu | | |- rpu | |- versal | |- server | |- client | |- common Update xilpm.tcl and copy_bsp.sh accordingly to copy platform and processor specific code. Signed-off-by: Ravi Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e531ba1 - Browse repository at this point
Copy the full SHA e531ba1View commit details -
xilpm: Rename xilpm_nodeid.h to xpm_nodeid.h
To use "xpm_" filename prefix, rename xilpm_nodeid.h to xpm_nodeid.h. Signed-off-by: Ravi Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a949d08 - Browse repository at this point
Copy the full SHA a949d08View commit details -
xilpm: versal: client: Move xpm_client_nodeidwrapper.h to pm_defs.h
Move the content of xpm_client_nodeidwrapper.h to pm_defs.h to have a common wrapper file. Also include xpm_nodeid.h in pm_api_sys.h so that user application does not have to include xpm_nodeid.h explicitly. Signed-off-by: Ravi Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f12260 - Browse repository at this point
Copy the full SHA 9f12260View commit details -
xilpm: versal: server: Reorganize xpm_node.h file
xpm_node.h file contains declaration related to xpm_node.c and macros for node IDs. Move all the declaration part at top followed by macros for node IDs. Signed-off-by: Ravi Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6fc7d67 - Browse repository at this point
Copy the full SHA 6fc7d67View commit details -
xilpm: versal: Remove references related to xillibpm
Remove all references related to xillibpm as all code of xillibpm are merged to xilpm. Signed-off-by: Ravi Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d9b2be - Browse repository at this point
Copy the full SHA 6d9b2beView commit details -
xilpm: server_versal: Defeature TCM power down
Whenever one of the TCM memory banks are powered down, the other locations become inaccessible. This affects remoteproc stop and start. Skip TCM power down as workaround. Signed-off-by: Nicole Baze <[email protected]> Acked-by: Jolly Shah <[email protected]> Acked-by: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a82deb - Browse repository at this point
Copy the full SHA 9a82debView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d591a9 - Browse repository at this point
Copy the full SHA 6d591a9View commit details -
v_sdirxss: Updated application for YUV422 and YUV444 switching
The application has been updated to switch color format between YUV422 and YUV444 Signed-off-by: S Shreesh <[email protected]> Acked-by: Shruti Gupta Signed-off-by: S Shreesh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a638921 - Browse repository at this point
Copy the full SHA a638921View commit details -
sw_apps: memtest: Correct the DDR type name for LPDDR4 memory
The Memtest application was printing LPLPDDR2 for LPDDR4 memory which is wrong. This patch corrects the same. Signed-off-by: Manish Narani <[email protected]> Reported-by: M Alexendre B <[email protected]> Acked-by: Srinivas Goud <[email protected]> Acked-by: Srinivas Goud <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4fbf89 - Browse repository at this point
Copy the full SHA f4fbf89View commit details -
xilpm: versal: Move PinFunction IDs to common file
Move existing PinFunction IDs to xpm_defs.h so that client application can use it. Signed-off-by: Ravi Patel <[email protected]> Acked-by: Jolly Shah <[email protected]> Acked-by: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 29c3024 - Browse repository at this point
Copy the full SHA 29c3024View commit details -
xilpm: versal: server: Use correct PMC IOU Slcr base address
Base addresses are store for Pmc in core specific structure and not in device node structure. So use correct base address by using PmcIouSlcrBaseAddr from Pmc core structure. Signed-off-by: Tejas Patel <[email protected]> Acked-by: Jolly Shah <[email protected]> Acked-by: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5b7b75 - Browse repository at this point
Copy the full SHA d5b7b75View commit details -
aiengine: src: tile: fix assertion logic
There are multiple checks for the input arguments and one of these checks were always fail for valid input arguments. This commit fixes the assertion logic issue for all possible input combinations. Signed-off-by: Tejus Siddagangaiah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a132ad - Browse repository at this point
Copy the full SHA 9a132adView commit details -
aiengine: src: tile: fix compiler warnings
The commit removes some redundant condition checks which raise compiler warnings. Signed-off-by: Tejus Siddagangaiah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5878a60 - Browse repository at this point
Copy the full SHA 5878a60View commit details -
xilpm: server_versal: Handle requirements properly in Release()
PendingReqm variable becomes 0 from device's event handler. Because of that if PLM uses PendingReqm variable after SetRequirement() then exception is arrived because of accessing NULL address. So use one temp requirement variable and use that variable after SetRequirement(). Signed-off-by: Rajan Vaja <[email protected]> Acked-by: Jolly Shah <[email protected]> Acked-by: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c549ea - Browse repository at this point
Copy the full SHA 0c549eaView commit details -
xilpm: versal: Add hibernation support to versal usb controller
USB controller needs to be put into either D3 or D0 state to get USB Hibernation/Remote wakeup feature to work. This patch adds an IOCTL for requesting USB PMU to put controller into D3/D0 state. Signed-off-by: Anurag Kumar Vulisha <[email protected]> Acked-by: Jolly Shah <[email protected]> Acked-by: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 091d724 - Browse repository at this point
Copy the full SHA 091d724View commit details -
sw_services:xilplmi: Use of sizeof on an array parameter
This patch fixes MISRA-C Mandatory violations of standard - Use of sizeof on an array parameter. Signed-off-by: Sarat Chand Savitala <[email protected]> Acked-for-series: Mounika Akula <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e16d0e0 - Browse repository at this point
Copy the full SHA e16d0e0View commit details -
sw_apps: zynqmp_pmufw: Move the FSBL completion dependent code to com…
…mon module WDT related functionality in EM and WDT module are dependent on FSBL execution completion. These tasks uses scheduler tasks individually to check for FSBL completion and perform the required action once done. To remove continuous wait for FSBL completion in case of storing APU FSBL to DDR, we need to add this functionality also to the scheduler task. This patch removes the redundant check for FSBL completion in these modules and adds a common module to the PMU modules list which takes the required actions for other modules which are based on FSBL completion. Signed-off-by: Mounika Akula <[email protected]> Acked-for-series: Vikram Sreenivasa Batchali <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd95a8b - Browse repository at this point
Copy the full SHA dd95a8bView commit details -
sw_apps: zynqmp_pmufw: Update FSBL running status in PMU
This patch updates PMU with FSBL status and processor information according to the changes done in FSBL Old definition of PMU Global Storage register 5: Bit 0: FSBL completion status Bit 1: FSBL running status Bit 2: FSBL running processor [0: RPU and 1: APU] New definition of PMU Global Storage register 5: Bit 0: FSBL completion status Bit 1 & 2: FSBL running processor [01: APU, 10: RPU0, 11: RPU LS] Signed-off-by: Mounika Akula <[email protected]> signed-off-by: Pallav Joshi <[email protected]> Acked-for-series: Vikram Sreenivasa Batchali <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9192a94 - Browse repository at this point
Copy the full SHA 9192a94View commit details -
sw_apps: zynqmp_pmufw: Add support for RPU only restart
This patch adds support for RPU only restart. Note: Based on who is running the FSBL, either APU or RPU subsystem restart will be supported. Both subsystem restarts will not be supported in same design Signed-off-by: Mounika Akula <[email protected]> Signed-off-by: Pallav Joshi <[email protected]> Acked-for-series: Vikram Sreenivasa Batchali <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7cf2674 - Browse repository at this point
Copy the full SHA 7cf2674View commit details -
sw_apps: zynqmp_pmufw: Add support for LPD WDT for recovery mechanism
This patch adds support for LPD WDT for recovery. Based on FSBL running processor information, PMU will decide whether to use LPD or FPD WDT for recovery mechanism. Other WDT error action will be set to SRST error action Signed-off-by: Mounika Akula <[email protected]> Signed-off-by: Pallav Joshi <[email protected]> Acked-for-series: Vikram Sreenivasa Batchali <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b3140b1 - Browse repository at this point
Copy the full SHA b3140b1View commit details -
sw_services: xilpm: Add FSBL peripherals to R5 prealloc list
This patch adds the peripherals required by FSBL to R5 prealloc list. Signed-off-by: Mounika Akula <[email protected]> Signed-off-by: Pallav Joshi <[email protected]> Acked-for-series: Vikram Sreenivasa Batchali <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3a6a2a - Browse repository at this point
Copy the full SHA a3a6a2aView commit details -
swservices:xilsem: Making xilsem source independent of plm
Xilsem will be maintained as seperate repo. Signed-off-by: Rajababu Maillapalli <[email protected]> Acked-by: Vikram Sreenivasa Batchali <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 11b8173 - Browse repository at this point
Copy the full SHA 11b8173View commit details -
xilpm: versal: Use "PM_" prefix for callback IDs
Use "PM_" prefix instead of "XPM_" prefix for callback IDs to maintain the compatibility with ZynqMP. Signed-off-by: Ravi Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2455945 - Browse repository at this point
Copy the full SHA 2455945View commit details -
xilpm: versal: Rename SUSPEND_REASON_SUBSYSTEM_REQ macro
Use SUSPEND_REASON_PU_REQ instead of SUSPEND_REASON_SUBSYSTEM_REQ for suspend reason macro to maintain the compatibility with ZynqMP. Signed-off-by: Ravi Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e8a319 - Browse repository at this point
Copy the full SHA 2e8a319View commit details -
xilpm: versal: Add error code mapping with ZynqMP in wrapper file
Add mappings of error codes with ZynqMP in pm_defs.h wrapper file. Signed-off-by: Ravi Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a8a6c3 - Browse repository at this point
Copy the full SHA 9a8a6c3View commit details -
xilpm: versal: Rename XPm_SetWakeupSource API in client and server
Rename XPm_SetWakeupSource API to XPm_SetWakeUpSource for compatibility with ZynqMP. Signed-off-by: Ravi Patel <[email protected]> Acked-for-series: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4dca070 - Browse repository at this point
Copy the full SHA 4dca070View commit details -
BSP: cortexr5: Print warning if DDR size is not in power of 2
cortexr5 processor supports MPU region size only in power of 2 (in range of 32 bytes to 4 GB). So, MPUInit function uses logic given below, to align with processor behavior, - Calculate DDR size mapped to the cortexr5 processor - Look up for the MPU region size in power of 2, which can accomodate DDR size - Create MPU region with size looked up in above step, and mark it as normal memory. This logic works fine with HW designs having DDR size in power of 2. But for other cases, it maps range of memory as "normal memory", where "real" memory is not present. For example, if DDR size mapped to the processor is 1.5 GB(0x0 - 0x5FFFFFFF), MPUInit function maps 0x0 - 0x7FFFFFFF (2 GB) as normal memory. Here, accessing memory in 0x60000000 - 0x7FFFFFFF range results into hang/incorrect behavior. This patch prints warning to avoid invalid memory access in scenario mentioned above. Signed-off-by: Mubin Usman Sayyed <[email protected]> Acked-by: Anirudha Sarangi <[email protected]> Acked-by: Anirudha Sarangi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66e029a - Browse repository at this point
Copy the full SHA 66e029aView commit details -
XilSkey: Aligned spaces in dependecies.props
Removed unwanted spaces in dependencies.props Signed-off-by: VNSL Durga Challa <[email protected]> Acked-by: Kalyani Akula <[email protected]> Acked-by: Kalyani Akula <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b8c508 - Browse repository at this point
Copy the full SHA 4b8c508View commit details -
standalone: Fixed MISRA-C issue
LDRA tool reported MISRA-C mandatory rule violation MISRA-C:2012 R.17.3, "Function call with no prior declaration. : strnlen" for xil_util.c file. It is also found that armcc compiler do not have strnlen function in standard library, so strnlen is implemented locally. Signed-off-by: Mohan Marutirao Dhanawade <[email protected]> CR# 1041053 Changes for v2: - Replaced call to standard library function strnlen with local newly created Xil_Strnlen function. Acked-by: Kalyani Akula <[email protected]> Acked-by: Kalyani Akula <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0212ba - Browse repository at this point
Copy the full SHA c0212baView commit details -
Signed-off-by: Siva Addepalli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c2c652e - Browse repository at this point
Copy the full SHA c2c652eView commit details -
ddrpsv: Update tcl to check only for initial block_name for DDR region
In some of the versal designs where DDR is configured as interleaving, the DDR region names are exported with the level of interleaving appended in its name at last. This patch handles the same by ignoring the appended characters to define the DDR region. Signed-off-by: Manish Narani <[email protected]> Acked-by: Srinivas Goud <[email protected]> Acked-by: Srinivas Goud <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76b42c7 - Browse repository at this point
Copy the full SHA 76b42c7View commit details -
intc: Fix total_intr_srcs calculation when interrupt pin is connected…
… to a slice Commit 4fe22a3 ("intc: Calculate total_source_intrs based on width of interrupt port/pin") added support for updation of interrupt sources based on the interrupt pin port width, but it didn't consider the use case where the pin is connected to a slice, due to which slice based interrupt designs are failing during bsp generation. This patch fixes this issue. Fixes: 4fe22a3 ("intc: Calculate total_source_intrs based on width of interrupt port/pin") Signed-off-by: Adithya Balaji Boda <[email protected]> Signed-off-by: Appana Durga Kedareswara rao <[email protected]> Acked-by: Mubin Sayyed <[email protected]> Acked-by: Mubin Sayyed <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76e7a9e - Browse repository at this point
Copy the full SHA 76e7a9eView commit details -
dp14rxss: Added multi instance support.
The current dp14rxss driver implementation will fail to compile for multi instances of dp14rx subsystems with different configurations. This patch fixes the same. Signed-off-by: Jagadeesh Banisetti <[email protected]> Acked-for-series: Vishal Sagar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c70a478 - Browse repository at this point
Copy the full SHA c70a478View commit details -
dp14txss: Added multi instance support.
The current dp14txss driver implementation will fail to compile for multi instances of dp14tx subsystems with different configurations. This patch fixes the same. Signed-off-by: Jagadeesh Banisetti <[email protected]> Acked-for-series: Vishal Sagar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1efcfb4 - Browse repository at this point
Copy the full SHA 1efcfb4View commit details -
mipicsiss: Updated SP701 example application
Updated the SP701 application files to resolve flickering Signed-off-by: Niharika S <[email protected]> Acked by : Pankaj Kumbhare <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e7edf4 - Browse repository at this point
Copy the full SHA 1e7edf4View commit details -
v_sdirxss: Added CPLL reference clock generation SI5324
Updated the copyright information with the latest version for 2019.2 Signed-off-by: S Shreesh <[email protected]> Acked by : Shruti Gupta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6d568d - Browse repository at this point
Copy the full SHA d6d568dView commit details -
Added strict condition to check audio infoframe type.
Signed-off-by: Kapil Usgaonkar <[email protected]> Acked by : Pankaj Kumbhare <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c5a807 - Browse repository at this point
Copy the full SHA 8c5a807View commit details -
Revert "sw_services :xilloader: Switch OSPI and flash controllers to …
…DDR mode in PLM" This reverts commit 399e00c.
Configuration menu - View commit details
-
Copy full SHA for f479a29 - Browse repository at this point
Copy the full SHA f479a29View commit details -
lib: sw_services: Add missing versal support for xilmailbox and xilpdi
The existing xilmailbox and xilpdi libraries are not having psv_cortex processors support and hence these libraries are not enabled. This patch adds this support by adding psv_cortex* processors to SUPPORTED_PERIPHERALS list in corresponding mld files. Signed-off-by: Siva Durga Prasad Paladugu <[email protected]> Acked-by: Anirudha Sarangi <[email protected]> Acked-by: Anirudha Sarangi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67099bf - Browse repository at this point
Copy the full SHA 67099bfView commit details -
sw_services:xilsem: Adding xilsem library in place of source code
xilsem source should not be part of releases, hence replaced with library. Signed-off-by: Rajababu Maillapalli <[email protected]> Acked-by: Vikram Sreenivasa Batchali <[email protected]> Acked-by: Vikram Sreenivasa Batchali <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ccb3c70 - Browse repository at this point
Copy the full SHA ccb3c70View commit details -
libmetal: update run_cmake to use HDI_APPROOT first
Currently XILINX_SDK and XILINX_VITIS are getting used in libmetal TCL. Only use these if HDI_APPROOT is not provided. Signed-off-by: Ben Levinsky <[email protected]> Acked-for-series: Mubin Sayyed <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b4dc93 - Browse repository at this point
Copy the full SHA 0b4dc93View commit details -
open-amp: update run_cmake to use HDI_APPROOT first
Currently XILINX_SDK and XILINX_VITIS are getting used in libmetal TCL. Only use these if HDI_APPROOT is not provided. Signed-off-by: Ben Levinsky <[email protected]> Acked-for-series: Mubin Sayyed <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e6471ca - Browse repository at this point
Copy the full SHA e6471caView commit details -
xilpm: versal: server: Reset SD_DLL_MAP registers as workaround
As per EDT-997700, SD DLL modes are failing after SD controller is reset. So reset SD_DLL_MAP registers as software workaround. Signed-off-by: Tejas Patel <[email protected]> Acked-by: Jolly Shah <[email protected]> Acked-by: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 79ad06e - Browse repository at this point
Copy the full SHA 79ad06eView commit details -
v_multi_scaler: Fix compilation issues in driver
Use the canonical names in the driver to fix compilation issues. Signed-off-by: Vivek Veenam <[email protected]> Acked-by: Vishal Sagar <[email protected]> Acked-by: Vishal Sagar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8086af8 - Browse repository at this point
Copy the full SHA 8086af8View commit details -
aiengine: src: Use simulation elf loader for Linux
The linux elf loader does not handle .bss.DMb sections correctly when the buffer crosses over into data memory of another tile. This patch is a temporary fix by using the simulation elf loader for this issue. So the simulation elf loader uses the global IO accessors. The clean-up such as renaming or fixing in the linux elf loader (ex, remoteproc) can be done later. Signed-off-by: Tejus Siddagangaiah <[email protected]> Signed-off-by: Hyun Kwon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eee4700 - Browse repository at this point
Copy the full SHA eee4700View commit details -
aiengine: src: Use XAieSim_LoadElfMem() for elf loading from memory
The elf load from a file is fixed to use XAieSim_LoadElf() for the bss clear issue. So this implements the elf load from memory using the same base function to avoid the same issue when elf is loaded from memory. Signed-off-by: Hyun Kwon <[email protected]> Acked-for-series: Wendy Liang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88137f8 - Browse repository at this point
Copy the full SHA 88137f8View commit details -
xilpm: versal: fix and optimize sysmon trim values copy logic
This patch fixes the index for npd sysmon satelites. It also optimizes logic to read efuse values only once. Signed-off-by: Jolly Shah <[email protected]> Acked-by: Jyotheeswar Reddy Mutthareddyvari <[email protected]> Acked-by: Jyotheeswar Reddy Mutthareddyvari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0fd8a3 - Browse repository at this point
Copy the full SHA c0fd8a3View commit details -
XilSecure: Update Status in Sha3_DataUpdate where partial data is cop…
…ied. This patch updates Status, where we copy the Partial data to the buffer if data is <= 104 bytes. Signed-off-by: Kalyani Akula <[email protected]> Acked-by: VNSL Durga Challa <[email protected]> Acked-by: VNSL Durga Challa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 31dd05e - Browse repository at this point
Copy the full SHA 31dd05eView commit details -
xilpm: versal: Dont skip scanclear for AIE during SRST
AIE scan clear routine also performs ODISABLE and GATEREG operations. So there is a dependency on scan clear routine during system reset as well. This will be resolved once AIE CDO is modified to take care of ODISABLE and GATEREG. Until then, dont skip scanclear for AIE. Signed-off-by: Jyotheeswar Reddy Mutthareddyvari <[email protected]> Acked-by: Jolly Shah <[email protected]> Acked-by: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b4c13fb - Browse repository at this point
Copy the full SHA b4c13fbView commit details -
BSP: ARMv8: Avoid code duplication
Xil_DCacheInvalidateRange and Xil_DCacheFlushRange APIs are executing same functionality (clean + invalidate). Define Xil_DCacheFlushRange as macro, remove function implemantation, and point macro to Xil_DCacheInvalidateRange to avoid code duplication. Signed-off-by: Mubin Usman Sayyed <[email protected]> Acked-for-series: Anirudha Sarangi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6698ab - Browse repository at this point
Copy the full SHA b6698abView commit details -
aiengine: src: lib: Remove NPI private registers
Remove NPI private reigsters. It keeps the NPI AIE shim reset and AIE array reset wrapper but it will not do the reset in order not to fail cardano compilation. In next release, these two APIs will be replaced by EEMI calls. Signed-off-by: Wendy Liang <[email protected]> Acked-for-series: Nishad Saraf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 60b61ee - Browse repository at this point
Copy the full SHA 60b61eeView commit details -
aiengine: src: global: Remove Core private registers
Remove Core module private registers information from header files. Signed-off-by: Wendy Liang <[email protected]> Acked-for-series: Nishad Saraf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a4d45b - Browse repository at this point
Copy the full SHA 8a4d45bView commit details -
aiengine: src: global: Remove memory private registers
Remove memory private registers from header. Signed-off-by: Wendy Liang <[email protected]> Acked-for-series: Nishad Saraf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 879a3fd - Browse repository at this point
Copy the full SHA 879a3fdView commit details -
aiengine: src: global: Remove PL BISR private registers
Remove PL BISR private registers from headers. Signed-off-by: Wendy Liang <[email protected]> Acked-for-series: Nishad Saraf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f86a95d - Browse repository at this point
Copy the full SHA f86a95dView commit details -
aiegine: src: global: update history
Update history of removing private registers. Signed-off-by: Wendy Liang <[email protected]> Acked-for-series: Nishad Saraf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e3aebec - Browse repository at this point
Copy the full SHA e3aebecView commit details -
Signed-off-by: Siva Addepalli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8808bef - Browse repository at this point
Copy the full SHA 8808befView commit details -
swservices:xilsem:SEM Library update for VNC and CIPS changes
The patch doesn't break the existing PLM. SEM tested for NPI and CFI scan. SEM Library updated for following changes -CIPS level configuration for SEMlib at compile time -CRAM TRIM changes for VNC Signed-off-by: Rajababu Maillapalli <[email protected]> Acked-by: Vikram Sreenivasa Batchali <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43a329a - Browse repository at this point
Copy the full SHA 43a329aView commit details -
v_sdirx: Added 10bit YCbCr444 support for SDI Rx
This patch enables the 10 bit YUV444 support for SDIRx Driver Signed-off-by: Praveen Vuppala <[email protected]> Acked-for-series: Vishal Sagar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 226f94d - Browse repository at this point
Copy the full SHA 226f94dView commit details -
xilpm:versal:server: Use global general storage register in PMC
Wrong PGGS register address is used. Also, instead of using [P]GGS registers in PSM for communication between PUs, use similar registers in PMC. Signed-off-by: Saeed Nowshadi <[email protected]> Acked-by: Jolly Shah <[email protected]> Acked-by: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89b48f7 - Browse repository at this point
Copy the full SHA 89b48f7View commit details -
rfdc: Fabric Rate Mask for DAC needed to be widened
Signed-off-by: Conall O'Griofa <conall.o'[email protected]> Acked-for-series: Anand Ashok Dumbre <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f7635fc - Browse repository at this point
Copy the full SHA f7635fcView commit details -
pciepsu: Fix Coverity OVERRUN warning
Getting array size of XPciePsu_ConfigTable and using it when doing Config table lookup. Signed-off-by: Arjun V <[email protected]> Acked-for-series: Bharat Kumar Gogada <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a6181c - Browse repository at this point
Copy the full SHA 0a6181cView commit details -
pciepsu: Fix Coverity UNUNSED_VALUE warning
Removing Memtype from XPciePsu_AllocBarSpace(). XPciePsu_ReserveBarMem() wont be invoked for IO_MEM Memtype. Hence the condition check for XPCIEPSU_BAR_IO_MEM can be removed. Signed-off-by: Arjun V <[email protected]> Acked-for-series: Bharat Kumar Gogada <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b14beb1 - Browse repository at this point
Copy the full SHA b14beb1View commit details -
pciepsu: Fix Coverity UNINIT warning
Initializing ConfigData in XPciePsu_FetchDevicesInBus(). Signed-off-by: Arjun V <[email protected]> Acked-for-series: Bharat Kumar Gogada <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 23da5e4 - Browse repository at this point
Copy the full SHA 23da5e4View commit details -
pciepsu: Fix Coverity OVERFLOW warning
Fixing the shift operation in XPciePsu_AllocBarSpace() to avoid integer overflow. Signed-off-by: Arjun V <[email protected]> Acked-for-series: Bharat Kumar Gogada <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2a1a386 - Browse repository at this point
Copy the full SHA 2a1a386View commit details -
v_hscaler: Changed phaseH addresses
The register addresses for phaseH has been changed in hscaler ip, this patch takes the same changes for driver as well. This is required to support 8K. Also increased driver minor version as the register space is changed. Signed-off-by: Jagadeesh Banisetti <[email protected]> Acked-for-series: Sandip Kothari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 80bd59b - Browse repository at this point
Copy the full SHA 80bd59bView commit details -
sw_services:xilnvm:Fixed Mandatory MISRA-C violations
This patch fixes below MISRA-C violation: Function call with no prior declaration MISRA-C:2012/AMD1 R.17.3 Signed-off-by: Harsha <[email protected]> Acked-for-series: Kalyani Akula <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e766dac - Browse repository at this point
Copy the full SHA e766dacView commit details -
sw_services:xilpuf:Fixed Mandatory MISRA-C violations
This patch fixes below MISRA-C violation: Function call with no prior declaration. MISRA-C:2012/AMD1 R.17.3 Signed-off-by: Harsha <[email protected]> Acked-for-series: Kalyani Akula <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4179516 - Browse repository at this point
Copy the full SHA 4179516View commit details -
dp14txss/data: added files to dependencies.props Added copyright head…
…er to multiple files Signed-off-by: nishantd <[email protected]> Acked by : Pankaj Kumbhare <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ac2abe - Browse repository at this point
Copy the full SHA 4ac2abeView commit details -
xilpm: versal: Run Pl hclean at early boot
There is a silicon problem where on 2-4% of Versal ES1 S80 devices you can get 12A of VCCINT_PL current before CFI housecleaning is run. It is not possible to screen for this issue since it is dependent on silicon, temperature, and voltage conditions. The problem is eliminated when PL Vgg frame housecleaning is run so we need to do that ASAP after PLM is loaded Signed-off-by: Jolly Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d423ffb - Browse repository at this point
Copy the full SHA d423ffbView commit details -
Revert "xilpm: versal: Run Pl hclean at early boot"
This reverts commit 1db0146. Because of this commit MMC error observed during Linux boot. Need to debug this issue. So revert this commit for temporary solution. Signed-off-by: Rajan Vaja <[email protected]> Acked-by: Tejas Patel <[email protected]> Acked-by: Tejas Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd39f1e - Browse repository at this point
Copy the full SHA fd39f1eView commit details -
mipicsiss: Updated SP701 HDMI files
Resolved Greenish Hue seen in HDMI Signed-off-by: Niharika S <[email protected]> Acked by : Pankaj Kumbhare <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be4a8ca - Browse repository at this point
Copy the full SHA be4a8caView commit details -
sw_services :xilloader: SBI should not be reset when partial PDI is l…
…oaded from SMAP This is accomplished by reading SBI_CTRL register in the interrupt handler for SBI_DATA_RDY interrupt. The register value is used to ascertain if the pdi was sent through SMAP or SBI jtag mode. Signed-off-by: Vikram Sreenivasa Batchali <[email protected]> Acked-by: Rajababu Mailapalli<[email protected]> Acked-by: Rajababu Mailapalli<[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76e3bd5 - Browse repository at this point
Copy the full SHA 76e3bd5View commit details -
v_sdirxss: Corrected data misalignemnt issue for 12G
Updated the application to rectify data misalignment for 12G-SDI Signed-off-by: S Shreesh <[email protected]> Acked by : Shruti Gupta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67b0b7b - Browse repository at this point
Copy the full SHA 67b0b7bView commit details -
aiengine: enable assertion logic for linux and simulation
The commit enables assertion logic for linux and simulation platforms. This enables the driver to assert when the input arguments are invalid. Signed-off-by: Tejus Siddagangaiah <[email protected]> Acked-for-series: Hyun Kwon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c016db3 - Browse repository at this point
Copy the full SHA c016db3View commit details -
aiengine: src: tile: remove unwanted assertion
The commit removes unwanted assertion in the api. Without this change, call to the api will always assert. Signed-off-by: Tejus Siddagangaiah <[email protected]> Acked-for-series: Hyun Kwon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b4492e6 - Browse repository at this point
Copy the full SHA b4492e6View commit details -
Revert "dp14rxss: Added multi instance support."
This reverts commit d3ce626. In MST mode, application getting crashed because of this fix. Revert needed to retain the MST mode working. Signed-off-by: Jagadeesh Banisetti <[email protected]> Acked-for-series: Sandip Kothari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c73de4 - Browse repository at this point
Copy the full SHA 3c73de4View commit details -
Revert "dp14txss: Added multi instance support."
This reverts commit 0717fc0. For MST mode, generation of xdptxss_g.c file is not correct, and causing no display for streams 2, 3 and 4. Signed-off-by: Jagadeesh Banisetti <[email protected]> Acked-for-series: Sandip Kothari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d05a72 - Browse repository at this point
Copy the full SHA 4d05a72View commit details -
sw_apps :zynqmp_fsbl: Changes for version less ZynqMP Fsbl for 2019.2
This patch will add support for version less ZynqMP Fsbl builds for 2019.2 Changes: Removed xipipsu_g.c file from misc folder. Added separate xipipsu_g.c files in a53 and r5 folders. Based on 2019.2 daily latest ZynqMP Fsbl, changed pm_cfg_obj.c file Changed copy_bsp.h to read xipipsu_g.c file from misc/zcu102/a53 or r5. Signed-off-by: Sivaji Boddupilli <[email protected]> Acked-by: Vikram Sreenivasa Batchali <[email protected]> Acked-by: Vikram Sreenivasa Batchali <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 87c72df - Browse repository at this point
Copy the full SHA 87c72dfView commit details -
Signed-off-by: Siva Addepalli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 999a794 - Browse repository at this point
Copy the full SHA 999a794View commit details -
sw_apps: versal_plm: Versionless build support for PLM
This patch adds support for versionless build for PLM for 2019.2 release. Signed-off-by: Mounika Akula <[email protected]> Acked-by: Sarat Chand Savitala <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d23a14 - Browse repository at this point
Copy the full SHA 5d23a14View commit details -
sw_apps: versal_plm: Updates to PLM versionless build
This patch does the following updates to the PLM versionless build: 1. It removes the unwanted changes in Makefile and copy_bsp.sh file 2. It changes the executable.elf to plm.elf 3. It adds Readme.txt for versionless build Signed-off-by: Mounika Akula <[email protected]> Acked-by: Vikram Sreenivasa Batchali <[email protected]> Acked-by: Vikram Sreenivasa Batchali <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47b458d - Browse repository at this point
Copy the full SHA 47b458dView commit details -
sw_apps: versal_psmfw: Versionless build support for PSMFW
This patch adds support for versionless build support for PSMFW for 2019.2 release. Signed-off-by: Mounika Akula <[email protected]> Acked-by: Sarat Chand Savitala <[email protected]> Acked-by: Sarat Chand Savitala <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 31d07ce - Browse repository at this point
Copy the full SHA 31d07ceView commit details -
sw_apps: zynqmp_pmufw: Updates to PMU versionless build
This patch updates the PMU versionless build for 2019.2 release. Signed-off-by: Mounika Akula <[email protected]> Acked-by: Sarat Chand Savitala <[email protected]> Acked-by: Sarat Chand Savitala <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9384091 - Browse repository at this point
Copy the full SHA 9384091View commit details
Commits on Dec 3, 2019
-
XilPuf: Fix for XilPuf examples compilation on R5.
This patch fixed the XilPuf examples compilation on R5. Signed-off-by: Kalyani Akula <[email protected]> Acked-by: VNSL Durga Challa <[email protected]>
Kalyani Akula authored and Siva Addepalli committedDec 3, 2019 Configuration menu - View commit details
-
Copy full SHA for f47d640 - Browse repository at this point
Copy the full SHA f47d640View commit details -
Published Doxygen documentation for drivers, PDF's for libraries, lic…
…ense file Signed-off-by: Siva Addepalli <[email protected]>
Siva Addepalli committedDec 3, 2019 Configuration menu - View commit details
-
Copy full SHA for 920eed7 - Browse repository at this point
Copy the full SHA 920eed7View commit details
Commits on Feb 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9fb771f - Browse repository at this point
Copy the full SHA 9fb771fView commit details