[OpenWrt-Devel] [PATCH v2 0/7] target: mxs: various fixes

Michael Heimpold mhei at heimpold.de
Mon Sep 14 16:43:02 EDT 2015


This patch series is to bring OpenWrt's Duckbill support back in shape:
- U-Boot build is fixed
- SD card generation is adopted for Duckbill images

I've tested my changes with I2SE Duckbill and Olimex OLinuXino
Maxi board, however, I've no Micro/Mini at hand.

This series obsoletes my series "packages: uboot-mxs: various fixes"
from Mon, 31 Aug 2015 21:49:28 +0200, so I've choosen to name this
one "v2".

It's possible to pull this series from
https://github.com/mhei/openwrt/tree/mxs-fixes, but I'm
rebasing this branch from time to time.

Changes in v2:
- don't break Olimex (i.MX233) based boards anymore
- SD card generation now support Duckbill's partitioning scheme

Michael Heimpold (7):
  packages: uboot-mxs: place binaries in the designated path
  packages: uboot-mxs: do no modify the U-Boot image, copy as-is
  packages: uboot-mxs: bless UBOOT_IMAGE with a meaning, otherwise we
    could drop this C&P left-over
  target/mxs: adopt SD card generation to fixed U-Boot path
  packages: uboot-mxs: fix I2SE Duckbill variant
  tools: add sdimage (for mxs target)
  target: mxs: re-work SD card image generation

 package/boot/uboot-mxs/Makefile                    |   10 +--
 .../uboot-mxs/patches/001-add-i2se-duckbill.patch  |   82 +++++++++++---------
 target/linux/mxs/image/Config.in                   |    9 ++-
 target/linux/mxs/image/Makefile                    |   36 +++++----
 target/linux/mxs/image/gen_mxs_sdcard_img.sh       |   38 ---------
 target/linux/mxs/image/gen_sdcard_ext4_ext4.sh     |   33 ++++++++
 target/linux/mxs/image/gen_sdcard_vfat_ext4.sh     |   37 +++++++++
 tools/Makefile                                     |    2 +-
 tools/sdimage/Makefile                             |   37 +++++++++
 9 files changed, 186 insertions(+), 98 deletions(-)
 delete mode 100755 target/linux/mxs/image/gen_mxs_sdcard_img.sh
 create mode 100755 target/linux/mxs/image/gen_sdcard_ext4_ext4.sh
 create mode 100755 target/linux/mxs/image/gen_sdcard_vfat_ext4.sh
 create mode 100644 tools/sdimage/Makefile

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