All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] rockchip: board: lion-rk3368: avoid ATF overwriting active SPL stage
@ 2017-09-15 13:57 Philipp Tomsich
  2017-09-25  2:12 ` Simon Glass
  2017-09-29 16:44 ` [U-Boot] " Philipp Tomsich
  0 siblings, 2 replies; 3+ messages in thread
From: Philipp Tomsich @ 2017-09-15 13:57 UTC (permalink / raw)
  To: u-boot

The RK3368-uQ7 ATF has been moved back to 0x100000 (1MB from the start
of DRAM) to avoid it overwriting the active SPL stage during FIT image
loading.  This change adapts the .its to match up (again) with our ATF
repository for the RK3368-uQ7.

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

 board/theobroma-systems/lion_rk3368/fit_spl_atf.its | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/board/theobroma-systems/lion_rk3368/fit_spl_atf.its b/board/theobroma-systems/lion_rk3368/fit_spl_atf.its
index 5cdad3b..e3bea5e 100644
--- a/board/theobroma-systems/lion_rk3368/fit_spl_atf.its
+++ b/board/theobroma-systems/lion_rk3368/fit_spl_atf.its
@@ -29,8 +29,8 @@
 			os = "arm-trusted-firmware";
 			arch = "arm64";
 			compression = "none";
-			load = <0x00010000>;
-			entry = <0x00010000>;
+			load = <0x00100000>;
+			entry = <0x00100000>;
 		};
 
 		fdt {
-- 
2.1.4

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

* [U-Boot] [PATCH] rockchip: board: lion-rk3368: avoid ATF overwriting active SPL stage
  2017-09-15 13:57 [U-Boot] [PATCH] rockchip: board: lion-rk3368: avoid ATF overwriting active SPL stage Philipp Tomsich
@ 2017-09-25  2:12 ` Simon Glass
  2017-09-29 16:44 ` [U-Boot] " Philipp Tomsich
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2017-09-25  2:12 UTC (permalink / raw)
  To: u-boot

On 15 September 2017 at 07:57, Philipp Tomsich
<philipp.tomsich@theobroma-systems.com> wrote:
> The RK3368-uQ7 ATF has been moved back to 0x100000 (1MB from the start
> of DRAM) to avoid it overwriting the active SPL stage during FIT image
> loading.  This change adapts the .its to match up (again) with our ATF
> repository for the RK3368-uQ7.
>
> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> ---
>
>  board/theobroma-systems/lion_rk3368/fit_spl_atf.its | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

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

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

* [U-Boot] rockchip: board: lion-rk3368: avoid ATF overwriting active SPL stage
  2017-09-15 13:57 [U-Boot] [PATCH] rockchip: board: lion-rk3368: avoid ATF overwriting active SPL stage Philipp Tomsich
  2017-09-25  2:12 ` Simon Glass
@ 2017-09-29 16:44 ` Philipp Tomsich
  1 sibling, 0 replies; 3+ messages in thread
From: Philipp Tomsich @ 2017-09-29 16:44 UTC (permalink / raw)
  To: u-boot

> The RK3368-uQ7 ATF has been moved back to 0x100000 (1MB from the start
> of DRAM) to avoid it overwriting the active SPL stage during FIT image
> loading.  This change adapts the .its to match up (again) with our ATF
> repository for the RK3368-uQ7.
> 
> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>
> ---
> 
>  board/theobroma-systems/lion_rk3368/fit_spl_atf.its | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 

Applied to u-boot-rockchip, thanks!

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-15 13:57 [U-Boot] [PATCH] rockchip: board: lion-rk3368: avoid ATF overwriting active SPL stage Philipp Tomsich
2017-09-25  2:12 ` Simon Glass
2017-09-29 16:44 ` [U-Boot] " 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.