summaryrefslogtreecommitdiffstats
path: root/src/soc/qualcomm/common
diff options
context:
space:
mode:
authorRavi Kumar Bokka <rbokka@codeaurora.org>2021-01-04 14:28:14 +0530
committerShelley Chen <shchen@google.com>2021-10-07 09:03:05 +0000
commit5afeba30a3637792d8619d52572f95b3e80e76fb (patch)
tree2da9e7979d6a44573d86c099bda3e2789a33dd69 /src/soc/qualcomm/common
parent4dc9e5b3c71ba85e3aa19a98c58a86194a3fd8f5 (diff)
downloadcoreboot-5afeba30a3637792d8619d52572f95b3e80e76fb.tar.gz
coreboot-5afeba30a3637792d8619d52572f95b3e80e76fb.tar.bz2
coreboot-5afeba30a3637792d8619d52572f95b3e80e76fb.zip
sc7280: Add SHRM firmware support
SHRM is a system hardware resource manager. It is used to manage run time DDRSS activities. DDRSS stands for DDR subsystem. BUG=b:182963902 TEST=Validated on qualcomm sc7280 development board by trying DDR clocks which through SHRM RSI command. Change-Id: I44484573a829eaefbd34907c6fe78d427506a762 Signed-off-by: Ravi Kumar Bokka <rbokka@codeaurora.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49392 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Shelley Chen <shchen@google.com>
Diffstat (limited to 'src/soc/qualcomm/common')
-rw-r--r--src/soc/qualcomm/common/include/soc/symbols_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/qualcomm/common/include/soc/symbols_common.h b/src/soc/qualcomm/common/include/soc/symbols_common.h
index 60c1069aa1d2..953acc26576e 100644
--- a/src/soc/qualcomm/common/include/soc/symbols_common.h
+++ b/src/soc/qualcomm/common/include/soc/symbols_common.h
@@ -23,5 +23,6 @@ DECLARE_REGION(dram_modem_wifi_only)
DECLARE_REGION(dram_modem_extra)
DECLARE_REGION(dram_wlan)
DECLARE_REGION(dram_wpss)
+DECLARE_REGION(shrm)
#endif // _SOC_QUALCOMM_SYMBOLS_COMMON_H_