refactor(qti): introduce SoC codename as KodiakQualcomm has recently started using SoC codenames for upstream supportwith Linux kernel being the first adoptor. Using SoC codenames forupstream pro
refactor(qti): introduce SoC codename as KodiakQualcomm has recently started using SoC codenames for upstream supportwith Linux kernel being the first adoptor. Using SoC codenames forupstream projects removes the need to follow different product nameslike for kodiak which is also known as sc7280, qcm6490 etc.Let's follow this practice of using SoC codenames for TF-A project toobeginning with Kodiak. While doing that let's refactor SoC and boardspecific files where the existing support for sc7280 has been renamed tosc7280_chrome to reflect it's usage.Change-Id: I236fadf8ae9550f94deb05ebfed17e2ddbd69509Signed-off-by: Sumit Garg <sumit.garg@oss.qualcomm.com>
show more ...
feat(qti): platform support for qcs615Change-Id: Ibbe78a196d77530fa9d94d7d12b2f08a4b66d62eSigned-off-by: Amarinder Singh Sethi <quic_assethi@quicinc.com>
feat(plat/qti/sc7280): support for qti sc7280 platnew qti platform sc7280 support additionSigned-off-by: Saurabh Gorecha <sgorecha@codeaurora.org>Change-Id: I3dd99d8744a6c313f7dfbbee7ae2cbd6f216
feat(plat/qti/sc7280): support for qti sc7280 platnew qti platform sc7280 support additionSigned-off-by: Saurabh Gorecha <sgorecha@codeaurora.org>Change-Id: I3dd99d8744a6c313f7dfbbee7ae2cbd6f21656c1
Merge changes Iba51bff1,I3f563cff into integration* changes: plat:qti Mandate SMC implementaion and bug fix Update in coreboot_get_memory_type API to include size as well
plat:qti Mandate SMC implementaion and bug fiximplementation of SMC call SMCCC_ARCH_SOC_IDadding debugging logs in mem assign call.Checking range of param in mem_assign call is from CB_MEM_RAMor
plat:qti Mandate SMC implementaion and bug fiximplementation of SMC call SMCCC_ARCH_SOC_IDadding debugging logs in mem assign call.Checking range of param in mem_assign call is from CB_MEM_RAMor CB_MEM_RESERVED.Change-Id: Iba51bff154df01e02dcb7715582ffaff7beba26eSigned-off-by: Saurabh Gorecha <sgorecha@codeaurora.org>
Don't return error information from console_flushAnd from crash_console_flush.We ignore the error information return by console_flush in _every_place where we call it, and casting the return typ
Don't return error information from console_flushAnd from crash_console_flush.We ignore the error information return by console_flush in _every_place where we call it, and casting the return type to void does notwork around the MISRA violation that this causes. Instead, we collectthe error information from the driver (to avoid changing that API), anddon't return it to the caller.Change-Id: I1e35afe01764d5c8f0efd04f8949d333ffb688c1Signed-off-by: Jimmy Brisson <jimmy.brisson@arm.com>
Addition of standard APIs in qtiseclib interfaceFollwing APIs wrappers are exposed to qtiseclib* strcmp* memset* memmoveChange-Id: I79d50f358239cfda607d5f1a53314aa3b8f430cbSigned-off-by: Saur
Addition of standard APIs in qtiseclib interfaceFollwing APIs wrappers are exposed to qtiseclib* strcmp* memset* memmoveChange-Id: I79d50f358239cfda607d5f1a53314aa3b8f430cbSigned-off-by: Saurabh Gorecha <sgorecha@codeaurora.org>
qti/sc7180: Do shutdown handling outside qtiseclibWith an open source SPMI driver we can now remove qtiseclib involvementin reset and shutdown handling by setting the required registersdirectly.
qti/sc7180: Do shutdown handling outside qtiseclibWith an open source SPMI driver we can now remove qtiseclib involvementin reset and shutdown handling by setting the required registersdirectly.Change-Id: I6bf1db15734048df583daa2a4ee98701c6ece621Signed-off-by: Julius Werner <jwerner@chromium.org>
qti: Add RNG driverThis patch adds RNG driver and use it to generate random number for stackprotection.Change-Id: I73d79e68d08b5aa902dc7fad48e17a03f996178dSigned-off-by: Saurabh Gorecha <sgorec
qti: Add RNG driverThis patch adds RNG driver and use it to generate random number for stackprotection.Change-Id: I73d79e68d08b5aa902dc7fad48e17a03f996178dSigned-off-by: Saurabh Gorecha <sgorecha@codeaurora.org>
sc7180 platform supportAdding support for QTI CHIP SC7180 on ATFChange-Id: I0d82d3a378036003fbd0bc4784f61464bb76ea82Signed-off-by: Saurabh Gorecha <sgorecha@codeaurora.org>Co-authored-by: Mauli
sc7180 platform supportAdding support for QTI CHIP SC7180 on ATFChange-Id: I0d82d3a378036003fbd0bc4784f61464bb76ea82Signed-off-by: Saurabh Gorecha <sgorecha@codeaurora.org>Co-authored-by: Maulik Shah <mkshah@codeaurora.org>