weston_10.0_aglcore.inc: Update wl_output to version 4
[AGL/meta-agl.git] / meta-agl-bsp / meta-rcar-gen3 / recipes-bsp / arm-trusted-firmware / files / 0001-Boot-Normal-World-in-EL2.patch
1 From c97f38b09f8b7d9c57a6e6f500c6ba8f7abd9914 Mon Sep 17 00:00:00 2001
2 From: Michele Paolino <m.paolino@virtualopensystems.com>
3 Date: Fri, 19 May 2017 14:50:55 +0200
4 Subject: [PATCH] Boot Normal World in EL2
5
6 This patch configures ATF (SPSR register) to boot BL33 in EL2.
7
8 Signed-off-by: Michele Paolino <m.paolino@virtualopensystems.com>
9 ---
10  plat/renesas/rcar/platform.mk | 2 +-
11  1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/plat/renesas/rcar/platform.mk b/plat/renesas/rcar/platform.mk
14 index ef7bf0f..06bc592 100644
15 --- a/plat/renesas/rcar/platform.mk
16 +++ b/plat/renesas/rcar/platform.mk
17 @@ -186,7 +186,7 @@ $(eval $(call add_define,RCAR_DRAM_SPLIT))
18  
19  # Process RCAR_BL33_EXECUTION_EL flag
20  ifndef RCAR_BL33_EXECUTION_EL
21 -RCAR_BL33_EXECUTION_EL := 0
22 +RCAR_BL33_EXECUTION_EL := 1
23  endif
24  $(eval $(call add_define,RCAR_BL33_EXECUTION_EL))
25  
26 -- 
27 2.7.4
28