coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
memory.c File Reference
#include <assert.h>
#include <console/console.h>
#include <soc/addressmap.h>
#include <soc/dramc_register.h>
#include <soc/dramc_pi_api.h>
#include <soc/emi.h>
#include <soc/pll.h>
#include <symbols.h>
Include dependency graph for memory.c:

Go to the source code of this file.

Functions

void mt_mem_init (const struct mt8173_sdram_params *sdram_params)
 

Function Documentation

◆ mt_mem_init()

void mt_mem_init ( const struct mt8173_sdram_params sdram_params)

Definition at line 12 of file memory.c.

References _dram, ASSERT, BIOS_DEBUG, complex_mem_test(), CONFIG, mem_pll_init(), mt_set_emi(), and printk.

Here is the call graph for this function: