]> git.baikalelectronics.ru Git - arm-tf.git/commit
sc7180 platform support
authorSaurabh Gorecha <sgorecha@codeaurora.org>
Wed, 22 Apr 2020 16:01:24 +0000 (21:31 +0530)
committerSaurabh Gorecha <sgorecha@codeaurora.org>
Mon, 10 Aug 2020 04:23:02 +0000 (09:53 +0530)
commit5bd9c17d023288e6b819fa3eecc01b7981399cfa
tree49fe71a760766525c48823c334970bbf36d2acc9
parent4108abb4a0ab73fe311df5a65eb706e5f534f3f5
sc7180 platform support

Adding support for QTI CHIP SC7180 on ATF

Change-Id: I0d82d3a378036003fbd0bc4784f61464bb76ea82
Signed-off-by: Saurabh Gorecha <sgorecha@codeaurora.org>
Co-authored-by: Maulik Shah <mkshah@codeaurora.org>
30 files changed:
docs/about/maintainers.rst
docs/plat/index.rst
docs/plat/qti.rst [new file with mode: 0644]
plat/qti/common/inc/aarch64/plat_macros.S [new file with mode: 0644]
plat/qti/common/inc/qti_board_def.h [new file with mode: 0644]
plat/qti/common/inc/qti_cpu.h [new file with mode: 0644]
plat/qti/common/inc/qti_interrupt_svc.h [new file with mode: 0644]
plat/qti/common/inc/qti_plat.h [new file with mode: 0644]
plat/qti/common/inc/qti_uart_console.h [new file with mode: 0644]
plat/qti/common/src/aarch64/qti_helpers.S [new file with mode: 0644]
plat/qti/common/src/aarch64/qti_kryo4_gold.S [new file with mode: 0644]
plat/qti/common/src/aarch64/qti_kryo4_silver.S [new file with mode: 0644]
plat/qti/common/src/aarch64/qti_uart_console.S [new file with mode: 0644]
plat/qti/common/src/qti_bl31_setup.c [new file with mode: 0644]
plat/qti/common/src/qti_common.c [new file with mode: 0644]
plat/qti/common/src/qti_gic_v3.c [new file with mode: 0644]
plat/qti/common/src/qti_interrupt_svc.c [new file with mode: 0644]
plat/qti/common/src/qti_pm.c [new file with mode: 0644]
plat/qti/common/src/qti_stack_protector.c [new file with mode: 0644]
plat/qti/common/src/qti_syscall.c [new file with mode: 0644]
plat/qti/common/src/qti_topology.c [new file with mode: 0644]
plat/qti/qtiseclib/inc/qtiseclib_cb_interface.h [new file with mode: 0644]
plat/qti/qtiseclib/inc/qtiseclib_defs.h [new file with mode: 0644]
plat/qti/qtiseclib/inc/qtiseclib_interface.h [new file with mode: 0644]
plat/qti/qtiseclib/inc/sc7180/qtiseclib_defs_plat.h [new file with mode: 0644]
plat/qti/qtiseclib/src/qtiseclib_cb_interface.c [new file with mode: 0644]
plat/qti/qtiseclib/src/qtiseclib_interface_stub.c [new file with mode: 0644]
plat/qti/sc7180/inc/platform_def.h [new file with mode: 0644]
plat/qti/sc7180/inc/qti_secure_io_cfg.h [new file with mode: 0644]
plat/qti/sc7180/platform.mk [new file with mode: 0644]