mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 12:08:19 +00:00 
			
		
		
		
	At this point, the remaining places where we have a symbol that is defined as CONFIG_... are in fairly odd locations. While as much dead code has been removed as possible, some of these locations are simply less obvious at first. In other cases, this code is used, but was defined in such a way as to have been missed by earlier checks. Perform a rename of all such remaining symbols to be CFG_... rather than CONFIG_... Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
		
			
				
	
	
		
			97 lines
		
	
	
		
			3.3 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			97 lines
		
	
	
		
			3.3 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
| /* SPDX-License-Identifier: GPL-2.0+ */
 | |
| /*
 | |
|  * Copyright 2017-2018, 2020 NXP
 | |
|  * Copyright 2014-2015, Freescale Semiconductor
 | |
|  */
 | |
| 
 | |
| #ifndef _FSL_LAYERSCAPE_CPU_H
 | |
| #define _FSL_LAYERSCAPE_CPU_H
 | |
| 
 | |
| #ifdef CONFIG_FSL_LSCH3
 | |
| #define CFG_SYS_FSL_CCSR_BASE	0x00000000
 | |
| #define CFG_SYS_FSL_CCSR_SIZE	0x10000000
 | |
| #define CFG_SYS_FSL_QSPI_BASE1	0x20000000
 | |
| #define CFG_SYS_FSL_QSPI_SIZE1	0x10000000
 | |
| #ifndef CONFIG_NXP_LSCH3_2
 | |
| #define CFG_SYS_FSL_IFC_BASE1	0x30000000
 | |
| #define CFG_SYS_FSL_IFC_SIZE1	0x10000000
 | |
| #define CFG_SYS_FSL_IFC_SIZE1_1	0x400000
 | |
| #endif
 | |
| #define CFG_SYS_FSL_DRAM_BASE1	0x80000000
 | |
| #define CFG_SYS_FSL_DRAM_SIZE1	0x80000000
 | |
| #define CFG_SYS_FSL_QSPI_BASE2	0x400000000
 | |
| #define CFG_SYS_FSL_QSPI_SIZE2	0x100000000
 | |
| #ifndef CONFIG_NXP_LSCH3_2
 | |
| #define CFG_SYS_FSL_IFC_BASE2	0x500000000
 | |
| #define CFG_SYS_FSL_IFC_SIZE2	0x100000000
 | |
| #endif
 | |
| #define CFG_SYS_FSL_DCSR_BASE	0x700000000
 | |
| #define CFG_SYS_FSL_DCSR_SIZE	0x40000000
 | |
| #define CFG_SYS_FSL_MC_BASE		0x80c000000
 | |
| #define CFG_SYS_FSL_MC_SIZE		0x4000000
 | |
| #define CFG_SYS_FSL_NI_BASE		0x810000000
 | |
| #define CFG_SYS_FSL_NI_SIZE		0x8000000
 | |
| #define CFG_SYS_FSL_QBMAN_BASE	0x818000000
 | |
| #define CFG_SYS_FSL_QBMAN_SIZE	0x8000000
 | |
| #define CFG_SYS_FSL_QBMAN_SIZE_1	0x4000000
 | |
| #ifdef CONFIG_ARCH_LS2080A
 | |
| #define CFG_SYS_PCIE1_PHYS_SIZE	0x200000000
 | |
| #define CFG_SYS_PCIE2_PHYS_SIZE	0x200000000
 | |
| #define CFG_SYS_PCIE3_PHYS_SIZE	0x200000000
 | |
| #define CFG_SYS_PCIE4_PHYS_SIZE	0x200000000
 | |
| #else
 | |
| #define CFG_SYS_PCIE1_PHYS_SIZE	0x800000000
 | |
| #define CFG_SYS_PCIE2_PHYS_SIZE	0x800000000
 | |
| #ifndef CFG_SYS_PCIE3_PHYS_SIZE
 | |
