From: "Andreas Färber" <afaerber@suse.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 5/7] rockchip: rk3368: Add initial support for RK3368 based GeekBox
Date: Sun, 30 Apr 2017 11:17:08 +0200 [thread overview]
Message-ID: <df67b8f4-c24e-3639-e0a5-b2b5ec0689de@suse.de> (raw)
In-Reply-To: <133213dc-3f74-d177-a558-4322e2fb6bf8@rock-chips.com>
Hi Andy,
Am 21.04.2017 um 08:17 schrieb Andy Yan:
> On 2017年04月21日 10:59, Andreas Färber wrote:
>> Am 21.04.2017 um 04:32 schrieb Andy Yan:
>>> 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.
With that line dropped, I have tested the series on top of
u-boot-rockchip.git next on the GeekBox.
(New tweezers worked after three tries instead of dozens - progress!)
> U-Boot 2017.05-rc2-00088-gfdac36918d-dirty (Apr 30 2017 - 10:19:48 +0200)
>
> Model: GeekBox
> DRAM: 2 GiB
> rkclk_init apllb(816000000) apll(800000000) dpll(1200000000) cpll(400000000) gpll(576000000)
Can we limit this output to debug builds please?
> MMC:
> Using default environment
>
> In: serial at ff690000
> Out: serial at ff690000
> Err: serial at ff690000
> Net: Net Initialization Skipped
> No ethernet found.
> Hit any key to stop autoboot: 0
I notice that we're still lacking environment variables for distro boot:
fdtfile
fdt_addr_r
kernel_addr_r
ramdisk_addr_r
scriptaddr
I'll look into fdtfile and would appreciate if you could include the
addresses in v2.
It seems that despite your added drivers, we're still not able to boot?
What will be the quickest driver to enable? Net? MMC?
For rockusb support (Eddie's series) we probably need USB drivers first?
Regards,
Andreas
--
SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)
next prev parent reply other threads:[~2017-04-30 9:17 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-21 2:29 [U-Boot] [PATCH 0/7] Add basic support for Rockchip RK3368 SOC Andy Yan
2017-04-21 2:31 ` [U-Boot] [PATCH 1/7] rockchip: rk3368: Add clok drvier Andy Yan
2017-04-29 0:26 ` Simon Glass
2017-05-04 8:48 ` Andy Yan
2017-05-04 16:49 ` Simon Glass
2017-04-29 0:28 ` Simon Glass
2017-04-29 8:54 ` Andreas Färber
2017-04-30 8:33 ` Andreas Färber
2017-04-21 2:31 ` [U-Boot] [PATCH 2/7] rockchip: rk3368: Add pinctrl driver Andy Yan
2017-04-29 0:26 ` Simon Glass
2017-04-21 2:31 ` [U-Boot] [PATCH 3/7] rockchip: rk3368: Add core start-up code for RK3368 Andy Yan
2017-04-29 0:26 ` Simon Glass
2017-04-21 2:32 ` [U-Boot] [PATCH 4/7] rockchip: rk3368: Add sysreset driver Andy Yan
2017-04-29 0:26 ` Simon Glass
2017-04-21 2:32 ` [U-Boot] [PATCH 5/7] rockchip: rk3368: Add initial support for RK3368 based GeekBox Andy Yan
2017-04-21 2:59 ` Andreas Färber
2017-04-21 6:17 ` Andy Yan
2017-04-30 9:17 ` Andreas Färber [this message]
2017-05-01 17:41 ` [U-Boot] [PATCH] rockchip: rk3368: Set fdtfile Andreas Färber
2017-05-01 17:48 ` Andreas Färber
2017-05-08 16:38 ` Simon Glass
2017-05-09 8:05 ` Andreas Färber
2017-05-15 3:02 ` Simon Glass
2017-04-21 2:33 ` [U-Boot] [PATCH 6/7] rockchip: rk3368: Add PX5 Evaluation board Andy Yan
2017-04-29 0:26 ` Simon Glass
2017-05-01 17:44 ` Andreas Färber
2017-05-02 11:27 ` Simon Glass
2017-04-21 2:33 ` [U-Boot] [PATCH 7/7] rockchip: rk3368: add Sheep board Andy Yan
2017-04-29 0:26 ` Simon Glass
2017-04-21 7:58 ` [U-Boot] [PATCH 0/7] Add basic support for Rockchip RK3368 SOC Kever Yang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=df67b8f4-c24e-3639-e0a5-b2b5ec0689de@suse.de \
--to=afaerber@suse.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox