All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 5/6] rockchip: lion-rk3368: defconfig: enable DM timer for all stages
Date: Wed,  2 Aug 2017 22:40:01 +0200	[thread overview]
Message-ID: <1501706406-10284-6-git-send-email-philipp.tomsich@theobroma-systems.com> (raw)
In-Reply-To: <1501706406-10284-1-git-send-email-philipp.tomsich@theobroma-systems.com>

There is no reasonably robust way (this will be needed so early that
diagnostics will be limited) to specify the base-address of the secure
timer through the DTS for TPL and SPL.  In order to allow us a cleaner
way to structure our SPL and TPL stage, we now move to a DM timer
driver.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
---

Changes in v2: None

 configs/lion-rk3368_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/configs/lion-rk3368_defconfig b/configs/lion-rk3368_defconfig
index 92058b3..f37bac1 100644
--- a/configs/lion-rk3368_defconfig
+++ b/configs/lion-rk3368_defconfig
@@ -85,6 +85,10 @@ CONFIG_DEBUG_UART_ANNOUNCE=y
 CONFIG_DEBUG_UART_SKIP_INIT=y
 CONFIG_ROCKCHIP_SPI=y
 CONFIG_SYSRESET=y
+CONFIG_TIMER=y
+CONFIG_SPL_TIMER=y
+CONFIG_TPL_TIMER=y
+CONFIG_ROCKCHIP_TIMER=y
 CONFIG_USE_TINY_PRINTF=y
 CONFIG_SPL_TINY_MEMSET=y
 CONFIG_LZO=y
-- 
2.1.4

  parent reply	other threads:[~2017-08-02 20:40 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-02 20:39 [U-Boot] [PATCH v2 0/6] rockchip: rk3368: remove secure timer usage and use DM timer Philipp Tomsich
2017-08-02 20:39 ` [U-Boot] [PATCH v2 1/6] timer: add OF_PLATDATA support for timer-uclass Philipp Tomsich
2017-08-06 17:18   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-08-02 20:39 ` [U-Boot] [PATCH v2 2/6] dm: timer: normalise SPL and TPL support Philipp Tomsich
2017-08-06 17:18   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-08-02 20:39 ` [U-Boot] [PATCH v2 3/6] rockchip: timer: add device-model timer driver for RK3368 (and similar) Philipp Tomsich
2017-08-06 17:18   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-08-02 20:40 ` [U-Boot] [PATCH v2 4/6] dts: rk3368: make timer0 accessible for SPL and TPL Philipp Tomsich
2017-08-06 17:18   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-08-02 20:40 ` Philipp Tomsich [this message]
2017-08-06 17:18   ` [U-Boot] [U-Boot, v2, 5/6] rockchip: lion-rk3368: defconfig: enable DM timer for all stages Philipp Tomsich
2017-08-02 20:40 ` [U-Boot] [PATCH v2 6/6] rockchip: rk3368: remove setup of secure timer from TPL/SPL Philipp Tomsich
2017-08-06 17:18   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich

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=1501706406-10284-6-git-send-email-philipp.tomsich@theobroma-systems.com \
    --to=philipp.tomsich@theobroma-systems.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.