Re: [PATCH v5 1/8] ARM: brcmstb: add infrastructure for ARM-based Broadcom STB SoCs

2014-01-24 Thread Marc C
Hi Mark, >> +static void __init brcmstb_init_early(void) >> +{ >> + add_preferred_console("ttyS", 0, "115200"); >> +} > > Is this really required? I think I can drop this. It was a holdover from our older kernels. >> + /* >> + * set the reset vector to point to the secondary_st

Re: [PATCH v5 1/8] ARM: brcmstb: add infrastructure for ARM-based Broadcom STB SoCs

2014-01-24 Thread Mark Rutland
On Wed, Jan 22, 2014 at 03:30:45AM +, Marc Carino wrote: > The BCM7xxx series of Broadcom SoCs are used primarily in set-top boxes. > > This patch adds machine support for the ARM-based Broadcom SoCs. > > Signed-off-by: Marc Carino > Acked-by: Florian Fainelli > --- > arch/arm/configs/mult

[PATCH v5 1/8] ARM: brcmstb: add infrastructure for ARM-based Broadcom STB SoCs

2014-01-21 Thread Marc Carino
The BCM7xxx series of Broadcom SoCs are used primarily in set-top boxes. This patch adds machine support for the ARM-based Broadcom SoCs. Signed-off-by: Marc Carino Acked-by: Florian Fainelli --- arch/arm/configs/multi_v7_defconfig |1 + arch/arm/mach-bcm/Kconfig | 14 ++ arch/