Searched refs:event_log (Results 1 – 16 of 16) sorted by relevance
| /rk3399_ARM-atf/plat/arm/board/fvp/ |
| H A D | fvp_bl1_measured_boot.c | 22 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 D | juno_bl1_measured_boot.c | 21 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 D | rpi3_bl1_mboot.c | 30 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 D | platform.mk | 36 MEASURED_BOOT_MK := drivers/measured_boot/event_log/event_log.mk
|
| /rk3399_ARM-atf/plat/imx/imx8m/ |
| H A D | imx8m_measured_boot.c | 21 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 D | qemu_measured_boot.c | 26 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 D | platform.mk | 93 MEASURED_BOOT_MK := drivers/measured_boot/event_log/event_log.mk
|
| /rk3399_ARM-atf/plat/arm/board/fvp/fdts/ |
| H A D | fvp_nt_fw_config.dts | 11 #include "event_log.dtsi" 16 &event_log {
|
| H A D | fvp_tsp_fw_config.dts | 11 #include "event_log.dtsi"
|
| H A D | event_log.dtsi | 8 event_log: tpm_event_log { label
|
| H A D | fvp_spmc_manifest.dts | 115 #include "event_log.dtsi"
|
| H A D | fvp_tb_fw_config.dts | 109 #include "event_log.dtsi"
|
| /rk3399_ARM-atf/docs/components/measured_boot/ |
| H A D | index.rst | 12 event_log
|
| /rk3399_ARM-atf/plat/arm/board/fvp/include/ |
| H A D | fconf_nt_config_getter.h | 13 #define nt_config__event_log_config_getter(prop) event_log.prop
|
| /rk3399_ARM-atf/plat/imx/imx8m/imx8mm/ |
| H A D | platform.mk | 188 MEASURED_BOOT_MK := drivers/measured_boot/event_log/event_log.mk
|
| /rk3399_ARM-atf/plat/arm/common/ |
| H A D | arm_common.mk | 472 MEASURED_BOOT_MK := drivers/measured_boot/event_log/event_log.mk
|