Searched refs:IMX7_UBOOT_BASE (Results 1 – 4 of 4) sorted by relevance
91 #define IMX7_UBOOT_BASE (DRAM_BASE + 0x7800000) macro92 #define IMX7_UBOOT_LIMIT (IMX7_UBOOT_BASE + IMX7_UBOOT_SIZE)130 #define BL33_BASE IMX7_UBOOT_BASE131 #define BL33_LIMIT (IMX7_UBOOT_BASE + IMX7_UBOOT_SIZE)
93 #define IMX7_UBOOT_BASE (DRAM_BASE + 0x7800000) macro94 #define IMX7_UBOOT_LIMIT (IMX7_UBOOT_BASE + IMX7_UBOOT_SIZE)133 #define BL33_BASE IMX7_UBOOT_BASE134 #define BL33_LIMIT (IMX7_UBOOT_BASE + IMX7_UBOOT_SIZE)
38 return IMX7_UBOOT_BASE; in plat_get_ns_image_entrypoint()189 VERBOSE("\tUBOOT/BL33 0x%08x-0x%08x\n", IMX7_UBOOT_BASE, IMX7_UBOOT_LIMIT); in bl2_el3_early_platform_setup()
73 .image_info.image_base = IMX7_UBOOT_BASE,