coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
carve_out.c File Reference
#include <arch/stages.h>
#include <soc/mmu_common.h>
#include <soc/symbols_common.h>
#include <device/mmio.h>
Include dependency graph for carve_out.c:

Go to the source code of this file.

Macros

#define MODEM_ID_LTE   0x004c5445
 
#define MODEM_ID_WIFI   0x57494649
 

Functions

bool soc_modem_carve_out (void **start, void **end)
 

Macro Definition Documentation

◆ MODEM_ID_LTE

#define MODEM_ID_LTE   0x004c5445

Definition at line 8 of file carve_out.c.

◆ MODEM_ID_WIFI

#define MODEM_ID_WIFI   0x57494649

Definition at line 9 of file carve_out.c.

Function Documentation

◆ soc_modem_carve_out()

bool soc_modem_carve_out ( void **  start,
void **  end 
)

Definition at line 11 of file carve_out.c.

References MODEM_ID_LTE, MODEM_ID_WIFI, and read32().

Here is the call graph for this function: