All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnaud Patard (Rtp) <arnaud.patard@rtp-net.org>
To: u-boot@lists.denx.de
Subject: [PATCH 5/5] Add initial support for the Pinebook Pro laptop from Pine64.
Date: Wed, 22 Apr 2020 15:49:35 +0200	[thread overview]
Message-ID: <87sggvmxzk.fsf@lechat.rtp-net.org> (raw)
In-Reply-To: <20200420192736.962307-6-pbrobinson@gmail.com>

Hi,

> diff --git a/arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi b/arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi
> new file mode 100644
> index 0000000000..1a2e24d3ef
> --- /dev/null
> +++ b/arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi
> @@ -0,0 +1,43 @@
> +// SPDX-License-Identifier: GPL-2.0+
> +/*
> + * Copyright (C) 2019 Peter Robinson <pbrobinson@gmail.com>
> + */
> +
> +#include "rk3399-u-boot.dtsi"
> +#include "rk3399-sdram-lpddr4-100.dtsi"
> +
> +/ {
> +       aliases {
> +               spi0 = &spi1;
> +       };
> +
> +       chosen {
> +               u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
> +       };
> +};
> +
> +&i2c0 {
> +       u-boot,dm-pre-reloc;
> +};
> +
> +&rk808 {
> +       u-boot,dm-pre-reloc;
> +};

This one makes the SPL rather unhappy on my system:

U-Boot TPL 2020.04-00522-g1bf65142b3-dirty (Apr 22 2020 - 15:22:59)
Channel 0: LPDDR4, 50MHz
BW=32 Col=10 Bk=8 CS0 Row=15 CS1 Row=15 CS=2 Die BW=16 Size=2048MB
Channel 1: LPDDR4, 50MHz
BW=32 Col=10 Bk=8 CS0 Row=15 CS1 Row=15 CS=2 Die BW=16 Size=2048MB
256B stride
256B stride
lpddr4_set_rate: change freq to 400000000 mhz 0, 1
lpddr4_set_rate: change freq to 800000000 mhz 1, 0
Trying to boot from BOOTROM
Returning to boot ROM...
spl_early_init() failed: -6
### ERROR ### Please RESET the board ###

Any idea ? Configuration issue ?

Arnaud

  parent reply	other threads:[~2020-04-22 13:49 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-20 19:27 Support for Pinebook Pro v2 Peter Robinson
2020-04-20 19:27 ` [PATCH 1/5] video: simple_panel: add boe,nv140fhmn49 display Peter Robinson
2020-04-21  1:10   ` Vagrant Cascadian
2020-04-21 16:34     ` Arnaud Patard
2020-04-26 21:11   ` Anatolij Gustschin
2020-04-20 19:27 ` [PATCH 2/5] dt-bindings: input: adopt Linux gpio-keys binding constants Peter Robinson
2020-04-20 19:27 ` [PATCH 3/5] dt-bindings: leds: adopt Linux leds common " Peter Robinson
2020-04-21 17:37   ` Simon Glass
2020-04-22 13:42   ` Arnaud Patard
2020-04-20 19:27 ` [PATCH 4/5] arm: dts: rockchip: Add initial DT for Pinebook Pro Peter Robinson
2020-04-28 14:02   ` Kever Yang
2020-04-20 19:27 ` [PATCH 5/5] Add initial support for the Pinebook Pro laptop from Pine64 Peter Robinson
2020-04-21  1:06   ` Vagrant Cascadian
2020-04-22 13:49   ` Arnaud Patard [this message]
2020-04-28  9:51   ` Kever Yang
2020-04-20 22:49 ` Support for Pinebook Pro v2 Vagrant Cascadian
2020-04-20 23:01   ` Peter Robinson

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=87sggvmxzk.fsf@lechat.rtp-net.org \
    --to=arnaud.patard@rtp-net.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.