Searched refs:bootm_size (Results 1 – 4 of 4) sorted by relevance
115 phys_size_t bootm_size; in arch_lmb_reserve() local119 bootm_size = env_get_bootm_size(); in arch_lmb_reserve()122 if (((u64)bootmap_base + bootm_size) > in arch_lmb_reserve()125 if ((bootmap_base + bootm_size) > get_effective_memsize()) in arch_lmb_reserve()129 size = min(bootm_size, get_effective_memsize()); in arch_lmb_reserve()132 if (size < bootm_size) { in arch_lmb_reserve()135 lmb_reserve(lmb, base, bootm_size - size); in arch_lmb_reserve()
144 => setenv bootm_size 0x10000000159 => setenv bootm_size 0x20000000
182 RISC-V # setenv bootm_size 0x2000000
2781 then the value in "bootm_size" will be used instead.3589 for use by the bootm command. See also "bootm_size"3600 as the default value if it is defined, and bootm_size is3603 bootm_size - Memory range available for image processing in the bootm