From: Kevin Hilman <khilman@deeprootsystems.com>
To: "Hunter, Jon" <jon-hunter@ti.com>
Cc: "linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>
Subject: Re: ARM: CONFIG_FRAME_POINTER
Date: Wed, 13 May 2009 09:37:08 -0700 [thread overview]
Message-ID: <8763g57ydn.fsf@deeprootsystems.com> (raw)
In-Reply-To: <7B4574D56E4ADF438756313E9A172A87396A1DF6@dlee01.ent.ti.com> (Jon Hunter's message of "Wed\, 13 May 2009 10\:42\:29 -0500")
"Hunter, Jon" <jon-hunter@ti.com> writes:
> Hi Kevin,
>
>> Did a similar patch for ARM get you a booting kernel using 2007q3?
>
> Yes, the changes needed are the following to get it booting with 2007q3 on the omap3430sdp were the following. Unfortunately it took 4 hours to figure this out and so wanted to share.
>
> Do you think that the below change should be incorporate in the arch/arm/Kconfig?
>
Yes. Do you mind sending a patch to linux-arm-kernel?
Kevin
>
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 079aa6a..c61bafb 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -18,6 +18,7 @@ config ARM
> select HAVE_KRETPROBES if (HAVE_KPROBES)
> select HAVE_FUNCTION_TRACER if (!XIP_KERNEL)
> select HAVE_GENERIC_DMA_COHERENT
> + select ARCH_WANT_FRAME_POINTERS
> help
> The ARM series is a line of low-power-consumption RISC chip designs
> licensed by ARM Ltd and targeted at embedded applications and
> diff --git a/arch/arm/configs/omap_3430sdp_defconfig b/arch/arm/configs/omap_3430sdp_defconfig
> index b686f34..1bff450 100644
> --- a/arch/arm/configs/omap_3430sdp_defconfig
> +++ b/arch/arm/configs/omap_3430sdp_defconfig
> @@ -1387,6 +1387,7 @@ CONFIG_DEBUG_INFO=y
> # CONFIG_DEBUG_MEMORY_INIT is not set
> # CONFIG_DEBUG_LIST is not set
> # CONFIG_DEBUG_SG is not set
> +CONFIG_ARCH_WANT_FRAME_POINTERS=y
> CONFIG_FRAME_POINTER=y
> # CONFIG_BOOT_PRINTK_DELAY is not set
> # CONFIG_RCU_TORTURE_TEST is not set
next prev parent reply other threads:[~2009-05-13 16:37 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-12 21:46 ARM: CONFIG_FRAME_POINTER Hunter, Jon
2009-05-12 23:33 ` Kevin Hilman
2009-05-13 3:09 ` Woodruff, Richard
2009-05-13 15:48 ` Hunter, Jon
2009-05-13 15:55 ` Woodruff, Richard
2009-05-13 16:06 ` Hunter, Jon
2009-05-13 16:10 ` Woodruff, Richard
2009-05-13 15:42 ` Hunter, Jon
2009-05-13 16:37 ` Kevin Hilman [this message]
2009-05-13 18:05 ` Hunter, Jon
2009-05-13 18:09 ` Kevin Hilman
2009-05-13 19:16 ` Hunter, Jon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8763g57ydn.fsf@deeprootsystems.com \
--to=khilman@deeprootsystems.com \
--cc=jon-hunter@ti.com \
--cc=linux-omap@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.