summaryrefslogtreecommitdiff
path: root/plat/ti
Commit message (Expand)AuthorAgeFilesLines
* feat(ti): synchronize access to secure proxy threadsAndrew Davis2023-03-301-0/+7
* refactor(ti): remove inline directive from ti_sci and sec_proxy driversAndrew Davis2023-03-302-4/+4
* refactor(ti): refactor ti_sci_{setup,do}_xfer to allow zero size responseAndrew Davis2023-03-301-91/+63
* feat(ti): add sub and patch version number supportAndrew Davis2023-03-302-3/+17
* fix(ti): do not take system power reference in bl31_platform_setup()Andrew Davis2023-03-071-4/+0
* build: always prefix section names with `.`Chris Kay2023-02-201-1/+1
* fix(ti): fix typo in boot authentication message nameAndrew Davis2023-01-122-2/+2
* refactor(ti): remove empty validate_ns_entrypoint functionAndrew Davis2023-01-121-8/+0
* refactor(ti): use console_set_scope() rather than empty function hackAndrew Davis2023-01-123-12/+8
* refactor(ti): factor out common board code into common filesAndrew Davis2023-01-128-107/+27
* feat(ti): add PSCI system_off supportAndrew Davis2023-01-125-1/+15
* feat(ti): do not handle EAs in EL3Andrew Davis2023-01-121-1/+0
* feat(ti): set snoop-delayed exclusive handling on A72 coresAndrew Davis2023-01-122-0/+11
* feat(ti): disable L2 dataless UniqueClean evictionsAndrew Davis2023-01-121-0/+6
* feat(ti): set L2 cache ECC and and parity on A72 coresAndrew Davis2023-01-121-0/+3
* 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
|/