[OpenWrt-Devel] [PATCH RFC 0/5] Introduce the board notion for the Globalscale Mirabox

Maxime Ripard maxime.ripard at free-electrons.com
Fri Dec 12 10:21:00 EST 2014


Hi,

This is another attempt at supporting different NAND page options at the same
time, for the same profile, especially on the mvebu platform with the
Globalscale Mirabox.

This is an alternate solution than the previous approach using profiles that
raised some criticism:
https://lists.openwrt.org/pipermail/openwrt-devel/2014-October/028593.html

Hopefully, this approach will raise the doubts this time.

This is still a bit rough around the edges, mostly because:
  - There's a $(BOARD) variable in the build system already, that defines which
    platform is used. If that approach is found good enough, this will
    obviously need some fixing.
  - Some part of the DTB/Boards loop probably should go into the core code,
    since it will probably be reused by a lot of other platforms too.

Let me know what you think,
Maxime

Maxime Ripard (5):
  mvebu: Replace the padjffs2 call by the generic definition
  ubinize-image: Change the rootfs to a static volume
  target: Add board notion support
  target: mvebu: Add a generic board
  target: mvebu: Add a new board for the Mirabox

 include/target.mk                    | 12 ++++++++++++
 scripts/ubinize-image.sh             |  6 +++++-
 target/linux/mvebu/boards/generic.mk | 17 +++++++++++++++++
 target/linux/mvebu/boards/mirabox.mk | 13 +++++++++++++
 target/linux/mvebu/image/Makefile    | 34 ++++++++++++++++++++++------------
 5 files changed, 69 insertions(+), 13 deletions(-)
 create mode 100644 target/linux/mvebu/boards/generic.mk
 create mode 100644 target/linux/mvebu/boards/mirabox.mk

-- 
2.2.0
_______________________________________________
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