From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko =?ISO-8859-1?Q?St=FCbner?= Date: Thu, 23 Mar 2017 17:34:10 +0100 Subject: [U-Boot] [PATCH v4 19/20] rockchip: rk3188: Add Radxa Rock board In-Reply-To: References: <20170218184640.30635-1-heiko@sntech.de> Message-ID: <2299959.J2ZH5qeb6C@diego> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: u-boot@lists.denx.de Hi Simon, Am Donnerstag, 23. M=C3=A4rz 2017, 10:18:31 CET schrieb Simon Glass: > On 21 February 2017 at 13:35, Simon Glass wrote: > > On 18 February 2017 at 11:46, 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. > >>=20 > >> Signed-off-by: Heiko Stuebner > >> Reviewed-by: Simon Glass > >> Tested-by: Kever Yang > >> --- > >>=20 > >> 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 | 56 +++++ > >> include/configs/rock.h | 30 +++ > >> 9 files changed, 515 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 > >=20 > > Applied to u-boot-rockchip, thanks! >=20 > Just a reminder that I had to drop this patch as it does not build. > Can you please resend this one? I have also reverted the README patch > but can apply that myself once this board is enabled. ah, I should probably fold the patch fixing the build issue into this one. = I'll=20 create a new series and collect all the different sets flying around. Heiko