Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/renesas/common/include/
Dplatform_def.h155 #define BL33_COMP_BASE (BL33_BASE - BL33_COMP_SIZE) macro
/trusted-firmware-a-latest/plat/renesas/rcar/
Dbl2_plat_setup.c416 image_decompress_init(BL33_COMP_BASE, BL33_COMP_SIZE, gunzip); in bl2_plat_preload_setup()
503 if ((mmio_read_32(BL33_COMP_BASE) & 0xffff) == 0x8b1f) { in bl2_plat_handle_post_image_load()
511 memcpy((void *)BL33_BASE, (void *)BL33_COMP_BASE, in bl2_plat_handle_post_image_load()