All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v8 19/23] rockchip: rk3036: Add core Soc start-up code
Date: Thu, 19 Nov 2015 07:20:31 -0700	[thread overview]
Message-ID: <CAPnjgZ3Q+Q3m-8NVfG==gn79=M_pAqumw+v-=eM1xQpjLzKDRQ@mail.gmail.com> (raw)
In-Reply-To: <1447908628-9759-19-git-send-email-sjg@chromium.org>

On 18 November 2015 at 21:50, Simon Glass <sjg@chromium.org> wrote:
> From: huang lin <hl@rock-chips.com>
>
> rk3036 only 4K size SRAM for SPL, so only support
> timer, uart, sdram driver in SPL stage, when finish
> initial sdram, back to bootrom.And in rk3036 sdmmc and
> debug uart use same iomux, so if you want to boot from
> sdmmc, you must disable debug uart.
>
> Signed-off-by: Lin Huang <hl@rock-chips.com>
> Acked-by: Simon Glass <sjg@chromium.org>
> Fixed build error for chromebook_jerry, firefly-rk3288:
> Signed-off-by: Simon Glass <sjg@chromium.org>
>
> ---
>
> Changes in v8:
> - Fix build error for chromebook_jerry, firefly-rk3288
>
>  arch/arm/mach-rockchip/Kconfig                  |  10 ++-
>  arch/arm/mach-rockchip/Makefile                 |   4 +-
>  arch/arm/mach-rockchip/board.c                  |   1 +
>  arch/arm/mach-rockchip/rk3036-board-spl.c       |  55 +++++++++++++
>  arch/arm/mach-rockchip/rk3036/Kconfig           |   3 +
>  arch/arm/mach-rockchip/rk3036/Makefile          |   1 +
>  arch/arm/mach-rockchip/rk3036/save_boot_param.S |  32 ++++++++
>  include/configs/rk3036_common.h                 | 103 ++++++++++++++++++++++++
>  8 files changed, 207 insertions(+), 2 deletions(-)
>  create mode 100644 arch/arm/mach-rockchip/rk3036-board-spl.c
>  create mode 100644 arch/arm/mach-rockchip/rk3036/Kconfig
>  create mode 100644 arch/arm/mach-rockchip/rk3036/save_boot_param.S
>  create mode 100644 include/configs/rk3036_common.h

Applied to u-boot-rockchip, thanks!

      parent reply	other threads:[~2015-11-19 14:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-19  4:50 [U-Boot] [PATCH v8 19/23] rockchip: rk3036: Add core Soc start-up code Simon Glass
2015-11-19  4:50 ` [U-Boot] [PATCH v8 20/23] rockchip: Add basic support for evb-rk3036 board Simon Glass
2015-11-19 14:20   ` Simon Glass
2015-11-19  4:50 ` [U-Boot] [PATCH v8 21/23] rockchip: Add max spl size & spl header configs Simon Glass
2015-11-19 14:20   ` Simon Glass
2015-11-19 14:20 ` Simon Glass [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='CAPnjgZ3Q+Q3m-8NVfG==gn79=M_pAqumw+v-=eM1xQpjLzKDRQ@mail.gmail.com' \
    --to=sjg@chromium.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.