mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 00/12] ARM Versatile updates
@ 2023-05-02  9:14 Sascha Hauer
  2023-05-02  9:14 ` [PATCH 01/12] ARM: versatile: Enable CONFIG_RELOCATABLE Sascha Hauer
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Sascha Hauer @ 2023-05-02  9:14 UTC (permalink / raw)
  To: Barebox List

This breathes some life back into the versatile platform. The platform
has been degraded over time and was no longer working as expected. Move
it over to device tree support, multi-image, multi-arch.

Sascha

Sascha Hauer (12):
  ARM: versatile: Enable CONFIG_RELOCATABLE
  ARM: versatile: Use common clk framework
  ARM: versatile: drop platform code to register UART
  ARM: versatile: drop platform code to register GPIOs
  ARM: versatile: Use flash from device tree
  ARM: versatile: Use smc91c111 from device tree
  ARM: versatile: make sure to run initcalls on versatile only
  ARM: versatile: simplify ARM1176 support
  ARM: versatile: move over to multi image support
  ARM: versatile: move over to multi arch support
  ARM: versatile: Use existing clocksource driver
  ARM: Merge imx_defconfig and versatilepb_defconfig into
    multi_v5_v6_defconfig

 Documentation/boards/imx.rst                  |   2 +-
 Documentation/boards/imx/karo-tx25.rst        |   2 +-
 .../boards/imx/phytec-phycard-i.mx27.rst      |   2 +-
 .../boards/imx/phytec-phycore-i.mx27.rst      |   2 +-
 arch/arm/Kconfig                              |  19 ++-
 .../boards/versatile/env/init/mtdparts-nor    |   6 -
 arch/arm/boards/versatile/lowlevel.c          |   2 +-
 arch/arm/boards/versatile/versatilepb.c       |  26 +---
 .../{imx_defconfig => multi_v5_v6_defconfig}  |   5 +
 .../arm/configs/versatilepb_arm1176_defconfig |  88 -----------
 arch/arm/configs/versatilepb_defconfig        |  80 ----------
 arch/arm/dts/versatile-pb.dts                 |  26 ++++
 arch/arm/mach-versatile/Kconfig               |  11 --
 arch/arm/mach-versatile/core.c                | 144 +-----------------
 drivers/net/smc91111.c                        |  16 +-
 images/Makefile                               |   1 +
 images/Makefile.versatile                     |   8 +
 include/mach/versatile/init.h                 |   8 -
 include/platform_data/eth-smc91111.h          |   1 -
 19 files changed, 78 insertions(+), 371 deletions(-)
 delete mode 100644 arch/arm/boards/versatile/env/init/mtdparts-nor
 rename arch/arm/configs/{imx_defconfig => multi_v5_v6_defconfig} (94%)
 delete mode 100644 arch/arm/configs/versatilepb_arm1176_defconfig
 delete mode 100644 arch/arm/configs/versatilepb_defconfig
 create mode 100644 images/Makefile.versatile
 delete mode 100644 include/mach/versatile/init.h

-- 
2.39.2




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

end of thread, other threads:[~2023-05-02 11:42 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-02  9:14 [PATCH 00/12] ARM Versatile updates Sascha Hauer
2023-05-02  9:14 ` [PATCH 01/12] ARM: versatile: Enable CONFIG_RELOCATABLE Sascha Hauer
2023-05-02  9:14 ` [PATCH 02/12] ARM: versatile: Use common clk framework Sascha Hauer
2023-05-02  9:14 ` [PATCH 03/12] ARM: versatile: drop platform code to register UART Sascha Hauer
2023-05-02  9:14 ` [PATCH 04/12] ARM: versatile: drop platform code to register GPIOs Sascha Hauer
2023-05-02  9:14 ` [PATCH 05/12] ARM: versatile: Use flash from device tree Sascha Hauer
2023-05-02  9:14 ` [PATCH 06/12] ARM: versatile: Use smc91c111 " Sascha Hauer
2023-05-02  9:17   ` Ahmad Fatoum
2023-05-02 11:41     ` Sascha Hauer
2023-05-02  9:14 ` [PATCH 07/12] ARM: versatile: make sure to run initcalls on versatile only Sascha Hauer
2023-05-02  9:14 ` [PATCH 08/12] ARM: versatile: simplify ARM1176 support Sascha Hauer
2023-05-02  9:14 ` [PATCH 09/12] ARM: versatile: move over to multi image support Sascha Hauer
2023-05-02  9:14 ` [PATCH 10/12] ARM: versatile: move over to multi arch support Sascha Hauer
2023-05-02  9:14 ` [PATCH 11/12] ARM: versatile: Use existing clocksource driver Sascha Hauer
2023-05-02  9:14 ` [PATCH 12/12] ARM: Merge imx_defconfig and versatilepb_defconfig into multi_v5_v6_defconfig Sascha Hauer

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