* [PATCH] ARM: multi_v7: add HREFv60 to multi_v7 defconfig
@ 2013-09-16 12:22 Linus Walleij
2013-09-16 13:11 ` Rob Herring
2013-09-16 14:54 ` Olof Johansson
0 siblings, 2 replies; 7+ messages in thread
From: Linus Walleij @ 2013-09-16 12:22 UTC (permalink / raw)
To: linux-arm-kernel
This is just a standard board for the Ux500, include it in the
v7 multiplatform defconfig.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
Hi ARM SoC folks: this makes also my preferred development board
boot with multi_v7. Please apply this patch directly to fixes
if you're happy with it.
---
arch/arm/configs/multi_v7_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 6e572c6..a333753 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -36,6 +36,7 @@ CONFIG_ARCH_TEGRA_114_SOC=y
CONFIG_TEGRA_PCI=y
CONFIG_TEGRA_EMC_SCALING_ENABLE=y
CONFIG_ARCH_U8500=y
+CONFIG_MACH_HREFV60=y
CONFIG_MACH_SNOWBALL=y
CONFIG_MACH_UX500_DT=y
CONFIG_ARCH_VEXPRESS=y
--
1.8.3.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH] ARM: multi_v7: add HREFv60 to multi_v7 defconfig
2013-09-16 12:22 [PATCH] ARM: multi_v7: add HREFv60 to multi_v7 defconfig Linus Walleij
@ 2013-09-16 13:11 ` Rob Herring
2013-09-16 13:15 ` Rob Herring
2013-09-16 14:54 ` Olof Johansson
1 sibling, 1 reply; 7+ messages in thread
From: Rob Herring @ 2013-09-16 13:11 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Sep 16, 2013 at 7:22 AM, Linus Walleij <linus.walleij@linaro.org> wrote:
> This is just a standard board for the Ux500, include it in the
> v7 multiplatform defconfig.
>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> Hi ARM SoC folks: this makes also my preferred development board
> boot with multi_v7. Please apply this patch directly to fixes
> if you're happy with it.
> ---
> arch/arm/configs/multi_v7_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index 6e572c6..a333753 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -36,6 +36,7 @@ CONFIG_ARCH_TEGRA_114_SOC=y
> CONFIG_TEGRA_PCI=y
> CONFIG_TEGRA_EMC_SCALING_ENABLE=y
> CONFIG_ARCH_U8500=y
> +CONFIG_MACH_HREFV60=y
This option doesn't seem to actually affect the build in anyway. Same
with snowball. Why not remove them?
Rob
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] ARM: multi_v7: add HREFv60 to multi_v7 defconfig
2013-09-16 13:11 ` Rob Herring
@ 2013-09-16 13:15 ` Rob Herring
2013-09-16 14:41 ` Russell King - ARM Linux
0 siblings, 1 reply; 7+ messages in thread
From: Rob Herring @ 2013-09-16 13:15 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Sep 16, 2013 at 8:11 AM, Rob Herring <robherring2@gmail.com> wrote:
> On Mon, Sep 16, 2013 at 7:22 AM, Linus Walleij <linus.walleij@linaro.org> wrote:
>> This is just a standard board for the Ux500, include it in the
>> v7 multiplatform defconfig.
>>
>> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
>> ---
>> Hi ARM SoC folks: this makes also my preferred development board
>> boot with multi_v7. Please apply this patch directly to fixes
>> if you're happy with it.
>> ---
>> arch/arm/configs/multi_v7_defconfig | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
>> index 6e572c6..a333753 100644
>> --- a/arch/arm/configs/multi_v7_defconfig
>> +++ b/arch/arm/configs/multi_v7_defconfig
>> @@ -36,6 +36,7 @@ CONFIG_ARCH_TEGRA_114_SOC=y
>> CONFIG_TEGRA_PCI=y
>> CONFIG_TEGRA_EMC_SCALING_ENABLE=y
>> CONFIG_ARCH_U8500=y
>> +CONFIG_MACH_HREFV60=y
>
> This option doesn't seem to actually affect the build in anyway. Same
> with snowball. Why not remove them?
Well, I've already forgotten how mach-types works... So the only
difference is a machine desc included or not. Why not just always
include all machines.
Rob
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] ARM: multi_v7: add HREFv60 to multi_v7 defconfig
2013-09-16 13:15 ` Rob Herring
@ 2013-09-16 14:41 ` Russell King - ARM Linux
0 siblings, 0 replies; 7+ messages in thread
From: Russell King - ARM Linux @ 2013-09-16 14:41 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Sep 16, 2013 at 08:15:50AM -0500, Rob Herring wrote:
> On Mon, Sep 16, 2013 at 8:11 AM, Rob Herring <robherring2@gmail.com> wrote:
> > On Mon, Sep 16, 2013 at 7:22 AM, Linus Walleij <linus.walleij@linaro.org> wrote:
> >> This is just a standard board for the Ux500, include it in the
> >> v7 multiplatform defconfig.
> >>
> >> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> >> ---
> >> Hi ARM SoC folks: this makes also my preferred development board
> >> boot with multi_v7. Please apply this patch directly to fixes
> >> if you're happy with it.
> >> ---
> >> arch/arm/configs/multi_v7_defconfig | 1 +
> >> 1 file changed, 1 insertion(+)
> >>
> >> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> >> index 6e572c6..a333753 100644
> >> --- a/arch/arm/configs/multi_v7_defconfig
> >> +++ b/arch/arm/configs/multi_v7_defconfig
> >> @@ -36,6 +36,7 @@ CONFIG_ARCH_TEGRA_114_SOC=y
> >> CONFIG_TEGRA_PCI=y
> >> CONFIG_TEGRA_EMC_SCALING_ENABLE=y
> >> CONFIG_ARCH_U8500=y
> >> +CONFIG_MACH_HREFV60=y
> >
> > This option doesn't seem to actually affect the build in anyway. Same
> > with snowball. Why not remove them?
>
> Well, I've already forgotten how mach-types works... So the only
> difference is a machine desc included or not. Why not just always
> include all machines.
Looking at arch/arm/mach-ux500/board-mop500.c, the machine_desc will be
included anyway. It's more whether machine_is_hrefv60() are defined to
be constant false or not.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] ARM: multi_v7: add HREFv60 to multi_v7 defconfig
2013-09-16 12:22 [PATCH] ARM: multi_v7: add HREFv60 to multi_v7 defconfig Linus Walleij
2013-09-16 13:11 ` Rob Herring
@ 2013-09-16 14:54 ` Olof Johansson
2013-09-17 9:16 ` Linus Walleij
1 sibling, 1 reply; 7+ messages in thread
From: Olof Johansson @ 2013-09-16 14:54 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Sep 16, 2013 at 02:22:32PM +0200, Linus Walleij wrote:
> This is just a standard board for the Ux500, include it in the
> v7 multiplatform defconfig.
>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> Hi ARM SoC folks: this makes also my preferred development board
> boot with multi_v7. Please apply this patch directly to fixes
> if you're happy with it.
Ho hum. I think the approach we want is to only do DT platforms on
multi_v7. You have a series to drop/switch all non-DT platforms coming
soon though, I think?
-Olof
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] ARM: multi_v7: add HREFv60 to multi_v7 defconfig
2013-09-16 14:54 ` Olof Johansson
@ 2013-09-17 9:16 ` Linus Walleij
2013-09-18 19:15 ` Olof Johansson
0 siblings, 1 reply; 7+ messages in thread
From: Linus Walleij @ 2013-09-17 9:16 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Sep 16, 2013 at 4:54 PM, Olof Johansson <olof@lixom.net> wrote:
> On Mon, Sep 16, 2013 at 02:22:32PM +0200, Linus Walleij wrote:
>> This is just a standard board for the Ux500, include it in the
>> v7 multiplatform defconfig.
>>
>> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
>> ---
>> Hi ARM SoC folks: this makes also my preferred development board
>> boot with multi_v7. Please apply this patch directly to fixes
>> if you're happy with it.
>
> Ho hum. I think the approach we want is to only do DT platforms on
> multi_v7. You have a series to drop/switch all non-DT platforms coming
> soon though, I think?
Yes and yes. But the patch was intended for the v3.12-rcs to be
usable.
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] ARM: multi_v7: add HREFv60 to multi_v7 defconfig
2013-09-17 9:16 ` Linus Walleij
@ 2013-09-18 19:15 ` Olof Johansson
0 siblings, 0 replies; 7+ messages in thread
From: Olof Johansson @ 2013-09-18 19:15 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Sep 17, 2013 at 11:16:10AM +0200, Linus Walleij wrote:
> On Mon, Sep 16, 2013 at 4:54 PM, Olof Johansson <olof@lixom.net> wrote:
> > On Mon, Sep 16, 2013 at 02:22:32PM +0200, Linus Walleij wrote:
> >> This is just a standard board for the Ux500, include it in the
> >> v7 multiplatform defconfig.
> >>
> >> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> >> ---
> >> Hi ARM SoC folks: this makes also my preferred development board
> >> boot with multi_v7. Please apply this patch directly to fixes
> >> if you're happy with it.
> >
> > Ho hum. I think the approach we want is to only do DT platforms on
> > multi_v7. You have a series to drop/switch all non-DT platforms coming
> > soon though, I think?
>
> Yes and yes. But the patch was intended for the v3.12-rcs to be
> usable.
Well, since snowball is already enabled I suppose we can take this
too. It should maybe never have been enabled, but that's water under the bridge
since it'll all be switched by 3.13.
-Olof
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-09-18 19:15 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-16 12:22 [PATCH] ARM: multi_v7: add HREFv60 to multi_v7 defconfig Linus Walleij
2013-09-16 13:11 ` Rob Herring
2013-09-16 13:15 ` Rob Herring
2013-09-16 14:41 ` Russell King - ARM Linux
2013-09-16 14:54 ` Olof Johansson
2013-09-17 9:16 ` Linus Walleij
2013-09-18 19:15 ` Olof Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).