-
- Downloads
target: add pistachio
The Pistachio target is a MIPS interaptiv based SoC developed by Imagination Technologies. It includes blocks for i2c, spi, audio, usb and WiFi. This also adds the base support for the 'Creator Ci40 (marduk)' device which uses the Pistachio SoC to create an IoT hub by including Bluetooth, WiFi and 6lowpan on one board. Additionally 2x Mikrobus ports are available to expand with further RF technologies or add sensors. You can find out more here http://creatordev.io . Note, this commit is just the initial board support hence the following are not expected to work yet: * WiFi * Bluetooth * 6lowpan * Audio * Mikrobus uarts, user leds (clock dependency of 6lowpan chip) The aim of this commit is to essentially have the same level of support that currently exists in the mainline kernel. Signed-off-by:Abhijit Mahajani <Abhijit.Mahajani@imgtec.com> Signed-off-by:
Francois Berder <francois.berder@imgtec.com> Signed-off-by:
Ian Pozella <Ian.Pozella@imgtec.com> Signed-off-by:
Mayank Sirotiya <Mayank.Sirotiya@imgtec.com> Signed-off-by:
Sean Kelly <Sean.Kelly@imgtec.com>
Showing
- package/boot/uboot-envtools/Makefile 4 additions, 0 deletionspackage/boot/uboot-envtools/Makefile
- package/boot/uboot-envtools/files/pistachio 28 additions, 0 deletionspackage/boot/uboot-envtools/files/pistachio
- target/linux/pistachio/Makefile 27 additions, 0 deletionstarget/linux/pistachio/Makefile
- target/linux/pistachio/base-files/etc/board.d/02_network 18 additions, 0 deletionstarget/linux/pistachio/base-files/etc/board.d/02_network
- target/linux/pistachio/base-files/etc/diag.sh 31 additions, 0 deletionstarget/linux/pistachio/base-files/etc/diag.sh
- target/linux/pistachio/base-files/lib/pistachio.sh 42 additions, 0 deletionstarget/linux/pistachio/base-files/lib/pistachio.sh
- target/linux/pistachio/base-files/lib/preinit/03_preinit_pistachio.sh 15 additions, 0 deletions.../pistachio/base-files/lib/preinit/03_preinit_pistachio.sh
- target/linux/pistachio/base-files/lib/upgrade/platform.sh 58 additions, 0 deletionstarget/linux/pistachio/base-files/lib/upgrade/platform.sh
- target/linux/pistachio/image/Makefile 37 additions, 0 deletionstarget/linux/pistachio/image/Makefile
- target/linux/pistachio/profiles/00-default.mk 17 additions, 0 deletionstarget/linux/pistachio/profiles/00-default.mk
Loading
Please register or sign in to comment