coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
mmu_cmops.c File Reference
#include <device/mmio.h>
#include <soc/mcucfg.h>
#include <soc/mmu_operations.h>
#include <soc/symbols.h>
Include dependency graph for mmu_cmops.c:

Go to the source code of this file.

Functions

void mtk_soc_disable_l2c_sram (void)
 
void mtk_soc_after_dram (void)
 

Function Documentation

◆ mtk_soc_after_dram()

void mtk_soc_after_dram ( void  )

Definition at line 34 of file mmu_cmops.c.

◆ mtk_soc_disable_l2c_sram()

void mtk_soc_disable_l2c_sram ( void  )

Definition at line 11 of file mmu_cmops.c.