coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
symbols_common.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef _SOC_QUALCOMM_SYMBOLS_COMMON_H_
4 #define _SOC_QUALCOMM_SYMBOLS_COMMON_H_
5 
6 #include <symbols.h>
7 
8 DECLARE_REGION(ddr_training);
9 DECLARE_REGION(qclib_serial_log);
10 DECLARE_REGION(ddr_information);
11 DECLARE_REGION(ssram)
12 DECLARE_REGION(bsram)
13 DECLARE_REGION(dram_aop)
14 DECLARE_REGION(dram_soc)
15 DECLARE_REGION(dcb)
16 DECLARE_REGION(pmic)
17 DECLARE_REGION(limits_cfg)
18 DECLARE_REGION(aop)
19 DECLARE_REGION(modem_id)
20 DECLARE_REGION(aop_code_ram)
21 DECLARE_REGION(aop_data_ram)
22 DECLARE_REGION(dram_modem_wifi_only)
23 DECLARE_REGION(dram_modem_extra)
24 DECLARE_REGION(dram_wlan)
25 DECLARE_REGION(dram_wpss)
27 DECLARE_REGION(dram_cpucp)
28 DECLARE_REGION(dram_modem)
29 
30 #endif // _SOC_QUALCOMM_SYMBOLS_COMMON_H_
DECLARE_REGION(ddr_training)