aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-sunxi/patches/013-sunxi-enable-booting-nonsec_HYP-on-h3.patch
diff options
context:
space:
mode:
authorZoltan Herpai <wigyori@uid0.hu>2016-01-08 20:37:43 +0000
committerZoltan Herpai <wigyori@uid0.hu>2016-01-08 20:37:43 +0000
commitf15fc140f1e93ea2fbe1769782968a248bb4f5df (patch)
treeb478a4a1d55f4bec4fbd8d0cf849ec2798435609 /package/boot/uboot-sunxi/patches/013-sunxi-enable-booting-nonsec_HYP-on-h3.patch
parentf6340da7df61334b28d85c9fbc7775ec8305f61f (diff)
downloadupstream-f15fc140f1e93ea2fbe1769782968a248bb4f5df.tar.gz
upstream-f15fc140f1e93ea2fbe1769782968a248bb4f5df.tar.bz2
upstream-f15fc140f1e93ea2fbe1769782968a248bb4f5df.zip
packages: bump uboot-sunxi to 2016.01-rc3, along with H3 PSCI/SMP patches
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 48154
Diffstat (limited to 'package/boot/uboot-sunxi/patches/013-sunxi-enable-booting-nonsec_HYP-on-h3.patch')
-rw-r--r--package/boot/uboot-sunxi/patches/013-sunxi-enable-booting-nonsec_HYP-on-h3.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/boot/uboot-sunxi/patches/013-sunxi-enable-booting-nonsec_HYP-on-h3.patch b/package/boot/uboot-sunxi/patches/013-sunxi-enable-booting-nonsec_HYP-on-h3.patch
new file mode 100644
index 0000000000..dfde4e86c1
--- /dev/null
+++ b/package/boot/uboot-sunxi/patches/013-sunxi-enable-booting-nonsec_HYP-on-h3.patch
@@ -0,0 +1,16 @@
+diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
+index 9d67847..28e6bb4 100644
+--- a/board/sunxi/Kconfig
++++ b/board/sunxi/Kconfig
+@@ -71,8 +71,11 @@ config MACH_SUN8I_A33
+ config MACH_SUN8I_H3
+ bool "sun8i (Allwinner H3)"
+ select CPU_V7
++ select CPU_V7_HAS_NONSEC
++ select CPU_V7_HAS_VIRT
+ select SUNXI_GEN_SUN6I
+ select SUPPORT_SPL
++ select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
+
+ config MACH_SUN8I_A83T
+ bool "sun8i (Allwinner A83T)"