| #define CFG_SYS_PCIE3_PHYS_SIZE	0x800000000
 | |
| #endif
 | |
| #define CFG_SYS_PCIE4_PHYS_SIZE	0x800000000
 | |
| #define SYS_PCIE5_PHYS_SIZE		0x800000000
 | |
| #define SYS_PCIE6_PHYS_SIZE		0x800000000
 | |
| #endif
 | |
| #define CFG_SYS_FSL_WRIOP1_BASE	0x4300000000
 | |
| #define CFG_SYS_FSL_WRIOP1_SIZE	0x100000000
 | |
| #define CFG_SYS_FSL_AIOP1_BASE	0x4b00000000
 | |
| #define CFG_SYS_FSL_AIOP1_SIZE	0x100000000
 | |
| #if !defined(CONFIG_ARCH_LX2160A) || !defined(CONFIG_ARCH_LX2162)
 | |
| #define CFG_SYS_FSL_PEBUF_BASE	0x4c00000000
 | |
| #else
 | |
| #define CFG_SYS_FSL_PEBUF_BASE	0x1c00000000
 | |
| #endif
 | |
| #define CFG_SYS_FSL_PEBUF_SIZE	0x400000000
 | |
| #ifdef CONFIG_NXP_LSCH3_2
 | |
| #define CFG_SYS_FSL_DRAM_BASE2	0x2080000000
 | |
| #define CFG_SYS_FSL_DRAM_SIZE2	0x1F80000000
 | |
| #define CFG_SYS_FSL_DRAM_BASE3	0x6000000000
 | |
| #define CFG_SYS_FSL_DRAM_SIZE3	0x2000000000
 | |
| #else
 | |
| #define CFG_SYS_FSL_DRAM_BASE2	0x8080000000
 | |
| #define CFG_SYS_FSL_DRAM_SIZE2	0x7F80000000
 | |
| #endif
 | |
| #elif defined(CONFIG_FSL_LSCH2)
 | |
| #define CFG_SYS_FSL_CCSR_BASE	0x1000000
 | |
| #define CFG_SYS_FSL_CCSR_SIZE	0xf000000
 | |
| #define CFG_SYS_FSL_DCSR_BASE	0x20000000
 | |
| #define CFG_SYS_FSL_DCSR_SIZE	0x4000000
 | |
| #define CFG_SYS_FSL_QSPI_BASE	0x40000000
 | |
| #define CFG_SYS_FSL_QSPI_SIZE	0x20000000
 | |
| #define CFG_SYS_FSL_IFC_BASE		0x60000000
 | |
| #define CFG_SYS_FSL_IFC_SIZE		0x20000000
 | |
| #define CFG_SYS_FSL_DRAM_BASE1	0x80000000
 | |
| #define CFG_SYS_FSL_DRAM_SIZE1	0x80000000
 | |
| #define CFG_SYS_FSL_QBMAN_BASE	0x500000000
 | |
| #define CFG_SYS_FSL_QBMAN_SIZE	0x10000000
 | |
| #define CFG_SYS_FSL_DRAM_BASE2	0x880000000
 | |
| #define CFG_SYS_FSL_DRAM_SIZE2	0x780000000	/* 30GB */
 | |
| #define CFG_SYS_PCIE1_PHYS_SIZE	0x800000000
 | |
| #define CFG_SYS_PCIE2_PHYS_SIZE	0x800000000
 | |
| #define CFG_SYS_PCIE3_PHYS_SIZE	0x800000000
 | |
| #define CFG_SYS_FSL_DRAM_BASE3	0x8800000000
 | |
| #define CFG_SYS_FSL_DRAM_SIZE3	0x7800000000	/* 480GB */
 | |
| #endif
 | |
| 
 | |
| int fsl_qoriq_core_to_cluster(unsigned int core);
 | |
| u32 cpu_mask(void);
 | |
| 
 | |
| #endif /* _FSL_LAYERSCAPE_CPU_H */
 |