[OpenWrt-Devel] [PATCH 0/9] mvebu: Fix flash support and support for A38x

Maxime Ripard maxime.ripard at free-electrons.com
Tue Jan 13 10:56:37 EST 2015


Hi,

This serie aims at finally fixing the already supported mvebu boards
images, since none of them actually work on the boards except for the
WRT1900AC.

This is the follow-up of two previous attempts at doing that:
https://lists.openwrt.org/pipermail/openwrt-devel/2014-October/028593.html
https://lists.openwrt.org/pipermail/openwrt-devel/2014-December/029899.html

This one, yet another approach has been taken, similar to the one used
for the ar71xx, where each profiles are split in a various number of
subprofiles (1-X), each subprofile representing a combination of a DT
name and its associated UBI options.

It builds up on that to then introduce support for two Armada
385-based evaluations boards from Marvell.

Let me know what you think,
Maxime

Maxime Ripard (9):
  mvebu: Replace the padjffs2 call by the generic definition
  mvebu: Switch to the generic mkuimage macro
  kernel: Allow ubi autoattach to run on NOR flash
  mvebu: Add sub-profiles
  mvebu: Add NOR sub-profile implementation
  mvebu: Fix NAND and NOR options
  mvebu: Switch to 3.18
  mvebu: Add the Armada 385 Reference Design support
  mvebu: Add Armada 385 DB AP support

 ...tach-mtd-device-named-ubi-or-data-on-boot.patch |   5 +-
 ...tach-mtd-device-named-ubi-or-data-on-boot.patch |   5 +-
 ...tach-mtd-device-named-ubi-or-data-on-boot.patch |   5 +-
 target/linux/mvebu/Makefile                        |   2 +-
 target/linux/mvebu/image/Makefile                  | 137 ++++++++++---
 ...nctrl-mvebu-a38x-Add-UART1-muxing-options.patch |  43 ++++
 .../013-ARM-mvebu-a38x-Fix-node-names.patch        |  98 +++++++++
 ...M-mvebu-Add-a-number-of-pinctrl-functions.patch |  70 +++++++
 ...dd-Armada-385-Access-Point-Development-Bo.patch | 220 +++++++++++++++++++++
 ...-mvebu-A385-AP-Enable-the-NAND-controller.patch |  39 ++++
 .../020-armada-385-rd-mtd-partitions.patch         |  24 +++
 .../021-ARM-mvebu-385-ap-Add-partitions.patch      |  39 ++++
 12 files changed, 652 insertions(+), 35 deletions(-)
 create mode 100644 target/linux/mvebu/patches-3.18/012-pinctrl-mvebu-a38x-Add-UART1-muxing-options.patch
 create mode 100644 target/linux/mvebu/patches-3.18/013-ARM-mvebu-a38x-Fix-node-names.patch
 create mode 100644 target/linux/mvebu/patches-3.18/014-ARM-mvebu-Add-a-number-of-pinctrl-functions.patch
 create mode 100644 target/linux/mvebu/patches-3.18/015-ARM-mvebu-Add-Armada-385-Access-Point-Development-Bo.patch
 create mode 100644 target/linux/mvebu/patches-3.18/016-ARM-mvebu-A385-AP-Enable-the-NAND-controller.patch
 create mode 100644 target/linux/mvebu/patches-3.18/020-armada-385-rd-mtd-partitions.patch
 create mode 100644 target/linux/mvebu/patches-3.18/021-ARM-mvebu-385-ap-Add-partitions.patch

-- 
2.2.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list