History log of /rk3399_ARM-atf/plat/ (Results 4451 – 4475 of 8868)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
303f543e26-Apr-2021 Manish Pandey <manish.pandey2@arm.com>

Merge changes from topic "sgm775_deprecation" into integration

* changes:
build: deprecate Arm sgm775 FVP platform
docs: introduce process for platform deprecation

461e0d3e26-Apr-2021 Manish Pandey <manish.pandey2@arm.com>

Merge "plat/arm: move compile time switch from source to dt file" into integration

a92b025626-Apr-2021 Manish Pandey <manish.pandey2@arm.com>

Merge changes I20c73f6e,I9962263c,I177796e3,I6ff6875c,I21fe9d85, ... into integration

* changes:
mediatek: mt8195: add rtc power off sequence
mediatek: mt8195: add power-off support
mediatek:

Merge changes I20c73f6e,I9962263c,I177796e3,I6ff6875c,I21fe9d85, ... into integration

* changes:
mediatek: mt8195: add rtc power off sequence
mediatek: mt8195: add power-off support
mediatek: mt8195: Add reboot function for PSCI
mediatek: mt8195: Add gpio driver
mediatek: mt8195: Add SiP service
mediatek: mt8195: Add CPU hotplug and MCDI support
mediatek: mt8195: Add MCDI drivers
mediatek: mt8195: Add SPMC driver
mediatek: mt8195: Initialize delay_timer
mediatek: mt8195: initialize systimer
mediatek: mt8192: move timer driver to common folder
mediatek: mt8195: add sys_cirq support
mediatek: mt8195: initialize GIC
Initialize platform for MediaTek MT8195

show more ...


/rk3399_ARM-atf/docs/plat/index.rst
/rk3399_ARM-atf/docs/plat/mt8195.rst
mediatek/common/drivers/gic600/mt_gic_v3.c
mediatek/common/drivers/gic600/mt_gic_v3.h
mediatek/common/drivers/gpio/mtgpio_common.c
mediatek/common/drivers/gpio/mtgpio_common.h
mediatek/common/drivers/rtc/rtc_mt6359p.c
mediatek/common/drivers/rtc/rtc_mt6359p.h
mediatek/common/drivers/timer/mt_timer.c
mediatek/common/drivers/timer/mt_timer.h
mediatek/common/mtk_cirq.c
mediatek/common/mtk_cirq.h
mediatek/mt8192/bl31_plat_setup.c
mediatek/mt8192/drivers/gpio/mtgpio.c
mediatek/mt8192/drivers/gpio/mtgpio.h
mediatek/mt8192/drivers/mcdi/mt_lp_irqremain.c
mediatek/mt8192/drivers/spm/constraints/mt_spm_rc_bus26m.c
mediatek/mt8192/include/platform_def.h
mediatek/mt8192/include/rtc.h
mediatek/mt8192/platform.mk
mediatek/mt8195/aarch64/plat_helpers.S
mediatek/mt8195/aarch64/platform_common.c
mediatek/mt8195/bl31_plat_setup.c
mediatek/mt8195/drivers/gpio/mtgpio.c
mediatek/mt8195/drivers/gpio/mtgpio.h
mediatek/mt8195/drivers/mcdi/mt_cpu_pm.c
mediatek/mt8195/drivers/mcdi/mt_cpu_pm_cpc.c
mediatek/mt8195/drivers/mcdi/mt_cpu_pm_cpc.h
mediatek/mt8195/drivers/mcdi/mt_mcdi.c
mediatek/mt8195/drivers/mcdi/mt_mcdi.h
mediatek/mt8195/drivers/pmic/pmic.c
mediatek/mt8195/drivers/pmic/pmic.h
mediatek/mt8195/drivers/pmic/pmic_wrap_init.h
mediatek/mt8195/drivers/spmc/mtspmc.c
mediatek/mt8195/drivers/spmc/mtspmc.h
mediatek/mt8195/drivers/spmc/mtspmc_private.h
mediatek/mt8195/include/mcucfg.h
mediatek/mt8195/include/plat_helpers.h
mediatek/mt8195/include/plat_macros.S
mediatek/mt8195/include/plat_mtk_lpm.h
mediatek/mt8195/include/plat_pm.h
mediatek/mt8195/include/plat_private.h
mediatek/mt8195/include/plat_sip_calls.h
mediatek/mt8195/include/platform_def.h
mediatek/mt8195/include/rtc.h
mediatek/mt8195/plat_pm.c
mediatek/mt8195/plat_sip_calls.c
mediatek/mt8195/plat_topology.c
mediatek/mt8195/platform.mk
c404794a14-Apr-2021 Manish Pandey <manish.pandey2@arm.com>

plat/arm: move compile time switch from source to dt file

This will help in keeping source file generic and conditional
compilation can be contained in platform provided dt files.

Signed-off-by: Ma

plat/arm: move compile time switch from source to dt file

This will help in keeping source file generic and conditional
compilation can be contained in platform provided dt files.

Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
Change-Id: I3c6e0a429073f0afb412b9ba521ce43f880b57fe

