Home
last modified time | relevance | path

Searched refs:coreboot_table_addr (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-a-latest/lib/coreboot/
Dcoreboot_table.c49 uint64_t coreboot_table_addr; variable
115 *address = coreboot_table_addr; in coreboot_get_table_location()
129 coreboot_table_addr = (uint64_t) base; in coreboot_table_setup()
/trusted-firmware-a-latest/services/spd/opteed/
Dopteed_main.c229 uint64_t coreboot_table_addr; in add_coreboot_node() local
235 coreboot_get_table_location(&coreboot_table_addr, &coreboot_table_size); in add_coreboot_node()
236 if (!coreboot_table_addr || !coreboot_table_size) { in add_coreboot_node()
256 reg_node.addr = cpu_to_fdt64(coreboot_table_addr); in add_coreboot_node()