public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: huan.he at rock-chips.com <huan.he@rock-chips.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] These three patches add spl for rv1108
Date: Fri, 12 Jan 2018 11:58:27 +0800	[thread overview]
Message-ID: <201801121158266886970@rock-chips.com> (raw)
In-Reply-To: <1515725687-26143-1-git-send-email-huan.he@rock-chips.com>

Recommend to use patman so send the patch, so that the patch
can send in sequence and the following patch with reply-to TAG in header.

How much difference between this driver and rk3036 sdram driver?

Thanks,
- Kever
On 01/12/2018 10:54 AM, zhihuan he wrote:
> 1.add sdram driver in spl for rv1108.
> 2.set rv1108 spl config.
> 3.change the style of report sdram capacity to u-boot.
>
>
> zhihuan he (3):
>    rockchip: add rv1108 sdram driver
>    rockchip: Add RV1108 SPL support
>    rockchip: updata the style of reporting sdram cap
>
>   arch/arm/include/asm/arch-rockchip/cru_rv1108.h   | 152 +++--
>   arch/arm/include/asm/arch-rockchip/grf_rv1108.h   | 137 +++--
>   arch/arm/include/asm/arch-rockchip/sdram_rv1108.h | 581 +++++++++++++++++++
>   arch/arm/mach-rockchip/Kconfig                    |   2 +
>   arch/arm/mach-rockchip/Makefile                   |   1 +
>   arch/arm/mach-rockchip/rv1108-board-spl.c         |  80 +++
>   arch/arm/mach-rockchip/rv1108/Makefile            |   1 +
>   arch/arm/mach-rockchip/rv1108/rv1108.c            |  30 +
>   arch/arm/mach-rockchip/rv1108/sdram_rv1108.c      | 643 ++++++++++++++++++++++
>   board/rockchip/evb_rv1108/evb_rv1108.c            |  47 --
>   configs/evb-rv1108_defconfig                      |  14 +
>   include/configs/rv1108_common.h                   |  11 +
>   12 files changed, 1565 insertions(+), 134 deletions(-)
>   create mode 100644 arch/arm/include/asm/arch-rockchip/sdram_rv1108.h
>   create mode 100644 arch/arm/mach-rockchip/rv1108-board-spl.c
>   create mode 100644 arch/arm/mach-rockchip/rv1108/sdram_rv1108.c
>

      parent reply	other threads:[~2018-01-12  3:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-12  2:54 [U-Boot] [PATCH 0/3] These three patches add spl for rv1108 zhihuan he
2018-01-12  3:37 ` Kever Yang
2018-01-12  3:58 ` huan.he at rock-chips.com [this message]

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=201801121158266886970@rock-chips.com \
    --to=huan.he@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox