[OpenWrt-Devel] [PATCH 0/5] mesongx: new target for AmLogic S9 SoCs
Stijn Tintel
stijn at linux-ipv6.be
Fri Oct 19 13:37:02 EDT 2018
This patch series adds a new target "mesongx", which supports AmLogic
S9 SoCs. This has been developed and tested on the ODROID C2 (S905).
This is using a vanilla 4.14 kernel without patches. There is no HDMI
output, because this either requires a 4.16 kernel, or Hardkernel's
U-Boot fork. Most other boards don't have this limitation, and HDMI
should work with the 4.14 kernel.
For more information about what is supported, see
http://www.linux-meson.com/doku.php?id=start.
Stijn Tintel (5):
tools: add meson-tools
tools: add fiptool
uboot-mesongx: add new package
odroid-firmware: add new package
mesongx: new target
package/boot/uboot-mesongx/Makefile | 33 ++
package/firmware/odroid/Makefile | 46 +++
target/linux/mesongx/Makefile | 36 ++
target/linux/mesongx/base-files/etc/inittab | 5 +
.../mesongx/base-files/lib/preinit/79_move_config | 22 +
.../mesongx/base-files/lib/upgrade/platform.sh | 95 +++++
target/linux/mesongx/config-4.14 | 455 +++++++++++++++++++++
target/linux/mesongx/image/Makefile | 66 +++
target/linux/mesongx/image/boot.odroid-c2.txt | 8 +
tools/Makefile | 1 +
tools/fiptool/Makefile | 37 ++
tools/meson-tools/Makefile | 31 ++
12 files changed, 835 insertions(+)
create mode 100644 package/boot/uboot-mesongx/Makefile
create mode 100644 package/firmware/odroid/Makefile
create mode 100644 target/linux/mesongx/Makefile
create mode 100644 target/linux/mesongx/base-files/etc/inittab
create mode 100644 target/linux/mesongx/base-files/lib/preinit/79_move_config
create mode 100644 target/linux/mesongx/base-files/lib/upgrade/platform.sh
create mode 100644 target/linux/mesongx/config-4.14
create mode 100644 target/linux/mesongx/image/Makefile
create mode 100644 target/linux/mesongx/image/boot.odroid-c2.txt
create mode 100644 tools/fiptool/Makefile
create mode 100644 tools/meson-tools/Makefile
--
2.16.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list