All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM: uniphier: move kernel physical base to 0x82080000
@ 2017-05-16  5:35 Masahiro Yamada
  2017-05-17 14:24 ` Masahiro Yamada
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2017-05-16  5:35 UTC (permalink / raw)
  To: u-boot

Reserve enough space below the kernel base.
The assumed address map is:
  80000000 - 80ffffff : for IPP
  81000000 - 81ffffff : for ARM secure
  82000000 -          : for Linux

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

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

diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index 7bd2d8c..6271b07 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -176,7 +176,7 @@
 #define CONFIG_BOOTFILE			"Image.gz"
 #define LINUXBOOT_CMD			"booti"
 #define KERNEL_ADDR_LOAD		"kernel_addr_load=0x84200000\0"
-#define KERNEL_ADDR_R			"kernel_addr_r=0x80080000\0"
+#define KERNEL_ADDR_R			"kernel_addr_r=0x82080000\0"
 #else
 #define CONFIG_BOOTFILE			"zImage"
 #define LINUXBOOT_CMD			"bootz"
-- 
2.7.4

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

* [U-Boot] [PATCH] ARM: uniphier: move kernel physical base to 0x82080000
  2017-05-16  5:35 [U-Boot] [PATCH] ARM: uniphier: move kernel physical base to 0x82080000 Masahiro Yamada
@ 2017-05-17 14:24 ` Masahiro Yamada
  0 siblings, 0 replies; 2+ messages in thread
From: Masahiro Yamada @ 2017-05-17 14:24 UTC (permalink / raw)
  To: u-boot

2017-05-16 14:35 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> Reserve enough space below the kernel base.
> The assumed address map is:
>   80000000 - 80ffffff : for IPP
>   81000000 - 81ffffff : for ARM secure
>   82000000 -          : for Linux
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
>


Applied to u-boot-uniphier/master.


-- 
Best Regards
Masahiro Yamada

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

end of thread, other threads:[~2017-05-17 14:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-16  5:35 [U-Boot] [PATCH] ARM: uniphier: move kernel physical base to 0x82080000 Masahiro Yamada
2017-05-17 14:24 ` Masahiro Yamada

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.