Lines Matching +full:ram +full:- +full:code
1 // SPDX-License-Identifier: GPL-2.0+
7 #include <ram.h>
64 /* X-DMA */ in isolate_bmc()
95 gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100; in board_init()
98 * Loop over all MISC uclass drivers to call the comphy code in board_init()
103 /* Call the comphy code via the MISC uclass driver */ in board_init()
170 struct ram_info ram; in dram_init() local
179 ret = ram_get_info(dev, &ram); in dram_init()
185 gd->ram_size = ram.size; in dram_init()
192 * U-boot will fixup the memory node in kernel's DT. The ECC redundancy in dram_init()
193 * is unable to handle now, just report the ECC size as the ram size. in dram_init()
196 gd->ram_size = ast_sdmc_get_ecc_size(); in dram_init()
198 gd->ram_size = dram - vga; in dram_init()
202 * handle the ram paritions in dram_init()
204 gd->ram_size = dram - vga; in dram_init()