All of lore.kernel.org
 help / color / mirror / Atom feed
* Patch loadaddr for linux-ti-staging_4.4.bb
@ 2016-08-04  8:07 Christian Litjes
  2016-08-20  1:55 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Litjes @ 2016-08-04  8:07 UTC (permalink / raw)
  To: meta-ti


[-- Attachment #1.1: Type: text/plain, Size: 257 bytes --]

Hi,

I've been using the linux-ti-staging_4.4.bb recipe from the master. When I
decided to swap back to the stable krogoth. The build failed because
uImages are not supported anymore because the LOADADDR was missing.

Kind Regards,
Christian Litjes

[-- Attachment #1.2: Type: text/html, Size: 398 bytes --]

[-- Attachment #2: linux_4.4_loadaddr.patch --]
[-- Type: text/x-patch, Size: 899 bytes --]

From 5f57bce61317da76b42389a658475dd00b207278 Mon Sep 17 00:00:00 2001
From: Christian Litjes <christianlitjes@hotmail.com>
Date: Thu, 4 Aug 2016 08:59:21 +0100
Subject: [PATCH 1/1] Added missing LOADADDR to support building uImages again

---
 recipes-kernel/linux/linux-ti-staging_4.4.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-kernel/linux/linux-ti-staging_4.4.bb b/recipes-kernel/linux/linux-ti-staging_4.4.bb
index 0200715..6772c3e 100644
--- a/recipes-kernel/linux/linux-ti-staging_4.4.bb
+++ b/recipes-kernel/linux/linux-ti-staging_4.4.bb
@@ -67,6 +67,8 @@ KERNEL_DEVICETREE_k2e-evm = "keystone-k2e-evm.dtb"
 KERNEL_DEVICETREE_k2g-evm = "keystone-k2g-evm.dtb"
 KERNEL_DEVICETREE_k2l-evm = "keystone-k2l-evm.dtb"
 
+KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
+
 COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|omap3|omap4|keystone"
 
 S = "${WORKDIR}/git"
-- 
2.7.4


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

* Re: Patch loadaddr for linux-ti-staging_4.4.bb
  2016-08-04  8:07 Patch loadaddr for linux-ti-staging_4.4.bb Christian Litjes
@ 2016-08-20  1:55 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2016-08-20  1:55 UTC (permalink / raw)
  To: Christian Litjes; +Cc: meta-ti

On Thu, Aug 04, 2016 at 09:07:34AM +0100, Christian Litjes wrote:
> Hi,
> 
> I've been using the linux-ti-staging_4.4.bb recipe from the master. When I
> decided to swap back to the stable krogoth. The build failed because
> uImages are not supported anymore because the LOADADDR was missing.

LOADADDR was dropped couple months ago both in krogoth and master, as zImage 
and/or fitImage formats are preferred over uImage. If you still need to use 
uImage, please set LOADADDR in either .bbappend or machine/local.conf.

-- 
Denys


> From 5f57bce61317da76b42389a658475dd00b207278 Mon Sep 17 00:00:00 2001
> From: Christian Litjes <christianlitjes@hotmail.com>
> Date: Thu, 4 Aug 2016 08:59:21 +0100
> Subject: [PATCH 1/1] Added missing LOADADDR to support building uImages again
> 
> ---
>  recipes-kernel/linux/linux-ti-staging_4.4.bb | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/recipes-kernel/linux/linux-ti-staging_4.4.bb b/recipes-kernel/linux/linux-ti-staging_4.4.bb
> index 0200715..6772c3e 100644
> --- a/recipes-kernel/linux/linux-ti-staging_4.4.bb
> +++ b/recipes-kernel/linux/linux-ti-staging_4.4.bb
> @@ -67,6 +67,8 @@ KERNEL_DEVICETREE_k2e-evm = "keystone-k2e-evm.dtb"
>  KERNEL_DEVICETREE_k2g-evm = "keystone-k2g-evm.dtb"
>  KERNEL_DEVICETREE_k2l-evm = "keystone-k2l-evm.dtb"
>  
> +KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
> +
>  COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|omap3|omap4|keystone"
>  
>  S = "${WORKDIR}/git"
> -- 
> 2.7.4
> 

> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti



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

end of thread, other threads:[~2016-08-20  1:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-04  8:07 Patch loadaddr for linux-ti-staging_4.4.bb Christian Litjes
2016-08-20  1:55 ` Denys Dmytriyenko

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.