linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: mvebu: SoC changes for v3.17 (round 2)
@ 2014-07-18 22:05 Jason Cooper
  2014-07-19 21:30 ` Olof Johansson
  2014-08-18 20:54 ` Aaro Koskinen
  0 siblings, 2 replies; 6+ messages in thread
From: Jason Cooper @ 2014-07-18 22:05 UTC (permalink / raw)
  To: linux-arm-kernel

All,

Yeah, it's just one patch, but it's a beautiful one!  Thanks to the
efforts of many people over the last couple years, and in particular,
Andrew Lunn, Kirkwood has been completely converted to DT.

As usual, this is an incremental pull request from tags/mvebu-soc-3.17
up to tags/mvebu-soc-3.17-2 on the mvebu/soc branch.

Please pull.

thx,

Jason.


The following changes since commit e65714740d65237c40878b63acad6bf921481974:

  ARM: mvebu: Staticize mvebu_cpu_reset_init (2014-06-30 17:41:04 +0000)

are available in the git repository at:

  git://git.infradead.org/linux-mvebu.git tags/mvebu-soc-3.17-2

for you to fetch changes up to ba364fc752daeded072a5ef31e43b84cb1f9e5fd:

  ARM: Kirkwood: Remove mach-kirkwood (2014-07-13 22:13:39 +0000)

----------------------------------------------------------------
mvebu SoC changes for v3.17 (round 2)

 - kirkwood
   - Remove mach-kirkwood/, It's fully supported in mach-mvebu/

----------------------------------------------------------------
Andrew Lunn (1):
      ARM: Kirkwood: Remove mach-kirkwood

 arch/arm/Kconfig                                  |  18 -
 arch/arm/Kconfig.debug                            |   5 +-
 arch/arm/Makefile                                 |   1 -
 arch/arm/boot/dts/Makefile                        |   5 +-
 arch/arm/mach-kirkwood/Kconfig                    | 111 ----
 arch/arm/mach-kirkwood/Makefile                   |  14 -
 arch/arm/mach-kirkwood/Makefile.boot              |   3 -
 arch/arm/mach-kirkwood/board-dt.c                 | 223 -------
 arch/arm/mach-kirkwood/common.c                   | 746 ----------------------
 arch/arm/mach-kirkwood/common.h                   |  74 ---
 arch/arm/mach-kirkwood/d2net_v2-setup.c           | 231 -------
 arch/arm/mach-kirkwood/include/mach/bridge-regs.h |  86 ---
 arch/arm/mach-kirkwood/include/mach/entry-macro.S |  34 -
 arch/arm/mach-kirkwood/include/mach/hardware.h    |  14 -
 arch/arm/mach-kirkwood/include/mach/irqs.h        |  65 --
 arch/arm/mach-kirkwood/include/mach/kirkwood.h    | 142 ----
 arch/arm/mach-kirkwood/include/mach/uncompress.h  |  46 --
 arch/arm/mach-kirkwood/irq.c                      |  82 ---
 arch/arm/mach-kirkwood/lacie_v2-common.c          | 114 ----
 arch/arm/mach-kirkwood/lacie_v2-common.h          |  16 -
 arch/arm/mach-kirkwood/mpp.c                      |  43 --
 arch/arm/mach-kirkwood/mpp.h                      | 348 ----------
 arch/arm/mach-kirkwood/netxbig_v2-setup.c         | 422 ------------
 arch/arm/mach-kirkwood/openrd-setup.c             | 255 --------
 arch/arm/mach-kirkwood/pcie.c                     | 296 ---------
 arch/arm/mach-kirkwood/pm.c                       |  76 ---
 arch/arm/mach-kirkwood/pm.h                       |  26 -
 arch/arm/mach-kirkwood/rd88f6192-nas-setup.c      |  89 ---
 arch/arm/mach-kirkwood/rd88f6281-setup.c          | 128 ----
 arch/arm/mach-kirkwood/t5325-setup.c              | 216 -------
 arch/arm/mach-kirkwood/ts219-setup.c              | 142 ----
 arch/arm/mach-kirkwood/ts41x-setup.c              | 186 ------
 arch/arm/mach-kirkwood/tsx1x-common.c             | 113 ----
 arch/arm/mach-kirkwood/tsx1x-common.h             |   7 -
 arch/arm/mm/Kconfig                               |   2 +-
 35 files changed, 4 insertions(+), 4375 deletions(-)
 delete mode 100644 arch/arm/mach-kirkwood/Kconfig
 delete mode 100644 arch/arm/mach-kirkwood/Makefile
 delete mode 100644 arch/arm/mach-kirkwood/Makefile.boot
 delete mode 100644 arch/arm/mach-kirkwood/board-dt.c
 delete mode 100644 arch/arm/mach-kirkwood/common.c
 delete mode 100644 arch/arm/mach-kirkwood/common.h
 delete mode 100644 arch/arm/mach-kirkwood/d2net_v2-setup.c
 delete mode 100644 arch/arm/mach-kirkwood/include/mach/bridge-regs.h
 delete mode 100644 arch/arm/mach-kirkwood/include/mach/entry-macro.S
 delete mode 100644 arch/arm/mach-kirkwood/include/mach/hardware.h
 delete mode 100644 arch/arm/mach-kirkwood/include/mach/irqs.h
 delete mode 100644 arch/arm/mach-kirkwood/include/mach/kirkwood.h
 delete mode 100644 arch/arm/mach-kirkwood/include/mach/uncompress.h
 delete mode 100644 arch/arm/mach-kirkwood/irq.c
 delete mode 100644 arch/arm/mach-kirkwood/lacie_v2-common.c
 delete mode 100644 arch/arm/mach-kirkwood/lacie_v2-common.h
 delete mode 100644 arch/arm/mach-kirkwood/mpp.c
 delete mode 100644 arch/arm/mach-kirkwood/mpp.h
 delete mode 100644 arch/arm/mach-kirkwood/netxbig_v2-setup.c
 delete mode 100644 arch/arm/mach-kirkwood/openrd-setup.c
 delete mode 100644 arch/arm/mach-kirkwood/pcie.c
 delete mode 100644 arch/arm/mach-kirkwood/pm.c
 delete mode 100644 arch/arm/mach-kirkwood/pm.h
 delete mode 100644 arch/arm/mach-kirkwood/rd88f6192-nas-setup.c
 delete mode 100644 arch/arm/mach-kirkwood/rd88f6281-setup.c
 delete mode 100644 arch/arm/mach-kirkwood/t5325-setup.c
 delete mode 100644 arch/arm/mach-kirkwood/ts219-setup.c
 delete mode 100644 arch/arm/mach-kirkwood/ts41x-setup.c
 delete mode 100644 arch/arm/mach-kirkwood/tsx1x-common.c
 delete mode 100644 arch/arm/mach-kirkwood/tsx1x-common.h

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] ARM: mvebu: SoC changes for v3.17 (round 2)
  2014-07-18 22:05 [GIT PULL] ARM: mvebu: SoC changes for v3.17 (round 2) Jason Cooper
