From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Andreas_F=c3=a4rber?= Date: Fri, 21 Apr 2017 04:59:11 +0200 Subject: [U-Boot] [PATCH 5/7] rockchip: rk3368: Add initial support for RK3368 based GeekBox In-Reply-To: <1492741976-7797-1-git-send-email-andy.yan@rock-chips.com> References: <1492741780-7489-1-git-send-email-andy.yan@rock-chips.com> <1492741976-7797-1-git-send-email-andy.yan@rock-chips.com> Message-ID: <03b07fe2-babd-a4d7-bf53-830f0bc930b0@suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de Hi Andy, Sorry for forgetting about this, and thank you for picking it up. Am 21.04.2017 um 04:32 schrieb Andy Yan: > From: Andreas Färber > > The GeekBox is a TV box from GeekBuying, based on an MXM3 module. > The module can be used with base boards such as the GeekBox Landingship. > > This adds basic support to chain-load U-Boot from Rockchip's miniloader. > > $ ./lollipop_u-boot/tools/loaderimage --pack u-boot.bin u-boot.img > > Implemented is the serial console, but no boot media drivers yet. > > Note that flashing the resulting U-Boot will not allow you to enter the > rockusb mode any more via "Update" button. Instead, you will need to > short two pins on the bottom of the module to enter MaskRom mode and > re-flash the loader: ":"? See also below. > > Signed-off-by: Andreas Färber > Signed-off-by: Andy Yan > --- > > arch/arm/dts/Makefile | 2 + > arch/arm/dts/rk3368-geekbox.dts | 319 ++++++++++++++++++++++++++++++++++ > arch/arm/mach-rockchip/rk3368/Kconfig | 11 ++ > board/geekbuying/geekbox/Kconfig | 15 ++ > board/geekbuying/geekbox/MAINTAINERS | 6 + > board/geekbuying/geekbox/Makefile | 7 + > board/geekbuying/geekbox/geekbox.c | 28 +++ > configs/geekbox_defconfig | 21 +++ > include/configs/geekbox.h | 18 ++ > 9 files changed, 427 insertions(+) > create mode 100644 arch/arm/dts/rk3368-geekbox.dts > create mode 100644 board/geekbuying/geekbox/Kconfig > create mode 100644 board/geekbuying/geekbox/MAINTAINERS > create mode 100644 board/geekbuying/geekbox/Makefile > create mode 100644 board/geekbuying/geekbox/geekbox.c > create mode 100644 configs/geekbox_defconfig > create mode 100644 include/configs/geekbox.h One reason this series stalled is that I was asked to add a README instead of the text in the commit message - this is still missing in your submission, it seems. > > diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile > index ce34e3e..fbc97e8 100644 > --- a/arch/arm/dts/Makefile > +++ b/arch/arm/dts/Makefile > @@ -41,8 +41,10 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += \ > rk3288-veyron-mickey.dtb \ > rk3288-veyron-minnie.dtb \ > rk3328-evb.dtb \ > + rk3368-geekbox.dtb \ > rk3399-evb.dtb \ > rk3399-puma.dtb > + rk3368-geekbox.dtb Mismerge. > dtb-$(CONFIG_ARCH_MESON) += \ > meson-gxbb-odroidc2.dtb [snip] Regards, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg)