All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM: shmobile: defconfig: enable ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND
Date: Sun, 17 Aug 2014 00:38:36 +0000	[thread overview]
Message-ID: <20140817003836.GB7887@verge.net.au> (raw)
In-Reply-To: <1408057405-10568-1-git-send-email-horms+renesas@verge.net.au>

On Fri, Aug 15, 2014 at 08:03:25AM +0900, Simon Horman wrote:
> "ARM: shmobile: defconfig: enable initrd and atag dtb compat" enables
> CONFIG_ARM_ATAG_DTB_COMPAT, however, empirically
> ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND is also required for my kzm9d board to
> boot.
> 
> Cc: Kevin Hilman <khilman@linaro.org>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

I have decided to drop the above patch and am withdrawing this
patch accordingly.

> ---
> 
> Without this change I do not see any kernel console output at all.
> ---
>  arch/arm/configs/shmobile_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
> index f847a9f..e343dc8 100644
> --- a/arch/arm/configs/shmobile_defconfig
> +++ b/arch/arm/configs/shmobile_defconfig
> @@ -35,6 +35,7 @@ CONFIG_ZBOOT_ROM_TEXT=0x0
>  CONFIG_ZBOOT_ROM_BSS=0x0
>  CONFIG_ARM_APPENDED_DTB=y
>  CONFIG_ARM_ATAG_DTB_COMPAT=y
> +CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND=y
>  CONFIG_KEXEC=y
>  CONFIG_VFP=y
>  CONFIG_NEON=y
> -- 
> 2.0.1
> 

WARNING: multiple messages have this Message-ID (diff)
From: horms@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: shmobile: defconfig: enable ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND
Date: Sun, 17 Aug 2014 09:38:36 +0900	[thread overview]
Message-ID: <20140817003836.GB7887@verge.net.au> (raw)
In-Reply-To: <1408057405-10568-1-git-send-email-horms+renesas@verge.net.au>

On Fri, Aug 15, 2014 at 08:03:25AM +0900, Simon Horman wrote:
> "ARM: shmobile: defconfig: enable initrd and atag dtb compat" enables
> CONFIG_ARM_ATAG_DTB_COMPAT, however, empirically
> ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND is also required for my kzm9d board to
> boot.
> 
> Cc: Kevin Hilman <khilman@linaro.org>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

I have decided to drop the above patch and am withdrawing this
patch accordingly.

> ---
> 
> Without this change I do not see any kernel console output at all.
> ---
>  arch/arm/configs/shmobile_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
> index f847a9f..e343dc8 100644
> --- a/arch/arm/configs/shmobile_defconfig
> +++ b/arch/arm/configs/shmobile_defconfig
> @@ -35,6 +35,7 @@ CONFIG_ZBOOT_ROM_TEXT=0x0
>  CONFIG_ZBOOT_ROM_BSS=0x0
>  CONFIG_ARM_APPENDED_DTB=y
>  CONFIG_ARM_ATAG_DTB_COMPAT=y
> +CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND=y
>  CONFIG_KEXEC=y
>  CONFIG_VFP=y
>  CONFIG_NEON=y
> -- 
> 2.0.1
> 

  reply	other threads:[~2014-08-17  0:38 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-14  0:07 [PATCH] ARM: shmobile: defconfig: enable initrd and atag dtb compat Kevin Hilman
2014-08-14  0:07 ` Kevin Hilman
2014-08-14  0:07 ` Kevin Hilman
2014-08-14  5:25 ` Simon Horman
2014-08-14  5:25   ` Simon Horman
2014-08-14  5:25   ` Simon Horman
2014-08-17  0:37   ` Simon Horman
2014-08-17  0:37     ` Simon Horman
2014-08-17  0:37     ` Simon Horman
2014-08-14 23:03 ` [PATCH] ARM: shmobile: defconfig: enable ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND Simon Horman
2014-08-14 23:03   ` Simon Horman
2014-08-17  0:38   ` Simon Horman [this message]
2014-08-17  0:38     ` Simon Horman
2015-10-10 19:14 ` [PATCH] ARM: shmobile: defconfig: enable HDMI output for RCar Wolfram Sang
2015-10-12  0:19 ` Simon Horman
2015-10-12  6:38 ` Wolfram Sang
2015-10-13  1:03 ` Simon Horman
2015-10-14  1:09 ` Laurent Pinchart
2015-10-14  5:52 ` Wolfram Sang
2015-10-14  7:07 ` Geert Uytterhoeven
2015-10-14  7:44 ` Magnus Damm
2015-10-14  7:54 ` Geert Uytterhoeven
2015-10-14  8:09 ` Magnus Damm
2015-10-14  8:22 ` Geert Uytterhoeven
2015-10-14  8:25 ` Wolfram Sang
2015-10-14  8:36 ` Magnus Damm
2015-10-14 11:41 ` Laurent Pinchart
2015-10-14 12:11 ` Khiem Nguyen
2015-10-14 12:55 ` Laurent Pinchart
2015-10-14 13:18 ` Khiem Nguyen
2015-10-14 13:32 ` Geert Uytterhoeven
2015-10-14 14:11 ` Khiem Nguyen
2015-11-30 13:35 ` [PATCH] ARM: shmobile: defconfig: Enable CONFIG_PRINTK_TIME Geert Uytterhoeven
2015-11-30 13:35   ` Geert Uytterhoeven
2015-12-01  6:44   ` Simon Horman
2015-12-01  6:44     ` Simon Horman
2015-12-09  9:28     ` Geert Uytterhoeven
2015-12-09  9:28       ` Geert Uytterhoeven
2015-12-10  7:04       ` Simon Horman
2015-12-10  7:04         ` Simon Horman

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=20140817003836.GB7887@verge.net.au \
    --to=horms@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.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.