@ 2014-07-19 21:30 ` Olof Johansson
  2014-08-18 20:54 ` Aaro Koskinen
  1 sibling, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2014-07-19 21:30 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jul 18, 2014 at 06:05:16PM -0400, Jason Cooper wrote:
> All,
> 
> Yeah, it's just one patch, but it's a beautiful one!  Thanks to the
> efforts of many people over the last couple years, and in particular,
> Andrew Lunn, Kirkwood has been completely converted to DT.
> 
> As usual, this is an incremental pull request from tags/mvebu-soc-3.17
> up to tags/mvebu-soc-3.17-2 on the mvebu/soc branch.
> 
> Please pull.

Pulled, thanks. Descriptions like the first paragraph above can go in
the tag, btw -- it means it'll make it into the merge commit as well. I
added it manually this time.

-Olof

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] ARM: mvebu: SoC changes for v3.17 (round 2)
  2014-07-18 22:05 [GIT PULL] ARM: mvebu: SoC changes for v3.17 (round 2) Jason Cooper
  2014-07-19 21:30 ` Olof Johansson
@ 2014-08-18 20:54 ` Aaro Koskinen
  2014-08-18 22:46   ` Jason Cooper
  2014-08-18 23:52   ` Andrew Lunn
  1 sibling, 2 replies; 6+ messages in thread
From: Aaro Koskinen @ 2014-08-18 20:54 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jul 18, 2014 at 06:05:16PM -0400, Jason Cooper wrote:
> Yeah, it's just one patch, but it's a beautiful one!  Thanks to the
> efforts of many people over the last couple years, and in particular,
> Andrew Lunn, Kirkwood has been completely converted to DT.

