Home
last modified time | relevance | path

Searched refs:coreboot_get_table_location (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/include/lib/
H A Dcoreboot.h44 void coreboot_get_table_location(uint64_t *address, uint32_t *size);
/rk3399_ARM-atf/lib/coreboot/
H A Dcoreboot_table.c113 void coreboot_get_table_location(uint64_t *address, uint32_t *size) in coreboot_get_table_location() function
/rk3399_ARM-atf/services/spd/opteed/
H A Dopteed_main.c308 coreboot_get_table_location(&coreboot_table_addr, &coreboot_table_size); in add_coreboot_node()