aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-18Docs: Adjust command and variable format in Cypress PSoC 6 specificsdualcpu_l1_beta_v01David Hu
2019-07-18Docs: Add programming info to Cypress PSoC 6 documentChris Brand
2019-07-18Docs: Add Cypress PSoC 6 platform specifics documentDavid Hu
2019-07-12Plat: Switch to use common linker script on Cypress PSoC62David Hu
2019-07-12Twincpu: Exclude veneer sections from linker script in multi-core topologyDavid Hu
2019-07-12plat: add GCC toolchain support for Cypress PSoC6Andrei Narkevitch
2019-07-12Build: Add GCC optimization flags in order to reduce binary sizeAndrei Narkevitch
2019-07-12platform: Add static protection for PSoC6Chris Brand
2019-07-12plat: Move semaphore data to NS sideChris Brand
2019-07-11Twincpu: Add updated common linker scatter fileChris Brand
2019-07-11Plat: Remove unnecessary header file include in Cypress PSoC62 spm_hal.cDavid Hu
2019-07-11Twincpu: Decouple multi-core booting from TF-M platform servicesDavid Hu
2019-07-11Twincpu: Fix issues in SPE mailboxDavid Hu
2019-07-08Remove -DCY_ARM_FAULT_DEBUG=0 on Cortex-M4Chris Brand
2019-07-08platform: Add PSoC hard fault handler on Cortex-M4Chris Brand
2019-07-04Plat: Add Cypress PSoC62 target in ConfigRegressionIPC configDavid Hu
2019-07-04Plat: Update NV counter implementation on PSoC62 platformDavid Hu
2019-07-04Plat: Update Cypress PSoC62 attestation fileDavid Hu
2019-07-04Plat: Adjust the flash layout in Cypress PSoC62 Flash layoutDavid Hu
2019-07-04Plat: Change to use common Armclang scatter file on Cypress PSoC62David Hu
2019-07-04Plat: Disable TFM_NS_CLIENT_IDENTIFICATION on Cypress PSoC62David Hu
2019-07-04Plat: Add PSA_INITIAL_ATTEST_TOKEN_MAX_SIZE definition on Cypress PSoC62David Hu
2019-07-04Twincpu: Implement Isolation Level 1 memory check for multi-core topologyDavid Hu
2019-07-04Test: Exclude tfm_secure_client_service_veneers.c from IPC modelDavid Hu
2019-07-04Twincpu: Work around mbed-crypto/mbedtls building issue on Armv6-MDavid Hu
2019-07-04Twincpu: Adjust multi-core booting and initialization sequence in TF-MDavid Hu
2019-07-04Twincpu: Add preprocessor option and configuration TFM_MULTI_CORE_TOPOLOGYDavid Hu
2019-07-04Twincpu: Update PSA client call common handler implementationsDavid Hu
2019-07-04Arch: Add Armv6-M and Armv7-M support for multi-core topologyDavid Hu
2019-07-04Arch: Abstract checking whether FP is allocated in stack from EXC_RETURNDavid Hu
2019-07-04Arch: Abstract MSPLIM settingDavid Hu
2019-07-04Merge branch 'master' into feature-twincpuDavid Hu
2019-07-02Arch: Abstract PSPLIM settingDavid Hu
2019-07-02Arch: Abstract the operation of prioritizing Secure exceptionsDavid Hu
2019-07-02Arch: Abstract checking of the stack used on exception returnDavid Hu
2019-07-02Arch: Abstract architecture specific code from secure firmwareDavid Hu
2019-07-01Doc: add design proposal process documentation.Gyorgy Szing
2019-06-28plat: fix PSoC6 NMI handler in CLang startup filesAndrei Narkevitch
2019-06-28plat: Implement critical sections protectionAndrei Narkevitch
2019-06-28plat: Implement twin CPU system boot APIAndrei Narkevitch
2019-06-28plat: Add Cypress syslib assembly routinesAndrei Narkevitch
2019-06-28plat: Remove Cy_SysLib* functions from startup codeAndrei Narkevitch
2019-06-28twincpu: Treat __ARM_ARCH_7EM__ the same as __ARM_ARCH_7M__Chris Brand
2019-06-28Build: Remove "tfm_symbol" from manifestEdison Ai
2019-06-28Build: Correct name of linker_pattern regionEdison Ai
2019-06-28Build: Remove "source_files" list attributeEdison Ai
2019-06-28Build: remove tfm_partition_ipc from manifestsMate Toth-Pal
2019-06-27Core: Fix for enable SPE preemption by NSPEMate Toth-Pal
2019-06-27Core: Enable SPE preemption by NSPEMate Toth-Pal
2019-06-27Core: Set MSPLIM for TF-M CoreMate Toth-Pal