Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/arm/board/fvp/
H A Dfvp_bl1_measured_boot.c22 static uint8_t *event_log; variable
24 static uint8_t event_log[PLAT_ARM_EVENT_LOG_MAX_SIZE]; variable
58 event_log = in bl1_plat_mboot_init()
60 assert(event_log != NULL); in bl1_plat_mboot_init()
62 event_log_max_size = sizeof(event_log); in bl1_plat_mboot_init()
65 rc = event_log_init_and_reg(event_log, event_log + event_log_max_size, in bl1_plat_mboot_init()
81 size_t event_log_cur_size = event_log_get_cur_size(event_log); in bl1_plat_mboot_finish()
85 secure_tl, (uintptr_t)event_log + event_log_cur_size); in bl1_plat_mboot_finish()
94 int rc = arm_set_tb_fw_info((uintptr_t)event_log, event_log_cur_size, in bl1_plat_mboot_finish()
/rk3399_ARM-atf/plat/arm/board/juno/
H A Djuno_bl1_measured_boot.c21 static uint8_t *event_log; variable
50 event_log = in bl1_plat_mboot_init()
52 assert(event_log != NULL); in bl1_plat_mboot_init()
54 rc = event_log_init_and_reg(event_log, event_log + event_log_max_size, in bl1_plat_mboot_init()
73 size_t event_log_cur_size = event_log_get_cur_size(event_log); in bl1_plat_mboot_finish()
76 secure_tl, (uintptr_t)event_log + event_log_cur_size); in bl1_plat_mboot_finish()
/rk3399_ARM-atf/plat/rpi/rpi3/
H A Drpi3_bl1_mboot.c30 uint8_t event_log[PLAT_ARM_EVENT_LOG_MAX_SIZE]; variable
102 rc = event_log_init_and_reg(event_log, event_log + sizeof(event_log), in bl1_plat_mboot_init()
123 event_log_cur_size = event_log_get_cur_size(event_log); in bl1_plat_mboot_finish()
129 ep_info->args.arg2 = (uint64_t) event_log; in bl1_plat_mboot_finish()
144 event_log_dump((uint8_t *)event_log, event_log_get_cur_size(event_log)); in bl1_plat_mboot_finish()
H A Dplatform.mk36 MEASURED_BOOT_MK := drivers/measured_boot/event_log/event_log.mk
/rk3399_ARM-atf/plat/imx/imx8m/
H A Dimx8m_measured_boot.c21 static uint8_t event_log[PLAT_IMX_EVENT_LOG_MAX_SIZE]; variable
78 rc = event_log_init_and_reg(event_log, event_log + sizeof(event_log), in bl2_plat_mboot_init()
102 event_log_cur_size = event_log_get_cur_size(event_log); in bl2_plat_mboot_finish()
117 (void)memcpy((void *)ns_log_addr, (const void *)event_log, in bl2_plat_mboot_finish()
123 event_log_dump((uint8_t *)event_log, event_log_cur_size); in bl2_plat_mboot_finish()
/rk3399_ARM-atf/plat/qemu/qemu/
H A Dqemu_measured_boot.c26 static uint8_t event_log[PLAT_EVENT_LOG_MAX_SIZE]; variable
68 rc = event_log_init_and_reg(event_log, event_log + sizeof(event_log), in bl2_plat_mboot_init()
86 event_log_base = (uintptr_t)event_log; in bl2_plat_mboot_init()
H A Dplatform.mk93 MEASURED_BOOT_MK := drivers/measured_boot/event_log/event_log.mk
/rk3399_ARM-atf/plat/arm/board/fvp/fdts/
H A Dfvp_nt_fw_config.dts11 #include "event_log.dtsi"
16 &event_log {
H A Dfvp_tsp_fw_config.dts11 #include "event_log.dtsi"
H A Devent_log.dtsi8 event_log: tpm_event_log { label
H A Dfvp_spmc_manifest.dts115 #include "event_log.dtsi"
H A Dfvp_tb_fw_config.dts109 #include "event_log.dtsi"
/rk3399_ARM-atf/docs/components/measured_boot/
H A Dindex.rst12 event_log
/rk3399_ARM-atf/plat/arm/board/fvp/include/
H A Dfconf_nt_config_getter.h13 #define nt_config__event_log_config_getter(prop) event_log.prop
/rk3399_ARM-atf/plat/imx/imx8m/imx8mm/
H A Dplatform.mk188 MEASURED_BOOT_MK := drivers/measured_boot/event_log/event_log.mk
/rk3399_ARM-atf/plat/arm/common/
H A Darm_common.mk472 MEASURED_BOOT_MK := drivers/measured_boot/event_log/event_log.mk