summaryrefslogtreecommitdiffstats
path: root/board/sunxi
diff options
context:
space:
mode:
authorJens Kuske <jenskuske@gmail.com>2015-11-17 15:12:58 +0100
committerHans de Goede <hdegoede@redhat.com>2015-11-22 11:30:59 +0100
commit1c27b7dcd06e605ed042d928665d26edab8429e4 (patch)
tree9165f3d128e1cd28443be9d72e06ad3f847e83ae /board/sunxi
parent6047a3a9c9cf88c38b0b7b99bfeb4edf6661acc8 (diff)
downloadtalos-obmc-uboot-1c27b7dcd06e605ed042d928665d26edab8429e4.tar.gz
talos-obmc-uboot-1c27b7dcd06e605ed042d928665d26edab8429e4.zip
sunxi: Add basic H3 support
Add initial sun8i H3 support, only uart + mmc are supported for now. Signed-off-by: Jens Kuske <jenskuske@gmail.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'board/sunxi')
-rw-r--r--board/sunxi/Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
index f6f2a605ec..e1f574f905 100644
--- a/board/sunxi/Kconfig
+++ b/board/sunxi/Kconfig
@@ -68,6 +68,11 @@ config MACH_SUN8I_A33
select SUPPORT_SPL
select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
+config MACH_SUN8I_H3
+ bool "sun8i (Allwinner H3)"
+ select CPU_V7
+ select SUNXI_GEN_SUN6I
+
config MACH_SUN9I
bool "sun9i (Allwinner A80)"
select CPU_V7
@@ -78,7 +83,7 @@ endchoice
# The sun8i SoCs share a lot, this helps to avoid a lot of "if A23 || A33"
config MACH_SUN8I
bool
- default y if MACH_SUN8I_A23 || MACH_SUN8I_A33
+ default y if MACH_SUN8I_A23 || MACH_SUN8I_A33 || MACH_SUN8I_H3
config DRAM_CLK
OpenPOWER on IntegriCloud