| #
e141aa03 |
| 24-May-2016 |
danh-arm <dan.handley@arm.com> |
Merge pull request #625 from antonio-nino-diaz-arm/an/delay-timer-v2
Implement generic delay timer and use it on platforms
|
| #
1d0b990e |
| 05-May-2016 |
Antonio Nino Diaz <antonio.ninodiaz@arm.com> |
Replace MediaTek delay timer by generic one
Use the generic delay timer instead of having a specific platform file for configuring it.
Change-Id: If6b8f60bc04230f4b85b2bcc1b670fc65461214e
|
| #
f5017125 |
| 01-Apr-2016 |
danh-arm <dan.handley@arm.com> |
Merge pull request #576 from mtk09422/bl31-security
mt8173: Protect BL31 memory from non-secure access
|
| #
a1e0c01f |
| 29-Mar-2016 |
Jimmy Huang <jimmy.huang@mediatek.com> |
mt8173: Protect BL31 memory from non-secure access
BL31 usually handles confidential stuff, its memory must not be read/write accessible from non-secure world. This patch protects the BL31 memory ra
mt8173: Protect BL31 memory from non-secure access
BL31 usually handles confidential stuff, its memory must not be read/write accessible from non-secure world. This patch protects the BL31 memory range from non-secure read/write access.
Change-Id: I442fb92b667bb2f9a62d471a90508b1ba4489911 Signed-off-by: Jimmy Huang <jimmy.huang@mediatek.com>
show more ...
|
| #
195d29f3 |
| 11-Mar-2016 |
danh-arm <dan.handley@arm.com> |
Merge pull request #546 from mtk09422/mtk-bl31-update
Mtk bl31 update
|
| #
e2a65959 |
| 04-Mar-2016 |
Jimmy Huang <jimmy.huang@mediatek.com> |
mt8173: Add #error directive to prevent RESET_TO_BL31
MT8173 platform code is incompatible with RESET_TO_BL31, add #error directive to prevent the case.
We also move mt8173_def.h and plat_private.h
mt8173: Add #error directive to prevent RESET_TO_BL31
MT8173 platform code is incompatible with RESET_TO_BL31, add #error directive to prevent the case.
We also move mt8173_def.h and plat_private.h to include directory, and remove some unnecessary code.
Change-Id: I47b8d0a506820a4ea1fbe8c8fb0ec6c68d88feb5 Signed-off-by: Jimmy Huang <jimmy.huang@mediatek.com>
show more ...
|
| #
7b46d0d8 |
| 01-Feb-2016 |
danh-arm <dan.handley@arm.com> |
Merge pull request #497 from mtk09422/spm-v3
update SPM/DCM/MTCMOS related code for power control logic
|
| #
ac3986ef |
| 16-Nov-2015 |
Jimmy Huang <jimmy.huang@mediatek.com> |
mt8173: Enable dynamic clock management
This patch enables dynamic clock management control to reduce power consumption in various components.
Change-Id: I8f66d9b72c8b1d70169ffe46cc361b16a0dadb77 S
mt8173: Enable dynamic clock management
This patch enables dynamic clock management control to reduce power consumption in various components.
Change-Id: I8f66d9b72c8b1d70169ffe46cc361b16a0dadb77 Signed-off-by: Jimmy Huang <jimmy.huang@mediatek.com>
show more ...
|
| #
aaa0567c |
| 11-Aug-2015 |
danh-arm <dan.handley@arm.com> |
Merge pull request #356 from mtk09422/mt8173-support-v3
Mt8173 support v3
|
| #
7d116dcc |
| 13-Apr-2015 |
CC Ma <cc.ma@mediatek.com> |
Initial platform port for MediaTek mt8173
- Boot up 4 cores. - Add a generic UART driver. - Add generic CPU helper functions - Supoort suspend - Add system_off & system_reset implementation - Add cr
Initial platform port for MediaTek mt8173
- Boot up 4 cores. - Add a generic UART driver. - Add generic CPU helper functions - Supoort suspend - Add system_off & system_reset implementation - Add crash console reporting implementation - Add get_sys_suspend_power_state() for PSCI 1.0 SYSTEM_SUSPEND - Add Mediatek SIP runtime service - Add delay timer platform implementation
Change-Id: I44138249f115ee10b9cbd26fdbc2dd3af04d825f Signed-off-by: CC Ma <cc.ma@mediatek.com> Signed-off-by: Jimmy Huang <jimmy.huang@mediatek.com>
show more ...
|