summaryrefslogtreecommitdiff
path: root/plat/ti
Commit message (Expand)AuthorAgeFilesLines
* feat(ti): set L2 cache data ram latency on A72 cores to 4 cyclesAndrew Davis2023-01-122-1/+13
* fix(ras): restrict RAS support for NS worldManish Pandey2022-11-081-1/+1
* feat(ti-k3): add support for J784S4 SoCsHari Nagalla2022-08-302-0/+67
* feat(ti): allow build config of low power mode supportDave Gerlach2022-04-271-1/+5
* feat(ti): increase SEC_SRAM_SIZE to 128kDave Gerlach2022-04-271-2/+2
* feat(ti): add PSCI handlers for system suspendDave Gerlach2022-04-271-0/+39
* feat(ti): add gic save and restore callsDave Gerlach2022-04-272-0/+25
* feat(ti): add enter sleep methodDave Gerlach2022-04-273-3/+95
* plat: ti: k3: board: Let explicitly map our SEC_SRAM_BASE to 0x0Nishanth Menon2021-03-262-2/+24
* plat: ti: k3: board: Lets cast our macrosNishanth Menon2021-03-262-10/+10
* plat: ti: k3: common: bl31_setup: Use BL31_SIZE instead of computingNishanth Menon2021-03-261-1/+1
* plat: ti: k3: platform_def.h: Define the correct number of max table entriesNishanth Menon2021-03-261-1/+5
* plat: ti: k3: board: lite: Increase SRAM size to account for additional tableNishanth Menon2021-03-261-1/+1
* ti: k3: Introduce lite device board supportAndrew F. Davis2020-12-232-0/+58
* ti: k3: common: sec_proxy: Introduce sec_proxy_lite definitionNishanth Menon2020-12-234-0/+33
* ti: k3: Move USE_COHERENT_MEM only for the generic boardNishanth Menon2020-12-232-2/+4
* 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-232-0/+43
* 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
* Use abspath to dereference $BUILD_BASEGrant Likely2020-08-041-1/+1
* Merge "ti: k3: common: Make UART number configurable" into integrationMadhukar Pappireddy2020-06-052-1/+4
|\
| * ti: k3: common: Make UART number configurableJan Kiszka2020-06-012-1/+4
* | 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-273-2/+103
* | ti: k3: common: Rename device IDs to be more consistentAndrew F. Davis2020-01-271-15/+15
|/
* ti: Unify Platform specific defines for PSCI moduleDeepika Bhavnani2020-01-241-5/+5
* 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-304-89/+23
* 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