Skip to content

Commit

Permalink
Merge pull request #21 from OpenIPC/feature/zigfisher_integration_hi35xx
Browse files Browse the repository at this point in the history
Feature/zigfisher integration hi35xx - Last sync
  • Loading branch information
ZigFisher authored Nov 14, 2019
2 parents a144573 + d003b24 commit 13a66b3
Show file tree
Hide file tree
Showing 123 changed files with 18,242 additions and 1,121,615 deletions.
16 changes: 8 additions & 8 deletions Project_OpenIPC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,20 +88,20 @@ case $build in
project)
# Show project changes
HASH1="ceddf6298ad84c0ac103d25559e4e76a57f5bf76"
HASH2="c7f3399139"
HASH2="6022105ccc"
#
clear
echo -e "\n####################################################################################################\n"
git diff --name-only ${HASH1} ${HASH2} | grep -v "^dl/" | grep -v "target/linux/ar71xx" | grep -v "^target/linux/hisilicon" | grep -v "^target/linux/ramips"
git diff --name-only ${HASH1} ${HASH2} | grep -v "^dl/" | grep -v "target/linux/ar71xx" | grep -v "^target/linux/hi35xx" | grep -v "^target/linux/ramips" | grep -v "^package/boot" | grep -v "^user_cmarxmeier"
echo -e "\n####################################################################################################\n"
git diff --name-only ${HASH1} ${HASH2} | grep -e "^target/linux/hisilicon/" | grep -v "^target/linux/hisilicon/u-boot_from_sdk"
echo
git diff --name-only ${HASH1} ${HASH2} | grep -e "^target/linux/hisilicon/u-boot_from_sdk"
git diff --name-only ${HASH1} ${HASH2} | grep -e "^package/boot"
echo -e "\n####################################################################################################\n"
git diff --name-only ${HASH1} ${HASH2} | grep -e "^target/linux/ar71xx"
echo -e "\n####################################################################################################\n"
git diff --name-only ${HASH1} ${HASH2} | grep -e "^target/linux/ramips"
git diff --name-only ${HASH1} ${HASH2} | grep -e "^target/linux/hi35xx"
echo -e "\n####################################################################################################\n"
#git diff --name-only ${HASH1} ${HASH2} | grep -e "^target/linux/ar71xx"
#echo -e "\n####################################################################################################\n"
#git diff --name-only ${HASH1} ${HASH2} | grep -e "^target/linux/ramips"
#echo -e "\n####################################################################################################\n"
;;

push)
Expand Down
4 changes: 2 additions & 2 deletions package/boot/uboot-envtools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ ifneq ($(CONFIG_TARGET_cns3xxx),)
$(INSTALL_DIR) $(1)/etc/uci-defaults
$(INSTALL_DATA) ./files/cns3xxx $(1)/etc/uci-defaults/30_uboot-envtools
endif
ifneq ($(CONFIG_TARGET_hisilicon),)
ifneq ($(CONFIG_TARGET_hi35xx),)
$(INSTALL_DIR) $(1)/etc/uci-defaults
$(INSTALL_DATA) ./files/hisilicon $(1)/etc/uci-defaults/30_uboot-envtools
$(INSTALL_DATA) ./files/hi35xx $(1)/etc/uci-defaults/30_uboot-envtools
endif
ifneq ($(CONFIG_TARGET_imx6),)
$(INSTALL_DIR) $(1)/etc/uci-defaults
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

touch /etc/config/ubootenv

. /lib/hisilicon.sh
. /lib/hi35xx.sh
. /lib/uboot-envtools.sh
. /lib/functions.sh

Expand Down
16 changes: 16 additions & 0 deletions target/linux/hi35xx/15av100/profiles/210-None.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#

define Profile/None
NAME:=None
PACKAGES:=busybox
endef

define Profile/None/Description
Package Description
endef
$(eval $(call Profile,None))
14 changes: 14 additions & 0 deletions target/linux/hi35xx/15av100/target.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#
# Copyright (C) 2012 OpenWrt.org
#

SUBTARGET:=15av100
BOARDNAME:=HI3515AV100 (ARMv7)
CPU_TYPE:=cortex-a9
FEATURES+=low_mem
KERNEL_PATCHVER:=3.0.8

define Target/Description
Build firmware images for SoC version kernel 3.0.8. \
Supported hi3515av100|hi3515cv100|hi3516av200|hi3520dv100|hi3520dv200.
endef
16 changes: 16 additions & 0 deletions target/linux/hi35xx/15cv100/profiles/210-None.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#

define Profile/None
NAME:=None
PACKAGES:=busybox
endef

define Profile/None/Description
Package Description
endef
$(eval $(call Profile,None))
14 changes: 14 additions & 0 deletions target/linux/hi35xx/15cv100/target.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#
# Copyright (C) 2012 OpenWrt.org
#

