Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
ed62e844210cb0cf0f0d723edb6f6cce0bb88533
/
plat
/
xilinx
/
zynqmp
« Previous
a22b885
zynqmp: pm_service: Add support for writing to AFI registers
by Siva Durga Prasad Paladugu
· 6 years ago
ac8526f
zynqmp: pm: Add IOCTL to set boot health status
by Siva Durga Prasad Paladugu
· 6 years ago
ed1d5cb
zynqmp: pm_service: Add support for resetting ULPI transceiver
by Siva Durga Prasad Paladugu
· 6 years ago
da95940
zynqmp: pm: Add API to get number of clocks
by Rajan Vaja
· 6 years ago
0718043
Merge pull request #1486 from antonio-nino-diaz-arm/an/psci-misra
by danh-arm
· 6 years ago
45a2c9e
Rework page table setup for varying number of mem regions
by Daniel Boulby
· 6 years ago
6f3ccc5
PSCI: Fix types of definitions
by Antonio Nino Diaz
· 6 years ago
cc9b496
Merge pull request #1406 from robertovargas-arm/uuid
by Dimitris Papastamos
· 6 years ago
6a8933c
plat: xilinx: zynqmp: Get chipid from registers for BL32
by Siva Durga Prasad Paladugu
· 6 years ago
ee1a114
plat: xilinx: zynqmp: Build for DDR if SPD is enabled
by Siva Durga Prasad Paladugu
· 6 years ago
eace8f1
Make TF UUID RFC 4122 compliant
by Roberto Vargas
· 7 years ago
efd431b
zynqmp: Add wdt timeout restart functionality
by Siva Durga Prasad Paladugu
· 7 years ago
b76656d
zynqmp: Fix EG/EV detection logic
by Siva Durga Prasad Paladugu
· 7 years ago
a4ed4b2
zynqmp: Add new API for processing secure images
by Siva Durga Prasad Paladugu
· 7 years ago
af4b10e
xilinx: zynqmp: pm_service: Fix APU only restart
by Tejas Patel
· 7 years ago
bf83b9c
plat: xilinx: zynqmp: Make fpga load blocking until completed
by Siva Durga Prasad Paladugu
· 7 years ago
5654787
plat: xilinx: zynqmp: Remove GET_CALLBACK_DATA function
by Siva Durga Prasad Paladugu
· 7 years ago
ba2b056
zynqmp: pm_service: Make PMU IPI-1 channel unsecure
by Rajan Vaja
· 7 years ago
e7d5dff
zynqmp: pm: Remove unnecessary header includes
by Rajan Vaja
· 7 years ago
40808bc
xilinx: zynqmp: Remove PMU Firmware checks
by Siva Durga Prasad Paladugu
· 7 years ago
79f7595
zynqmp: pm: Reverse logic for detecting that the PMU firmware is loaded
by Siva Durga Prasad Paladugu
· 7 years ago
b8d474f
plat: zynqmp: Don't panic() if we can't find the FSBL struct
by Alistair Francis
· 7 years ago
8f49972
plat: zynqmp: Let fsbl_atf_handover() return an error status
by Siva Durga Prasad Paladugu
· 6 years ago
36703e2
Include "bl_common.h" in Xilinx zynqmp_private.h
by Wendy Liang
· 7 years ago
f3994cc
zynqmp: pm: Added APIs for xilsecure linux support
by Siva Durga Prasad Paladugu
· 7 years ago
83e3725
plat: zynqmp: Add support for CG/EG/EV device detection
by Siva Durga Prasad Paladugu
· 7 years ago
19d69c0
aarch64: zynqmp: Add new Ids for RFSoC
by Siva Durga Prasad Paladugu
· 7 years ago
b982d16
zynqmp: Fix CSU ID SVD mask fo getting chip ID
by Siva Durga Prasad Paladugu
· 7 years ago
1f80d3f
zynqmp: pm: Allow to set shutdown scope via pm_system_shutdown API
by Siva Durga Prasad Paladugu
· 7 years ago
f2ddd91
zynqmp: pm: Implement PM_INIT_FINALIZE PM API call
by Filip Drazic
· 8 years ago
ca1e0af
zynqmp: pm: Rename PM_INIT to PM_INIT_FINALIZE
by Filip Drazic
· 8 years ago
de93d98
zynqmp: pm: Implemented new pm API to load secure images
by Siva Durga Prasad Paladugu
· 7 years ago
00ae6c5
xilinx: zynqmp: Read bootmode register using PM API
by Siva Durga Prasad Paladugu
· 8 years ago
78ba145
zynqmp: pm: Decode start address related SMC arguments for pm_req_wakeup
by Filip Drazic
· 8 years ago
d7d62ce
zynqmp: pm: Move pm_client_wakeup call from pm_req_wakeup
by Filip Drazic
· 8 years ago
cd16582
zynqmp: pm: Remove unused NODE_AFI, add NODE_EXTERN
by Mirela Simonovic
· 8 years ago
43b23a3
zynqmp: pm: Add support for setting suspend-to-RAM mode
by Siva Durga Prasad Paladugu
· 7 years ago
1caf88e
zynqmp: pm: Implement pm_get_node_status API function
by Anes Hadziahmetagic
· 8 years ago
e93a0f4
types: use int-ll64 for both aarch32 and aarch64
by Masahiro Yamada
· 7 years ago
5ac9d96
Fix pointer type mismatch of handlers
by Masahiro Yamada
· 7 years ago
f39a11f
Merge pull request #1250 from jollysxilinx/zynqmp-new-eemi-api
by Dimitris Papastamos
· 7 years ago
ff957ed
plat: fix switch statements to comply with MISRA rules
by Jonathan Wright
· 7 years ago
69fb5bf
zynqmp: pm: Minor corrections for MISRA compliance
by Jolly Shah
· 7 years ago
c82ce46
zynqmp: pm_service: Support multiple SDIO modes
by Rajan Vaja
· 7 years ago
c7ee23d
zynqmp: pm: Support ATF PM version check
by Rajan Vaja
· 7 years ago
abee2a4
zynqmp: pm: Update API version to 1.0
by Jolly Shah
· 7 years ago
8f5ddb3
zynqmp: Use DDR memory when DEBUG is enabled
by Jolly Shah
· 7 years ago
d5dd836
zynqmp: pm: Add APIs for pin control queries
by Rajan Vaja
· 7 years ago
393c0a2
zynqmp: pm: Add IOCTLs for global storage access
by Rajan Vaja
· 7 years ago
d98455b
zynqmp: pm: Implement clock APIs
by Rajan Vaja
· 7 years ago
3511613
zynqmp: pm: Add clock control EEMI API and ioctl functions
by Rajan Vaja
· 7 years ago
aea41bb
zynqmp: pm: Implement IOCTL APIs for device control
by Rajan Vaja
· 7 years ago
5529a01
zynqmp: pm: Implement IOCTL APIs for remoteproc
by Rajan Vaja
· 7 years ago
5e139e7
zynqmp: pm: Implement pin control APIs for configurations
by Rajan Vaja
· 7 years ago
0ac2be1
zynqmp: pm: Implement pin control APIs for get/set functions
by Rajan Vaja
· 7 years ago
8368761
zynqmp: pm: Add wrappers for Pin control APIs
by Rajan Vaja
· 7 years ago
670bec0
zynqmp: Add new function and node IDs
by Rajan Vaja
· 7 years ago
c150312
Update ULL() macro and instances of ull to comply with MISRA
by David Cunado
· 7 years ago
8e5bd5e
Disable workaround for CVE-2017-5715 on unaffected platforms
by Dimitris Papastamos
· 7 years ago
328105c
zynqmp: pm_service: use zynqmp_ipi APIs
by Wendy Liang
· 7 years ago
f8fec36
Add Xilinx ZynqMP IPI mailbox service
by Wendy Liang
· 7 years ago
3aebacf
Introduce ZynqMP IPI implementation
by Wendy Liang
· 7 years ago
c5b0c0f
Do not enable SVE on pre-v8.2 platforms
by David Cunado
· 7 years ago
9bde130
zynqmp: Migrate to using interrupt properties
by Jeenu Viswambharan
· 7 years ago
881788d
zynqmp: Sync function declaration and definition
by Soren Brinkmann
· 7 years ago
e363146
Fix order of remaining platform #includes
by Isla Mitchell
· 7 years ago
4ae19c4
zynqmp: Remove duplicate 'const' declaration
by Soren Brinkmann
· 7 years ago
fa3cf0b
Use SPDX license identifiers
by dp-arm
· 8 years ago
ba8309d
zynqmp: Enable workaround for errata 855873
by Soren Brinkmann
· 8 years ago
230011c
Move plat/common source file definitions to generic Makefiles
by dp-arm
· 8 years ago
a8954fc
Replace some memset call by zeromem
by Douglas Raillard
· 8 years ago
0fac5af
Move BL_COHERENT_RAM_BASE/END defines to common_def.h
by Masahiro Yamada
· 8 years ago
51bef61
Use *_END instead of *_LIMIT for linker derived end addresses
by Masahiro Yamada
· 8 years ago
6a9e03e
zynqmp: Migrate to new address space macros
by Soren Brinkmann
· 8 years ago
8cf895c
zynqmp: add "override" directive to mandatory options
by Masahiro Yamada
· 8 years ago
493bf33
Fix incorrect copyright notices
by Antonio Nino Diaz
· 8 years ago
68aef10
Define and use no_ret macro where no return is expected
by Jeenu Viswambharan
· 8 years ago
84f0af4
zynqmp: pm: Add SiP call to obtain PM callback data
by Soren Brinkmann
· 8 years ago
a1b0a90
zynqmp: pm: Enable IPI IRQ when API version is probed
by Soren Brinkmann
· 8 years ago
1209b26
zynqmp: Remove dead code
by Soren Brinkmann
· 8 years ago
836418d
zynqmp: Fix UART1 base address
by Soren Brinkmann
· 8 years ago
58fbb9b
zynqmp: PM: Migrate to new shutdown interface
by Soren Brinkmann
· 8 years ago
cb36681
zynqmp: pm: Plumb get_chipid through FW interface
by Soren Brinkmann
· 8 years ago
d6c9e03
zynqmp: pm: Allow obtaining additional return values from FW
by Soren Brinkmann
· 8 years ago
cfcb1a2
zynqmp: Do not alter system counter
by Soren Brinkmann
· 8 years ago
8586399
zynqmp: Read silicon ID register only once
by Soren Brinkmann
· 8 years ago
9b0e63e
zynqmp: Make MMIO write FW call synchronous
by Soren Brinkmann
· 8 years ago
16427d1
zynqmp: Add support to provide silicon id through SMC
by Siva Durga Prasad Paladugu
· 8 years ago
68d460c
zynqmp: pm: Implemented pm API functions to load the bitstream into PL
by Nava kishore Manne
· 8 years ago
33d3927
zynqmp: pm: adds new pm ID to sync with PMUFW ID numbers
by Nava kishore Manne
· 8 years ago
3b6ebcb
zynqmp: Initialize GIC on suspend_finish
by Soren Brinkmann
· 9 years ago
4c0765a
zynqmp: pm: Call set_wakeup_source for all wake devices on sys-suspend
by Filip Drazic
· 8 years ago
35e99e2
zynqmp: pm: Add PM node IDs for GPU, PCIE, PCAP and RTC
by Filip Drazic
· 8 years ago
0bd9d0c
zynqmp: pm: Provide state argument to the pm_self_suspend API call
by Filip Drazic
· 8 years ago
3779c5c
zynqmp: Add simple implementation of zynqmp_validate_power_state()
by Stefan Krsmanovic
· 8 years ago
7ac746c
zynqmp: Increase MAX_XLAT_TABLES
by Soren Brinkmann
· 8 years ago
802ba1d
zynqmp: Change default BL31 address space
by Soren Brinkmann
· 8 years ago
cf4e714
zynqmp: Add RW access to L2ACTLR_EL1 and CPUACTLR_EL1
by Naga Sureshkumar Relli
· 8 years ago
92b8932
zynqmp: Set RESET_TO_BL31 through platform.mk
by Soren Brinkmann
· 8 years ago
9b984be
zynqmp: pm: Added NODE_IPI_RPU_0 node definition in pm_defs
by Mirela Simonovic
· 8 years ago
Next »