All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kever Yang <kever.yang@rock-chips.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 8/9] arm64: rk3399: add SPL support
Date: Thu, 23 Feb 2017 15:44:27 +0800	[thread overview]
Message-ID: <58AE92DB.50206@rock-chips.com> (raw)
In-Reply-To: <CAPnjgZ3jwBg_uKEUUFXWY7X2dT1kHvVbbdaEP3gEoUpRRtVu7w@mail.gmail.com>

Hi Simon,

On 02/23/2017 12:16 PM, Simon Glass wrote:
> Hi Kever,
>
> On 13 February 2017 at 02:39, Kever Yang <kever.yang@rock-chips.com> wrote:
>> Add SPL support for rk3399, default with of-platdata enabled.
>>
>> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
>> ---
>>
>> Changes in v2:
>> - split SPL patch into 4 patches
>>
>> Changes in v1: None
>>
>>   arch/arm/Kconfig                          |   1 +
>>   arch/arm/mach-rockchip/Kconfig            |   2 +
>>   arch/arm/mach-rockchip/Makefile           |   1 +
>>   arch/arm/mach-rockchip/rk3399-board-spl.c | 158 ++++++++++++++++++++++++++++++
>>   include/configs/rk3399_common.h           |   6 ++
>>   5 files changed, 168 insertions(+)
>>   create mode 100644 arch/arm/mach-rockchip/rk3399-board-spl.c
>>
>> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
>> index d871a45..9a0efe4 100644
>> --- a/arch/arm/Kconfig
>> +++ b/arch/arm/Kconfig
>> @@ -882,6 +882,7 @@ config ARCH_ROCKCHIP
>>          select DM
>>          select SPL_DM if SPL
>>          select SYS_MALLOC_F
>> +       select SPL_SEPARATE_BSS if SPL
> Unfortunately this line seems to break firefly-rk3288, for example.
>
> Can you perhaps move it to RK3399 only?

Yes, I can move it to RK3399, can I send v4 patch only for this one, because
the patch is too big.

Thanks,
- Kever
>
> Regards,
> Simon
>
>
>

  reply	other threads:[~2017-02-23  7:44 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-13  9:38 [U-Boot] [PATCH v2 0/9] rk3399: enable SPL driver Kever Yang
2017-02-13  9:38 ` [U-Boot] [PATCH v2 1/9] arm64: rk3399: add ddr controller driver Kever Yang
2017-02-16 20:43   ` Simon Glass
2017-02-13  9:38 ` [U-Boot] [PATCH v2 2/9] arm64: rk3399: move grf register definitions to grf_rk3399.h Kever Yang
2017-02-21 20:33   ` Simon Glass
2017-02-13  9:38 ` [U-Boot] [PATCH v2 3/9] clk: rk3399: update driver for spl Kever Yang
2017-02-21 20:33   ` Simon Glass
2017-02-13  9:38 ` [U-Boot] [PATCH v2 4/9] sdhci: rk3399: update driver to support of-platdata Kever Yang
2017-02-21 20:34   ` Simon Glass
2017-02-13  9:38 ` [U-Boot] [PATCH v2 5/9] pinctrl: rk3399: add the of-platdata support Kever Yang
2017-02-21 20:34   ` Simon Glass
2017-02-13  9:38 ` [U-Boot] [PATCH v2 6/9] arm64: rk3399: syscon addition for rk3399 Kever Yang
2017-02-16 20:43   ` Simon Glass
2017-02-21 20:34   ` Simon Glass
2017-02-13  9:39 ` [U-Boot] [PATCH v2 7/9] dts: rk3399: update for spl require driver Kever Yang
2017-02-16 20:43   ` Simon Glass
2017-02-13  9:39 ` [U-Boot] [PATCH v2 8/9] arm64: rk3399: add SPL support Kever Yang
2017-02-16 20:43   ` Simon Glass
2017-02-23  4:16   ` Simon Glass
2017-02-23  7:44     ` Kever Yang [this message]
2017-02-13  9:39 ` [U-Boot] [PATCH v2 9/9] config: rk3399: enable SPL config for evb-rk3399 Kever Yang
2017-02-16 20:43   ` Simon Glass
2017-02-16 20:43 ` [U-Boot] [PATCH v2 0/9] rk3399: enable SPL driver Simon Glass

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=58AE92DB.50206@rock-chips.com \
    --to=kever.yang@rock-chips.com \
    --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.