Home
last modified time | relevance | path

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

/trusted-firmware-a/plat/arm/board/fvp/
A Dfvp_bl2_measured_boot.c13 static uint64_t event_log_base; variable
37 rc = arm_get_tb_fw_info(&event_log_base, &bl1_event_log_size); in bl2_plat_mboot_init()
53 event_log_start = (uint8_t *)((uintptr_t)event_log_base + in bl2_plat_mboot_init()
55 event_log_finish = (uint8_t *)((uintptr_t)event_log_base + in bl2_plat_mboot_init()
71 event_log_cur_size = event_log_get_cur_size((uint8_t *)event_log_base); in bl2_plat_mboot_finish()
75 (uintptr_t)event_log_base, in bl2_plat_mboot_finish()
92 (void)memcpy((void *)ns_log_addr, (const void *)event_log_base, in bl2_plat_mboot_finish()
100 rc = arm_set_tos_fw_info((uintptr_t)event_log_base, in bl2_plat_mboot_finish()
109 dump_event_log((uint8_t *)event_log_base, event_log_cur_size); in bl2_plat_mboot_finish()

Completed in 2 milliseconds