SUBTARGET:=15cv100
BOARDNAME:=HI3515CV100 (ARMv7)
CPU_TYPE:=cortex-a9
FEATURES+=low_mem
KERNEL_PATCHVER:=3.0.8

define Target/Description
Build firmware images for SoC version kernel 3.0.8. \
Supported hi3515av100|hi3515cv100|hi3516av200|hi3520dv100|hi3520dv200.
endef
16 changes: 16 additions & 0 deletions target/linux/hi35xx/16av200/profiles/210-None.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#

define Profile/None
NAME:=None
PACKAGES:=busybox
endef

define Profile/None/Description
Package Description
endef
$(eval $(call Profile,None))
14 changes: 14 additions & 0 deletions target/linux/hi35xx/16av200/target.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#
# Copyright (C) 2012 OpenWrt.org
#

SUBTARGET:=16av200
BOARDNAME:=HI3516AV200 (ARMv7)
CPU_TYPE:=cortex-a9
FEATURES+=low_mem
KERNEL_PATCHVER:=3.0.8

define Target/Description
Build firmware images for SoC version kernel 3.0.8. \
Supported hi3515av100|hi3515cv100|hi3516av200|hi3520dv100|hi3520dv200.
endef
2 changes: 1 addition & 1 deletion target/linux/hi35xx/16cv100/profiles/210-None.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

define Profile/None
NAME:=None
PACKAGES:=
PACKAGES:=busybox
endef

define Profile/None/Description
Expand Down
3 changes: 2 additions & 1 deletion target/linux/hi35xx/16cv100/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
#

SUBTARGET:=16cv100
BOARDNAME:=HI3516cv100 (ARMv5) armv5tej
BOARDNAME:=HI3516CV100 (ARMv5) armv5tej
CPU_TYPE:=arm926ej-s
FEATURES+=low_mem
KERNEL_PATCHVER:=3.0.8

define Target/Description
Expand Down
2 changes: 1 addition & 1 deletion target/linux/hi35xx/16cv200/profiles/210-None.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

define Profile/None
NAME:=None
PACKAGES:=
PACKAGES:=busybox
endef

define Profile/None/Description
Expand Down
3 changes: 2 additions & 1 deletion target/linux/hi35xx/16cv200/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
#

SUBTARGET:=16cv200
BOARDNAME:=HI3516cv200 (ARMv5) armv5tej
BOARDNAME:=HI3516CV200 (ARMv5) armv5tej
CPU_TYPE:=arm926ej-s
FEATURES+=low_mem
KERNEL_PATCHVER:=3.4.35

define Target/Description
Expand Down
2 changes: 1 addition & 1 deletion target/linux/hi35xx/16cv300/profiles/210-None.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

define Profile/None
NAME:=None
PACKAGES:=
PACKAGES:=busybox
endef

define Profile/None/Description
Expand Down
3 changes: 2 additions & 1 deletion target/linux/hi35xx/16cv300/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
#

SUBTARGET:=16cv300
BOARDNAME:=HI3516cv300 (ARMv5) armv5tej
BOARDNAME:=HI3516CV300 (ARMv5) armv5tej
CPU_TYPE:=arm926ej-s
FEATURES+=low_mem
KERNEL_PATCHVER:=3.18.20

define Target/Description
Expand Down
2 changes: 1 addition & 1 deletion target/linux/hi35xx/16ev100/profiles/210-None.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

define Profile/None
NAME:=None
PACKAGES:=
PACKAGES:=busybox
endef

define Profile/None/Description
Expand Down
3 changes: 2 additions & 1 deletion target/linux/hi35xx/16ev100/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
#

SUBTARGET:=16ev100
BOARDNAME:=HI3516ev100 (ARMv5) armv5tej
BOARDNAME:=HI3516EV100 (ARMv5) armv5tej
CPU_TYPE:=arm926ej-s
FEATURES+=low_mem
KERNEL_PATCHVER:=3.18.20

define Target/Description
Expand Down
2 changes: 1 addition & 1 deletion target/linux/hi35xx/18av100/profiles/210-None.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

define Profile/None
NAME:=None
PACKAGES:=
PACKAGES:=busybox
endef

define Profile/None/Description
Expand Down
3 changes: 2 additions & 1 deletion target/linux/hi35xx/18av100/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
#

SUBTARGET:=18av100
BOARDNAME:=HI3518av100 (ARMv5) armv5tej
BOARDNAME:=HI3518AV100 (ARMv5) armv5tej
CPU_TYPE:=arm926ej-s
FEATURES+=low_mem
KERNEL_PATCHVER:=3.0.8

