MCPcopy Create free account
hub / github.com/coreboot/coreboot / print_gpr0_range

Function print_gpr0_range

util/ifdtool/ifdtool.c:1621–1626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1619}
1620
1621static void print_gpr0_range(union gprd reg)
1622{
1623 printf("--------- GPR0 Protected Range --------------\n");
1624 printf("Start address = 0x%08x\n", reg.data.start << 12);
1625 printf("End address = 0x%08x\n", (reg.data.end << 12) | 0xfff);
1626}
1627
1628static uint8_t get_cse_data_partition_offset(void)
1629{

Callers 3

disable_gpr0Function · 0.85
enable_gpr0Function · 0.85
is_gpr0_protectedFunction · 0.85

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected