All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] rockchip: rk322x: update TPL_TEXT_BASE
@ 2018-04-18  3:52 Kever Yang
  2018-04-25 10:29 ` [U-Boot] " Philipp Tomsich
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kever Yang @ 2018-04-18  3:52 UTC (permalink / raw)
  To: u-boot

The boot0 hook including the 4-byte TAG which is at the beginning
of the TEXT_BASE, now we can use a aligned TEXT BASE.

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

 include/configs/rk322x_common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/rk322x_common.h b/include/configs/rk322x_common.h
index da2868f..8f8a1ef 100644
--- a/include/configs/rk322x_common.h
+++ b/include/configs/rk322x_common.h
@@ -22,7 +22,7 @@
 #define CONFIG_SYS_INIT_SP_ADDR		0x60100000
 #define CONFIG_SYS_LOAD_ADDR		0x60800800
 #define CONFIG_SPL_STACK		0x10088000
-#define CONFIG_SPL_TEXT_BASE		0x10081004
+#define CONFIG_SPL_TEXT_BASE		0x10081000
 
 #define CONFIG_ROCKCHIP_MAX_INIT_SIZE	(28 << 10)
 #define CONFIG_ROCKCHIP_CHIP_TAG	"RK32"
-- 
1.9.1

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

* [U-Boot] rockchip: rk322x: update TPL_TEXT_BASE
  2018-04-18  3:52 [U-Boot] [PATCH] rockchip: rk322x: update TPL_TEXT_BASE Kever Yang
@ 2018-04-25 10:29 ` Philipp Tomsich
  2018-04-25 10:29 ` Philipp Tomsich
  2018-04-26  7:05 ` Philipp Tomsich
  2 siblings, 0 replies; 4+ messages in thread
From: Philipp Tomsich @ 2018-04-25 10:29 UTC (permalink / raw)
  To: u-boot

> The boot0 hook including the 4-byte TAG which is at the beginning
> of the TEXT_BASE, now we can use a aligned TEXT BASE.
> 
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> ---
> 
>  include/configs/rk322x_common.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

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

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

* [U-Boot] rockchip: rk322x: update TPL_TEXT_BASE
  2018-04-18  3:52 [U-Boot] [PATCH] rockchip: rk322x: update TPL_TEXT_BASE Kever Yang
  2018-04-25 10:29 ` [U-Boot] " Philipp Tomsich
@ 2018-04-25 10:29 ` Philipp Tomsich
  2018-04-26  7:05 ` Philipp Tomsich
  2 siblings, 0 replies; 4+ messages in thread
From: Philipp Tomsich @ 2018-04-25 10:29 UTC (permalink / raw)
  To: u-boot

> The boot0 hook including the 4-byte TAG which is at the beginning
> of the TEXT_BASE, now we can use a aligned TEXT BASE.
> 
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> ---
> 
>  include/configs/rk322x_common.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

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

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

* [U-Boot] rockchip: rk322x: update TPL_TEXT_BASE
  2018-04-18  3:52 [U-Boot] [PATCH] rockchip: rk322x: update TPL_TEXT_BASE Kever Yang
  2018-04-25 10:29 ` [U-Boot] " Philipp Tomsich
  2018-04-25 10:29 ` Philipp Tomsich
@ 2018-04-26  7:05 ` Philipp Tomsich
  2 siblings, 0 replies; 4+ messages in thread
From: Philipp Tomsich @ 2018-04-26  7:05 UTC (permalink / raw)
  To: u-boot

> The boot0 hook including the 4-byte TAG which is at the beginning
> of the TEXT_BASE, now we can use a aligned TEXT BASE.
> 
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> ---
> 
>  include/configs/rk322x_common.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied to u-boot-rockchip, thanks!

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

end of thread, other threads:[~2018-04-26  7:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-18  3:52 [U-Boot] [PATCH] rockchip: rk322x: update TPL_TEXT_BASE Kever Yang
2018-04-25 10:29 ` [U-Boot] " Philipp Tomsich
2018-04-25 10:29 ` Philipp Tomsich
2018-04-26  7:05 ` 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.