From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 31 Mar 2017 22:22:32 -0600 Subject: [U-Boot] [PATCH 2/2] rockchip: rk3188: Add Radxa Rock board In-Reply-To: <20170326190955.5800-2-heiko@sntech.de> References: <20170326190955.5800-1-heiko@sntech.de> <20170326190955.5800-2-heiko@sntech.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 26 March 2017 at 13:09, Heiko Stuebner wrote: > The Rock is a RK3188 based single board computer by Radxa. > Currently it still relies on the proprietary DDR init and > cannot use the generic SPL, but at least is able to boot > a linux kernel and system up to a regular login prompt. > > Signed-off-by: Heiko Stuebner > Reviewed-by: Simon Glass > Tested-by: Kever Yang > --- > folded in pmic (act8846) config options Looks like your change log is a bit mangled, and this should have a version number. > > arch/arm/dts/Makefile | 1 + > arch/arm/dts/rk3188-radxarock.dts | 382 ++++++++++++++++++++++++++++++++++ > arch/arm/mach-rockchip/rk3188/Kconfig | 11 + > board/radxa/rock/Kconfig | 15 ++ > board/radxa/rock/MAINTAINERS | 6 + > board/radxa/rock/Makefile | 7 + > board/radxa/rock/rock.c | 7 + > configs/rock_defconfig | 62 ++++++ > include/configs/rock.h | 30 +++ > 9 files changed, 521 insertions(+) > create mode 100644 arch/arm/dts/rk3188-radxarock.dts > create mode 100644 board/radxa/rock/Kconfig > create mode 100644 board/radxa/rock/MAINTAINERS > create mode 100644 board/radxa/rock/Makefile > create mode 100644 board/radxa/rock/rock.c > create mode 100644 configs/rock_defconfig > create mode 100644 include/configs/rock.h Acked-by: Simon Glass