All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] rockchip: enable TPL_SYSRESET for all rockchip SoCs
@ 2017-09-13  1:39 Kever Yang
  2017-09-13  4:27 ` Simon Glass
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kever Yang @ 2017-09-13  1:39 UTC (permalink / raw)
  To: u-boot

With Makefiles testing for $(SPL_TPL_)SYSRESET, we need TPL_SYSRESET
for do_reset() in TPL for Rockchip SoCs.

References: 87c16d4 "drivers: spl: consistently use the $(SPL_TPL_)
macro"

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
---

 arch/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 53eae89..11f56ef 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1088,6 +1088,7 @@ config ARCH_ROCKCHIP
 	imply FAT_WRITE
 	imply USB_FUNCTION_FASTBOOT
 	imply SPL_SYSRESET
+	imply TPL_SYSRESET
 
 config TARGET_THUNDERX_88XX
 	bool "Support ThunderX 88xx"
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] rockchip: enable TPL_SYSRESET for all rockchip SoCs
  2017-09-13  1:39 [U-Boot] [PATCH] rockchip: enable TPL_SYSRESET for all rockchip SoCs Kever Yang
@ 2017-09-13  4:27 ` Simon Glass
  2017-09-29 17:53 ` [U-Boot] " Philipp Tomsich
  2017-09-29 17:58 ` Philipp Tomsich
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Glass @ 2017-09-13  4:27 UTC (permalink / raw)
  To: u-boot

On 12 September 2017 at 19:39, Kever Yang <kever.yang@rock-chips.com> wrote:
> With Makefiles testing for $(SPL_TPL_)SYSRESET, we need TPL_SYSRESET
> for do_reset() in TPL for Rockchip SoCs.
>
> References: 87c16d4 "drivers: spl: consistently use the $(SPL_TPL_)
> macro"
>
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> ---
>
>  arch/arm/Kconfig | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] rockchip: enable TPL_SYSRESET for all rockchip SoCs
  2017-09-13  1:39 [U-Boot] [PATCH] rockchip: enable TPL_SYSRESET for all rockchip SoCs Kever Yang
  2017-09-13  4:27 ` Simon Glass
@ 2017-09-29 17:53 ` Philipp Tomsich
  2017-09-29 17:58 ` Philipp Tomsich
  2 siblings, 0 replies; 4+ messages in thread
From: Philipp Tomsich @ 2017-09-29 17:53 UTC (permalink / raw)
  To: u-boot

> With Makefiles testing for $(SPL_TPL_)SYSRESET, we need TPL_SYSRESET
> for do_reset() in TPL for Rockchip SoCs.
> 
> References: 87c16d4 "drivers: spl: consistently use the $(SPL_TPL_)
> macro"
> 
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>
> ---
> 
>  arch/arm/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 

Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] rockchip: enable TPL_SYSRESET for all rockchip SoCs
  2017-09-13  1:39 [U-Boot] [PATCH] rockchip: enable TPL_SYSRESET for all rockchip SoCs Kever Yang
  2017-09-13  4:27 ` Simon Glass
  2017-09-29 17:53 ` [U-Boot] " Philipp Tomsich
@ 2017-09-29 17:58 ` Philipp Tomsich
  2 siblings, 0 replies; 4+ messages in thread
From: Philipp Tomsich @ 2017-09-29 17:58 UTC (permalink / raw)
  To: u-boot

> With Makefiles testing for $(SPL_TPL_)SYSRESET, we need TPL_SYSRESET
> for do_reset() in TPL for Rockchip SoCs.
> 
> References: 87c16d4 "drivers: spl: consistently use the $(SPL_TPL_)
> macro"
> 
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>
> ---
> 
>  arch/arm/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 

Applied to u-boot-rockchip, thanks!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-09-29 17:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-13  1:39 [U-Boot] [PATCH] rockchip: enable TPL_SYSRESET for all rockchip SoCs Kever Yang
2017-09-13  4:27 ` Simon Glass
2017-09-29 17:53 ` [U-Boot] " Philipp Tomsich
2017-09-29 17:58 ` Philipp Tomsich

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.