summaryrefslogtreecommitdiff
path: root/plat/ti/k3/common
Commit message (Expand)AuthorAgeFilesLines
* feat(ti): allow build config of low power mode supportDave Gerlach2022-04-271-1/+5
* feat(ti): add PSCI handlers for system suspendDave Gerlach2022-04-271-0/+39
* feat(ti): add gic save and restore callsDave Gerlach2022-04-271-0/+23
* feat(ti): add enter sleep methodDave Gerlach2022-04-273-3/+95
* plat: ti: k3: common: bl31_setup: Use BL31_SIZE instead of computingNishanth Menon2021-03-261-1/+1
* ti: k3: common: sec_proxy: Introduce sec_proxy_lite definitionNishanth Menon2020-12-232-0/+20
* ti: k3: Move USE_COHERENT_MEM only for the generic boardNishanth Menon2020-12-231-2/+1
* ti: k3: drivers: ti_sci: Update ti_sci_msg_req_reboot to include domainSuman Anna2020-12-232-0/+4
* ti: k3: common: sec_proxy: Fill non-message data fields with 0x0Nishanth Menon2020-12-231-2/+7
* ti: k3: common: Make plat_get_syscnt_freq2 check CNT_FID0 GTC regNishanth Menon2020-12-231-0/+34
* ti: k3: common: Enable A72 erratum 1319367Nishanth Menon2020-12-231-0/+1
* ti: k3: common: Enable A53 erratum 1530924Nishanth Menon2020-12-231-0/+1
* Don't return error information from console_flushJimmy Brisson2020-10-091-3/+3
* Merge "ti: k3: common: Make UART number configurable" into integrationMadhukar Pappireddy2020-06-051-0/+3
|\
| * ti: k3: common: Make UART number configurableJan Kiszka2020-06-011-0/+3
* | ti: k3: common: Implement stub system_offJan Kiszka2020-05-251-0/+8
|/
* TF-A GICv3 driver: Introduce makefileAlexei Fedorov2020-03-301-5/+4
* TF-A GICv3 driver: Separate GICD and GICR accessor functionsAlexei Fedorov2020-03-101-1/+3
* 16550: Use generic console_t data structureAndre Przywara2020-02-251-1/+1
* Merge "Use correct type when reading SCR register" into integrationAlexei Fedorov2020-01-301-2/+2
|\
| * Use correct type when reading SCR registerLouis Mayencourt2020-01-281-2/+2
* | ti: k3: drivers: ti_sci: Put sequence number in coherent memoryAndrew F. Davis2020-01-271-0/+3
* | ti: k3: drivers: ti_sci: Remove indirect structure of const dataAndrew F. Davis2020-01-271-42/+17
* | ti: k3: common: Enable ARM cluster power downAndrew F. Davis2020-01-272-2/+102
* | ti: k3: common: Rename device IDs to be more consistentAndrew F. Davis2020-01-271-15/+15
|/
* ti: k3: common: Add PIE supportAndrew F. Davis2019-10-291-0/+3
* ti: k3: common: Trap all asynchronous bus errors to EL3Andrew F. Davis2019-07-041-0/+3
* Remove MULTI_CONSOLE_API flag and references to itAmbroise Vincent2019-06-281-1/+0
* ti: k3: common: Remove coherency workaround for AM65xAndrew F. Davis2019-06-062-22/+0
* ti: k3: common: Use coherent memory for shared dataAndrew F. Davis2019-06-061-2/+2
* ti: k3: common: Set L2 latency on A72 coresAndrew F. Davis2019-05-221-0/+22
* ti: k3: common: Add support for J721ENishanth Menon2019-05-221-0/+4
* ti: k3: common: Remove MSMC port definitionsAndrew F. Davis2019-04-302-49/+19
* ti: k3: common: Mark sections for AM65x coherency workaroundAndrew F. Davis2019-04-261-0/+6
* ti: k3: common: Allow USE_COHERENT_MEM for K3Andrew F. Davis2019-04-261-3/+6
* ti: k3: common: Fix RO data area size calculationAndrew F. Davis2019-04-261-1/+1
* ti: k3: common: Remove unused STUB macroAndrew F. Davis2019-04-261-2/+0
* Merge changes from topic "k3-sequence-fix" into integrationAntonio Niño Díaz2019-04-242-42/+48
|\
| * ti: k3: drivers: ti_sci: Retry message receive on bad sequence IDAndrew F. Davis2019-04-231-12/+19
| * ti: k3: drivers: ti_sci: Cleanup sequence ID usageAndrew F. Davis2019-04-231-7/+4
| * ti: k3: drivers: sec_proxy: Use direction definitionsAndrew F. Davis2019-04-231-3/+5
| * ti: k3: drivers: sec_proxy: Fix printf format specifiersAndrew F. Davis2019-04-231-22/+22
* | ti: k3: common: Align elements of map region tableAndrew F. Davis2019-04-191-10/+7
* | ti: k3: common: Enable SEPARATE_CODE_AND_RODATA by defaultAndrew F. Davis2019-04-192-1/+4
* | ti: k3: common: Remove shared RAM spaceAndrew F. Davis2019-04-191-1/+0
* | ti: k3: common: Drop _ADDRESS from K3_USART_BASE to match other definesAndrew F. Davis2019-04-192-2/+2
|/
* ti: k3: common: Do not release processor control on startupAndrew F. Davis2019-02-111-6/+0
* ti: k3: drivers: ti_sci: Use non-blocking TI-SCI messages for power downAndrew F. Davis2019-02-113-85/+18
* ti: k3: drivers: ti_sci: Add non-blocking TI-SCI messagesAndrew F. Davis2019-02-112-0/+198
* ti: k3: drivers: ti_sci: Request and check for ACK by defaultAndrew F. Davis2019-02-111-113/+23