define Target/Description
Expand Down
2 changes: 1 addition & 1 deletion target/linux/hi35xx/18cv100/profiles/210-None.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

define Profile/None
NAME:=None
PACKAGES:=
PACKAGES:=busybox
endef

define Profile/None/Description
Expand Down
2 changes: 1 addition & 1 deletion target/linux/hi35xx/18cv100/profiles/211-beward-ds06m.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

define Profile/BEWARD_DS06M
NAME:=Beward DS06M
PACKAGES:=
PACKAGES:=busybox
endef

define Profile/BEWARD_DS06M/Description
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

define Profile/ZMODO_ZH_IXU1D_MAC
NAME:=Zmodo ZH-IXU1D-MAC
PACKAGES:=
PACKAGES:=busybox
endef

define Profile/ZMODO_ZH_IXU1D_MAC/Description
Expand Down
3 changes: 2 additions & 1 deletion target/linux/hi35xx/18cv100/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
#

SUBTARGET:=18cv100
BOARDNAME:=HI3518cv100 (ARMv5) armv5tej
BOARDNAME:=HI3518CV100 (ARMv5) armv5tej
CPU_TYPE:=arm926ej-s
FEATURES+=low_mem
KERNEL_PATCHVER:=3.0.8

define Target/Description
Expand Down
2 changes: 1 addition & 1 deletion target/linux/hi35xx/18ev100/profiles/210-None.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

define Profile/None
NAME:=None
PACKAGES:=
PACKAGES:=busybox
endef

define Profile/None/Description
Expand Down
2 changes: 1 addition & 1 deletion target/linux/hi35xx/18ev100/profiles/213-jvt-IP225EV1.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

define Profile/JVT_IP_225E_V1
NAME:=JVT IP-225E-V1
PACKAGES:=
PACKAGES:=busybox
endef

define Profile/JVT_IP_225E_V1/Description
Expand Down
3 changes: 2 additions & 1 deletion target/linux/hi35xx/18ev100/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
#

SUBTARGET:=18ev100
BOARDNAME:=HI3518ev100 (ARMv5) armv5tej
BOARDNAME:=HI3518EV100 (ARMv5) armv5tej
CPU_TYPE:=arm926ej-s
FEATURES+=low_mem
KERNEL_PATCHVER:=3.0.8

define Target/Description
Expand Down
2 changes: 1 addition & 1 deletion target/linux/hi35xx/18ev200/profiles/210-None.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

define Profile/None
NAME:=None
PACKAGES:=
PACKAGES:=busybox
endef

define Profile/None/Description
Expand Down
16 changes: 16 additions & 0 deletions target/linux/hi35xx/18ev200/profiles/212-JVT-S130H18VF.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#

define Profile/JVT_S130H18VF
NAME:=JVT S130H18VF
PACKAGES:=busybox
endef

define Profile/JVT_S130H18VF/Description
JVT IP camera, model: S130H18VF, based on HI3518EV200
endef
$(eval $(call Profile,JVT_S130H18VF))
16 changes: 16 additions & 0 deletions target/linux/hi35xx/18ev200/profiles/214-SWITCAM-HS303.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#

define Profile/SWITCAM_HS303
NAME:=SWITCAM HS303
PACKAGES:=busybox iw iwinfo kmod-rtl8188fu hostapd-common rtl8188fu-firmware wireless-tools wpad-mini
endef

define Profile/SWITCAM_HS303/Description
SWITCAM IP camera, model: HS303, based on HI3518EV200 + WiFi USB module RTL8188FU
endef
$(eval $(call Profile,SWITCAM_HS303))
3 changes: 2 additions & 1 deletion target/linux/hi35xx/18ev200/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
#

SUBTARGET:=18ev200
BOARDNAME:=HI3518ev200 (ARMv5) armv5tej
BOARDNAME:=HI3518EV200 (ARMv5) armv5tej
CPU_TYPE:=arm926ej-s
FEATURES+=low_mem
KERNEL_PATCHVER:=3.4.35

define Target/Description
Expand Down
2 changes: 1 addition & 1 deletion target/linux/hi35xx/18ev201/profiles/210-None.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

define Profile/None
NAME:=None
PACKAGES:=
PACKAGES:=busybox
endef

define Profile/None/Description
Expand Down
3 changes: 2 additions & 1 deletion target/linux/hi35xx/18ev201/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
#

SUBTARGET:=18ev201
BOARDNAME:=HI3518ev201 (ARMv5) armv5tej
BOARDNAME:=HI3518EV201 (ARMv5) armv5tej
CPU_TYPE:=arm926ej-s
FEATURES+=low_mem
KERNEL_PATCHVER:=3.4.35

define Target/Description
Expand Down
Loading

0 comments on commit 13a66b3

Please sign in to comment.