All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] imx6slevk: fix uImage load address
@ 2015-01-31 13:13 Gilles Talis
  2015-02-01 20:54 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Gilles Talis @ 2015-01-31 13:13 UTC (permalink / raw)
  To: buildroot

i.MX6 SoloLite SoC has a different external memory base address
than the other i.MX6 family SoCs:
- 0x80000000 for i.MX6 SoloLite (see i.MX6 SoloLite Reference Manual [1])
- 0x10000000 for the others (see i.MX6Quad/Dual Reference Manual [2])

[1] http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6SLRM.pdf?fasp=1
    Table 2-1 System Memory Map, MMDC - DDR Controller
[2] http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6DQRM.pdf?fasp=1
    Table 2-1 System Memory Map, MMDC - DDR Controller

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
v2: add references to i.MX6 SoCs Reference Manual

 configs/freescale_imx6sololiteevk_defconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/freescale_imx6sololiteevk_defconfig b/configs/freescale_imx6sololiteevk_defconfig
index f8ecc7b..2bb47af 100644
--- a/configs/freescale_imx6sololiteevk_defconfig
+++ b/configs/freescale_imx6sololiteevk_defconfig
@@ -11,7 +11,7 @@ BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.freescale.com/imx/linux-2.6-imx.git"
 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_3.10.17_1.0.0_ga"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v7"
-BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x10008000"
+BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x80008000"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6sl-evk"
 
-- 
1.7.10.4

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

* [Buildroot] [PATCH v2] imx6slevk: fix uImage load address
  2015-01-31 13:13 [Buildroot] [PATCH v2] imx6slevk: fix uImage load address Gilles Talis
@ 2015-02-01 20:54 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-02-01 20:54 UTC (permalink / raw)
  To: buildroot

Dear Gilles Talis,

On Sat, 31 Jan 2015 14:13:11 +0100, Gilles Talis wrote:
> i.MX6 SoloLite SoC has a different external memory base address
> than the other i.MX6 family SoCs:
> - 0x80000000 for i.MX6 SoloLite (see i.MX6 SoloLite Reference Manual [1])
> - 0x10000000 for the others (see i.MX6Quad/Dual Reference Manual [2])
> 
> [1] http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6SLRM.pdf?fasp=1
>     Table 2-1 System Memory Map, MMDC - DDR Controller
> [2] http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6DQRM.pdf?fasp=1
>     Table 2-1 System Memory Map, MMDC - DDR Controller
> 
> Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2015-02-01 20:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-31 13:13 [Buildroot] [PATCH v2] imx6slevk: fix uImage load address Gilles Talis
2015-02-01 20:54 ` Thomas Petazzoni

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.