coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
mmu.c File Reference
#include <symbols.h>
#include <soc/addressmap.h>
#include <soc/mmu.h>
#include <soc/sdram.h>
#include <arch/mmu.h>
Include dependency graph for mmu.c:

Go to the source code of this file.

Functions

void soc_mmu_init (void)
 

Function Documentation

◆ soc_mmu_init()

void soc_mmu_init ( void  )

Definition at line 9 of file mmu.c.

References _dram, IO_SPACE_SIZE, IO_SPACE_START, MA_DEV, MA_MEM, MA_RW, MA_S, MiB, mmu_config_range(), mmu_enable(), mmu_init(), REGION_SIZE, and sdram_size_mb().

Referenced by platform_romstage_main().

Here is the call graph for this function:
Here is the caller graph for this function: