coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
mmu_operations.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <device/mmio.h>
4 #include <soc/mcucfg.h>
5 #include <soc/mmu_operations.h>
6 
8 {
9  /* Turn off L2C SRAM and return it to L2 cache. */
11 }
static void write32(void *addr, uint32_t val)
Definition: mmio.h:40
void mtk_soc_disable_l2c_sram(void)
static struct mt8183_mcucfg_regs *const mt8183_mcucfg
Definition: mcucfg.h:371