show more ...

7bcb8ad226-Apr-2021 Olivier Deprez <olivier.deprez@arm.com>

Merge "Arm: Fix error message printing in board makefile" into integration

37ee58d122-Apr-2021 Manish Pandey <manish.pandey2@arm.com>

build: deprecate Arm sgm775 FVP platform

sgm775 is an old platform and is no longer maintained by Arm and its
fast model FVP_CSS_SGM-775 is no longer available for download.
This platform is now sup

build: deprecate Arm sgm775 FVP platform

sgm775 is an old platform and is no longer maintained by Arm and its
fast model FVP_CSS_SGM-775 is no longer available for download.
This platform is now superseded by Total Compute(tc) platforms.

This platform is now deprecated but the source will be kept for cooling
off period of 2 release cycle before removing it completely.

Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
Change-Id: I8fe1fc3da0c508dba62ed4fc60cbc1642e0f7f2a

show more ...

c52a10a208-Apr-2021 Yidi Lin <yidi.lin@mediatek.com>

mediatek: mt8195: add rtc power off sequence

mt8195 also uses mt6359p RTC. Revice mt8192 RTC and share the
driver with mt8195.

Change-Id: I20c73f6e0af67ef9d4c3d4e0ff373f93950e07db
Signed-off-by: Yi

mediatek: mt8195: add rtc power off sequence

mt8195 also uses mt6359p RTC. Revice mt8192 RTC and share the
driver with mt8195.

Change-Id: I20c73f6e0af67ef9d4c3d4e0ff373f93950e07db
Signed-off-by: Yidi Lin <yidi.lin@mediatek.com>

show more ...

0909819a08-Apr-2021 Yidi Lin <yidi.lin@mediatek.com>

mediatek: mt8195: add power-off support

mt8195 also uses PMIC mt6359p. The only difference is the
pwrap register definition.

Change-Id: I9962263c46187d1344f14f857bf4b51e33aedda0
Signed-off-by: Yidi

mediatek: mt8195: add power-off support

mt8195 also uses PMIC mt6359p. The only difference is the
pwrap register definition.

Change-Id: I9962263c46187d1344f14f857bf4b51e33aedda0
Signed-off-by: Yidi Lin <yidi.lin@mediatek.com>

show more ...

fcc6617307-Apr-2021 Yidi Lin <yidi.lin@mediatek.com>

mediatek: mt8195: Add reboot function for PSCI

Add system_reset function in PSCI ops

Signed-off-by: Yidi Lin <yidi.lin@mediatek.com>
Change-Id: I177796e30198b0a53402093ee0917dda43074385

aebd4dc831-Mar-2021 mtk20895 <zhiqiang.ma@mediatek.com>

mediatek: mt8195: Add gpio driver

Add gpio driver.

Signed-off-by: mtk20895 <zhiqiang.ma@mediatek.com>
Change-Id: I6ff6875c35294f56f2d8298d75cd18c230aad211

938fd42529-Mar-2021 Yidi Lin <yidi.lin@mediatek.com>

mediatek: mt8195: Add SiP service

Add the basic SiP service

Change-Id: I21fe9d85eac4be9101b12c4b6c28294c5b93cb5f
Signed-off-by: Yidi Lin <yidi.lin@mediatek.com>

fe98542816-Jun-2020 James Liao <jamesjj.liao@mediatek.com>

mediatek: mt8195: Add CPU hotplug and MCDI support

Implement PSCI platform OPs to support CPU hotplug and MCDI.

Signed-off-by: James Liao <jamesjj.liao@mediatek.com>
Change-Id: I1321f7989c8a3d116d6

mediatek: mt8195: Add CPU hotplug and MCDI support

Implement PSCI platform OPs to support CPU hotplug and MCDI.

Signed-off-by: James Liao <jamesjj.liao@mediatek.com>
Change-Id: I1321f7989c8a3d116d698768a7146e8f180ee9c0

show more ...

acc8554815-Jun-2020 James Liao <jamesjj.liao@mediatek.com>

mediatek: mt8195: Add MCDI drivers

Add MCDI related drivers to handle CPU powered on/off in CPU suspend.

Signed-off-by: James Liao <jamesjj.liao@mediatek.com>
Change-Id: I6a6f9bf5d1d8bda1ee603d8bf3

mediatek: mt8195: Add MCDI drivers

Add MCDI related drivers to handle CPU powered on/off in CPU suspend.

Signed-off-by: James Liao <jamesjj.liao@mediatek.com>
Change-Id: I6a6f9bf5d1d8bda1ee603d8bf3fc206437de7ad8

show more ...

0d82eff616-Jun-2020 James Liao <jamesjj.liao@mediatek.com>

mediatek: mt8195: Add SPMC driver

Add SPMC driver for CPU power on/off.

Signed-off-by: James Liao <jamesjj.liao@mediatek.com>
Change-Id: If47d7f3f3b9965f3c0402ea6cdb917ad1d16bb32

