| #
da04341e |
| 14-Feb-2023 |
Chris Kay <chris.kay@arm.com> |
build: always prefix section names with `.`
Some of our specialized sections are not prefixed with the conventional period. The compiler uses input section names to derive certain other section name
build: always prefix section names with `.`
Some of our specialized sections are not prefixed with the conventional period. The compiler uses input section names to derive certain other section names (e.g. `.rela.text`, `.relacpu_ops`), and these can be difficult to select in linker scripts when there is a lack of a delimiter.
This change introduces the period prefix to all specialized section names.
BREAKING-CHANGE: All input and output linker section names have been prefixed with the period character, e.g. `cpu_ops` -> `.cpu_ops`.
Change-Id: I51c13c5266d5975fbd944ef4961328e72f82fc1c Signed-off-by: Chris Kay <chris.kay@arm.com>
show more ...
|
| #
ed780b0b |
| 22-Dec-2021 |
Madhukar Pappireddy <madhukar.pappireddy@arm.com> |
Merge changes I41001484,Ic734696a,I84741535,I85aaaf3a,Ibd5423b7, ... into integration
* changes: feat(plat/mediatek/mt8186): add reboot function for PSCI feat(plat/mdeiatek/mt8186): add power-of
Merge changes I41001484,Ic734696a,I84741535,I85aaaf3a,Ibd5423b7, ... into integration
* changes: feat(plat/mediatek/mt8186): add reboot function for PSCI feat(plat/mdeiatek/mt8186): add power-off function for PSCI feat(plat/mediatek/mt8186): apply erratas for MT8186 feat(plat/mediatek/mt8186): add MCDI drivers feat(plat/mediatek/mt8186): add CPU hotplug feat(plat/mediatek/mt8186): add RTC drivers fix(plat/mediatek/mt8186): extend MMU region size feat(plat/mediatek/mt8186): add DCM driver feat(plat/mediatek/mt8186): add pinctrl support feat(plat/mediatek/mt8186): add sys_cirq support feat(plat/mediatek/mt8186): initialize GIC feat(plat/mediatek/mt8186): add SiP service feat(plat/mediatek/mt8186): add pwrap and pmic driver feat(plat/mediatek/mt8186): initialize delay_timer feat(plat/mediatek/mt8186): initialize systimer feat(plat/mediatek/mt8186): add EMI MPU basic driver
show more ...
|
| #
06cb65ef |
| 14-Nov-2021 |
Garmin.Chang <Garmin.Chang@mediatek.com> |
feat(plat/mediatek/mt8186): add MCDI drivers
Add MCDI related drivers to handle CPU powered on/off in CPU suspend.
TEST=build pass BUG=b:202871018
Change-Id: I85aaaf3a0e992a39d17c58f3d9d5ff1b5770f
feat(plat/mediatek/mt8186): add MCDI drivers
Add MCDI related drivers to handle CPU powered on/off in CPU suspend.
TEST=build pass BUG=b:202871018
Change-Id: I85aaaf3a0e992a39d17c58f3d9d5ff1b5770f748 Signed-off-by: Garmin.Chang <Garmin.Chang@mediatek.com>
show more ...
|