Is there instructions how to get OpenRD Client DT boot to work
with 3.17-rc1? I see that legacy boot has been deleted, so there is
no other option.

I tried booting kernel with appended DTB, but it just silently hangs.
Also tried to enable earlyprintk, but couldn't get even that working...

Can you share the configs using which OpenRD Client DT was tested?

Thanks,

A.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] ARM: mvebu: SoC changes for v3.17 (round 2)
  2014-08-18 20:54 ` Aaro Koskinen
@ 2014-08-18 22:46   ` Jason Cooper
  2014-08-18 23:52   ` Andrew Lunn
  1 sibling, 0 replies; 6+ messages in thread
From: Jason Cooper @ 2014-08-18 22:46 UTC (permalink / raw)
  To: linux-arm-kernel

Aaro,

On Mon, Aug 18, 2014 at 11:54:40PM +0300, Aaro Koskinen wrote:
> I tried booting kernel with appended DTB, but it just silently hangs.
> Also tried to enable earlyprintk, but couldn't get even that working...

Could you post your config?

thx,

Jason.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] ARM: mvebu: SoC changes for v3.17 (round 2)
  2014-08-18 20:54 ` Aaro Koskinen
  2014-08-18 22:46   ` Jason Cooper
@ 2014-08-18 23:52   ` Andrew Lunn
  2014-08-19 18:21     ` Aaro Koskinen
  1 sibling, 1 reply; 6+ messages in thread
From: Andrew Lunn @ 2014-08-18 23:52 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Aug 18, 2014 at 11:54:40PM +0300, Aaro Koskinen wrote:
> On Fri, Jul 18, 2014 at 06:05:16PM -0400, Jason Cooper wrote:
> > Yeah, it's just one patch, but it's a beautiful one!  Thanks to the
> > efforts of many people over the last couple years, and in particular,
> > Andrew Lunn, Kirkwood has been completely converted to DT.
> 
> Is there instructions how to get OpenRD Client DT boot to work
> with 3.17-rc1? I see that legacy boot has been deleted, so there is
> no other option.
> 
> I tried booting kernel with appended DTB, but it just silently hangs.
> Also tried to enable earlyprintk, but couldn't get even that working...

mvebu_v5_defconfig should work. Starting from 3.17-rc1, that enabled
appended DT by default.

CONFIG_DEBUG_LL_UART_8250=y
CONFIG_DEBUG_UART_PHYS=0xf1012000
CONFIG_DEBUG_UART_VIRT=0xfed12000

Should get earlyprintk going.

       Andrew

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] ARM: mvebu: SoC changes for v3.17 (round 2)
  2014-08-18 23:52   ` Andrew Lunn
@ 2014-08-19 18:21     ` Aaro Koskinen
  0 siblings, 0 replies; 6+ messages in thread
From: Aaro Koskinen @ 2014-08-19 18:21 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On Tue, Aug 19, 2014 at 01:52:38AM +0200, Andrew Lunn wrote:
> On Mon, Aug 18, 2014 at 11:54:40PM +0300, Aaro Koskinen wrote:
> > Is there instructions how to get OpenRD Client DT boot to work
> > with 3.17-rc1? I see that legacy boot has been deleted, so there is
> > no other option.
> 
> mvebu_v5_defconfig should work. Starting from 3.17-rc1, that enabled
> appended DT by default.
> 
> CONFIG_DEBUG_LL_UART_8250=y
> CONFIG_DEBUG_UART_PHYS=0xf1012000
> CONFIG_DEBUG_UART_VIRT=0xfed12000
> 
> Should get earlyprintk going.

In the end the issue was just a screwed up command line (console and
root missing). It seems that CONFIG_CMDLINE_EXTEND is doing nothing
when booting with DT. :-/

Thanks,

A.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-08-19 18:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-18 22:05 [GIT PULL] ARM: mvebu: SoC changes for v3.17 (round 2) Jason Cooper
2014-07-19 21:30 ` Olof Johansson
2014-08-18 20:54 ` Aaro Koskinen
2014-08-18 22:46   ` Jason Cooper
2014-08-18 23:52   ` Andrew Lunn
2014-08-19 18:21     ` Aaro Koskinen

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).