Ping on this.  Just curious where you were on this patch.

>-----Original Message-----
>From: Cooper Jr., Franklin
>Sent: Friday, October 04, 2013 6:13 PM
>To: Maupin, Chase
>Cc: [email protected]
>Subject: RE: [meta-arago] [PATCH 4/4] ti-tisdk-makefile: Pass in
>LOADADDR for Linux kernel
>
>
>
>> -----Original Message-----
>> From: Maupin, Chase
>> Sent: Friday, October 04, 2013 6:00 PM
>> To: Cooper Jr., Franklin
>> Cc: [email protected]; Cooper Jr., Franklin
>> Subject: Re: [meta-arago] [PATCH 4/4] ti-tisdk-makefile: Pass in
>LOADADDR for
>> Linux kernel
>>
>> Why not switch to zImage which does not need this? Waiting for
>the U-boot support before making the switch.
>>
>> If you want to support both you could modify the make target to
>uImage plus
>> loadaddr or zImage based on the kernel image type.
>[Franklin] Not a bad idea will give it a shot.
>>
>> Sincerely,
>> Chase Maupin
>>
>> Sent from my iPad
>>
>> > On Oct 4, 2013, at 5:54 PM, "Cooper Jr., Franklin"
><[email protected]> wrote:
>> >
>> > * Newer versions of the kernel now require a LOADADDR to be
>set when
>> > building  uImage.
>> >
>> > Signed-off-by: Franklin S. Cooper Jr <[email protected]>
>> > ---
>> > .../ti-tisdk-makefile/Makefile_linux               |    2 +-
>> > .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb     |    4 +++-
>> > 2 files changed, 4 insertions(+), 2 deletions(-)
>> >
>> > diff --git
>> > a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/
>> > Makefile_linux
>> > b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/
>> > Makefile_linux
>> > index 4a13f48..43e22f2 100644
>> > ---
>> > a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile/
>> > Makefile_linux
>> > +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-
>tisdk-makef
>> > +++ ile/Makefile_linux
>> > @@ -4,7 +4,7 @@ linux:
>> >    @echo     Building the Linux Kernel
>> >    @echo =================================
>> >    $(MAKE) -C $(LINUXKERNEL_INSTALL_DIR) ARCH=arm
>> CROSS_COMPILE=$(CROSS_COMPILE) tisdk_$(PLATFORM)_defconfig
>> > -    $(MAKE) -j $(MAKE_JOBS) -C $(LINUXKERNEL_INSTALL_DIR)
>ARCH=arm
>> CROSS_COMPILE=$(CROSS_COMPILE) uImage
>> > +    $(MAKE) -j $(MAKE_JOBS) -C $(LINUXKERNEL_INSTALL_DIR)
>ARCH=arm
>> > + CROSS_COMPILE=$(CROSS_COMPILE) LOADADDR=__LOAD_ADDRESS__
>> uImage
>> >    $(MAKE) -j $(MAKE_JOBS) -C $(LINUXKERNEL_INSTALL_DIR)
>ARCH=arm
>> > CROSS_COMPILE=$(CROSS_COMPILE) modules
>> >
>> > linux_install:
>> > diff --git
>> > a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile_
>> > 1.0.bb
>> > b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile_
>> > 1.0.bb
>> > index a1faffd..c9ec899 100644
>> > ---
>> > a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>makefile_
>> > 1.0.bb
>> > +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-
>tisdk-makef
>> > +++ ile_1.0.bb
>> > @@ -33,7 +33,7 @@ SRC_URI = "\
>> >     file://Makefile_oprofile-example \ "
>> >
>> > -PR = "r15"
>> > +PR = "r16"
>> >
>> > MAKEFILES_COMMON = "linux \
>> >                     matrix-gui \
>> > @@ -119,6 +119,8 @@ do_install () {
>> >         sed -i -e "s/__INSTALL_TARGETS__/$install_targets/"
>${D}/Makefile
>> >     fi
>> >
>> > +    sed -i -e "s/__LOAD_ADDRESS__/${UBOOT_LOADADDRESS}/"
>> > + ${D}/Makefile
>> > +
>> >     install  ${WORKDIR}/Rules.make ${D}/Rules.make
>> >
>> >     # fixup Rules.make values
>> > --
>> > 1.7.0.4
>> >
>> > _______________________________________________
>> > meta-arago mailing list
>> > [email protected]
>> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to