| b686d330 | 14-Oct-2020 |
Yuchen Huang <yuchen.huang@mediatek.com> |
mediatek: mt8192: add rtc power off sequence
add mt6359p rtc power off sequence and enable k_eosc mode
Signed-off-by: Yuchen Huang <yuchen.huang@mediatek.com> Change-Id: I65450c63c44ccb5082541dbbe2
mediatek: mt8192: add rtc power off sequence
add mt6359p rtc power off sequence and enable k_eosc mode
Signed-off-by: Yuchen Huang <yuchen.huang@mediatek.com> Change-Id: I65450c63c44ccb5082541dbbe28b8aa0a95ecc56
show more ...
|
| 44ad5d67 | 15-Dec-2020 |
Yidi Lin <yidi.lin@mediatek.com> |
mediatek: mt8192: Fix non-MISRA compliant code
CID 364146: Control flow issues (DEADCODE)
Since the value of PSTATE_PWR_LVL_MASK and the value the of PLAT_MAX_PWR_LVL are equal on mt8192, the follo
mediatek: mt8192: Fix non-MISRA compliant code
CID 364146: Control flow issues (DEADCODE)
Since the value of PSTATE_PWR_LVL_MASK and the value the of PLAT_MAX_PWR_LVL are equal on mt8192, the following equation never hold.
if (aff_lvl > PLAT_MAX_PWR_LVL) { return PSCI_E_INVALID_PARAMS; }
Remove the deadcode to comply with MISRA standard.
Signed-off-by: Yidi Lin <yidi.lin@mediatek.com> Change-Id: I71d0aa826eded8c3b5af961e733167ae40699398
show more ...
|
| 04589e2b | 10-Dec-2020 |
Yidi Lin <yidi.lin@mediatek.com> |
mediatek: mt8192: Fix non-MISRA compliant code
CID 364144: Integer handling issues (NO_EFFECT)
The unsigned value is always greater-than-or-equal-to-zero. Remove such check.
Change-Id: Ia395eb32f5
mediatek: mt8192: Fix non-MISRA compliant code
CID 364144: Integer handling issues (NO_EFFECT)
The unsigned value is always greater-than-or-equal-to-zero. Remove such check.
Change-Id: Ia395eb32f55a7098d2581ce7f548b7e1112beaa0 Signed-off-by: Yidi Lin <yidi.lin@mediatek.com>
show more ...
|
| 42f2fa82 | 02-Nov-2020 |
Xi Chen <xixi.chen@mediatek.com> |
mediatek: mt8192: Add MPU support
1 Add Domain1(PCIe device) protect address: 0x80000000~0x83FF0000. 2 Add Domain2(SSPM/SPM/DPM/MCUPM) protect address: 0x40000000~0x1FFFF0000.
Signed-off-by: Xi Che
mediatek: mt8192: Add MPU support
1 Add Domain1(PCIe device) protect address: 0x80000000~0x83FF0000. 2 Add Domain2(SSPM/SPM/DPM/MCUPM) protect address: 0x40000000~0x1FFFF0000.
Signed-off-by: Xi Chen <xixi.chen@mediatek.com> Change-Id: I4aaed37150076ae5943484c4adadac999a3d1762
show more ...
|
| 43d7bbcc | 08-Sep-2020 |
Nina Wu <nina-cm.wu@mediatek.com> |
mediatek: mt8192: dcm: Add mcusys related dcm drivers
1. Add mcusys related dcm drivers 2. Turn on mcusys-related dcm by default
Change-Id: Ibbee37c87cc38e7a6cd7c93c2fc0817aad6dbe95 Signed-off-by:
mediatek: mt8192: dcm: Add mcusys related dcm drivers
1. Add mcusys related dcm drivers 2. Turn on mcusys-related dcm by default
Change-Id: Ibbee37c87cc38e7a6cd7c93c2fc0817aad6dbe95 Signed-off-by: Nina Wu <nina-cm.wu@mediatek.com>
show more ...
|
| 8709c939 | 25-Aug-2020 |
elly.chiang <elly.chiang@mediatek.com> |
mediatek: mt8192: add ptp3 driver
enable PTP3 for protecting sysPi
Signed-off-by: elly.chiang <elly.chiang@mediatek.com> Change-Id: Ic3a13c8314f829dca8547861b98639d1d9444eb2 |
| 189f038f | 19-Aug-2020 |
Nina Wu <nina-cm.wu@mediatek.com> |
mediatek: mt8192: Add SiP service
Add the basic SiP service
Change-Id: Ib7f2380aab910adf8d33498a79ecd287273907c5 Signed-off-by: Nina Wu <nina-cm.wu@mediatek.com> |
| bb28dc7a | 01-Aug-2020 |
Yuchen Huang <yuchen.huang@mediatek.com> |
mediatek: mt8192: add uart save and restore api
When system resume, we want to print log as soon as possible. So we add uart save and restore api, and they will be called when systtem suspend and re
mediatek: mt8192: add uart save and restore api
When system resume, we want to print log as soon as possible. So we add uart save and restore api, and they will be called when systtem suspend and resume.
Change-Id: I83b477fd2b39567c9c6b70534ef186993f7053ae Signed-off-by: Yuchen Huang <yuchen.huang@mediatek.com> Signed-off-by: Roger Lu <roger.lu@mediatek.com>
show more ...
|
| 49fd68ab | 06-Nov-2020 |
G.Pangao <gtk_pangao@mediatek.com> |
mediatek: mt8192: modify sys_cirq driver
1.Modify this driver to make it more complete and more standard. 2.And makes this driver available for more IC services. 3.Solve some bugs in the software.
mediatek: mt8192: modify sys_cirq driver
1.Modify this driver to make it more complete and more standard. 2.And makes this driver available for more IC services. 3.Solve some bugs in the software.
Signed-off-by: G.Pangao <gtk_pangao@mediatek.com> Change-Id: I284956d47ebbbd550ec93767679181185e442348
show more ...
|
| 26f3dbe2 | 12-Aug-2020 |
Hsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com> |
mediatek: mt8192: add power-off support
add power-off support
Signed-off-by: Hsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com> Change-Id: If19e99971515a8ae1ac9ae21046e4382adc18a69 |
| cbd6331b | 12-Aug-2020 |
Hsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com> |
mediatek: mt8192: add pmic mt6359p driver
add pmic mt6359p driver
Signed-off-by: Hsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com> Change-Id: I20f2218f7d2087e8d2bf31258cf92a02e0dab77d |
| 95cc8894 | 05-Aug-2020 |
Nina Wu <nina-cm.wu@mediatek.com> |
mediatek: mt8192: Initialize delay_timer
Init delay_timer for the use of delay functions
Change-Id: I35aefd7515bb9259634c8b6bc37d8c74da96e8f1 Signed-off-by: Nina Wu <nina-cm.wu@mediatek.com> |
| f3fbacaa | 06-Jul-2020 |
Dehui Sun <dehui.sun@mediatek.com> |
mediatek: mt8192: enable NS access for systimer
Enable NS access for all systimers.
Signed-off-by: Dehui Sun <dehui.sun@mediatek.com> Change-Id: I3693997082a1d6f09fef5a79b6cf5a91be46cb8a |
| 82c00c2f | 16-Jun-2020 |
James Liao <jamesjj.liao@mediatek.com> |
mediatek: mt8192: Add CPU hotplug and MCDI support
Implement PSCI platform OPs to support CPU hotplug and MCDI.
Change-Id: I31abfc752b69ac40e70bc9e7a55163eb39776c44 Signed-off-by: James Liao <james
mediatek: mt8192: Add CPU hotplug and MCDI support
Implement PSCI platform OPs to support CPU hotplug and MCDI.
Change-Id: I31abfc752b69ac40e70bc9e7a55163eb39776c44 Signed-off-by: James Liao <jamesjj.liao@mediatek.com>
show more ...
|
| 271d9497 | 15-Jun-2020 |
James Liao <jamesjj.liao@mediatek.com> |
mediatek: mt8192: Add MCDI drivers
Add MCDI related drivers to handle CPU powered on/off in CPU suspend.
Change-Id: I5110461e8eef86f8383b45f197ec5cb10dbfeb3e Signed-off-by: James Liao <jamesjj.liao
mediatek: mt8192: Add MCDI drivers
Add MCDI related drivers to handle CPU powered on/off in CPU suspend.
Change-Id: I5110461e8eef86f8383b45f197ec5cb10dbfeb3e Signed-off-by: James Liao <jamesjj.liao@mediatek.com>
show more ...
|
| 3d1e536e | 16-Jun-2020 |
James Liao <jamesjj.liao@mediatek.com> |
mediatek: mt8192: Add SPMC driver
Add SPMC driver for CPU power on/off.
Change-Id: I526b98d5885855efce019dd09cfd93b8816cbf19 Signed-off-by: James Liao <jamesjj.liao@mediatek.com> |
| 441e7f48 | 27-Nov-2020 |
Manish Pandey <manish.pandey2@arm.com> |
Merge "mediatek: mt8183: add timer V20 compensation" into integration |
| 4a128018 | 03-Jul-2020 |
Dehui Sun <dehui.sun@mediatek.com> |
mediatek: mt8192: add timer support
add timer driver.
Signed-off-by: Dehui Sun <dehui.sun@mediatek.com> Change-Id: I07448d85a15bb14577b05e4f302860d609420ba7 |
| 0f408247 | 02-Jul-2020 |
Nina Wu <nina-cm.wu@mediatek.com> |
mediatek: mt8192: Add reboot function for PSCI
Add system_reset function in psci ops
Change-Id: If85be70b8ae9d6487e02626356f0ff1e78b76de9 Signed-off-by: Nina Wu <nina-cm.wu@mediatek.com> |
| b6cec337 | 19-Dec-2019 |
gtk_pangao <gtk_pangao@mediatek.com> |
mediatek: mt8192: add sys_cirq driver
1.add sys_cirq driver 2.add gic api for cirq
Change-Id: Ie6802d6ddcf7dde3412a050736dfdc85f97cb51b Signed-off-by: gtk_pangao <gtk_pangao@mediatek.com> |
| 054af8f2 | 18-Sep-2020 |
Po Xu <jg_poxu@mediatek.com> |
mediatek: mt8192: add GPIO driver support
add GPIO driver
Change-Id: I67a9abef078e7a62b34dfbd366b45c03892800cd Signed-off-by: Po Xu <jg_poxu@mediatek.com> |
| 774ba5a2 | 12-Oct-2020 |
Fengquan Chen <fengquan.chen@mediatek.com> |
mediatek: mt8183: add timer V20 compensation
add timer driver.
Signed-off-by: Fengquan Chen <fengquan.chen@mediatek.com> Change-Id: I60a7273f922233a618a6163b802c0858ed89f75f |
| dfe577a8 | 14-Oct-2020 |
Mark Dykes <mardyk01@review.trustedfirmware.org> |
Merge "Don't return error information from console_flush" into integration |
| 831b0e98 | 05-Aug-2020 |
Jimmy Brisson <jimmy.brisson@arm.com> |
Don't return error information from console_flush
And 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_flush
And 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 not work around the MISRA violation that this causes. Instead, we collect the error information from the driver (to avoid changing that API), and don't return it to the caller.
Change-Id: I1e35afe01764d5c8f0efd04f8949d333ffb688c1 Signed-off-by: Jimmy Brisson <jimmy.brisson@arm.com>
show more ...
|
| 74f72b13 | 09-Jun-2020 |
Greta Zhang <greta.zhang@mediatek.com> |
mediatek: mt8192: add GIC600 support
1. Implement GIC600 driver support and init 2. Remove unused debug info
Signed-off-by: Greta Zhang <greta.zhang@mediatek.com> Change-Id: I30c08c531e705debc02907
mediatek: mt8192: add GIC600 support
1. Implement GIC600 driver support and init 2. Remove unused debug info
Signed-off-by: Greta Zhang <greta.zhang@mediatek.com> Change-Id: I30c08c531e705debc029071e4e970048e261c386
show more ...
|