Home
last modified time | relevance | path

Searched refs:CONFIG_MAX_MEM_MAPPED (Results 1 – 20 of 20) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-fsl-layerscape/
Dconfig.h37 #define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_DDR_BLOCK1_SIZE macro
149 #define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_DDR_BLOCK1_SIZE macro
202 #define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_DDR_BLOCK1_SIZE macro
269 #define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_DDR_BLOCK1_SIZE macro
319 #define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_DDR_BLOCK1_SIZE macro
373 #define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_DDR_BLOCK1_SIZE macro
382 #define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_DDR_BLOCK1_SIZE macro
/third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/
Dconfig.h24 #ifndef CONFIG_MAX_MEM_MAPPED
28 #define CONFIG_MAX_MEM_MAPPED ((phys_size_t)2 << 30) macro
30 #define CONFIG_MAX_MEM_MAPPED (256 << 20) macro
/third_party/uboot/u-boot-2020.01/include/configs/
Dxtfpga.h39 #define CONFIG_MAX_MEM_MAPPED 0x10000000 macro
93 #if defined(CONFIG_MAX_MEM_MAPPED) && \
94 CONFIG_MAX_MEM_MAPPED < CONFIG_SYS_SDRAM_SIZE
95 #define CONFIG_SYS_MEMORY_SIZE CONFIG_MAX_MEM_MAPPED
Drcar-gen3-common.h46 #define CONFIG_MAX_MEM_MAPPED (0x80000000u - DRAM_RSV_SIZE) macro
Ddra7xx_evm.h19 #define CONFIG_MAX_MEM_MAPPED 0x80000000 macro
DMPC8349ITX.h154 #define CONFIG_MAX_MEM_MAPPED ((phys_size_t)256 << 20) macro
/third_party/uboot/u-boot-2020.01/common/
Dmemsize.c99 return ((gd->ram_size > CONFIG_MAX_MEM_MAPPED) ? in get_effective_memsize()
100 CONFIG_MAX_MEM_MAPPED : gd->ram_size); in get_effective_memsize()
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc85xx/
Dtlb.c305 size = min(memsize, (u64)CONFIG_MAX_MEM_MAPPED); in setup_ddr_tlbs_phys()
308 if (size || memsize > CONFIG_MAX_MEM_MAPPED) { in setup_ddr_tlbs_phys()
309 print_size(memsize > CONFIG_MAX_MEM_MAPPED ? in setup_ddr_tlbs_phys()
310 memsize - CONFIG_MAX_MEM_MAPPED + size : size, in setup_ddr_tlbs_phys()
Dcpu.c610 phys_size_t p_size = min(gd->ram_size, CONFIG_MAX_MEM_MAPPED); in arch_memory_test_advance()
621 p_size = min(test_cap - p_addr, CONFIG_MAX_MEM_MAPPED); in arch_memory_test_advance()
638 phys_size_t p_size = min(gd->ram_size, CONFIG_MAX_MEM_MAPPED); in arch_memory_test_prepare()
647 if (gd->ram_size > CONFIG_MAX_MEM_MAPPED) { in arch_memory_test_prepare()
649 print_size(CONFIG_MAX_MEM_MAPPED, in arch_memory_test_prepare()
Dmp.c193 bootpg = ((gd->ram_size > CONFIG_MAX_MEM_MAPPED) ? in determine_mp_bootpg()
194 CONFIG_MAX_MEM_MAPPED : gd->ram_size) + in determine_mp_bootpg()
/third_party/uboot/u-boot-2020.01/drivers/ddr/fsl/
Dutil.c136 if (base >= CONFIG_MAX_MEM_MAPPED) in __fsl_ddr_set_lawbar()
138 if ((base + size) >= CONFIG_MAX_MEM_MAPPED) in __fsl_ddr_set_lawbar()
139 size = CONFIG_MAX_MEM_MAPPED - base; in __fsl_ddr_set_lawbar()
Dmain.c858 total_memory = CONFIG_MAX_MEM_MAPPED; in __fsl_ddr_sdram()
/third_party/uboot/u-boot-2020.01/arch/xtensa/include/asm/
Dconfig.h20 #define CONFIG_MAX_MEM_MAPPED (128 << 20) macro
/third_party/uboot/u-boot-2020.01/board/ti/dra7xx/
Devm.c281 if (ram_size > CONFIG_MAX_MEM_MAPPED) in emif_get_reg_dump()
287 if (ram_size > CONFIG_MAX_MEM_MAPPED) in emif_get_reg_dump()
305 if (ram_size < CONFIG_MAX_MEM_MAPPED) in emif_get_reg_dump()
364 if (ram_size > CONFIG_MAX_MEM_MAPPED) in emif_get_dmm_regs()
373 if (ram_size < CONFIG_MAX_MEM_MAPPED) in emif_get_dmm_regs()
648 if (ram_size > CONFIG_MAX_MEM_MAPPED) { in dram_init_banksize()
650 gd->bd->bi_dram[1].size = ram_size - CONFIG_MAX_MEM_MAPPED; in dram_init_banksize()
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc8xxx/
Dpamu_table.c18 tbl->size[i] = (phys_size_t)(min(gd->ram_size, CONFIG_MAX_MEM_MAPPED)); in construct_pamu_addr_table()
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-ls102xa/
Dconfig.h90 #define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_LS1_DDR_BLOCK1_SIZE macro
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc86xx/
Dcpu.c194 bl = TO_BATU_BL(min(dram_size, CONFIG_MAX_MEM_MAPPED)); in setup_ddr_bat()
/third_party/uboot/u-boot-2020.01/drivers/ram/
Dmpc83xx_sdram.c121 return ((gd->ram_size > CONFIG_MAX_MEM_MAPPED) ? in get_effective_memsize()
122 CONFIG_MAX_MEM_MAPPED : gd->ram_size); in get_effective_memsize()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/fsl-layerscape/
Dcpu.c1294 if (gd->ram_size > CONFIG_MAX_MEM_MAPPED) { in get_effective_memsize()
1295 ea_size = CONFIG_MAX_MEM_MAPPED; in get_effective_memsize()
/third_party/uboot/u-boot-2020.01/scripts/
Dconfig_whitelist.txt1112 CONFIG_MAX_MEM_MAPPED