mirror of https://github.com/OpenIPC/firmware.git
Update hi3516cv300 config
parent
f7e1345bfc
commit
6e0600e7af
|
@ -67,8 +67,8 @@ jobs:
|
||||||
echo "ARCHIVE_FW=$ARCHIVE_FW" >> $GITHUB_ENV
|
echo "ARCHIVE_FW=$ARCHIVE_FW" >> $GITHUB_ENV
|
||||||
cd $GITHUB_WORKSPACE
|
cd $GITHUB_WORKSPACE
|
||||||
make PLATFORM=hisilicon BOARD=unknown_unknown_hi3516cv300_openipc all
|
make PLATFORM=hisilicon BOARD=unknown_unknown_hi3516cv300_openipc all
|
||||||
[[ $(stat --printf="%s" ${GITHUB_WORKSPACE}/output/images/uImage) -gt 2097152 ]] && echo "TG_NOTIFY=Warning, kernel size exceeded : $(stat --printf="%s" ${GITHUB_WORKSPACE}/output/images/uImage) vs 2097152" >> $GITHUB_ENV && exit 1
|
[[ $(stat --printf="%s" ${GITHUB_WORKSPACE}/output/images/uImage) -gt 2097152 ]] && echo "TG_NOTIFY=Warning, kernel size exceeded : $(stat --printf="%s" ${GITHUB_WORKSPACE}/output/images/uImage) vs 2097152... HI3516CV300" >> $GITHUB_ENV && exit 1
|
||||||
[[ $(stat --printf="%s" ${GITHUB_WORKSPACE}/output/images/rootfs.squashfs) -gt 5242880 ]] && echo "TG_NOTIFY=Warning, rootfs size exceeded - $(stat --printf="%s" ${GITHUB_WORKSPACE}/output/images/rootfs.squashfs) vs 5242880" >> $GITHUB_ENV && exit 1
|
[[ $(stat --printf="%s" ${GITHUB_WORKSPACE}/output/images/rootfs.squashfs) -gt 5242880 ]] && echo "TG_NOTIFY=Warning, rootfs size exceeded - $(stat --printf="%s" ${GITHUB_WORKSPACE}/output/images/rootfs.squashfs) vs 5242880... HI3516CV300" >> $GITHUB_ENV && exit 1
|
||||||
mv ${GITHUB_WORKSPACE}/output/images/uImage ${GITHUB_WORKSPACE}/output/images/uImage.hi3516cv300
|
mv ${GITHUB_WORKSPACE}/output/images/uImage ${GITHUB_WORKSPACE}/output/images/uImage.hi3516cv300
|
||||||
mv ${GITHUB_WORKSPACE}/output/images/rootfs.squashfs ${GITHUB_WORKSPACE}/output/images/rootfs.squashfs.hi3516cv300
|
mv ${GITHUB_WORKSPACE}/output/images/rootfs.squashfs ${GITHUB_WORKSPACE}/output/images/rootfs.squashfs.hi3516cv300
|
||||||
tar -C ${GITHUB_WORKSPACE}/output/images -cvzf $ARCHIVE_FW rootfs.squashfs.hi3516cv300 uImage.hi3516cv300
|
tar -C ${GITHUB_WORKSPACE}/output/images -cvzf $ARCHIVE_FW rootfs.squashfs.hi3516cv300 uImage.hi3516cv300
|
||||||
|
|
|
@ -524,7 +524,7 @@ CONFIG_PACKET=y
|
||||||
# CONFIG_PACKET_DIAG is not set
|
# CONFIG_PACKET_DIAG is not set
|
||||||
CONFIG_UNIX=y
|
CONFIG_UNIX=y
|
||||||
# CONFIG_UNIX_DIAG is not set
|
# CONFIG_UNIX_DIAG is not set
|
||||||
CONFIG_XFRM=y
|
# CONFIG_XFRM is not set
|
||||||
# CONFIG_XFRM_USER is not set
|
# CONFIG_XFRM_USER is not set
|
||||||
# CONFIG_XFRM_SUB_POLICY is not set
|
# CONFIG_XFRM_SUB_POLICY is not set
|
||||||
# CONFIG_XFRM_MIGRATE is not set
|
# CONFIG_XFRM_MIGRATE is not set
|
||||||
|
@ -533,26 +533,26 @@ CONFIG_XFRM=y
|
||||||
CONFIG_INET=y
|
CONFIG_INET=y
|
||||||
# CONFIG_IP_MULTICAST is not set
|
# CONFIG_IP_MULTICAST is not set
|
||||||
# CONFIG_IP_ADVANCED_ROUTER is not set
|
# CONFIG_IP_ADVANCED_ROUTER is not set
|
||||||
CONFIG_IP_PNP=y
|
# CONFIG_IP_PNP is not set
|
||||||
CONFIG_IP_PNP_DHCP=y
|
# CONFIG_IP_PNP_DHCP is not set
|
||||||
# CONFIG_IP_PNP_BOOTP is not set
|
# CONFIG_IP_PNP_BOOTP is not set
|
||||||
# CONFIG_IP_PNP_RARP is not set
|
# CONFIG_IP_PNP_RARP is not set
|
||||||
# CONFIG_NET_IPIP is not set
|
# CONFIG_NET_IPIP is not set
|
||||||
# CONFIG_NET_IPGRE_DEMUX is not set
|
# CONFIG_NET_IPGRE_DEMUX is not set
|
||||||
CONFIG_NET_IP_TUNNEL=y
|
# CONFIG_NET_IP_TUNNEL is not set
|
||||||
# CONFIG_SYN_COOKIES is not set
|
# CONFIG_SYN_COOKIES is not set
|
||||||
# CONFIG_NET_IPVTI is not set
|
# CONFIG_NET_IPVTI is not set
|
||||||
CONFIG_NET_UDP_TUNNEL=y
|
# CONFIG_NET_UDP_TUNNEL is not set
|
||||||
CONFIG_NET_FOU=y
|
# CONFIG_NET_FOU is not set
|
||||||
# CONFIG_GENEVE is not set
|
# CONFIG_GENEVE is not set
|
||||||
# CONFIG_INET_AH is not set
|
# CONFIG_INET_AH is not set
|
||||||
# CONFIG_INET_ESP is not set
|
# CONFIG_INET_ESP is not set
|
||||||
# CONFIG_INET_IPCOMP is not set
|
# CONFIG_INET_IPCOMP is not set
|
||||||
# CONFIG_INET_XFRM_TUNNEL is not set
|
# CONFIG_INET_XFRM_TUNNEL is not set
|
||||||
# CONFIG_INET_TUNNEL is not set
|
# CONFIG_INET_TUNNEL is not set
|
||||||
CONFIG_INET_XFRM_MODE_TRANSPORT=y
|
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
|
||||||
CONFIG_INET_XFRM_MODE_TUNNEL=y
|
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
|
||||||
CONFIG_INET_XFRM_MODE_BEET=y
|
# CONFIG_INET_XFRM_MODE_BEET is not set
|
||||||
CONFIG_INET_LRO=y
|
CONFIG_INET_LRO=y
|
||||||
CONFIG_INET_DIAG=y
|
CONFIG_INET_DIAG=y
|
||||||
CONFIG_INET_TCP_DIAG=y
|
CONFIG_INET_TCP_DIAG=y
|
||||||
|
@ -1511,25 +1511,25 @@ CONFIG_MFD_SYSCON=y
|
||||||
# CONFIG_MFD_WM8350_I2C is not set
|
# CONFIG_MFD_WM8350_I2C is not set
|
||||||
# CONFIG_MFD_WM8994 is not set
|
# CONFIG_MFD_WM8994 is not set
|
||||||
# CONFIG_REGULATOR is not set
|
# CONFIG_REGULATOR is not set
|
||||||
CONFIG_MEDIA_SUPPORT=m
|
# CONFIG_MEDIA_SUPPORT is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Multimedia core support
|
# Multimedia core support
|
||||||
#
|
#
|
||||||
CONFIG_MEDIA_CAMERA_SUPPORT=y
|
# CONFIG_MEDIA_CAMERA_SUPPORT is not set
|
||||||
# CONFIG_MEDIA_ANALOG_TV_SUPPORT is not set
|
# CONFIG_MEDIA_ANALOG_TV_SUPPORT is not set
|
||||||
# CONFIG_MEDIA_DIGITAL_TV_SUPPORT is not set
|
# CONFIG_MEDIA_DIGITAL_TV_SUPPORT is not set
|
||||||
# CONFIG_MEDIA_RADIO_SUPPORT is not set
|
# CONFIG_MEDIA_RADIO_SUPPORT is not set
|
||||||
# CONFIG_MEDIA_SDR_SUPPORT is not set
|
# CONFIG_MEDIA_SDR_SUPPORT is not set
|
||||||
# CONFIG_MEDIA_RC_SUPPORT is not set
|
# CONFIG_MEDIA_RC_SUPPORT is not set
|
||||||
# CONFIG_MEDIA_CONTROLLER is not set
|
# CONFIG_MEDIA_CONTROLLER is not set
|
||||||
CONFIG_VIDEO_DEV=m
|
# CONFIG_VIDEO_DEV is not set
|
||||||
CONFIG_VIDEO_V4L2=m
|
# CONFIG_VIDEO_V4L2 is not set
|
||||||
# CONFIG_VIDEO_ADV_DEBUG is not set
|
# CONFIG_VIDEO_ADV_DEBUG is not set
|
||||||
# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
|
# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
|
||||||
CONFIG_VIDEOBUF2_CORE=m
|
# CONFIG_VIDEOBUF2_CORE is not set
|
||||||
CONFIG_VIDEOBUF2_MEMOPS=m
|
# CONFIG_VIDEOBUF2_MEMOPS is not set
|
||||||
CONFIG_VIDEOBUF2_VMALLOC=m
|
# CONFIG_VIDEOBUF2_VMALLOC is not set
|
||||||
# CONFIG_TTPCI_EEPROM is not set
|
# CONFIG_TTPCI_EEPROM is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1548,7 +1548,7 @@ CONFIG_VIDEOBUF2_VMALLOC=m
|
||||||
#
|
#
|
||||||
# Media ancillary drivers (tuners, sensors, i2c, frontends)
|
# Media ancillary drivers (tuners, sensors, i2c, frontends)
|
||||||
#
|
#
|
||||||
CONFIG_MEDIA_SUBDRV_AUTOSELECT=y
|
# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Audio decoders, processors and mixers
|
# Audio decoders, processors and mixers
|
||||||
|
@ -1612,9 +1612,9 @@ CONFIG_MEDIA_SUBDRV_AUTOSELECT=y
|
||||||
#
|
#
|
||||||
# Frame buffer Devices
|
# Frame buffer Devices
|
||||||
#
|
#
|
||||||
CONFIG_FB=y
|
# CONFIG_FB is not set
|
||||||
# CONFIG_FIRMWARE_EDID is not set
|
# CONFIG_FIRMWARE_EDID is not set
|
||||||
CONFIG_FB_CMDLINE=y
|
# CONFIG_FB_CMDLINE is not set
|
||||||
# CONFIG_FB_DDC is not set
|
# CONFIG_FB_DDC is not set
|
||||||
# CONFIG_FB_BOOT_VESA_SUPPORT is not set
|
# CONFIG_FB_BOOT_VESA_SUPPORT is not set
|
||||||
# CONFIG_FB_CFB_FILLRECT is not set
|
# CONFIG_FB_CFB_FILLRECT is not set
|
||||||
|
@ -1669,21 +1669,21 @@ CONFIG_HID_GENERIC=y
|
||||||
#
|
#
|
||||||
# Special HID drivers
|
# Special HID drivers
|
||||||
#
|
#
|
||||||
CONFIG_HID_A4TECH=y
|
# CONFIG_HID_A4TECH is not set
|
||||||
# CONFIG_HID_ACRUX is not set
|
# CONFIG_HID_ACRUX is not set
|
||||||
CONFIG_HID_APPLE=y
|
# CONFIG_HID_APPLE is not set
|
||||||
# CONFIG_HID_APPLEIR is not set
|
# CONFIG_HID_APPLEIR is not set
|
||||||
# CONFIG_HID_AUREAL is not set
|
# CONFIG_HID_AUREAL is not set
|
||||||
CONFIG_HID_BELKIN=y
|
# CONFIG_HID_BELKIN is not set
|
||||||
CONFIG_HID_CHERRY=y
|
# CONFIG_HID_CHERRY is not set
|
||||||
CONFIG_HID_CHICONY=y
|
# CONFIG_HID_CHICONY is not set
|
||||||
# CONFIG_HID_CP2112 is not set
|
# CONFIG_HID_CP2112 is not set
|
||||||
CONFIG_HID_CYPRESS=y
|
# CONFIG_HID_CYPRESS is not set
|
||||||
# CONFIG_HID_DRAGONRISE is not set
|
# CONFIG_HID_DRAGONRISE is not set
|
||||||
# CONFIG_HID_EMS_FF is not set
|
# CONFIG_HID_EMS_FF is not set
|
||||||
# CONFIG_HID_ELECOM is not set
|
# CONFIG_HID_ELECOM is not set
|
||||||
# CONFIG_HID_ELO is not set
|
# CONFIG_HID_ELO is not set
|
||||||
CONFIG_HID_EZKEY=y
|
# CONFIG_HID_EZKEY is not set
|
||||||
# CONFIG_HID_HOLTEK is not set
|
# CONFIG_HID_HOLTEK is not set
|
||||||
# CONFIG_HID_HUION is not set
|
# CONFIG_HID_HUION is not set
|
||||||
# CONFIG_HID_KEYTOUCH is not set
|
# CONFIG_HID_KEYTOUCH is not set
|
||||||
|
@ -1693,10 +1693,10 @@ CONFIG_HID_EZKEY=y
|
||||||
# CONFIG_HID_GYRATION is not set
|
# CONFIG_HID_GYRATION is not set
|
||||||
# CONFIG_HID_ICADE is not set
|
# CONFIG_HID_ICADE is not set
|
||||||
# CONFIG_HID_TWINHAN is not set
|
# CONFIG_HID_TWINHAN is not set
|
||||||
CONFIG_HID_KENSINGTON=y
|
# CONFIG_HID_KENSINGTON is not set
|
||||||
# CONFIG_HID_LCPOWER is not set
|
# CONFIG_HID_LCPOWER is not set
|
||||||
# CONFIG_HID_LENOVO is not set
|
# CONFIG_HID_LENOVO is not set
|
||||||
CONFIG_HID_LOGITECH=y
|
# CONFIG_HID_LOGITECH is not set
|
||||||
# CONFIG_HID_LOGITECH_DJ is not set
|
# CONFIG_HID_LOGITECH_DJ is not set
|
||||||
# CONFIG_HID_LOGITECH_HIDPP is not set
|
# CONFIG_HID_LOGITECH_HIDPP is not set
|
||||||
# CONFIG_LOGITECH_FF is not set
|
# CONFIG_LOGITECH_FF is not set
|
||||||
|
@ -1704,8 +1704,8 @@ CONFIG_HID_LOGITECH=y
|
||||||
# CONFIG_LOGIG940_FF is not set
|
# CONFIG_LOGIG940_FF is not set
|
||||||
# CONFIG_LOGIWHEELS_FF is not set
|
# CONFIG_LOGIWHEELS_FF is not set
|
||||||
# CONFIG_HID_MAGICMOUSE is not set
|
# CONFIG_HID_MAGICMOUSE is not set
|
||||||
CONFIG_HID_MICROSOFT=y
|
# CONFIG_HID_MICROSOFT is not set
|
||||||
CONFIG_HID_MONTEREY=y
|
# CONFIG_HID_MONTEREY is not set
|
||||||
# CONFIG_HID_MULTITOUCH is not set
|
# CONFIG_HID_MULTITOUCH is not set
|
||||||
# CONFIG_HID_NTRIG is not set
|
# CONFIG_HID_NTRIG is not set
|
||||||
# CONFIG_HID_ORTEK is not set
|
# CONFIG_HID_ORTEK is not set
|
||||||
|
@ -1945,12 +1945,12 @@ CONFIG_USB_HISI_UDC=m
|
||||||
# CONFIG_USB_DUMMY_HCD is not set
|
# CONFIG_USB_DUMMY_HCD is not set
|
||||||
CONFIG_USB_LIBCOMPOSITE=m
|
CONFIG_USB_LIBCOMPOSITE=m
|
||||||
CONFIG_USB_F_MASS_STORAGE=m
|
CONFIG_USB_F_MASS_STORAGE=m
|
||||||
CONFIG_USB_F_UAC1=m
|
# CONFIG_USB_F_UAC1 is not set
|
||||||
CONFIG_USB_F_UVC=m
|
# CONFIG_USB_F_UVC is not set
|
||||||
# CONFIG_USB_CONFIGFS is not set
|
# CONFIG_USB_CONFIGFS is not set
|
||||||
# CONFIG_USB_ZERO is not set
|
# CONFIG_USB_ZERO is not set
|
||||||
CONFIG_USB_AUDIO=m
|
# CONFIG_USB_AUDIO is not set
|
||||||
CONFIG_GADGET_UAC1=y
|
# CONFIG_GADGET_UAC1 is not set
|
||||||
# CONFIG_USB_ETH is not set
|
# CONFIG_USB_ETH is not set
|
||||||
# CONFIG_USB_G_NCM is not set
|
# CONFIG_USB_G_NCM is not set
|
||||||
# CONFIG_USB_GADGETFS is not set
|
# CONFIG_USB_GADGETFS is not set
|
||||||
|
@ -2123,14 +2123,14 @@ CONFIG_HI_DMAC_CHANNEL_NUM=4
|
||||||
#
|
#
|
||||||
# CONFIG_EXT2_FS is not set
|
# CONFIG_EXT2_FS is not set
|
||||||
# CONFIG_EXT3_FS is not set
|
# CONFIG_EXT3_FS is not set
|
||||||
CONFIG_EXT4_FS=m
|
# CONFIG_EXT4_FS is not set
|
||||||
CONFIG_EXT4_USE_FOR_EXT23=y
|
# CONFIG_EXT4_USE_FOR_EXT23 is not set
|
||||||
# CONFIG_EXT4_FS_POSIX_ACL is not set
|
# CONFIG_EXT4_FS_POSIX_ACL is not set
|
||||||
# CONFIG_EXT4_FS_SECURITY is not set
|
# CONFIG_EXT4_FS_SECURITY is not set
|
||||||
# CONFIG_EXT4_DEBUG is not set
|
# CONFIG_EXT4_DEBUG is not set
|
||||||
CONFIG_JBD2=m
|
# CONFIG_JBD2 is not set
|
||||||
# CONFIG_JBD2_DEBUG is not set
|
# CONFIG_JBD2_DEBUG is not set
|
||||||
CONFIG_FS_MBCACHE=m
|
# CONFIG_FS_MBCACHE is not set
|
||||||
# CONFIG_REISERFS_FS is not set
|
# CONFIG_REISERFS_FS is not set
|
||||||
# CONFIG_JFS_FS is not set
|
# CONFIG_JFS_FS is not set
|
||||||
# CONFIG_XFS_FS is not set
|
# CONFIG_XFS_FS is not set
|
||||||
|
@ -2165,7 +2165,7 @@ CONFIG_OVERLAY_FS=y
|
||||||
# DOS/FAT/NT Filesystems
|
# DOS/FAT/NT Filesystems
|
||||||
#
|
#
|
||||||
CONFIG_FAT_FS=m
|
CONFIG_FAT_FS=m
|
||||||
CONFIG_MSDOS_FS=m
|
# CONFIG_MSDOS_FS is not set
|
||||||
CONFIG_VFAT_FS=m
|
CONFIG_VFAT_FS=m
|
||||||
CONFIG_FAT_DEFAULT_CODEPAGE=437
|
CONFIG_FAT_DEFAULT_CODEPAGE=437
|
||||||
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
|
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
|
||||||
|
@ -2204,12 +2204,9 @@ CONFIG_JFFS2_ZLIB=y
|
||||||
# CONFIG_JFFS2_LZO is not set
|
# CONFIG_JFFS2_LZO is not set
|
||||||
CONFIG_JFFS2_RTIME=y
|
CONFIG_JFFS2_RTIME=y
|
||||||
# CONFIG_JFFS2_RUBIN is not set
|
# CONFIG_JFFS2_RUBIN is not set
|
||||||
CONFIG_UBIFS_FS=y
|
# CONFIG_UBIFS_FS is not set
|
||||||
# CONFIG_UBIFS_FS_ADVANCED_COMPR is not set
|
|
||||||
CONFIG_UBIFS_FS_LZO=y
|
|
||||||
CONFIG_UBIFS_FS_ZLIB=y
|
|
||||||
# CONFIG_LOGFS is not set
|
# CONFIG_LOGFS is not set
|
||||||
CONFIG_CRAMFS=m
|
# CONFIG_CRAMFS is not set
|
||||||
CONFIG_SQUASHFS=y
|
CONFIG_SQUASHFS=y
|
||||||
CONFIG_SQUASHFS_FILE_CACHE=y
|
CONFIG_SQUASHFS_FILE_CACHE=y
|
||||||
# CONFIG_SQUASHFS_FILE_DIRECT is not set
|
# CONFIG_SQUASHFS_FILE_DIRECT is not set
|
||||||
|
@ -2256,11 +2253,11 @@ CONFIG_NFS_COMMON=y
|
||||||
CONFIG_SUNRPC=y
|
CONFIG_SUNRPC=y
|
||||||
# CONFIG_SUNRPC_DEBUG is not set
|
# CONFIG_SUNRPC_DEBUG is not set
|
||||||
# CONFIG_CEPH_FS is not set
|
# CONFIG_CEPH_FS is not set
|
||||||
CONFIG_CIFS=m
|
# CONFIG_CIFS is not set
|
||||||
# CONFIG_CIFS_STATS is not set
|
# CONFIG_CIFS_STATS is not set
|
||||||
# CONFIG_CIFS_WEAK_PW_HASH is not set
|
# CONFIG_CIFS_WEAK_PW_HASH is not set
|
||||||
# CONFIG_CIFS_XATTR is not set
|
# CONFIG_CIFS_XATTR is not set
|
||||||
CONFIG_CIFS_DEBUG=y
|
# CONFIG_CIFS_DEBUG is not set
|
||||||
# CONFIG_CIFS_DEBUG2 is not set
|
# CONFIG_CIFS_DEBUG2 is not set
|
||||||
# CONFIG_CIFS_SMB2 is not set
|
# CONFIG_CIFS_SMB2 is not set
|
||||||
# CONFIG_NCP_FS is not set
|
# CONFIG_NCP_FS is not set
|
||||||
|
|
Loading…
Reference in New Issue