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(mt8186): add SPM suspend driverAdd SPM suspend driver for suspend/resume features.TEST=build passBUG=b:202871018Signed-off-by: Jason-ch Chen <jason-ch.chen@mediatek.com>Change-Id: I25b4b
feat(mt8186): add SPM suspend driverAdd SPM suspend driver for suspend/resume features.TEST=build passBUG=b:202871018Signed-off-by: Jason-ch Chen <jason-ch.chen@mediatek.com>Change-Id: I25b4b97cd3138a7b347385539e47ccfa884d64fc
fix(mt8186): remove unused files in drivers/mcdiWe don't use mbox drivers which are implemented in these files formcdi, so remove related files from mcdi folder.TEST=build passBUG=b:202871018
fix(mt8186): remove unused files in drivers/mcdiWe don't use mbox drivers which are implemented in these files formcdi, so remove related files from mcdi folder.TEST=build passBUG=b:202871018Signed-off-by: Rex-BC Chen <rex-bc.chen@mediatek.com>Change-Id: Idea5ebe5b25f91066ebd653cdcdafe65ca292b0f
feat(plat/mediatek/mt8186): add MCDI driversAdd MCDI related drivers to handle CPU powered on/off in CPU suspend.TEST=build passBUG=b:202871018Change-Id: I85aaaf3a0e992a39d17c58f3d9d5ff1b5770f
feat(plat/mediatek/mt8186): add MCDI driversAdd MCDI related drivers to handle CPU powered on/off in CPU suspend.TEST=build passBUG=b:202871018Change-Id: I85aaaf3a0e992a39d17c58f3d9d5ff1b5770f748Signed-off-by: Garmin.Chang <Garmin.Chang@mediatek.com>