Skip to content
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

Open
wants to merge 4,898 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 29, 2019

  1. 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]>
    Pamela Singh authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    2d8b4fa View commit details
    Browse the repository at this point in the history
  2. 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]>
    Pamela Singh authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    218bede View commit details
    Browse the repository at this point in the history
  3. 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]>
    Pamela Singh authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    0dcb843 View commit details
    Browse the repository at this point in the history
  4. 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]>
    Amit Sunil Dhamne authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    8ad01ed View commit details
    Browse the repository at this point in the history
  5. 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]>
    Tejas Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    a0d9ea3 View commit details
    Browse the repository at this point in the history
  6. 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]>
    Tejas Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    b066189 View commit details
    Browse the repository at this point in the history
  7. 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]>
    Tejas Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    4806d0f View commit details
    Browse the repository at this point in the history
  8. 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]>
    Tejas Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    0caf114 View commit details
    Browse the repository at this point in the history
  9. 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]>
    Tejas Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    fa43acd View commit details
    Browse the repository at this point in the history
  10. 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]>
    Tejas Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    a3760fc View commit details
    Browse the repository at this point in the history
  11. 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]>
    Tejas Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    92c4bf6 View commit details
    Browse the repository at this point in the history
  12. 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]>
    Tejas Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    8b545ae View commit details
    Browse the repository at this point in the history
  13. 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]>
    Tejas Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    182da36 View commit details
    Browse the repository at this point in the history
  14. 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]>
    Tejas Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    beeed91 View commit details
    Browse the repository at this point in the history
  15. 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]>
    Tejas Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    bd56d39 View commit details
    Browse the repository at this point in the history
  16. 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]>
    Tejas Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    f08c08b View commit details
    Browse the repository at this point in the history
  17. 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]>
    Tejas Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    74d2bff View commit details
    Browse the repository at this point in the history
  18. 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]>
    Tejas Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    cefa42e View commit details
    Browse the repository at this point in the history
  19. 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]>
    Tejas Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    e49024e View commit details
    Browse the repository at this point in the history
  20. 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]>
    Tejas Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    f06dfc3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    990004a View commit details
    Browse the repository at this point in the history
  22. 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]>
    Srinivas Neeli authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    fb27bf2 View commit details
    Browse the repository at this point in the history
  23. 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]>
    Pamela Singh authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    d6f4bd5 View commit details
    Browse the repository at this point in the history
  24. 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]>
    VNSL Durga authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    d009c97 View commit details
    Browse the repository at this point in the history
  25. XilLoader: Added key sources

    This patch adds different key sources support
    
    Signed-off-by: VNSL Durga Challa <[email protected]>
    
    Acked-for-series: Kalyani Akula <[email protected]>
    VNSL Durga authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    e61b41b View commit details
    Browse the repository at this point in the history
  26. 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]>
    VNSL Durga authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    11ec3da View commit details
    Browse the repository at this point in the history
  27. 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]>
    VNSL Durga authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    37b3776 View commit details
    Browse the repository at this point in the history
  28. 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]>
    VNSL Durga authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    84c6e3e View commit details
    Browse the repository at this point in the history
  29. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    ab318fb View commit details
    Browse the repository at this point in the history
  30. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    f645d99 View commit details
    Browse the repository at this point in the history
  31. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    00b717a View commit details
    Browse the repository at this point in the history
  32. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    29b9aad View commit details
    Browse the repository at this point in the history
  33. 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]>
    Sivaji Boddupilli authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    98e46f6 View commit details
    Browse the repository at this point in the history
  34. 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]>
    Harsha authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    43b9354 View commit details
    Browse the repository at this point in the history
  35. 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]>
    Kalyani Akula authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    32f56e7 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    ffc0230 View commit details
    Browse the repository at this point in the history
  37. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    03ca903 View commit details
    Browse the repository at this point in the history
  38. 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]>
    Tejas Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    2d320f7 View commit details
    Browse the repository at this point in the history
  39. 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]>
    Tejas Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    6509ba4 View commit details
    Browse the repository at this point in the history
  40. 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]>
    Tejas Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    601df0e View commit details
    Browse the repository at this point in the history
  41. 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]>
    Tejas Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    efb354d View commit details
    Browse the repository at this point in the history
  42. 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]>
    Tejas Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    5981786 View commit details
    Browse the repository at this point in the history
  43. 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]>
    Tejas Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    1cbea8c View commit details
    Browse the repository at this point in the history
  44. 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]>
    Tejas Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    9f12749 View commit details
    Browse the repository at this point in the history
  45. 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]>
    Tejas Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    14f7c2a View commit details
    Browse the repository at this point in the history
  46. 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]>
    Tejas Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    27a254f View commit details
    Browse the repository at this point in the history
  47. 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]>
    praveenv authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    2821481 View commit details
    Browse the repository at this point in the history
  48. 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]>
    praveenv authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    d4817be View commit details
    Browse the repository at this point in the history
  49. 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]>
    praveenv authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    537839e View commit details
    Browse the repository at this point in the history
  50. 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]>
    praveenv authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    acf4669 View commit details
    Browse the repository at this point in the history
  51. 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]>
    praveenv authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    761f449 View commit details
    Browse the repository at this point in the history
  52. 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]>
    praveenv authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    2a053bc View commit details
    Browse the repository at this point in the history
  53. 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]>
    praveenv authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    3a53d29 View commit details
    Browse the repository at this point in the history
  54. 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]>
    Jagadeesh Banisetti authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    804aefe View commit details
    Browse the repository at this point in the history
  55. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    6be1251 View commit details
    Browse the repository at this point in the history
  56. 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]>
    Sivaji Boddupilli authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    887d8cb View commit details
    Browse the repository at this point in the history
  57. 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]>
    Sivaji Boddupilli authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    326cddf View commit details
    Browse the repository at this point in the history
  58. 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]>
    Mounika Akula authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    a20f034 View commit details
    Browse the repository at this point in the history
  59. 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]>
    Mounika Akula authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    d94ddbd View commit details
    Browse the repository at this point in the history
  60. 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]>
    Arunima Mishra authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    6872bac View commit details
    Browse the repository at this point in the history
  61. 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]>
    P L Sai Krishna authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    c9a479d View commit details
    Browse the repository at this point in the history
  62. 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]>
    VNSL Durga Challa authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    2c6944f View commit details
    Browse the repository at this point in the history
  63. XilSecure: Versal: Initialized status variable

    Initialized status variables with XST_FAILURE
    Added timeout for while loop
    
    Signed-off-by: VNSL Durga Challa <[email protected]>
    VNSL Durga Challa authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    ff54a1a View commit details
    Browse the repository at this point in the history
  64. 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]>
    VNSL Durga Challa authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    f80ef09 View commit details
    Browse the repository at this point in the history
  65. Xilskey: Added Debug define.

    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]>
    Pamela Singh authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    69a35a9 View commit details
    Browse the repository at this point in the history
  66. 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]>
    Nicole Baze authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    1eaef84 View commit details
    Browse the repository at this point in the history
  67. 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]>
    Nicole Baze authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    aa65388 View commit details
    Browse the repository at this point in the history
  68. 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]>
    Nicole Baze authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    3ad4b93 View commit details
    Browse the repository at this point in the history
  69. v_hdmirx1: Added VIC Error Callback and improved FRL mode operations

    Signed-off-by: Eric Bong <[email protected]>
    Acked-by: Yunhai Qiao <[email protected]>
    Eric Bong authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    f57931c View commit details
    Browse the repository at this point in the history
  70. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    7a5ceab View commit details
    Browse the repository at this point in the history
  71. v_hdmi_common: Updated ACR CTS/N Enumeration

    Signed-off-by: Eric Bong <[email protected]>
    Acked-by: Yunhai Qiao <[email protected]>
    Eric Bong authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    49da074 View commit details
    Browse the repository at this point in the history
  72. 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]>
    mubinsyed authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    ca631f8 View commit details
    Browse the repository at this point in the history
  73. 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]>
    mubinsyed authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    b086752 View commit details
    Browse the repository at this point in the history
  74. 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]>
    S Shreesh authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    30f0844 View commit details
    Browse the repository at this point in the history
  75. 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]>
    VNSL Durga authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    b474ca1 View commit details
    Browse the repository at this point in the history
  76. 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]>
    Kalyani Akula authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    5f2caad View commit details
    Browse the repository at this point in the history
  77. 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]>
    [email protected] authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    0bc3025 View commit details
    Browse the repository at this point in the history
  78. 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]>
    nishantd authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    b91d079 View commit details
    Browse the repository at this point in the history
  79. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    c203882 View commit details
    Browse the repository at this point in the history
  80. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    d7d63b8 View commit details
    Browse the repository at this point in the history
  81. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    2618004 View commit details
    Browse the repository at this point in the history
  82. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    394968f View commit details
    Browse the repository at this point in the history
  83. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    ace6fa5 View commit details
    Browse the repository at this point in the history
  84. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    4670436 View commit details
    Browse the repository at this point in the history
  85. 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]>
    [email protected] authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    957042a View commit details
    Browse the repository at this point in the history
  86. 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]>
    Harsha authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    cbcd319 View commit details
    Browse the repository at this point in the history
  87. 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]>
    Mounika Akula authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    f7e8cf3 View commit details
    Browse the repository at this point in the history
  88. mipicsiss: Example Design Update

    Added example design support for SP701
    
    Signed-off-by: Niharika S <[email protected]>
    
    Acked by : Pankaj Kumbhare <[email protected]>
    nis authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    5275254 View commit details
    Browse the repository at this point in the history
  89. 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]>
    Jolly Shah authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    9f6a9b5 View commit details
    Browse the repository at this point in the history
  90. 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]>
    Jolly Shah authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    2cb62a4 View commit details
    Browse the repository at this point in the history
  91. 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]>
    Jolly Shah authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    1f8ba07 View commit details
    Browse the repository at this point in the history
  92. v_hdmirxss1: Added VCU118 support and cleaned up info reportings

    Signed-off-by: Eric Bong <[email protected]>
    Eric Bong authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    3cf6631 View commit details
    Browse the repository at this point in the history
  93. v_hdmitx1: Updated XV_HdmiTx1_SetStream, XV_HdmiTx1_GetTmdsClk and im…

    …proved FRL link training flow
    
    Signed-off-by: Eric Bong <[email protected]>
    Eric Bong authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    b1071b6 View commit details
    Browse the repository at this point in the history
  94. 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]>
    Eric Bong authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    754c435 View commit details
    Browse the repository at this point in the history
  95. 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]>
    Tejas Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    fd7b2c9 View commit details
    Browse the repository at this point in the history
  96. 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]>
    mubinsyed authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    03032e8 View commit details
    Browse the repository at this point in the history
  97. 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]>
    Jolly Shah authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    29270dd View commit details
    Browse the repository at this point in the history
  98. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    4d235be View commit details
    Browse the repository at this point in the history
  99. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    0500042 View commit details
    Browse the repository at this point in the history
  100. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    fa14145 View commit details
    Browse the repository at this point in the history
  101. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    7c009ed View commit details
    Browse the repository at this point in the history
  102. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    3a69194 View commit details
    Browse the repository at this point in the history
  103. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    3e2ca36 View commit details
    Browse the repository at this point in the history
  104. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    d20056e View commit details
    Browse the repository at this point in the history
  105. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    a28c349 View commit details
    Browse the repository at this point in the history
  106. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    10a215e View commit details
    Browse the repository at this point in the history
  107. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    26d84b2 View commit details
    Browse the repository at this point in the history
  108. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    dbf356d View commit details
    Browse the repository at this point in the history
  109. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    aa82107 View commit details
    Browse the repository at this point in the history
  110. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    5309e9a View commit details
    Browse the repository at this point in the history
  111. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    dd2c3ea View commit details
    Browse the repository at this point in the history
  112. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    bced313 View commit details
    Browse the repository at this point in the history
  113. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    b3ccaae View commit details
    Browse the repository at this point in the history
  114. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    1a7f5f9 View commit details
    Browse the repository at this point in the history
  115. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    323f386 View commit details
    Browse the repository at this point in the history
  116. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    62b986e View commit details
    Browse the repository at this point in the history
  117. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    a521e05 View commit details
    Browse the repository at this point in the history
  118. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    210661e View commit details
    Browse the repository at this point in the history
  119. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    95290cc View commit details
    Browse the repository at this point in the history
  120. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    01c4e4c View commit details
    Browse the repository at this point in the history
  121. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    6238d9c View commit details
    Browse the repository at this point in the history
  122. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    c5a1bbe View commit details
    Browse the repository at this point in the history
  123. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    9315045 View commit details
    Browse the repository at this point in the history
  124. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    9fcd419 View commit details
    Browse the repository at this point in the history
  125. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    237d35c View commit details
    Browse the repository at this point in the history
  126. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    41848c9 View commit details
    Browse the repository at this point in the history
  127. 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]>
    Nicole Baze authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    a929f45 View commit details
    Browse the repository at this point in the history
  128. 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]>
    Nicole Baze authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    3ab6f19 View commit details
    Browse the repository at this point in the history
  129. 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]>
    Nicole Baze authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    4e7126c View commit details
    Browse the repository at this point in the history
  130. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    8de14f9 View commit details
    Browse the repository at this point in the history
  131. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    d092cb2 View commit details
    Browse the repository at this point in the history
  132. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    78fdf54 View commit details
    Browse the repository at this point in the history
  133. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    84df921 View commit details
    Browse the repository at this point in the history
  134. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    4486af3 View commit details
    Browse the repository at this point in the history
  135. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    117fc9e View commit details
    Browse the repository at this point in the history
  136. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    34b3d6f View commit details
    Browse the repository at this point in the history
  137. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    fb80359 View commit details
    Browse the repository at this point in the history
  138. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    5f07927 View commit details
    Browse the repository at this point in the history
  139. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    fe5eec8 View commit details
    Browse the repository at this point in the history
  140. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    11ac8d1 View commit details
    Browse the repository at this point in the history
  141. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    4bfb13d View commit details
    Browse the repository at this point in the history
  142. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    d74a09d View commit details
    Browse the repository at this point in the history
  143. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    875f8e9 View commit details
    Browse the repository at this point in the history
  144. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    bb10c45 View commit details
    Browse the repository at this point in the history
  145. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    e8b1d4a View commit details
    Browse the repository at this point in the history
  146. xilpm: client_versal: Add automatically generated NodeIDs

    Add file for automatically generated NodeIDs in client_versal library.
    
    Signed-off-by: Ravi Patel <[email protected]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    e46f93f View commit details
    Browse the repository at this point in the history
  147. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    60b4ed3 View commit details
    Browse the repository at this point in the history
  148. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    cdffb02 View commit details
    Browse the repository at this point in the history
  149. 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]>
    Arjun V authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    8207512 View commit details
    Browse the repository at this point in the history
  150. 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]>
    xlnx-hyunkwon authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    1414d6d View commit details
    Browse the repository at this point in the history
  151. 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]>
    xlnx-hyunkwon authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    8135cfe View commit details
    Browse the repository at this point in the history
  152. 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]>
    xlnx-hyunkwon authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    ad2e171 View commit details
    Browse the repository at this point in the history
  153. 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]>
    xlnx-hyunkwon authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    d953477 View commit details
    Browse the repository at this point in the history
  154. 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]>
    xlnx-hyunkwon authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    9675c39 View commit details
    Browse the repository at this point in the history
  155. 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]>
    xlnx-hyunkwon authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    36c0aad View commit details
    Browse the repository at this point in the history
  156. 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]>
    xlnx-hyunkwon authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    4ec426e View commit details
    Browse the repository at this point in the history
  157. 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]>
    Rajababu Maillapalli authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    e48deef View commit details
    Browse the repository at this point in the history
  158. 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]>
    nishantd authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    e1e4216 View commit details
    Browse the repository at this point in the history
  159. 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]>
    Krishna Chaitanya authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    36a485f View commit details
    Browse the repository at this point in the history
  160. 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]>
    mnarani authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    48a6f62 View commit details
    Browse the repository at this point in the history
  161. 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]>
    Arjun V authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    8945f9e View commit details
    Browse the repository at this point in the history
  162. 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]>
    Arjun V authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    9a65c2c View commit details
    Browse the repository at this point in the history
  163. 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]>
    Arjun V authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    c8e1e47 View commit details
    Browse the repository at this point in the history
  164. 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]>
    Arjun V authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    3d8ee0d View commit details
    Browse the repository at this point in the history
  165. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    e531ba1 View commit details
    Browse the repository at this point in the history
  166. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    a949d08 View commit details
    Browse the repository at this point in the history
  167. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    9f12260 View commit details
    Browse the repository at this point in the history
  168. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    6fc7d67 View commit details
    Browse the repository at this point in the history
  169. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    6d9b2be View commit details
    Browse the repository at this point in the history
  170. 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]>
    Nicole Baze authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    9a82deb View commit details
    Browse the repository at this point in the history
  171. Configuration menu
    Copy the full SHA
    6d591a9 View commit details
    Browse the repository at this point in the history
  172. 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]>
    S Shreesh authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    a638921 View commit details
    Browse the repository at this point in the history
  173. 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]>
    mnarani authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    f4fbf89 View commit details
    Browse the repository at this point in the history
  174. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    29c3024 View commit details
    Browse the repository at this point in the history
  175. 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]>
    Tejas Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    d5b7b75 View commit details
    Browse the repository at this point in the history
  176. 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]>
    tejus26 authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    9a132ad View commit details
    Browse the repository at this point in the history
  177. aiengine: src: tile: fix compiler warnings

    The commit removes some redundant condition checks which raise compiler
    warnings.
    
    Signed-off-by: Tejus Siddagangaiah <[email protected]>
    tejus26 authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    5878a60 View commit details
    Browse the repository at this point in the history
  178. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    0c549ea View commit details
    Browse the repository at this point in the history
  179. 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]>
    Anurag Kumar Vulisha authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    091d724 View commit details
    Browse the repository at this point in the history
  180. 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]>
    SaratCS authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    e16d0e0 View commit details
    Browse the repository at this point in the history
  181. 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]>
    Mounika Akula authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    dd95a8b View commit details
    Browse the repository at this point in the history
  182. 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]>
    Mounika Akula authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    9192a94 View commit details
    Browse the repository at this point in the history
  183. 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]>
    Mounika Akula authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    7cf2674 View commit details
    Browse the repository at this point in the history
  184. 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]>
    Mounika Akula authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    b3140b1 View commit details
    Browse the repository at this point in the history
  185. 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]>
    Mounika Akula authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    a3a6a2a View commit details
    Browse the repository at this point in the history
  186. 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]>
    Rajababu Maillapalli authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    11b8173 View commit details
    Browse the repository at this point in the history
  187. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    2455945 View commit details
    Browse the repository at this point in the history
  188. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    2e8a319 View commit details
    Browse the repository at this point in the history
  189. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    9a8a6c3 View commit details
    Browse the repository at this point in the history
  190. 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]>
    Ravi Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    4dca070 View commit details
    Browse the repository at this point in the history
  191. 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]>
    mubinsyed authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    66e029a View commit details
    Browse the repository at this point in the history
  192. 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]>
    VNSL Durga authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    4b8c508 View commit details
    Browse the repository at this point in the history
  193. 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]>
    Mohan Dhanawade authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    c0212ba View commit details
    Browse the repository at this point in the history
  194. Remove HDMI2.1 drivers

    Signed-off-by: Siva Addepalli <[email protected]>
    saddepal authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    c2c652e View commit details
    Browse the repository at this point in the history
  195. 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]>
    mnarani authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    76b42c7 View commit details
    Browse the repository at this point in the history
  196. 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]>
    kedareswararao authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    76e7a9e View commit details
    Browse the repository at this point in the history
  197. 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]>
    Jagadeesh Banisetti authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    c70a478 View commit details
    Browse the repository at this point in the history
  198. 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]>
    Jagadeesh Banisetti authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    1efcfb4 View commit details
    Browse the repository at this point in the history
  199. 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]>
    nis authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    1e7edf4 View commit details
    Browse the repository at this point in the history
  200. 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]>
    S Shreesh authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    d6d568d View commit details
    Browse the repository at this point in the history
  201. Added strict condition to check audio infoframe type.

    Signed-off-by: Kapil Usgaonkar <[email protected]>
    
    Acked by : Pankaj Kumbhare <[email protected]>
    Kapil Usgaonkar authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    8c5a807 View commit details
    Browse the repository at this point in the history
  202. Revert "sw_services :xilloader: Switch OSPI and flash controllers to …

    …DDR mode in PLM"
    
    This reverts commit 399e00c.
    meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    f479a29 View commit details
    Browse the repository at this point in the history
  203. 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]>
    Siva Durga Prasad Paladugu authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    67099bf View commit details
    Browse the repository at this point in the history
  204. 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]>
    Rajababu Maillapalli authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    ccb3c70 View commit details
    Browse the repository at this point in the history
  205. 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]>
    Ben Levinsky authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    0b4dc93 View commit details
    Browse the repository at this point in the history
  206. 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]>
    Ben Levinsky authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    e6471ca View commit details
    Browse the repository at this point in the history
  207. 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]>
    Tejas Patel authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    79ad06e View commit details
    Browse the repository at this point in the history
  208. 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]>
    Vivek Veenam authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    8086af8 View commit details
    Browse the repository at this point in the history
  209. 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]>
    tejus26 authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    eee4700 View commit details
    Browse the repository at this point in the history
  210. 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]>
    xlnx-hyunkwon authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    88137f8 View commit details
    Browse the repository at this point in the history
  211. 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]>
    Jolly Shah authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    c0fd8a3 View commit details
    Browse the repository at this point in the history
  212. 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]>
    Kalyani Akula authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    31dd05e View commit details
    Browse the repository at this point in the history
  213. 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]>
    Jyotheeswar Reddy authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    b4c13fb View commit details
    Browse the repository at this point in the history
  214. 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]>
    mubinsyed authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    b6698ab View commit details
    Browse the repository at this point in the history
  215. 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]>
    Wendy Liang authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    60b61ee View commit details
    Browse the repository at this point in the history
  216. 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]>
    Wendy Liang authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    8a4d45b View commit details
    Browse the repository at this point in the history
  217. 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]>
    Wendy Liang authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    879a3fd View commit details
    Browse the repository at this point in the history
  218. 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]>
    Wendy Liang authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    f86a95d View commit details
    Browse the repository at this point in the history
  219. 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]>
    Wendy Liang authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    e3aebec View commit details
    Browse the repository at this point in the history
  220. Removed psmfw.elf from GIT

    Signed-off-by: Siva Addepalli <[email protected]>
    saddepal authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    8808bef View commit details
    Browse the repository at this point in the history
  221. 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]>
    Rajababu Maillapalli authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    43a329a View commit details
    Browse the repository at this point in the history
  222. 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]>
    praveenv authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    226f94d View commit details
    Browse the repository at this point in the history
  223. 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]>
    saeedn-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    89b48f7 View commit details
    Browse the repository at this point in the history
  224. 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]>
    Conall O'Griofa authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    f7635fc View commit details
    Browse the repository at this point in the history
  225. 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]>
    Arjun V authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    0a6181c View commit details
    Browse the repository at this point in the history
  226. 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]>
    Arjun V authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    b14beb1 View commit details
    Browse the repository at this point in the history
  227. 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]>
    Arjun V authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    23da5e4 View commit details
    Browse the repository at this point in the history
  228. 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]>
    Arjun V authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    2a1a386 View commit details
    Browse the repository at this point in the history
  229. 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]>
    Jagadeesh Banisetti authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    80bd59b View commit details
    Browse the repository at this point in the history
  230. 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]>
    Harsha authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    e766dac View commit details
    Browse the repository at this point in the history
  231. 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]>
    Harsha authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    4179516 View commit details
    Browse the repository at this point in the history
  232. 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]>
    nishantd authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    4ac2abe View commit details
    Browse the repository at this point in the history
  233. 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]>
    Jolly Shah authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    d423ffb View commit details
    Browse the repository at this point in the history
  234. 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]>
    rajanv-xilinx authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    fd39f1e View commit details
    Browse the repository at this point in the history
  235. mipicsiss: Updated SP701 HDMI files

    Resolved Greenish Hue seen in HDMI
    
    Signed-off-by: Niharika S <[email protected]>
    
    Acked by : Pankaj Kumbhare <[email protected]>
    nis authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    be4a8ca View commit details
    Browse the repository at this point in the history
  236. 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]>
    [email protected] authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    76e3bd5 View commit details
    Browse the repository at this point in the history
  237. 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]>
    S Shreesh authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    67b0b7b View commit details
    Browse the repository at this point in the history
  238. 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]>
    tejus26 authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    c016db3 View commit details
    Browse the repository at this point in the history
  239. 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]>
    tejus26 authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    b4492e6 View commit details
    Browse the repository at this point in the history
  240. 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]>
    Jagadeesh Banisetti authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    3c73de4 View commit details
    Browse the repository at this point in the history
  241. 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]>
    Jagadeesh Banisetti authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    4d05a72 View commit details
    Browse the repository at this point in the history
  242. 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]>
    Sivaji Boddupilli authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    87c72df View commit details
    Browse the repository at this point in the history
  243. Updated the version to 1.0

    Signed-off-by: Siva Addepalli <[email protected]>
    saddepal authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    999a794 View commit details
    Browse the repository at this point in the history
  244. 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]>
    Mounika Akula authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    5d23a14 View commit details
    Browse the repository at this point in the history
  245. 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]>
    Mounika Akula authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    47b458d View commit details
    Browse the repository at this point in the history
  246. 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]>
    Mounika Akula authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    31d07ce View commit details
    Browse the repository at this point in the history
  247. 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]>
    Mounika Akula authored and meenapaleti committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    9384091 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. 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 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    f47d640 View commit details
    Browse the repository at this point in the history
  2. Published Doxygen documentation for drivers, PDF's for libraries, lic…

    …ense file
    
    Signed-off-by: Siva Addepalli <[email protected]>
    Siva Addepalli committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    920eed7 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2020

  1. Configuration menu
    Copy the full SHA
    9fb771f View commit details
    Browse the repository at this point in the history