Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/arm/board/juno/
H A Djuno_bl2_measured_boot.c27 static uint8_t *event_log_base; variable
63 event_log_base = in bl2_plat_mboot_init()
67 bl1_event_log_size = event_log_start - event_log_base; in bl2_plat_mboot_init()
69 rc = event_log_init_and_reg((uint8_t *)event_log_base, event_log_finish, in bl2_plat_mboot_init()
91 event_log_cur_size = event_log_get_cur_size((uint8_t *)event_log_base); in bl2_plat_mboot_finish()
97 event_log_base = transfer_list_event_log_finish( in bl2_plat_mboot_finish()
98 secure_tl, (uintptr_t)event_log_base + event_log_cur_size); in bl2_plat_mboot_finish()
99 if (event_log_base == NULL) { in bl2_plat_mboot_finish()
103 event_log_cur_size = event_log_get_cur_size((uint8_t *)event_log_base); in bl2_plat_mboot_finish()
104 event_log_dump(event_log_base, event_log_cur_size); in bl2_plat_mboot_finish()
/rk3399_ARM-atf/plat/qemu/qemu/
H A Dqemu_measured_boot.c27 static uint64_t event_log_base; variable
86 event_log_base = (uintptr_t)event_log; in bl2_plat_mboot_init()
99 event_log_cur_size = event_log_get_cur_size((uint8_t *)event_log_base); in bl2_plat_mboot_finish()
101 event_log_dump((uint8_t *)event_log_base, event_log_cur_size); in bl2_plat_mboot_finish()
104 if (!plat_handoff_mboot((void *)event_log_base, event_log_cur_size, in bl2_plat_mboot_finish()
111 (uintptr_t)event_log_base, in bl2_plat_mboot_finish()
132 (void)memcpy((void *)ns_log_addr, (const void *)event_log_base, in bl2_plat_mboot_finish()
140 rc = qemu_set_tos_fw_info((uintptr_t)event_log_base, in bl2_plat_mboot_finish()
/rk3399_ARM-atf/plat/arm/board/fvp/
H A Dfvp_bl2_measured_boot.c34 static const uint8_t *event_log_base; variable
86 event_log_base = in bl2_plat_mboot_init()
90 bl1_event_log_size = event_log_start - event_log_base; in bl2_plat_mboot_init()
92 rc = arm_get_tb_fw_info((uint64_t *)&event_log_base, in bl2_plat_mboot_init()
110 (uint8_t *)((uintptr_t)event_log_base + event_log_max_size); in bl2_plat_mboot_init()
113 rc = event_log_init_and_reg((uint8_t *)event_log_base, event_log_finish, in bl2_plat_mboot_init()
212 event_log_cur_size = event_log_get_cur_size((uint8_t *)event_log_base); in bl2_plat_mboot_finish()
219 event_log_base = transfer_list_event_log_finish( in bl2_plat_mboot_finish()
220 secure_tl, (uintptr_t)event_log_base + event_log_cur_size); in bl2_plat_mboot_finish()
225 event_log_cur_size = event_log_get_cur_size((uint8_t *)event_log_base); in bl2_plat_mboot_finish()
[all …]