rockchip: rk3188: Add core support
authorHeiko Stübner <heiko@sntech.de>
Sat, 18 Feb 2017 18:46:36 +0000 (19:46 +0100)
committerSimon Glass <sjg@chromium.org>
Thu, 16 Mar 2017 22:03:45 +0000 (16:03 -0600)
commit0a2be69fbf5e78e0174033f9bb27926a70cca9de
tree03d99e114d2b66deb94baa460a8edc4bae39f972
parenta57f2b86b788e04f7f2925533dbe7f6501c59623
rockchip: rk3188: Add core support

Add the core architecture code for the rk3188.
It doesn't support the SPL yet, as because of some
unknown error it doesn't start yet.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Kever Yang <kever.yang@rock-chips.com>
Drop these defines from rk3188_common.h
   CONFIG_GENERIC_MMC, CONFIG_BOUNCE_BUFFER, CONFIG_DOS_PARTITION
   CONFIG_PARTITION_UUIDS, CONFIG_CMD_PART:
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-rockchip/Kconfig
arch/arm/mach-rockchip/Makefile
arch/arm/mach-rockchip/rk3188/Kconfig [new file with mode: 0644]
arch/arm/mach-rockchip/rk3188/Makefile [new file with mode: 0644]
arch/arm/mach-rockchip/rk3188/clk_rk3188.c [new file with mode: 0644]
arch/arm/mach-rockchip/rk3188/syscon_rk3188.c [new file with mode: 0644]
include/configs/rk3188_common.h [new file with mode: 0644]