65f0dd1326-Mar-2021 Yidi Lin <yidi.lin@mediatek.com>

mediatek: mt8195: Initialize delay_timer

Initialize delay_timer for delay functions.

Change-Id: Ib554135151f8b5c642b5a6511c942bb9efc0a47f
Signed-off-by: Yidi Lin <yidi.lin@mediatek.com>

9155077722-Apr-2021 Yidi Lin <yidi.lin@mediatek.com>

mediatek: mt8195: initialize systimer

Change-Id: I7e0fbd04b0cdf5da92b8ef39737342f2d66f5f10
Signed-off-by: Yidi Lin <yidi.lin@mediatek.com>

4694603626-Mar-2021 Yidi Lin <yidi.lin@mediatek.com>

mediatek: mt8192: move timer driver to common folder

The timer driver can be shared with mt8195. Move the the timer
driver to common/.

Signed-off-by: Yidi Lin <yidi.lin@mediatek.com>
Change-Id: I84

mediatek: mt8192: move timer driver to common folder

The timer driver can be shared with mt8195. Move the the timer
driver to common/.

Signed-off-by: Yidi Lin <yidi.lin@mediatek.com>
Change-Id: I84c97ab9cc9b469f35e0f44dd8e7b2b95f1b3926

show more ...

e5490f9525-Mar-2021 gtk_pangao <gtk_pangao@mediatek.com>

mediatek: mt8195: add sys_cirq support

MT8192 cirq driver can be shared with MT8195. Move cirq driver to common
common folder.

Signed-off-by: gtk_pangao <gtk_pangao@mediatek.com>
Change-Id: Iba5cdc

mediatek: mt8195: add sys_cirq support

MT8192 cirq driver can be shared with MT8195. Move cirq driver to common
common folder.

Signed-off-by: gtk_pangao <gtk_pangao@mediatek.com>
Change-Id: Iba5cdcfd2116f0bd07e0497250f2da45613e3a4f

show more ...

c63f145124-Mar-2021 christine.zhu <christine.zhu@mediatek.corp-partner.google.com>

mediatek: mt8195: initialize GIC

MT8192 GIC driver can be shared with MT8195. Move GIC driver to common
and do the initialization.

Signed-off-by: christine.zhu <christine.zhu@mediatek.corp-partner.

mediatek: mt8195: initialize GIC

MT8192 GIC driver can be shared with MT8195. Move GIC driver to common
and do the initialization.

Signed-off-by: christine.zhu <christine.zhu@mediatek.corp-partner.google.com>
Change-Id: I63f3e668b5ca6df8bcf17b5cd4d53fa84f330fed

show more ...

174a1cfe19-Mar-2021 Yidi Lin <yidi.lin@mediatek.com>

Initialize platform for MediaTek MT8195

- Add basic platform setup
- Add MT8195 documentation at docs/plat/
- Add generic CPU helper functions
- Add basic register address

Change-Id: I7978e2f32e589

Initialize platform for MediaTek MT8195

- Add basic platform setup
- Add MT8195 documentation at docs/plat/
- Add generic CPU helper functions
- Add basic register address

Change-Id: I7978e2f32e58900e5cf93f741ee8eaf8b8e3b842
Signed-off-by: Yidi Lin <yidi.lin@mediatek.com>

show more ...

65070a5222-Apr-2021 Manish Pandey <manish.pandey2@arm.com>

Merge changes Ib0a2ce81,I5332fb52 into integration

* changes:
plat/qemu: add cortex-a72 support to 'virt' platform
plat/qemu: include gicv2.mk

78c7beb431-Mar-2021 Venkatesh Yadav Abbarapu <venkatesh.abbarapu@xilinx.com>

plat: send an sgi to communicate to linux

Upon recieving the interrupt send an SGI.
The sgi number is communicated by linux.

Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Change

plat: send an sgi to communicate to linux

Upon recieving the interrupt send an SGI.
The sgi number is communicated by linux.

Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Change-Id: Ib8f07ff7132ba5ac202b546914efb16d04820ed3
Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@xilinx.com>

show more ...

8b48bfb817-Mar-2021 Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>

plat: xilinx: Error management support

Add support for the trapping the IPI in TF-A.
Register handler for the irq no 62 which is the IPI interrupt.

Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.d

plat: xilinx: Error management support

Add support for the trapping the IPI in TF-A.
Register handler for the irq no 62 which is the IPI interrupt.

Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Change-Id: I9c04fdae7be3dda6a34a9b196274c0b5fdf39223
Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@xilinx.com>

show more ...

a262546f22-Apr-2021 Madhukar Pappireddy <madhukar.pappireddy@arm.com>

Merge "mediatek: mt8192: devapc: Add devapc driver" into integration

a05b3ad022-Apr-2021 Manish Pandey <manish.pandey2@arm.com>

Merge changes from topic "my-topic-name" into integration

* changes:
plat: imx8mm: Add in BL2 with FIP
plat: imx8mm: Enable Trusted Boot

1...<<171172173174175176177178179180>>...355