mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-01-12 04:02:06 +01:00
The Qualcomm SoCs votes for common resources via the RPMh subsystem. Implement the necessary helpers for Interconnect providers to add the nodes and vote via the RPPh "BCM" voters, which are vote endpoints for each SoC subsystems. The APPS (ARM subsystem) has a dedicated endpoint. The BCM voter will aggregate all the bandwidth for all the nodes associated with a BCM voter, and internally the RPMh with also aggregate all the votes from all the SoC subsystems for the same BCM voter. Link: https://patch.msgid.link/20251120-topic-interconnect-next-v5-4-e8a82720da5d@linaro.org Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
9 lines
250 B
Makefile
9 lines
250 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Copyright (c) 2025 Linaro Limited
|
|
#
|
|
|
|
obj-$(CONFIG_$(PHASE_)INTERCONNECT) += interconnect-uclass.o
|
|
obj-$(CONFIG_$(PHASE_)INTERCONNECT_SANDBOX) += sandbox-interconnect.o sandbox-interconnect-test.o
|
|
obj-y += qcom/
|