mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 00/12] Vexpress rework
@ 2017-09-15  8:39 Lucas Stach
  2017-09-15  8:39 ` [PATCH 01/12] ARM: vexpress: always build relocatable image Lucas Stach
                   ` (11 more replies)
  0 siblings, 12 replies; 16+ messages in thread
From: Lucas Stach @ 2017-09-15  8:39 UTC (permalink / raw)
  To: barebox

Hi all,

this series converts the VExpress architecture to probe from DT and
switches it over to a multi-image build, to make it more alike the
other ARM architectures.

Based atop that are some patches from Michael to make it more useful
when running on the QEMU emulated platform.

Regards,
Lucas

Lucas Stach (8):
  ARM: vexpress: always build relocatable image
  of: populate clock providers before other devices
  clk: versatile: add basic clocks
  clocksource: sp804: silently ignore secondary instaces
  mci: mmci: add DT support
  ARM: vexpress: switch to DT probe and multi-image build
  ARM: vexpress: regenerate config
  docs: add qemu vexpress

Michael Olbrich (4):
  vexpress: use device tree provided by QEMU if available
  vexpress: add bootstate node to the device tree
  of: base: add funtion to copy a device tree node
  ARM: vexpress: add fixup handler for 'virtio,mmio' devices

 Documentation/boards/arm-qemu-vexpress.rst         |  20 +++
 arch/arm/boards/vexpress/Makefile                  |   2 -
 .../arm/boards/vexpress/defaultenv-vexpress/config |  38 ------
 arch/arm/boards/vexpress/init.c                    | 144 +++++----------------
 arch/arm/boards/vexpress/lowlevel.c                |  36 +++++-
 arch/arm/configs/vexpress_ca9_defconfig            |  52 --------
 arch/arm/configs/vexpress_defconfig                |  17 ++-
 arch/arm/dts/Makefile                              |   2 +
 arch/arm/dts/vexpress-v2p-ca15.dts                 |  27 ++++
 arch/arm/dts/vexpress-v2p-ca9.dts                  |  90 +++++++++++++
 arch/arm/mach-vexpress/Kconfig                     |   7 +-
 arch/arm/mach-vexpress/Makefile                    |   1 -
 arch/arm/mach-vexpress/devices.c                   |  83 ------------
 arch/arm/mach-vexpress/include/mach/devices.h      |   9 --
 arch/arm/mach-vexpress/v2m.c                       |  38 ------
 drivers/clk/Makefile                               |   1 +
 drivers/clk/vexpress/Makefile                      |   1 +
 drivers/clk/vexpress/clk-sp810.c                   | 137 ++++++++++++++++++++
 drivers/clk/vexpress/clk-vexpress-osc.c            |  42 ++++++
 drivers/clocksource/amba-sp804.c                   |   4 +-
 drivers/mci/mmci.c                                 |  39 +++++-
 drivers/of/base.c                                  |  18 ++-
 images/Makefile                                    |   1 +
 images/Makefile.vexpress                           |  11 ++
 include/of.h                                       |   8 ++
 25 files changed, 481 insertions(+), 347 deletions(-)
 create mode 100644 Documentation/boards/arm-qemu-vexpress.rst
 delete mode 100644 arch/arm/boards/vexpress/defaultenv-vexpress/config
 delete mode 100644 arch/arm/configs/vexpress_ca9_defconfig
 create mode 100644 arch/arm/dts/vexpress-v2p-ca15.dts
 create mode 100644 arch/arm/dts/vexpress-v2p-ca9.dts
 delete mode 100644 arch/arm/mach-vexpress/devices.c
 create mode 100644 drivers/clk/vexpress/Makefile
 create mode 100644 drivers/clk/vexpress/clk-sp810.c
 create mode 100644 drivers/clk/vexpress/clk-vexpress-osc.c
 create mode 100644 images/Makefile.vexpress

-- 
2.11.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2017-09-20  6:20 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-15  8:39 [PATCH 00/12] Vexpress rework Lucas Stach
2017-09-15  8:39 ` [PATCH 01/12] ARM: vexpress: always build relocatable image Lucas Stach
2017-09-15  8:39 ` [PATCH 02/12] of: populate clock providers before other devices Lucas Stach
2017-09-15  8:39 ` [PATCH 03/12] clk: versatile: add basic clocks Lucas Stach
2017-09-16 13:34   ` Sam Ravnborg
2017-09-15  8:39 ` [PATCH 04/12] clocksource: sp804: silently ignore secondary instaces Lucas Stach
2017-09-15  8:39 ` [PATCH 05/12] mci: mmci: add DT support Lucas Stach
2017-09-16 13:37   ` Sam Ravnborg
2017-09-15  8:39 ` [PATCH 06/12] ARM: vexpress: switch to DT probe and multi-image build Lucas Stach
2017-09-15  8:39 ` [PATCH 07/12] ARM: vexpress: regenerate config Lucas Stach
2017-09-15  8:39 ` [PATCH 08/12] docs: add qemu vexpress Lucas Stach
2017-09-15  8:39 ` [PATCH 09/12] vexpress: use device tree provided by QEMU if available Lucas Stach
2017-09-15  8:39 ` [PATCH 10/12] vexpress: add bootstate node to the device tree Lucas Stach
2017-09-15  8:39 ` [PATCH 11/12] of: base: add funtion to copy a device tree node Lucas Stach
2017-09-20  6:20   ` Sascha Hauer
2017-09-15  8:39 ` [PATCH 12/12] ARM: vexpress: add fixup handler for 'virtio, mmio' devices Lucas Stach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox