feat(aarch64): add DBGPRCR_EL1 register accessorsThis is a small change adding accessor functions for the Debug PowerControl register (DBGPRCR_EL1) to the common architectural helpers.Change-Id:
feat(aarch64): add DBGPRCR_EL1 register accessorsThis is a small change adding accessor functions for the Debug PowerControl register (DBGPRCR_EL1) to the common architectural helpers.Change-Id: I72261fbf0395d900347b46af320093ed946aa73dSigned-off-by: Chris Kay <chris.kay@arm.com>
show more ...
build: always prefix section names with `.`Some of our specialized sections are not prefixed with the conventionalperiod. The compiler uses input section names to derive certain othersection name
build: always prefix section names with `.`Some of our specialized sections are not prefixed with the conventionalperiod. The compiler uses input section names to derive certain othersection names (e.g. `.rela.text`, `.relacpu_ops`), and these can bedifficult to select in linker scripts when there is a lack of adelimiter.This change introduces the period prefix to all specialized sectionnames.BREAKING-CHANGE: All input and output linker section names have been prefixed with the period character, e.g. `cpu_ops` -> `.cpu_ops`.Change-Id: I51c13c5266d5975fbd944ef4961328e72f82fc1cSigned-off-by: Chris Kay <chris.kay@arm.com>
feat(mediatek): move mtk_cirq.c drivers to cirq folderTo use cirq drivers more easier, we place mtk_cirq.c and mtk_cirq.hto common/drivers/cirq.We also rename mtk_cirq.c/h to mt_cirq.c/h for con
feat(mediatek): move mtk_cirq.c drivers to cirq folderTo use cirq drivers more easier, we place mtk_cirq.c and mtk_cirq.hto common/drivers/cirq.We also rename mtk_cirq.c/h to mt_cirq.c/h for consistency with otherdriver folders.TEST=build pass for mt8192/mt8195/mt8186BUG=b:236331724Signed-off-by: Bo-Chen Chen <rex-bc.chen@mediatek.com>Change-Id: I71bc442f00b16fb4031260937982c0496fcaaea0
feat(plat/mediatek/mt8195): support MCUSYS off when system suspendAdd drivers to support MCUSYS off when system suspend.Signed-off-by: Edward-JW Yang <edward-jw.yang@mediatek.corp-partner.google.
feat(plat/mediatek/mt8195): support MCUSYS off when system suspendAdd drivers to support MCUSYS off when system suspend.Signed-off-by: Edward-JW Yang <edward-jw.yang@mediatek.corp-partner.google.com>Change-Id: I388fd2318f471083158992464ecdf2181fc7d87a
mediatek: mt8195: Add MCDI driversAdd 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 driversAdd MCDI related drivers to handle CPU powered on/off in CPU suspend.Signed-off-by: James Liao <jamesjj.liao@mediatek.com>Change-Id: I6a6f9bf5d1d8bda1ee603d8bf3fc206437de7ad8