diff --git a/Android.mk b/Android.mk index 4359d14..561a5aa 100644 --- a/Android.mk +++ b/Android.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2017 OldDroid +# Copyright (C) 2017 OpenKirin, OldDroid # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/AndroidProducts.mk b/AndroidProducts.mk index f434928..cc8158c 100644 --- a/AndroidProducts.mk +++ b/AndroidProducts.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2017 OldDroid +# Copyright (C) 2017 OpenKirin, OldDroid # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,4 +15,4 @@ # PRODUCT_MAKEFILES := \ - $(LOCAL_DIR)/omni_eva.mk + $(LOCAL_DIR)/omni_eva.mk diff --git a/BoardConfig.mk b/BoardConfig.mk index 8eac436..f4f6fc8 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2017 OldDroid +# Copyright (C) 2017 OpenKirin, OldDroid # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,56 +14,16 @@ # limitations under the License. # -LOCAL_PATH := device/huawei/eva +DEVICE_PATH := device/huawei/eva -# Platform -TARGET_BOARD_PLATFORM := hi3650 - -# Bootloader -TARGET_NO_BOOTLOADER := true -TARGET_BOOTLOADER_BOARD_NAME := hi3650 - -# Architecture -TARGET_ARCH := arm64 -TARGET_ARCH_VARIANT := armv8-a -TARGET_CPU_ABI := arm64-v8a -TARGET_CPU_ABI2 := -TARGET_CPU_VARIANT := generic - -TARGET_2ND_ARCH := arm -TARGET_2ND_ARCH_VARIANT := armv7-a-neon -TARGET_2ND_CPU_ABI := armeabi-v7a -TARGET_2ND_CPU_ABI2 := armeabi -TARGET_2ND_CPU_VARIANT := cortex-a7 - -TARGET_CPU_SMP := true -ARCH_ARM_HAVE_TLS_REGISTER := true +include device/hisi/3650-common/BoardConfigCommon.mk # Kernel -BOARD_KERNEL_BASE := 0x00478000 -BOARD_KERNEL_PAGESIZE := 2048 -BOARD_KERNEL_CMDLINE := loglevel=4 page_tracker=on androidboot.selinux=permissive -BOARD_MKBOOTIMG_ARGS := --kernel_offset 0x00008000 --ramdisk_offset 0x07b88000 --tags_offset 0x07588000 -TARGET_PREBUILT_KERNEL := $(LOCAL_PATH)/kernel +TARGET_PREBUILT_KERNEL := $(DEVICE_PATH)/kernel # Partitions -TARGET_USERIMAGES_USE_EXT4 := true -TARGET_USERIMAGES_USE_F2FS := true BOARD_BOOTIMAGE_PARTITION_SIZE := 33554432 BOARD_RECOVERYIMAGE_PARTITION_SIZE := 67108864 BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2080374784 BOARD_USERDATAIMAGE_PARTITION_SIZE := 26935820288 BOARD_FLASH_BLOCK_SIZE := 131072 -BOARD_VOLD_EMMC_SHARES_DEV_MAJOR := true - -# TWRP -RECOVERY_VARIANT := twrp -TW_THEME := portrait_hdpi - -BOARD_SUPPRESS_SECURE_ERASE := true -RECOVERY_SDCARD_ON_DATA := true -RECOVERY_GRAPHICS_USE_LINELENGTH := true -TARGET_RECOVERY_PIXEL_FORMAT := BGRA_8888 -TW_BRIGHTNESS_PATH := /sys/class/leds/lcd_backlight0/brightness -TW_CUSTOM_BATTERY_PATH := /sys/class/power_supply/Battery -TW_EXCLUDE_SUPERSU := true diff --git a/omni_eva.mk b/omni_eva.mk index 78466a6..6f6f383 100644 --- a/omni_eva.mk +++ b/omni_eva.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2017 OldDroid +# Copyright (C) 2017 OpenKirin, OldDroid # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,33 +14,10 @@ # limitations under the License. # -## Specify phone tech before including full_phone -$(call inherit-product, vendor/omni/config/gsm.mk) - -# Inherit from the common Open Source product configuration -$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk) - -# Inherit some common Omni stuff. -$(call inherit-product, vendor/omni/config/common.mk) - -PRODUCT_PACKAGES += \ - charger_res_images \ - charger - -ADDITIONAL_DEFAULT_PROPERTIES += \ - ro.secure=0 \ - ro.adb.secure=0 \ - security.perf_harden=0 \ - ro.allow.mock.location=1 - -PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ - sys.usb.configfs=1 \ - sys.usb.config=mtp,adb \ - persist.sys.usb.config=manufacture,adb \ - sys.usb.controller=ff100000.dwc3 +# Include hi3650 common +$(call inherit-product, device/hisi/3650-common/device-common.mk) PRODUCT_NAME := omni_eva PRODUCT_DEVICE := eva PRODUCT_BRAND := Huawei PRODUCT_MODEL := HUAWEI-P9 -PRODUCT_MANUFACTURER := HUAWEI diff --git a/recovery.fstab b/recovery.fstab deleted file mode 100644 index a6ef04f..0000000 --- a/recovery.fstab +++ /dev/null @@ -1,14 +0,0 @@ -/3rdmodem ext4 /dev/block/bootdevice/by-name/3rdmodem flags=display="3rdmodem";backup=1 -/boot emmc /dev/block/bootdevice/by-name/boot -/recovery emmc /dev/block/bootdevice/by-name/recovery -/cache ext4 /dev/block/bootdevice/by-name/cache -/cust ext4 /dev/block/bootdevice/by-name/cust flags=display="Cust";backup=1;wipeingui -/misc emmc /dev/block/bootdevice/by-name/misc flags=display="Misc";backup=0 -/oeminfo emmc /dev/block/bootdevice/by-name/oeminfo flags=display="OEMinfo";backup=1;wipeingui -/data f2fs /dev/block/dm-0 -/system ext4 /dev/block/bootdevice/by-name/system -/vendor ext4 /dev/block/bootdevice/by-name/vendor flags=display="Vendor";backup=1;wipeingui -/product ext4 /dev/block/bootdevice/by-name/product flags=display="Product";backup=1;wipeingui -/version ext4 /dev/block/bootdevice/by-name/version flags=display="Version";backup=1;wipeingui -/external_sd vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1 flags=display="MicroSD Card";storage;wipeingui;removable -/usbotg auto /dev/block/sda1 /dev/block/sda flags=display="USB OTG";storage;removable;backup=0 diff --git a/recovery/root/fstab.hi3650 b/recovery/root/fstab.hi3650 deleted file mode 100644 index e0a2ba2..0000000 --- a/recovery/root/fstab.hi3650 +++ /dev/null @@ -1,22 +0,0 @@ -# Android fstab file. -# -# The filesystem that contains the filesystem checker binary (typically /system) cannot -# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK -/dev/block/bootdevice/by-name/system /system ext4 ro,barrier=1 wait,verify -/dev/block/bootdevice/by-name/vendor /vendor ext4 ro,barrier=1 wait,verify -/dev/block/bootdevice/by-name/product /product ext4 ro,barrier=1 wait,verify -/dev/block/bootdevice/by-name/version /version ext4 ro,barrier=1 wait,verify -/dev/block/bootdevice/by-name/cust /cust ext4 ro,barrier=1 wait,verify -/dev/block/bootdevice/by-name/patch /patch_hw ext4 ro wait,verify -/devices/hi_mci.1/mmc_host/mmc1/* auto auto defaults voldmanaged=sdcard:auto,noemulatedsd -/devices/platform/hi_mci.1/mmc_host/mmc1/* auto auto defaults voldmanaged=sdcard:auto,noemulatedsd -/devices/ff200000.hisi_usb/ff100000.dwc3/* auto auto defaults voldmanaged=usbotg:auto -/devices/platform/ff200000.hisi_usb/ff100000.dwc3/* auto auto defaults voldmanaged=usbotg:auto -/dev/block/bootdevice/by-name/userdata /data f2fs nosuid,nodev,noatime,discard,inline_data,inline_xattr wait,forceencrypt=footer,check -/dev/block/bootdevice/by-name/cache /cache ext4 rw,nosuid,nodev,noatime,data=ordered wait,check -/dev/block/bootdevice/by-name/splash2 /splash2 ext4 rw,nosuid,nodev,noatime,data=ordered,context=u:object_r:splash2_data_file:s0 wait,check -/dev/block/bootdevice/by-name/3rdmodem /3rdmodem ext4 ro,nosuid,nodev,noatime,data=ordered wait,check -/dev/block/bootdevice/by-name/3rdmodemnvm /3rdmodemnvm ext4 rw,nosuid,nodev,noatime,data=ordered,context=u:object_r:radio_data_file:s0 wait,check -/dev/block/bootdevice/by-name/3rdmodemnvmbkp /3rdmodemnvmbkp ext4 rw,nosuid,nodev,noatime,data=ordered,context=u:object_r:radio_data_file:s0 wait,check -/dev/block/bootdevice/by-name/secure_storage /sec_storage ext4 rw,nosuid,nodev,noatime,discard,auto_da_alloc,mblk_io_submit,data=journal,context=u:object_r:teecd_data_file:s0 wait,check -/dev/block/bootdevice/by-name/misc /misc emmc defaults defaults diff --git a/recovery/root/init.rc b/recovery/root/init.rc deleted file mode 100644 index 0867a0d..0000000 --- a/recovery/root/init.rc +++ /dev/null @@ -1,127 +0,0 @@ -import /init.recovery.logd.rc -import /init.recovery.usb.rc -import /init.recovery.service.rc -import /init.recovery.vold_decrypt.rc -import /init.recovery.${ro.hardware}.rc - -on early-init - # Apply strict SELinux checking of PROT_EXEC on mmap/mprotect calls. - write /sys/fs/selinux/checkreqprot 0 - - # Set the security context for the init process. - # This should occur before anything else (e.g. ueventd) is started. - setcon u:r:init:s0 - - # Set the security context of /postinstall if present. - restorecon /postinstall - - start ueventd - start healthd - -service set_permissive /sbin/permissive.sh - oneshot - seclabel u:r:recovery:s0 - -on init - export PATH /sbin:/system/bin - export LD_LIBRARY_PATH .:/sbin - - export ANDROID_ROOT /system - export ANDROID_DATA /data - export EXTERNAL_STORAGE /sdcard - - mkdir /boot - mkdir /recovery - mkdir /system - mkdir /data - mkdir /cache - mkdir /sideload - mount tmpfs tmpfs /tmp - - chown root shell /tmp - chmod 0775 /tmp - - write /proc/sys/kernel/panic_on_oops 1 - write /proc/sys/vm/max_map_count 1000000 - -on fs - mount pstore pstore /sys/fs/pstore - - mkdir /dev/usb-ffs 0770 shell shell - mkdir /dev/usb-ffs/adb 0770 shell shell - mount functionfs adb /dev/usb-ffs/adb uid=2000,gid=2000 - -on boot - ifup lo - hostname localhost - domainname localdomain - - class_start default - -# Load properties, pre-Android 6.0 -on load_all_props_action - load_all_props - -# Load properties, Android 6.0+ -on load_system_props_action - load_system_props - -# Load properties, Android 6.0+, vendor init lives here -on load_persist_props_action - load_persist_props - -on firmware_mounts_complete - rm /dev/.booting - -# Mount filesystems and start core system services. -on late-init - trigger early-fs - trigger fs - trigger post-fs - trigger post-fs-data - - # Load properties, pre-Android 6.0 - trigger load_all_props_action - - # Load properties from /system/ + /factory after fs mount. Place - # this in another action so that the load will be scheduled after the prior - # issued fs triggers have completed. - trigger load_system_props_action - - # Load properties, Android 6.0+, vendor init lives here - trigger load_persist_props_action - - # Remove a file to wake up anything waiting for firmware - trigger firmware_mounts_complete - -on property:init.svc.volisnotd=stopped - trigger early-boot - trigger boot - -on property:sys.powerctl=* - powerctl ${sys.powerctl} - -service ueventd /sbin/ueventd - critical - seclabel u:r:ueventd:s0 - -service healthd /sbin/healthd -r - critical - seclabel u:r:healthd:s0 - -service adbd /sbin/adbd --root_seclabel=u:r:su:s0 --device_banner=recovery - disabled - socket adbd stream 660 system system - seclabel u:r:adbd:s0 - -# Always start adbd on userdebug and eng builds -on property:ro.debuggable=1 - #write /sys/class/android_usb/android0/enable 1 - #start adbd - setprop service.adb.root 1 - -# Restart adbd so it can run as root -on property:service.adb.root=1 - write /sys/class/android_usb/android0/enable 0 - restart adbd - write /sys/class/android_usb/android0/enable 1 diff --git a/recovery/root/init.recovery.hi3650.rc b/recovery/root/init.recovery.hi3650.rc deleted file mode 100644 index 9dbdaf2..0000000 --- a/recovery/root/init.recovery.hi3650.rc +++ /dev/null @@ -1,38 +0,0 @@ -import /init.recovery.hi3650.usb.rc - -on init - symlink /dev/block/platform/hi_mci.0 /dev/block/bootdevice - -on property:ro.board.platform=hi3650 - start teecd - -on fs - start volisnotd - -service teecd /sbin/teecd - user root - group root - disabled - seclabel u:r:tee:s0 - -service volisnotd /sbin/volisnotd -m - oneshot - user root - group root - disabled - seclabel u:r:tee:s0 - -on property:vold.decrypt=trigger_shutdown_framework - class_reset server - -on property:vold.decrypt=trigger_load_persist_props - load_persist_props - -on property:vold.decrypt=trigger_post_fs_data - trigger post-fs-data - -on post-fs-data - trigger post-fs-data_hw - -on post-fs-data_hw - setprop vold.post_fs_data_done 1 diff --git a/recovery/root/init.recovery.hi3650.usb.rc b/recovery/root/init.recovery.hi3650.usb.rc deleted file mode 100755 index 21a8c82..0000000 --- a/recovery/root/init.recovery.hi3650.usb.rc +++ /dev/null @@ -1,565 +0,0 @@ -on init && property:sys.usb.configfs=1 - mount configfs none /config - mkdir /config/usb_gadget/g1 - write /config/usb_gadget/g1/bcdDevice 0x0299 - mkdir /config/usb_gadget/g1/strings/0x409 - write /config/usb_gadget/g1/strings/0x409/serialnumber ${ro.serialno} - mkdir /config/usb_gadget/g1/configs/b.1 - write /config/usb_gadget/g1/configs/b.1/MaxPower 0x1f4 - write /config/usb_gadget/g1/configs/b.1/bmAttributes 0xc0 - mkdir /config/usb_gadget/g1/configs/b.1/strings/0x409 - mkdir /config/usb_gadget/g1/functions/ffs.adb - mkdir /config/usb_gadget/g1/functions/ffs.hdb - mkdir /config/usb_gadget/g1/functions/mtp.gs0 - mkdir /config/usb_gadget/g1/functions/ptp.gs1 - mkdir /config/usb_gadget/g1/functions/accessory.gs2 - mkdir /config/usb_gadget/g1/functions/audio_source.gs3 - mkdir /config/usb_gadget/g1/functions/rndis.gs4 - mkdir /config/usb_gadget/g1/functions/midi.gs5 - mkdir /config/usb_gadget/g1/functions/mass_storage.gs6 - mkdir /config/usb_gadget/g1/functions/ncm.gs7 - write /config/usb_gadget/g1/functions/ncm.gs7/host_addr ${ro.serialno} - write /config/usb_gadget/g1/functions/ncm.gs7/qmult 64 - mkdir /config/usb_gadget/g1/functions/balong_acm.a_at - mkdir /config/usb_gadget/g1/functions/balong_acm.acm_3g_diag - mkdir /config/usb_gadget/g1/functions/balong_acm.acm_a_shell - mkdir /config/usb_gadget/g1/functions/balong_acm.acm_c_shell - mkdir /config/usb_gadget/g1/functions/balong_acm.acm_ctrl - mkdir /config/usb_gadget/g1/functions/balong_acm.acm_4g_diag - mkdir /config/usb_gadget/g1/functions/balong_acm.acm_gps - mkdir /config/usb_gadget/g1/functions/balong_acm.acm_cdma_log - mkdir /config/usb_gadget/g1/functions/balong_acm.acm_skytone - mkdir /config/usb_gadget/g1/functions/balong_acm.acm_modem - mkdir /config/usb_gadget/g1/functions/hw_acm.hw_acm_modem - mkdir /config/usb_gadget/g1/functions/hw_acm.hw_acm_PCUI - mkdir /config/usb_gadget/g1/functions/hw_acm.hw_acm_DIAG - write /config/usb_gadget/g1/os_desc/use 1 - write /config/usb_gadget/g1/os_desc/b_vendor_code 0x1 - write /config/usb_gadget/g1/os_desc/qw_sign "MSFT100" - symlink /config/usb_gadget/g1/configs/b.1 /config/usb_gadget/g1/os_desc/b.1 - - chown system system /sys/class/android_usb/android0/f_rndis/ethaddr - chmod 0660 /sys/class/android_usb/android0/f_rndis/ethaddr - chown system system /sys/class/android_usb/android0/switch_request - chmod 0664 /sys/class/android_usb/android0/switch_request - - mkdir /dev/usb-ffs 0770 shell shell - mkdir /dev/usb-ffs/adb 0770 shell shell - mount functionfs adb /dev/usb-ffs/adb uid=2000,gid=2000 - mkdir /dev/usb-ffs/hdb 0770 shell shell - mount functionfs hdb /dev/usb-ffs/hdb uid=2000,gid=2000 - -on post-fs-data && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/strings/0x409/manufacturer ${ro.product.manufacturer} - write /config/usb_gadget/g1/strings/0x409/product ${ro.product.model} - -on property:sys.usb.config=none && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - stop adbd - stop hdbd - setprop sys.usb.ffs.ready 0 - setprop sys.usb.ffs_hdb.ready 0 - write /config/usb_gadget/g1/bDeviceClass 0 - write /config/usb_gadget/g1/bDeviceSubClass 0 - write /config/usb_gadget/g1/bDeviceProtocol 0 - write /sys/devices/virtual/android_usb/android0/port_mode 1 - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=adb && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "adb" - write /config/usb_gadget/g1/idVendor 0x12d1 - write /config/usb_gadget/g1/idProduct 0x103A - start adbd - -on property:sys.usb.ffs.ready=1 && property:sys.usb.config=adb && property:sys.usb.configfs=1 - symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f1 - write /sys/devices/virtual/android_usb/android0/port_mode 2 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=mtp && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - stop adbd - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "mtp" - write /config/usb_gadget/g1/idVendor 0x12d1 - write /config/usb_gadget/g1/idProduct 0x107e - symlink /config/usb_gadget/g1/functions/mtp.gs0 /config/usb_gadget/g1/configs/b.1/f1 - write /sys/devices/virtual/android_usb/android0/port_mode 3 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=mtp,adb && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "mtp_adb" - write /config/usb_gadget/g1/idVendor 0x12d1 - write /config/usb_gadget/g1/idProduct 0x107e - start adbd - -on property:sys.usb.ffs.ready=1 && property:sys.usb.config=mtp,adb && property:sys.usb.configfs=1 - symlink /config/usb_gadget/g1/functions/mtp.gs0 /config/usb_gadget/g1/configs/b.1/f1 - symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f2 - write /sys/devices/virtual/android_usb/android0/port_mode 4 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=mtp,hdb && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - stop adbd - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "mtp_hdb" - write /config/usb_gadget/g1/idVendor 0x12d1 - write /config/usb_gadget/g1/idProduct 0x107e - start hdbd - -on property:sys.usb.ffs_hdb.ready=1 && property:sys.usb.config=mtp,hdb && property:sys.usb.configfs=1 - symlink /config/usb_gadget/g1/functions/mtp.gs0 /config/usb_gadget/g1/configs/b.1/f1 - symlink /config/usb_gadget/g1/functions/ffs.hdb /config/usb_gadget/g1/configs/b.1/f2 - write /sys/devices/virtual/android_usb/android0/port_mode 25 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=mtp,adb,hdb && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "mtp_adb_hdb" - write /config/usb_gadget/g1/idVendor 0x12d1 - write /config/usb_gadget/g1/idProduct 0x107e - start adbd - start hdbd - -on property:sys.usb.ffs.ready=1 && property:sys.usb.ffs_hdb.ready=1 && property:sys.usb.config=mtp,adb,hdb && property:sys.usb.configfs=1 - symlink /config/usb_gadget/g1/functions/mtp.gs0 /config/usb_gadget/g1/configs/b.1/f1 - symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f2 - symlink /config/usb_gadget/g1/functions/ffs.hdb /config/usb_gadget/g1/configs/b.1/f3 - write /sys/devices/virtual/android_usb/android0/port_mode 26 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=ptp && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - stop adbd - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "ptp" - write /config/usb_gadget/g1/idVendor 0x12d1 - write /config/usb_gadget/g1/idProduct 0x107e - write /config/usb_gadget/g1/functions/mass_storage.gs6/lun.0/file ${ro.cust.cdrom} - symlink /config/usb_gadget/g1/functions/ptp.gs1 /config/usb_gadget/g1/configs/b.1/f1 - symlink /config/usb_gadget/g1/functions/mass_storage.gs6 /config/usb_gadget/g1/configs/b.1/f2 - write /sys/devices/virtual/android_usb/android0/port_mode 5 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=ptp,adb && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "ptp_adb" - write /config/usb_gadget/g1/idVendor 0x12d1 - write /config/usb_gadget/g1/idProduct 0x107e - start adbd - -on property:sys.usb.ffs.ready=1 && property:sys.usb.config=ptp,adb && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/functions/mass_storage.gs6/lun.0/file ${ro.cust.cdrom} - symlink /config/usb_gadget/g1/functions/ptp.gs1 /config/usb_gadget/g1/configs/b.1/f1 - symlink /config/usb_gadget/g1/functions/mass_storage.gs6 /config/usb_gadget/g1/configs/b.1/f2 - symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f3 - write /sys/devices/virtual/android_usb/android0/port_mode 6 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=ptp,hdb && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - stop adbd - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "ptp_hdb" - write /config/usb_gadget/g1/idVendor 0x12d1 - write /config/usb_gadget/g1/idProduct 0x107e - start hdbd - -on property:sys.usb.ffs_hdb.ready=1 && property:sys.usb.config=ptp,hdb && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/functions/mass_storage.gs6/lun.0/file ${ro.cust.cdrom} - symlink /config/usb_gadget/g1/functions/ptp.gs1 /config/usb_gadget/g1/configs/b.1/f1 - symlink /config/usb_gadget/g1/functions/mass_storage.gs6 /config/usb_gadget/g1/configs/b.1/f2 - symlink /config/usb_gadget/g1/functions/ffs.hdb /config/usb_gadget/g1/configs/b.1/f3 - write /sys/devices/virtual/android_usb/android0/port_mode 29 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=ptp,adb,hdb && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "ptp_adb_hdb" - write /config/usb_gadget/g1/idVendor 0x12d1 - write /config/usb_gadget/g1/idProduct 0x107e - start adbd - start hdbd - -on property:sys.usb.ffs.ready=1 && property:sys.usb.ffs_hdb.ready=1 && property:sys.usb.config=ptp,adb,hdb && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/functions/mass_storage.gs6/lun.0/file ${ro.cust.cdrom} - symlink /config/usb_gadget/g1/functions/ptp.gs1 /config/usb_gadget/g1/configs/b.1/f1 - symlink /config/usb_gadget/g1/functions/mass_storage.gs6 /config/usb_gadget/g1/configs/b.1/f2 - symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f3 - symlink /config/usb_gadget/g1/functions/ffs.hdb /config/usb_gadget/g1/configs/b.1/f4 - - write /sys/devices/virtual/android_usb/android0/port_mode 30 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=manufacture && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - stop adbd - stop hdbd - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "manufacture" - write /config/usb_gadget/g1/idVendor 0x12d1 - write /config/usb_gadget/g1/idProduct 0x107e - symlink /config/usb_gadget/g1/functions/hw_acm.hw_acm_modem /config/usb_gadget/g1/configs/b.1/f1 - symlink /config/usb_gadget/g1/functions/hw_acm.hw_acm_PCUI /config/usb_gadget/g1/configs/b.1/f2 - symlink /config/usb_gadget/g1/functions/hw_acm.hw_acm_DIAG /config/usb_gadget/g1/configs/b.1/f3 - write /config/usb_gadget/g1/functions/mass_storage.gs6/lun.0/file none - symlink /config/usb_gadget/g1/functions/mass_storage.gs6 /config/usb_gadget/g1/configs/b.1/f4 - write /sys/devices/virtual/android_usb/android0/port_mode 14 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - setprop sys.usb.start_atdiag 1 - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=manufacture,adb && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "manufacture_adb" - write /config/usb_gadget/g1/idVendor 0x12d1 - write /config/usb_gadget/g1/idProduct 0x107e - start adbd - start hdbd - -on property:sys.usb.ffs.ready=1 && property:sys.usb.ffs_hdb.ready=1 && property:sys.usb.config=manufacture,adb && property:sys.usb.configfs=1 - symlink /config/usb_gadget/g1/functions/hw_acm.hw_acm_modem /config/usb_gadget/g1/configs/b.1/f1 - symlink /config/usb_gadget/g1/functions/hw_acm.hw_acm_PCUI /config/usb_gadget/g1/configs/b.1/f2 - symlink /config/usb_gadget/g1/functions/hw_acm.hw_acm_DIAG /config/usb_gadget/g1/configs/b.1/f3 - write /config/usb_gadget/g1/functions/mass_storage.gs6/lun.0/file none - symlink /config/usb_gadget/g1/functions/mass_storage.gs6 /config/usb_gadget/g1/configs/b.1/f4 - symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f5 - symlink /config/usb_gadget/g1/functions/ffs.hdb /config/usb_gadget/g1/configs/b.1/f6 - write /sys/devices/virtual/android_usb/android0/port_mode 14 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - setprop sys.usb.start_atdiag 1 - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=accessory && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - stop adbd - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "accessory" - write /config/usb_gadget/g1/idVendor 0x18d1 - write /config/usb_gadget/g1/idProduct 0x2d00 - symlink /config/usb_gadget/g1/functions/accessory.gs2 /config/usb_gadget/g1/configs/b.1/f1 - write /sys/devices/virtual/android_usb/android0/port_mode 11 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=accessory,adb && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "accessory_adb" - write /config/usb_gadget/g1/idVendor 0x18d1 - write /config/usb_gadget/g1/idProduct 0x2d01 - start adbd - -on property:sys.usb.ffs.ready=1 && property:sys.usb.config=accessory,adb && property:sys.usb.configfs=1 - symlink /config/usb_gadget/g1/functions/accessory.gs2 /config/usb_gadget/g1/configs/b.1/f1 - symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f2 - write /sys/devices/virtual/android_usb/android0/port_mode 12 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=audio_source && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - stop adbd - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "audiosource" - write /config/usb_gadget/g1/idVendor 0x18d1 - write /config/usb_gadget/g1/idProduct 0x2d02 - symlink /config/usb_gadget/g1/functions/audio_source.gs3 /config/usb_gadget/g1/configs/b.1/f1 - write /sys/devices/virtual/android_usb/android0/port_mode 21 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=audio_source,adb && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "audiosource_adb" - write /config/usb_gadget/g1/idVendor 0x18d1 - write /config/usb_gadget/g1/idProduct 0x2d03 - start adbd - -on property:sys.usb.ffs.ready=1 && property:sys.usb.config=audio_source,adb && property:sys.usb.configfs=1 - symlink /config/usb_gadget/g1/functions/audio_source.gs3 /config/usb_gadget/g1/configs/b.1/f1 - symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f2 - write /sys/devices/virtual/android_usb/android0/port_mode 22 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=accessory,audio_source && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - stop adbd - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "accessory_audiosource" - write /config/usb_gadget/g1/idVendor 0x18d1 - write /config/usb_gadget/g1/idProduct 0x2d04 - symlink /config/usb_gadget/g1/functions/accessory.gs2 /config/usb_gadget/g1/configs/b.1/f1 - symlink /config/usb_gadget/g1/functions/audio_source.gs3 /config/usb_gadget/g1/configs/b.1/f2 - write /sys/devices/virtual/android_usb/android0/port_mode 23 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=accessory,audio_source,adb && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "accessory_audiosource_adb" - write /config/usb_gadget/g1/idVendor 0x18d1 - write /config/usb_gadget/g1/idProduct 0x2d05 - start adbd - -on property:sys.usb.ffs.ready=1 && property:sys.usb.config=accessory,audio_source,adb && property:sys.usb.configfs=1 - symlink /config/usb_gadget/g1/functions/accessory.gs2 /config/usb_gadget/g1/configs/b.1/f1 - symlink /config/usb_gadget/g1/functions/audio_source.gs3 /config/usb_gadget/g1/configs/b.1/f2 - symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f3 - write /sys/devices/virtual/android_usb/android0/port_mode 24 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=midi && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - stop adbd - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "midi" - write /config/usb_gadget/g1/idVendor 0x18d1 - write /config/usb_gadget/g1/idProduct 0x4ee9 - symlink /config/usb_gadget/g1/functions/midi.gs5 /config/usb_gadget/g1/configs/b.1/f1 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=midi,adb && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "midi_adb" - write /config/usb_gadget/g1/idVendor 0x18d1 - write /config/usb_gadget/g1/idProduct 0x4ee9 - start adbd - -on property:sys.usb.ffs.ready=1 && property:sys.usb.config=midi,adb && property:sys.usb.configfs=1 - symlink /config/usb_gadget/g1/functions/midi.gs5 /config/usb_gadget/g1/configs/b.1/f1 - symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f2 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=rndis && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - stop adbd - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "rndis" - write /config/usb_gadget/g1/idVendor 0x12d1 - write /config/usb_gadget/g1/idProduct 0x108a - write /sys/class/android_usb/android0/f_rndis/wceis 1 - symlink /config/usb_gadget/g1/functions/rndis.gs4 /config/usb_gadget/g1/configs/b.1/f1 - write /sys/devices/virtual/android_usb/android0/port_mode 9 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - write /sys/class/net/rndis0/queues/rx-0/rps_cpus f - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=rndis,adb && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "rndis_adb" - write /config/usb_gadget/g1/idVendor 0x12d1 - write /config/usb_gadget/g1/idProduct 0x108a - start adbd - -on property:sys.usb.ffs.ready=1 && property:sys.usb.config=rndis,adb && property:sys.usb.configfs=1 - write /sys/class/android_usb/android0/f_rndis/wceis 1 - symlink /config/usb_gadget/g1/functions/rndis.gs4 /config/usb_gadget/g1/configs/b.1/f1 - symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f2 - write /sys/devices/virtual/android_usb/android0/port_mode 10 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - write /sys/class/net/rndis0/queues/rx-0/rps_cpus f - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=rndis,hdb && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - stop adbd - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "rndis_hdb" - write /config/usb_gadget/g1/idVendor 0x12d1 - write /config/usb_gadget/g1/idProduct 0x108a - start hdbd - -on property:sys.usb.ffs_hdb.ready=1 && property:sys.usb.config=rndis,hdb && property:sys.usb.configfs=1 - write /sys/class/android_usb/android0/f_rndis/wceis 1 - symlink /config/usb_gadget/g1/functions/rndis.gs4 /config/usb_gadget/g1/configs/b.1/f1 - symlink /config/usb_gadget/g1/functions/ffs.hdb /config/usb_gadget/g1/configs/b.1/f2 - write /sys/devices/virtual/android_usb/android0/port_mode 27 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - write /sys/class/net/rndis0/queues/rx-0/rps_cpus f - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=rndis,adb,hdb && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "rndis_adb_hdb" - write /config/usb_gadget/g1/idVendor 0x12d1 - write /config/usb_gadget/g1/idProduct 0x108a - start adbd - start hdbd - -on property:sys.usb.ffs.ready=1 && property:sys.usb.ffs_hdb.ready=1 && property:sys.usb.config=rndis,adb,hdb && property:sys.usb.configfs=1 - write /sys/class/android_usb/android0/f_rndis/wceis 1 - symlink /config/usb_gadget/g1/functions/rndis.gs4 /config/usb_gadget/g1/configs/b.1/f1 - symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f2 - symlink /config/usb_gadget/g1/functions/ffs.hdb /config/usb_gadget/g1/configs/b.1/f3 - write /sys/devices/virtual/android_usb/android0/port_mode 28 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - write /sys/class/net/rndis0/queues/rx-0/rps_cpus f - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=mass_storage && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - stop adbd - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "mass_storage" - write /config/usb_gadget/g1/idVendor 0x12d1 - write /config/usb_gadget/g1/idProduct 0x107e - write /config/usb_gadget/g1/functions/mass_storage.gs6/lun.0/file none - symlink /config/usb_gadget/g1/functions/mass_storage.gs6 /config/usb_gadget/g1/configs/b.1/f1 - write /sys/devices/virtual/android_usb/android0/port_mode 7 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=mass_storage,adb && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "mass_storage_adb" - write /config/usb_gadget/g1/idVendor 0x12d1 - write /config/usb_gadget/g1/idProduct 0x107e - start adbd - -on property:sys.usb.ffs.ready=1 && property:sys.usb.config=mass_storage,adb && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/functions/mass_storage.gs6/lun.0/file none - symlink /config/usb_gadget/g1/functions/mass_storage.gs6 /config/usb_gadget/g1/configs/b.1/f1 - symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f2 - write /sys/devices/virtual/android_usb/android0/port_mode 8 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=mass_storage,hdb && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - stop adbd - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "mass_storage_hdb" - write /config/usb_gadget/g1/idVendor 0x12d1 - write /config/usb_gadget/g1/idProduct 0x107e - start hdbd - -on property:sys.usb.ffs_hdb.ready=1 && property:sys.usb.config=mass_storage,hdb && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/functions/mass_storage.gs6/lun.0/file none - symlink /config/usb_gadget/g1/functions/mass_storage.gs6 /config/usb_gadget/g1/configs/b.1/f1 - symlink /config/usb_gadget/g1/functions/ffs.hdb /config/usb_gadget/g1/configs/b.1/f2 - write /sys/devices/virtual/android_usb/android0/port_mode 31 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=mass_storage,adb,hdb && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "mass_storage_adb_hdb" - write /config/usb_gadget/g1/idVendor 0x12d1 - write /config/usb_gadget/g1/idProduct 0x107e - start adbd - start hdbd - -on property:sys.usb.ffs.ready=1 && property:sys.usb.ffs_hdb.ready=1 && property:sys.usb.config=mass_storage,adb,hdb && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/functions/mass_storage.gs6/lun.0/file none - symlink /config/usb_gadget/g1/functions/mass_storage.gs6 /config/usb_gadget/g1/configs/b.1/f1 - symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f2 - symlink /config/usb_gadget/g1/functions/ffs.hdb /config/usb_gadget/g1/configs/b.1/f2 - write /sys/devices/virtual/android_usb/android0/port_mode 32 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=hisuite,mtp,mass_storage && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - stop adbd - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "hisuite_mtp_mass_storage" - write /config/usb_gadget/g1/idVendor 0x12d1 - write /config/usb_gadget/g1/idProduct 0x107e - symlink /config/usb_gadget/g1/functions/mtp.gs0 /config/usb_gadget/g1/configs/b.1/f1 - write /config/usb_gadget/g1/functions/mass_storage.gs6/lun.0/file ${ro.cust.cdrom} - symlink /config/usb_gadget/g1/functions/mass_storage.gs6 /config/usb_gadget/g1/configs/b.1/f2 - write /sys/devices/virtual/android_usb/android0/port_mode 35 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=hisuite,mtp,mass_storage,adb && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "hisuite_mtp_mass_storage_adb" - write /config/usb_gadget/g1/idVendor 0x12d1 - write /config/usb_gadget/g1/idProduct 0x107e - start adbd - -on property:sys.usb.ffs.ready=1 && property:sys.usb.config=hisuite,mtp,mass_storage,adb && property:sys.usb.configfs=1 - symlink /config/usb_gadget/g1/functions/mtp.gs0 /config/usb_gadget/g1/configs/b.1/f1 - write /config/usb_gadget/g1/functions/mass_storage.gs6/lun.0/file ${ro.cust.cdrom} - symlink /config/usb_gadget/g1/functions/mass_storage.gs6 /config/usb_gadget/g1/configs/b.1/f2 - symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f3 - write /sys/devices/virtual/android_usb/android0/port_mode 15 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=hisuite,mtp,mass_storage,hdb && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - stop adbd - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "hisuite_mtp_mass_storage_hdb" - write /config/usb_gadget/g1/idVendor 0x12d1 - write /config/usb_gadget/g1/idProduct 0x107e - start hdbd - -on property:sys.usb.ffs_hdb.ready=1 && property:sys.usb.config=hisuite,mtp,mass_storage,hdb && property:sys.usb.configfs=1 - symlink /config/usb_gadget/g1/functions/mtp.gs0 /config/usb_gadget/g1/configs/b.1/f1 - write /config/usb_gadget/g1/functions/mass_storage.gs6/lun.0/file ${ro.cust.cdrom} - symlink /config/usb_gadget/g1/functions/mass_storage.gs6 /config/usb_gadget/g1/configs/b.1/f2 - symlink /config/usb_gadget/g1/functions/ffs.hdb /config/usb_gadget/g1/configs/b.1/f3 - write /sys/devices/virtual/android_usb/android0/port_mode 33 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=hisuite,mtp,mass_storage,adb,hdb && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "hisuite_mtp_mass_storage_adb_hdb" - write /config/usb_gadget/g1/idVendor 0x12d1 - write /config/usb_gadget/g1/idProduct 0x107e - start adbd - start hdbd - -on property:sys.usb.ffs.ready=1 && property:sys.usb.ffs_hdb.ready=1 && property:sys.usb.config=hisuite,mtp,mass_storage,adb,hdb && property:sys.usb.configfs=1 - symlink /config/usb_gadget/g1/functions/mtp.gs0 /config/usb_gadget/g1/configs/b.1/f1 - write /config/usb_gadget/g1/functions/mass_storage.gs6/lun.0/file ${ro.cust.cdrom} - symlink /config/usb_gadget/g1/functions/mass_storage.gs6 /config/usb_gadget/g1/configs/b.1/f2 - symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f3 - symlink /config/usb_gadget/g1/functions/ffs.hdb /config/usb_gadget/g1/configs/b.1/f4 - write /sys/devices/virtual/android_usb/android0/port_mode 34 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=rndis,serial && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - stop adbd - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "rndis_serial" - write /config/usb_gadget/g1/idVendor 0x12d1 - write /config/usb_gadget/g1/idProduct 0x107e - write /sys/class/android_usb/android0/f_rndis/wceis 1 - symlink /config/usb_gadget/g1/functions/rndis.gs4 /config/usb_gadget/g1/configs/b.1/f1 - symlink /config/usb_gadget/g1/functions/hw_acm.hw_acm_modem /config/usb_gadget/g1/configs/b.1/f2 - symlink /config/usb_gadget/g1/functions/hw_acm.hw_acm_PCUI /config/usb_gadget/g1/configs/b.1/f3 - symlink /config/usb_gadget/g1/functions/hw_acm.hw_acm_DIAG /config/usb_gadget/g1/configs/b.1/f4 - write /sys/devices/virtual/android_usb/android0/port_mode 36 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - setprop sys.usb.start_atdiag 1 - setprop sys.usb.start_modempcui 0 - write /sys/class/net/rndis0/queues/rx-0/rps_cpus f - setprop sys.usb.state ${sys.usb.config} - -on property:sys.usb.config=rndis,serial,adb && property:sys.usb.configfs=1 - write /config/usb_gadget/g1/UDC "none" - write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "rndis_serial_adb" - write /config/usb_gadget/g1/idVendor 0x12d1 - write /config/usb_gadget/g1/idProduct 0x107e - start adbd - -on property:sys.usb.ffs.ready=1 && property:sys.usb.config=rndis,serial,adb && property:sys.usb.configfs=1 - write /sys/class/android_usb/android0/f_rndis/wceis 1 - symlink /config/usb_gadget/g1/functions/rndis.gs4 /config/usb_gadget/g1/configs/b.1/f1 - symlink /config/usb_gadget/g1/functions/hw_acm.hw_acm_modem /config/usb_gadget/g1/configs/b.1/f2 - symlink /config/usb_gadget/g1/functions/hw_acm.hw_acm_PCUI /config/usb_gadget/g1/configs/b.1/f3 - symlink /config/usb_gadget/g1/functions/hw_acm.hw_acm_DIAG /config/usb_gadget/g1/configs/b.1/f4 - symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f5 - write /sys/devices/virtual/android_usb/android0/port_mode 37 - write /config/usb_gadget/g1/UDC ${sys.usb.controller} - setprop sys.usb.start_atdiag 1 - setprop sys.usb.start_modempcui 0 - write /sys/class/net/rndis0/queues/rx-0/rps_cpus f - setprop sys.usb.state ${sys.usb.config} diff --git a/recovery/root/res/native_packages.xml b/recovery/root/res/native_packages.xml deleted file mode 100644 index d96b091..0000000 Binary files a/recovery/root/res/native_packages.xml and /dev/null differ diff --git a/recovery/root/sbin/27c11b57-14ff-48bf-abbe-92e345092278.sec b/recovery/root/sbin/27c11b57-14ff-48bf-abbe-92e345092278.sec deleted file mode 100755 index 266dcd4..0000000 Binary files a/recovery/root/sbin/27c11b57-14ff-48bf-abbe-92e345092278.sec and /dev/null differ diff --git a/recovery/root/sbin/e2fsck_s b/recovery/root/sbin/e2fsck_s deleted file mode 100644 index 9a61ae5..0000000 Binary files a/recovery/root/sbin/e2fsck_s and /dev/null differ diff --git a/recovery/root/sbin/fsck.f2fs_s b/recovery/root/sbin/fsck.f2fs_s deleted file mode 100644 index 4b33ce9..0000000 Binary files a/recovery/root/sbin/fsck.f2fs_s and /dev/null differ diff --git a/recovery/root/sbin/mkfs.f2fs b/recovery/root/sbin/mkfs.f2fs deleted file mode 100644 index 5dbeb36..0000000 Binary files a/recovery/root/sbin/mkfs.f2fs and /dev/null differ diff --git a/recovery/root/sbin/oeminfo_nvm_server b/recovery/root/sbin/oeminfo_nvm_server deleted file mode 100644 index 94b59da..0000000 Binary files a/recovery/root/sbin/oeminfo_nvm_server and /dev/null differ diff --git a/recovery/root/sbin/teecd b/recovery/root/sbin/teecd deleted file mode 100755 index 8fe8982..0000000 Binary files a/recovery/root/sbin/teecd and /dev/null differ diff --git a/recovery/root/sbin/volisnotd b/recovery/root/sbin/volisnotd deleted file mode 100755 index cff9eba..0000000 Binary files a/recovery/root/sbin/volisnotd and /dev/null differ diff --git a/recovery/root/system/bin/cat b/recovery/root/system/bin/cat deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/cat and /dev/null differ diff --git a/recovery/root/system/bin/chmod b/recovery/root/system/bin/chmod deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/chmod and /dev/null differ diff --git a/recovery/root/system/bin/chown b/recovery/root/system/bin/chown deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/chown and /dev/null differ diff --git a/recovery/root/system/bin/cmp b/recovery/root/system/bin/cmp deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/cmp and /dev/null differ diff --git a/recovery/root/system/bin/cp b/recovery/root/system/bin/cp deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/cp and /dev/null differ diff --git a/recovery/root/system/bin/date b/recovery/root/system/bin/date deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/date and /dev/null differ diff --git a/recovery/root/system/bin/dd b/recovery/root/system/bin/dd deleted file mode 100644 index 8b3d6d3..0000000 Binary files a/recovery/root/system/bin/dd and /dev/null differ diff --git a/recovery/root/system/bin/df b/recovery/root/system/bin/df deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/df and /dev/null differ diff --git a/recovery/root/system/bin/dhcpcd b/recovery/root/system/bin/dhcpcd deleted file mode 100644 index 31f69a3..0000000 Binary files a/recovery/root/system/bin/dhcpcd and /dev/null differ diff --git a/recovery/root/system/bin/dmesg b/recovery/root/system/bin/dmesg deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/dmesg and /dev/null differ diff --git a/recovery/root/system/bin/du b/recovery/root/system/bin/du deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/du and /dev/null differ diff --git a/recovery/root/system/bin/fsck.f2fs b/recovery/root/system/bin/fsck.f2fs deleted file mode 100644 index a5d1e70..0000000 Binary files a/recovery/root/system/bin/fsck.f2fs and /dev/null differ diff --git a/recovery/root/system/bin/getevent b/recovery/root/system/bin/getevent deleted file mode 100644 index 8b3d6d3..0000000 Binary files a/recovery/root/system/bin/getevent and /dev/null differ diff --git a/recovery/root/system/bin/getprop b/recovery/root/system/bin/getprop deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/getprop and /dev/null differ diff --git a/recovery/root/system/bin/grep b/recovery/root/system/bin/grep deleted file mode 100644 index caf8a2a..0000000 Binary files a/recovery/root/system/bin/grep and /dev/null differ diff --git a/recovery/root/system/bin/ifconfig b/recovery/root/system/bin/ifconfig deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/ifconfig and /dev/null differ diff --git a/recovery/root/system/bin/iftop b/recovery/root/system/bin/iftop deleted file mode 100644 index 8b3d6d3..0000000 Binary files a/recovery/root/system/bin/iftop and /dev/null differ diff --git a/recovery/root/system/bin/insmod b/recovery/root/system/bin/insmod deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/insmod and /dev/null differ diff --git a/recovery/root/system/bin/ioctl b/recovery/root/system/bin/ioctl deleted file mode 100644 index 8b3d6d3..0000000 Binary files a/recovery/root/system/bin/ioctl and /dev/null differ diff --git a/recovery/root/system/bin/ionice b/recovery/root/system/bin/ionice deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/ionice and /dev/null differ diff --git a/recovery/root/system/bin/kill b/recovery/root/system/bin/kill deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/kill and /dev/null differ diff --git a/recovery/root/system/bin/linker64 b/recovery/root/system/bin/linker64 deleted file mode 100644 index a503e5d..0000000 Binary files a/recovery/root/system/bin/linker64 and /dev/null differ diff --git a/recovery/root/system/bin/ln b/recovery/root/system/bin/ln deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/ln and /dev/null differ diff --git a/recovery/root/system/bin/log b/recovery/root/system/bin/log deleted file mode 100644 index 8b3d6d3..0000000 Binary files a/recovery/root/system/bin/log and /dev/null differ diff --git a/recovery/root/system/bin/logcat b/recovery/root/system/bin/logcat deleted file mode 100644 index e4e509d..0000000 Binary files a/recovery/root/system/bin/logcat and /dev/null differ diff --git a/recovery/root/system/bin/logwrapper b/recovery/root/system/bin/logwrapper deleted file mode 100644 index 82d5956..0000000 Binary files a/recovery/root/system/bin/logwrapper and /dev/null differ diff --git a/recovery/root/system/bin/ls b/recovery/root/system/bin/ls deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/ls and /dev/null differ diff --git a/recovery/root/system/bin/lsmod b/recovery/root/system/bin/lsmod deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/lsmod and /dev/null differ diff --git a/recovery/root/system/bin/lsof b/recovery/root/system/bin/lsof deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/lsof and /dev/null differ diff --git a/recovery/root/system/bin/mkdir b/recovery/root/system/bin/mkdir deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/mkdir and /dev/null differ diff --git a/recovery/root/system/bin/mount b/recovery/root/system/bin/mount deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/mount and /dev/null differ diff --git a/recovery/root/system/bin/mv b/recovery/root/system/bin/mv deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/mv and /dev/null differ diff --git a/recovery/root/system/bin/nandread b/recovery/root/system/bin/nandread deleted file mode 100644 index 8b3d6d3..0000000 Binary files a/recovery/root/system/bin/nandread and /dev/null differ diff --git a/recovery/root/system/bin/netcfg b/recovery/root/system/bin/netcfg deleted file mode 100644 index d738a6a..0000000 Binary files a/recovery/root/system/bin/netcfg and /dev/null differ diff --git a/recovery/root/system/bin/netstat b/recovery/root/system/bin/netstat deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/netstat and /dev/null differ diff --git a/recovery/root/system/bin/newfs_msdos b/recovery/root/system/bin/newfs_msdos deleted file mode 100644 index 8b3d6d3..0000000 Binary files a/recovery/root/system/bin/newfs_msdos and /dev/null differ diff --git a/recovery/root/system/bin/printenv b/recovery/root/system/bin/printenv deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/printenv and /dev/null differ diff --git a/recovery/root/system/bin/ps b/recovery/root/system/bin/ps deleted file mode 100644 index 8b3d6d3..0000000 Binary files a/recovery/root/system/bin/ps and /dev/null differ diff --git a/recovery/root/system/bin/r b/recovery/root/system/bin/r deleted file mode 100644 index 63a760d..0000000 Binary files a/recovery/root/system/bin/r and /dev/null differ diff --git a/recovery/root/system/bin/reboot b/recovery/root/system/bin/reboot deleted file mode 100644 index 74906a8..0000000 Binary files a/recovery/root/system/bin/reboot and /dev/null differ diff --git a/recovery/root/system/bin/renice b/recovery/root/system/bin/renice deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/renice and /dev/null differ diff --git a/recovery/root/system/bin/rm b/recovery/root/system/bin/rm deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/rm and /dev/null differ diff --git a/recovery/root/system/bin/rmdir b/recovery/root/system/bin/rmdir deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/rmdir and /dev/null differ diff --git a/recovery/root/system/bin/rmmod b/recovery/root/system/bin/rmmod deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/rmmod and /dev/null differ diff --git a/recovery/root/system/bin/route b/recovery/root/system/bin/route deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/route and /dev/null differ diff --git a/recovery/root/system/bin/sendevent b/recovery/root/system/bin/sendevent deleted file mode 100644 index 8b3d6d3..0000000 Binary files a/recovery/root/system/bin/sendevent and /dev/null differ diff --git a/recovery/root/system/bin/setprop b/recovery/root/system/bin/setprop deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/setprop and /dev/null differ diff --git a/recovery/root/system/bin/sgdisk b/recovery/root/system/bin/sgdisk deleted file mode 100644 index fa09ed4..0000000 Binary files a/recovery/root/system/bin/sgdisk and /dev/null differ diff --git a/recovery/root/system/bin/sh b/recovery/root/system/bin/sh deleted file mode 100644 index ed3296f..0000000 Binary files a/recovery/root/system/bin/sh and /dev/null differ diff --git a/recovery/root/system/bin/sleep b/recovery/root/system/bin/sleep deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/sleep and /dev/null differ diff --git a/recovery/root/system/bin/start b/recovery/root/system/bin/start deleted file mode 100644 index 8b3d6d3..0000000 Binary files a/recovery/root/system/bin/start and /dev/null differ diff --git a/recovery/root/system/bin/stop b/recovery/root/system/bin/stop deleted file mode 100644 index 8b3d6d3..0000000 Binary files a/recovery/root/system/bin/stop and /dev/null differ diff --git a/recovery/root/system/bin/sync b/recovery/root/system/bin/sync deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/sync and /dev/null differ diff --git a/recovery/root/system/bin/toolbox b/recovery/root/system/bin/toolbox deleted file mode 100644 index 9ac69d0..0000000 Binary files a/recovery/root/system/bin/toolbox and /dev/null differ diff --git a/recovery/root/system/bin/top b/recovery/root/system/bin/top deleted file mode 100644 index 8b3d6d3..0000000 Binary files a/recovery/root/system/bin/top and /dev/null differ diff --git a/recovery/root/system/bin/touch b/recovery/root/system/bin/touch deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/touch and /dev/null differ diff --git a/recovery/root/system/bin/toybox b/recovery/root/system/bin/toybox deleted file mode 100644 index 123fb6f..0000000 Binary files a/recovery/root/system/bin/toybox and /dev/null differ diff --git a/recovery/root/system/bin/umount b/recovery/root/system/bin/umount deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/umount and /dev/null differ diff --git a/recovery/root/system/bin/uptime b/recovery/root/system/bin/uptime deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/uptime and /dev/null differ diff --git a/recovery/root/system/bin/vmstat b/recovery/root/system/bin/vmstat deleted file mode 100644 index ac55bc1..0000000 Binary files a/recovery/root/system/bin/vmstat and /dev/null differ diff --git a/recovery/root/system/etc/dhcpcd/dhcpcd-hooks/20-dns.conf b/recovery/root/system/etc/dhcpcd/dhcpcd-hooks/20-dns.conf deleted file mode 100644 index 50fc269..0000000 --- a/recovery/root/system/etc/dhcpcd/dhcpcd-hooks/20-dns.conf +++ /dev/null @@ -1,51 +0,0 @@ -# Set net..dnsN properties that contain the -# DNS server addresses given by the DHCP server. - -if [[ $interface == p2p* ]] - then - intf=p2p - else - intf=$interface -fi - -set_dns_props() -{ - case "${new_domain_name_servers}" in - "") return 0;; - esac - - count=1 - for i in 1 2 3 4; do - setprop dhcp.${intf}.dns${i} "" - done - - count=1 - for dnsaddr in ${new_domain_name_servers}; do - setprop dhcp.${intf}.dns${count} ${dnsaddr} - count=$(($count + 1)) - done - - separator=" " - if [ -z "$new_domain_name" ]; then - separator="" - else - if [ -z "$new_domain_search" ]; then - separator="" - fi - fi - setprop dhcp.${intf}.domain "${new_domain_name}$separator${new_domain_search}" -} - -unset_dns_props() -{ - for i in 1 2 3 4; do - setprop dhcp.${intf}.dns${i} "" - done - - setprop dhcp.${intf}.domain "" -} - -case "${reason}" in -BOUND|INFORM|REBIND|REBOOT|RENEW|TIMEOUT) set_dns_props;; -EXPIRE|FAIL|IPV4LL|RELEASE|STOP) unset_dns_props;; -esac diff --git a/recovery/root/system/etc/dhcpcd/dhcpcd-hooks/95-configured b/recovery/root/system/etc/dhcpcd/dhcpcd-hooks/95-configured deleted file mode 100644 index fe76c22..0000000 --- a/recovery/root/system/etc/dhcpcd/dhcpcd-hooks/95-configured +++ /dev/null @@ -1,35 +0,0 @@ -# This script runs last, after all network configuration -# has completed. It sets a property to let the framework -# know that setting up the interface is complete. - -if [[ $interface == p2p* ]] - then - intf=p2p - else - intf=$interface -fi - -# For debugging: -setprop dhcp.${intf}.reason "${reason}" - -case "${reason}" in -BOUND|INFORM|REBIND|REBOOT|RENEW|TIMEOUT) - setprop dhcp.${intf}.ipaddress "${new_ip_address}" - setprop dhcp.${intf}.gateway "${new_routers%% *}" - setprop dhcp.${intf}.mask "${new_subnet_mask}" - setprop dhcp.${intf}.leasetime "${new_dhcp_lease_time}" - setprop dhcp.${intf}.server "${new_dhcp_server_identifier}" - setprop dhcp.${intf}.vendorInfo "${new_vendor_encapsulated_options}" - setprop dhcp.${intf}.mtu "${new_interface_mtu}" - - setprop dhcp.${intf}.result "ok" - ;; - -EXPIRE|FAIL|IPV4LL|STOP) - setprop dhcp.${intf}.result "failed" - ;; - -RELEASE) - setprop dhcp.${intf}.result "released" - ;; -esac diff --git a/recovery/root/system/etc/dhcpcd/dhcpcd-run-hooks b/recovery/root/system/etc/dhcpcd/dhcpcd-run-hooks deleted file mode 100644 index 8b68c69..0000000 --- a/recovery/root/system/etc/dhcpcd/dhcpcd-run-hooks +++ /dev/null @@ -1,31 +0,0 @@ -#!/system/bin/sh -# dhcpcd client configuration script - -# Handy variables and functions for our hooks to use -from="from" -signature_base="# Generated by dhcpcd" -signature="${signature_base} ${from} ${interface}" -signature_base_end="# End of dhcpcd" -signature_end="${signature_base_end} ${from} ${interface}" -state_dir="/data/misc/dhcpcd" - -# We source each script into this one so that scripts run earlier can -# remove variables from the environment so later scripts don't see them. -# Thus, the user can create their dhcpcd.enter/exit-hook script to configure -# /etc/resolv.conf how they want and stop the system scripts ever updating it. -for hook in \ - /system/etc/dhcpcd/dhcpcd.enter-hook \ - /system/etc/dhcpcd/dhcpcd-hooks/* \ - /system/etc/dhcpcd/dhcpcd.exit-hook -do - for skip in ${skip_hooks}; do - case "${hook}" in - */"${skip}") continue 2;; - */[0-9][0-9]"-${skip}") continue 2;; - */[0-9][0-9]"-${skip}.sh") continue 2;; - esac - done - if ls "${hook}" >/dev/null 2>&1; then - . "${hook}" - fi -done diff --git a/recovery/root/system/etc/dhcpcd/dhcpcd.conf b/recovery/root/system/etc/dhcpcd/dhcpcd.conf deleted file mode 100644 index 4d85793..0000000 --- a/recovery/root/system/etc/dhcpcd/dhcpcd.conf +++ /dev/null @@ -1,9 +0,0 @@ -# dhcpcd configuration for Android Wi-Fi interface -# See dhcpcd.conf(5) for details. - -# Enable solicitation of IPv6 Router Advertisementsnoipv6rs -# noipv6rs - -interface wlan0 -# dhcpcd-run-hooks uses these options. -option subnet_mask, routers, domain_name_servers, interface_mtu diff --git a/recovery/root/system/etc/mkshrc b/recovery/root/system/etc/mkshrc deleted file mode 100644 index c254a01..0000000 --- a/recovery/root/system/etc/mkshrc +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright (c) 2010, 2012, 2013, 2014 -# Thorsten Glaser -# This file is provided under the same terms as mksh. -#- -# Minimal /system/etc/mkshrc for Android -# -# Support: https://launchpad.net/mksh - -: ${HOSTNAME:=$(getprop ro.product.device)} -: ${HOSTNAME:=android} -: ${TMPDIR:=/data/local/tmp} -export HOSTNAME TMPDIR - -if (( USER_ID )); then PS1='$'; else PS1='#'; fi -PS4='[$EPOCHREALTIME] '; PS1='${| - local e=$? - - (( e )) && REPLY+="$e|" - - return $e -}$HOSTNAME:${PWD:-?} '"$PS1 " diff --git a/recovery/root/system/etc/wifi/hostapd_hisi.conf b/recovery/root/system/etc/wifi/hostapd_hisi.conf deleted file mode 100644 index 233bc00..0000000 --- a/recovery/root/system/etc/wifi/hostapd_hisi.conf +++ /dev/null @@ -1,10 +0,0 @@ -interface=wlan0 -driver=nl80211 -ctrl_interface=/data/misc/wifi/hostapd -ssid=Androfdys -channel=6 -wpa=2 -rsn_pairwise=CCMP -wpa_psk=c3d3939731a21a645f4ef2cbf29a9d1f1f254a8d9cef81fbc1b92b8ce1d9cb86 -ieee80211n=1 -country_code=CN diff --git a/recovery/root/system/etc/wifi/p2p_supplicant_hisi.conf b/recovery/root/system/etc/wifi/p2p_supplicant_hisi.conf deleted file mode 100644 index 659023d..0000000 --- a/recovery/root/system/etc/wifi/p2p_supplicant_hisi.conf +++ /dev/null @@ -1,15 +0,0 @@ -ctrl_interface=/data/misc/wifi/sockets -driver_param=use_p2p_group_interface=1use_multi_chan_concurrent=1p2p_device=1 -update_config=1 -device_name=HUAWEI Hi1102 -device_type=10-0050F204-5 -manufacturer=HUAWEI -model_name=HUAWEI Hi1102 -model_number=HUAWEI Hi1102 -serial_number=0123456789ABCDEF -config_methods=virtual_push_button physical_display keypad -p2p_ssid_postfix=-HUAWEI Hi1102 -persistent_reconnect=1 -p2p_listen_channel=1 -p2p_oper_channel=1 - diff --git a/recovery/root/system/etc/wifi/p2p_supplicant_overlay.conf b/recovery/root/system/etc/wifi/p2p_supplicant_overlay.conf deleted file mode 100644 index acbace2..0000000 --- a/recovery/root/system/etc/wifi/p2p_supplicant_overlay.conf +++ /dev/null @@ -1 +0,0 @@ -disable_scan_offload=1 diff --git a/recovery/root/system/etc/wifi/wpa_supplicant.conf b/recovery/root/system/etc/wifi/wpa_supplicant.conf deleted file mode 100644 index 45a6fa4..0000000 --- a/recovery/root/system/etc/wifi/wpa_supplicant.conf +++ /dev/null @@ -1,8 +0,0 @@ -update_config=1 -eapol_version=1 -ap_scan=1 -fast_reauth=1 -pmf=1 -interworking=1 -hs20=1 -wapi_type=hisi diff --git a/recovery/root/system/etc/wifi/wpa_supplicant_hisi.conf b/recovery/root/system/etc/wifi/wpa_supplicant_hisi.conf deleted file mode 100644 index 9c14c9d..0000000 --- a/recovery/root/system/etc/wifi/wpa_supplicant_hisi.conf +++ /dev/null @@ -1,12 +0,0 @@ -ctrl_interface=/data/misc/wifi/sockets -driver_param=use_multi_chan_concurrent=1 -update_config=1 -device_name=unknown -manufacturer=HUAWEI -model_name=HUAWEI Hi1102 -model_number=HUAWEI Hi1102 -serial_number=0123456789ABCDEF -device_type=10-0050F204-5 -config_methods=physical_display virtual_push_button -wapi_type=hisi -filter_rssi=-78 diff --git a/recovery/root/system/etc/wifi/wpa_supplicant_overlay.conf b/recovery/root/system/etc/wifi/wpa_supplicant_overlay.conf deleted file mode 100644 index 402c887..0000000 --- a/recovery/root/system/etc/wifi/wpa_supplicant_overlay.conf +++ /dev/null @@ -1,2 +0,0 @@ -disable_scan_offload=1 -filter_rssi=-75 \ No newline at end of file diff --git a/recovery/root/system/lib64/hw/keystore.default.so b/recovery/root/system/lib64/hw/keystore.default.so deleted file mode 100644 index 6401f31..0000000 Binary files a/recovery/root/system/lib64/hw/keystore.default.so and /dev/null differ diff --git a/recovery/root/system/lib64/hw/keystore.hi3650.so b/recovery/root/system/lib64/hw/keystore.hi3650.so deleted file mode 100644 index 95c1174..0000000 Binary files a/recovery/root/system/lib64/hw/keystore.hi3650.so and /dev/null differ diff --git a/recovery/root/system/lib64/libHwedkmgr.so b/recovery/root/system/lib64/libHwedkmgr.so deleted file mode 100644 index e0b2396..0000000 Binary files a/recovery/root/system/lib64/libHwedkmgr.so and /dev/null differ diff --git a/recovery/root/system/lib64/libart.so b/recovery/root/system/lib64/libart.so deleted file mode 100644 index c6bdb87..0000000 Binary files a/recovery/root/system/lib64/libart.so and /dev/null differ diff --git a/recovery/root/system/lib64/libbacktrace.so b/recovery/root/system/lib64/libbacktrace.so deleted file mode 100644 index 4afed96..0000000 Binary files a/recovery/root/system/lib64/libbacktrace.so and /dev/null differ diff --git a/recovery/root/system/lib64/libbase.so b/recovery/root/system/lib64/libbase.so deleted file mode 100644 index f5207f1..0000000 Binary files a/recovery/root/system/lib64/libbase.so and /dev/null differ diff --git a/recovery/root/system/lib64/libbinder.so b/recovery/root/system/lib64/libbinder.so deleted file mode 100644 index 32d1d28..0000000 Binary files a/recovery/root/system/lib64/libbinder.so and /dev/null differ diff --git a/recovery/root/system/lib64/libc++.so b/recovery/root/system/lib64/libc++.so deleted file mode 100644 index 7880b38..0000000 Binary files a/recovery/root/system/lib64/libc++.so and /dev/null differ diff --git a/recovery/root/system/lib64/libc.so b/recovery/root/system/lib64/libc.so deleted file mode 100644 index c9989fa..0000000 Binary files a/recovery/root/system/lib64/libc.so and /dev/null differ diff --git a/recovery/root/system/lib64/libchrlog.so b/recovery/root/system/lib64/libchrlog.so deleted file mode 100644 index 345333d..0000000 Binary files a/recovery/root/system/lib64/libchrlog.so and /dev/null differ diff --git a/recovery/root/system/lib64/libcrypto.so b/recovery/root/system/lib64/libcrypto.so deleted file mode 100644 index 78ab506..0000000 Binary files a/recovery/root/system/lib64/libcrypto.so and /dev/null differ diff --git a/recovery/root/system/lib64/libcutils.so b/recovery/root/system/lib64/libcutils.so deleted file mode 100644 index 0cdcb9f..0000000 Binary files a/recovery/root/system/lib64/libcutils.so and /dev/null differ diff --git a/recovery/root/system/lib64/libdiskconfig.so b/recovery/root/system/lib64/libdiskconfig.so deleted file mode 100644 index 0304ea3..0000000 Binary files a/recovery/root/system/lib64/libdiskconfig.so and /dev/null differ diff --git a/recovery/root/system/lib64/libdl.so b/recovery/root/system/lib64/libdl.so deleted file mode 100644 index 0c2a435..0000000 Binary files a/recovery/root/system/lib64/libdl.so and /dev/null differ diff --git a/recovery/root/system/lib64/libext4_utils.so b/recovery/root/system/lib64/libext4_utils.so deleted file mode 100644 index 2922836..0000000 Binary files a/recovery/root/system/lib64/libext4_utils.so and /dev/null differ diff --git a/recovery/root/system/lib64/libf2fs_sparseblock.so b/recovery/root/system/lib64/libf2fs_sparseblock.so deleted file mode 100644 index 67e95bd..0000000 Binary files a/recovery/root/system/lib64/libf2fs_sparseblock.so and /dev/null differ diff --git a/recovery/root/system/lib64/libfile_sharing_service.so b/recovery/root/system/lib64/libfile_sharing_service.so deleted file mode 100644 index 244c0ff..0000000 Binary files a/recovery/root/system/lib64/libfile_sharing_service.so and /dev/null differ diff --git a/recovery/root/system/lib64/libhardware.so b/recovery/root/system/lib64/libhardware.so deleted file mode 100644 index 01c82e6..0000000 Binary files a/recovery/root/system/lib64/libhardware.so and /dev/null differ diff --git a/recovery/root/system/lib64/libhardware_legacy.so b/recovery/root/system/lib64/libhardware_legacy.so deleted file mode 100644 index e57708e..0000000 Binary files a/recovery/root/system/lib64/libhardware_legacy.so and /dev/null differ diff --git a/recovery/root/system/lib64/libhwlog.so b/recovery/root/system/lib64/libhwlog.so deleted file mode 100644 index 0e80e2d..0000000 Binary files a/recovery/root/system/lib64/libhwlog.so and /dev/null differ diff --git a/recovery/root/system/lib64/libkeymaster1.so b/recovery/root/system/lib64/libkeymaster1.so deleted file mode 100644 index ccb5a2f..0000000 Binary files a/recovery/root/system/lib64/libkeymaster1.so and /dev/null differ diff --git a/recovery/root/system/lib64/libkeymaster_messages.so b/recovery/root/system/lib64/libkeymaster_messages.so deleted file mode 100644 index 0a421c4..0000000 Binary files a/recovery/root/system/lib64/libkeymaster_messages.so and /dev/null differ diff --git a/recovery/root/system/lib64/libkeystore-engine.so b/recovery/root/system/lib64/libkeystore-engine.so deleted file mode 100644 index 33411a9..0000000 Binary files a/recovery/root/system/lib64/libkeystore-engine.so and /dev/null differ diff --git a/recovery/root/system/lib64/libkeystore_binder.so b/recovery/root/system/lib64/libkeystore_binder.so deleted file mode 100644 index 6ee91be..0000000 Binary files a/recovery/root/system/lib64/libkeystore_binder.so and /dev/null differ diff --git a/recovery/root/system/lib64/liblog.so b/recovery/root/system/lib64/liblog.so deleted file mode 100644 index f53537d..0000000 Binary files a/recovery/root/system/lib64/liblog.so and /dev/null differ diff --git a/recovery/root/system/lib64/liblogwrap.so b/recovery/root/system/lib64/liblogwrap.so deleted file mode 100644 index c0849bd..0000000 Binary files a/recovery/root/system/lib64/liblogwrap.so and /dev/null differ diff --git a/recovery/root/system/lib64/liblz4.so b/recovery/root/system/lib64/liblz4.so deleted file mode 100644 index 8b6b395..0000000 Binary files a/recovery/root/system/lib64/liblz4.so and /dev/null differ diff --git a/recovery/root/system/lib64/liblzma.so b/recovery/root/system/lib64/liblzma.so deleted file mode 100644 index a969908..0000000 Binary files a/recovery/root/system/lib64/liblzma.so and /dev/null differ diff --git a/recovery/root/system/lib64/libm.so b/recovery/root/system/lib64/libm.so deleted file mode 100644 index 4053b88..0000000 Binary files a/recovery/root/system/lib64/libm.so and /dev/null differ diff --git a/recovery/root/system/lib64/libmini_md5.so b/recovery/root/system/lib64/libmini_md5.so deleted file mode 100644 index bd85e7c..0000000 Binary files a/recovery/root/system/lib64/libmini_md5.so and /dev/null differ diff --git a/recovery/root/system/lib64/libnativebridge.so b/recovery/root/system/lib64/libnativebridge.so deleted file mode 100644 index 1447388..0000000 Binary files a/recovery/root/system/lib64/libnativebridge.so and /dev/null differ diff --git a/recovery/root/system/lib64/libnativehelper.so b/recovery/root/system/lib64/libnativehelper.so deleted file mode 100644 index 92e928d..0000000 Binary files a/recovery/root/system/lib64/libnativehelper.so and /dev/null differ diff --git a/recovery/root/system/lib64/libnativeloader.so b/recovery/root/system/lib64/libnativeloader.so deleted file mode 100644 index edc3093..0000000 Binary files a/recovery/root/system/lib64/libnativeloader.so and /dev/null differ diff --git a/recovery/root/system/lib64/libnetutils.so b/recovery/root/system/lib64/libnetutils.so deleted file mode 100644 index 5176c16..0000000 Binary files a/recovery/root/system/lib64/libnetutils.so and /dev/null differ diff --git a/recovery/root/system/lib64/libnl.so b/recovery/root/system/lib64/libnl.so deleted file mode 100644 index 93a7d6d..0000000 Binary files a/recovery/root/system/lib64/libnl.so and /dev/null differ diff --git a/recovery/root/system/lib64/libpackagelistparser.so b/recovery/root/system/lib64/libpackagelistparser.so deleted file mode 100644 index 0a3252a..0000000 Binary files a/recovery/root/system/lib64/libpackagelistparser.so and /dev/null differ diff --git a/recovery/root/system/lib64/libpcre.so b/recovery/root/system/lib64/libpcre.so deleted file mode 100644 index 6495e8c..0000000 Binary files a/recovery/root/system/lib64/libpcre.so and /dev/null differ diff --git a/recovery/root/system/lib64/libprotobuf-cpp-lite.so b/recovery/root/system/lib64/libprotobuf-cpp-lite.so deleted file mode 100644 index edc65dd..0000000 Binary files a/recovery/root/system/lib64/libprotobuf-cpp-lite.so and /dev/null differ diff --git a/recovery/root/system/lib64/libselinux.so b/recovery/root/system/lib64/libselinux.so deleted file mode 100644 index 74c043f..0000000 Binary files a/recovery/root/system/lib64/libselinux.so and /dev/null differ diff --git a/recovery/root/system/lib64/libsigchain.so b/recovery/root/system/lib64/libsigchain.so deleted file mode 100644 index a8c3b8f..0000000 Binary files a/recovery/root/system/lib64/libsigchain.so and /dev/null differ diff --git a/recovery/root/system/lib64/libsoftkeymaster.so b/recovery/root/system/lib64/libsoftkeymaster.so deleted file mode 100644 index 2a4aff6..0000000 Binary files a/recovery/root/system/lib64/libsoftkeymaster.so and /dev/null differ diff --git a/recovery/root/system/lib64/libsoftkeymasterdevice.so b/recovery/root/system/lib64/libsoftkeymasterdevice.so deleted file mode 100644 index 611baa3..0000000 Binary files a/recovery/root/system/lib64/libsoftkeymasterdevice.so and /dev/null differ diff --git a/recovery/root/system/lib64/libsparse.so b/recovery/root/system/lib64/libsparse.so deleted file mode 100644 index 28bead4..0000000 Binary files a/recovery/root/system/lib64/libsparse.so and /dev/null differ diff --git a/recovery/root/system/lib64/libssl.so b/recovery/root/system/lib64/libssl.so deleted file mode 100644 index 47f4652..0000000 Binary files a/recovery/root/system/lib64/libssl.so and /dev/null differ diff --git a/recovery/root/system/lib64/libstdc++.so b/recovery/root/system/lib64/libstdc++.so deleted file mode 100644 index f73b3f6..0000000 Binary files a/recovery/root/system/lib64/libstdc++.so and /dev/null differ diff --git a/recovery/root/system/lib64/libsysutils.so b/recovery/root/system/lib64/libsysutils.so deleted file mode 100644 index bf6b8a0..0000000 Binary files a/recovery/root/system/lib64/libsysutils.so and /dev/null differ diff --git a/recovery/root/system/lib64/libteec.so b/recovery/root/system/lib64/libteec.so deleted file mode 100644 index 0e758f2..0000000 Binary files a/recovery/root/system/lib64/libteec.so and /dev/null differ diff --git a/recovery/root/system/lib64/libunwind.so b/recovery/root/system/lib64/libunwind.so deleted file mode 100644 index c6a6085..0000000 Binary files a/recovery/root/system/lib64/libunwind.so and /dev/null differ diff --git a/recovery/root/system/lib64/libutils.so b/recovery/root/system/lib64/libutils.so deleted file mode 100644 index 776a239..0000000 Binary files a/recovery/root/system/lib64/libutils.so and /dev/null differ diff --git a/recovery/root/system/lib64/libwifi_wapi_hisi.so b/recovery/root/system/lib64/libwifi_wapi_hisi.so deleted file mode 100644 index a3965d8..0000000 Binary files a/recovery/root/system/lib64/libwifi_wapi_hisi.so and /dev/null differ diff --git a/recovery/root/system/lib64/libwpa_client.so b/recovery/root/system/lib64/libwpa_client.so deleted file mode 100644 index d14ca5e..0000000 Binary files a/recovery/root/system/lib64/libwpa_client.so and /dev/null differ diff --git a/recovery/root/system/lib64/libz.so b/recovery/root/system/lib64/libz.so deleted file mode 100644 index 261259b..0000000 Binary files a/recovery/root/system/lib64/libz.so and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/BCM4345C0_003.001.025.0124.0000.hcd b/recovery/root/system/vendor/firmware/BCM4345C0_003.001.025.0124.0000.hcd deleted file mode 100644 index 07a1550..0000000 Binary files a/recovery/root/system/vendor/firmware/BCM4345C0_003.001.025.0124.0000.hcd and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/Boot.bin b/recovery/root/system/vendor/firmware/Boot.bin deleted file mode 100644 index 2d00760..0000000 Binary files a/recovery/root/system/vendor/firmware/Boot.bin and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/BootOcram.bin b/recovery/root/system/vendor/firmware/BootOcram.bin deleted file mode 100644 index 7ee3f7e..0000000 Binary files a/recovery/root/system/vendor/firmware/BootOcram.bin and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/Main.bin b/recovery/root/system/vendor/firmware/Main.bin deleted file mode 100644 index c70a79a..0000000 Binary files a/recovery/root/system/vendor/firmware/Main.bin and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/SCTable.bin b/recovery/root/system/vendor/firmware/SCTable.bin deleted file mode 100644 index cccb027..0000000 Binary files a/recovery/root/system/vendor/firmware/SCTable.bin and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/TBM_Latour.bin b/recovery/root/system/vendor/firmware/TBM_Latour.bin deleted file mode 100644 index 530ca77..0000000 Binary files a/recovery/root/system/vendor/firmware/TBM_Latour.bin and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/Total.wdk b/recovery/root/system/vendor/firmware/Total.wdk deleted file mode 100644 index 2f49def..0000000 Binary files a/recovery/root/system/vendor/firmware/Total.wdk and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/fw_bcm4334_hw_2ant.bin b/recovery/root/system/vendor/firmware/fw_bcm4334_hw_2ant.bin deleted file mode 100644 index 9d3ad5e..0000000 Binary files a/recovery/root/system/vendor/firmware/fw_bcm4334_hw_2ant.bin and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/fw_bcm4334_test_2ant.bin b/recovery/root/system/vendor/firmware/fw_bcm4334_test_2ant.bin deleted file mode 100644 index 7d715d4..0000000 Binary files a/recovery/root/system/vendor/firmware/fw_bcm4334_test_2ant.bin and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/fw_bcm43455_apsta_hw.bin b/recovery/root/system/vendor/firmware/fw_bcm43455_apsta_hw.bin deleted file mode 100644 index 732afbf..0000000 Binary files a/recovery/root/system/vendor/firmware/fw_bcm43455_apsta_hw.bin and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/fw_bcm43455_hw.bin b/recovery/root/system/vendor/firmware/fw_bcm43455_hw.bin deleted file mode 100644 index 0d9b67d..0000000 Binary files a/recovery/root/system/vendor/firmware/fw_bcm43455_hw.bin and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/fw_bcm43455_test_hw_apsta.bin b/recovery/root/system/vendor/firmware/fw_bcm43455_test_hw_apsta.bin deleted file mode 100644 index 5b6a65e..0000000 Binary files a/recovery/root/system/vendor/firmware/fw_bcm43455_test_hw_apsta.bin and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/hifi_6402.img b/recovery/root/system/vendor/firmware/hifi_6402.img deleted file mode 100644 index 6dc0411..0000000 Binary files a/recovery/root/system/vendor/firmware/hifi_6402.img and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/hifi_6402_2spk.img b/recovery/root/system/vendor/firmware/hifi_6402_2spk.img deleted file mode 100644 index b4797fa..0000000 Binary files a/recovery/root/system/vendor/firmware/hifi_6402_2spk.img and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/hifi_6403.img b/recovery/root/system/vendor/firmware/hifi_6403.img deleted file mode 100644 index 9d83e28..0000000 Binary files a/recovery/root/system/vendor/firmware/hifi_6403.img and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/hifi_6403_tfa.img b/recovery/root/system/vendor/firmware/hifi_6403_tfa.img deleted file mode 100644 index 22b77e0..0000000 Binary files a/recovery/root/system/vendor/firmware/hifi_6403_tfa.img and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/isp_bw.elf b/recovery/root/system/vendor/firmware/isp_bw.elf deleted file mode 100644 index 50c50e0..0000000 Binary files a/recovery/root/system/vendor/firmware/isp_bw.elf and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/isp_dts.img b/recovery/root/system/vendor/firmware/isp_dts.img deleted file mode 100644 index 2fb6d48..0000000 Binary files a/recovery/root/system/vendor/firmware/isp_dts.img and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/isp_fw.elf b/recovery/root/system/vendor/firmware/isp_fw.elf deleted file mode 100644 index 9fb2301..0000000 Binary files a/recovery/root/system/vendor/firmware/isp_fw.elf and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/miniBoot.bin b/recovery/root/system/vendor/firmware/miniBoot.bin deleted file mode 100644 index b7890d6..0000000 Binary files a/recovery/root/system/vendor/firmware/miniBoot.bin and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/nvram43455_hw.txt b/recovery/root/system/vendor/firmware/nvram43455_hw.txt deleted file mode 100644 index dfe3394..0000000 --- a/recovery/root/system/vendor/firmware/nvram43455_hw.txt +++ /dev/null @@ -1,112 +0,0 @@ -# Cloned from bcm94345wlpagb_p2xx.txt -####################################################################################### -# NVRAM file for BCM43455/Huawei, Dual Band, -####################################################################################### -# Date # Description # Owner -####################################################################################### -# 2015.05.01 # first release # Zhip@broadcom.com -####################################################################################### -# 2015.05.08 # add comment, modify some items # Zhip@broadcom.com -####################################################################################### -# 2015.06.15 # 5G cal # linbin -####################################################################################### -# 2015.06.17 # rssi modlify # linbin -####################################################################################### -# 2015.07.16 # fdss level modlify # linbin -####################################################################################### -# 2015.08.18 # PA CAL # linbin -####################################################################################### -# 2015.08.27 # filter type cbfilttype # linbin -####################################################################################### - -#1.¹Ì¶¨µÄһЩIDÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -NVRAMRev=$Rev: 498373 $ -sromrev=11 -vendid=0x14e4 -devid=0x43ab -manfid=0x2d0 -prodid=0x06e4 -nocrc=1 -boardtype=0x6e4 -boardrev=0x1304 - -#2. -# ¾§ÌåƵÂʺ͹ú¼ÒÂë/ÇøÓòÂë/RSSIУÕý, Ç뻪ΪÈí¼þ/ÉäƵÈËÔ±×ÔÐе÷Õû -# macµØÖ·ÒÔHOSTÅäÖýøÀ´µÄÓÅÏÈ -xtalfreq=37400 -macaddr=00:90:4c:c5:12:38 -ccode=CN -regrev=38 -rssicorrnorm_c0= -4,-4 - -#3. boardflags, Çë×ÉѯBroadcom -boardflags=0x00080001 -boardflags2=0x40000000 -boardflags3=0x48200100 - -#4. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -phycal_tempdelta=15 -rxchain=1 -txchain=1 -aa2g=1 -aa5g=1 -tssipos5g=1 -tssipos2g=1 -femctrl=0 -AvVmid_c0=0,157,1,126,1,126,1,126,1,126 - -#5. paУ׼²ÎÊýºÍ¹¦ÂÊÉÏÏÞ,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -pa2ga0=-214,5370,-692 -pa5ga0=-158,5726,-651,-155,5653,-644,-153,5619,-646,-151,5546,-646 - -#6. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -itrsw=1 -pdoffset2g40ma0=10 -pdoffset40ma0=0xaaaa -pdoffset80ma0=0xaaaa -extpagain5g=2 -extpagain2g=2 -tworangetssi2g=1 -tworangetssi5g=1 -fdss_level_2g=2,2 -pacalpwr2g=11 -cbfilttype=3 - -#7. 2gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -maxp2ga0=74 -ofdmlrbw202gpo=0x0000 -dot11agofdmhrbw202gpo=0x0000 -mcsbw202gpo=0x44222222 - - -#8. 5gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -maxp5ga0=74,74,74,74 -mcsbw205glpo=0x86200000 -mcslr5glpo=0x4321 -mcsbw205gmpo=0x86200000 -mcsbw205ghpo=0x86200000 -mcsbw405glpo=0x88222222 -mcsbw405gmpo=0x88222222 -mcsbw405ghpo=0x88222222 -mcsbw805glpo=0xaaaaaaaa -mcsbw805gmpo=0xaaaaaaaa -mcsbw805ghpo=0xaaaaaaaa - - -#9. ÌìÏß¿ØÖÆ, ²»Òª¶¯,Çë×ÉѯBroadcom -swctrlmap_2g=0x00040004,0x00020002,0x00040004,0x010a02,0x1ff -swctrlmap_5g=0x00100010,0x00200020,0x00200020,0x010a02,0x2f4 -swctrlmapext_5g=0x00000000,0x00000000,0x00000000,0x000000,0x000 -swctrlmapext_2g=0x00000000,0x00000000,0x00000000,0x000000,0x000 - -#10. DFSµÄһЩÉ趨, ²»Òª¶¯,Çë×ÉѯBroadcom -vcodivmode=1 -deadman_to=481500000 -ed_thresh2g=-54 -ed_thresh5g=-54 -eu_edthresh2g=-54 -eu_edthresh5g=-54 - -#11. OOBÉ趨,Èí¼þ¹¤³Ìʦ¾ö¶¨,0x1 for UART enable, 0x2 for GPIOs, 0x8 for JTAG, 0x10 for HW OOB -muxenab=0x10 - diff --git a/recovery/root/system/vendor/firmware/nvram43455_hw_edison.txt b/recovery/root/system/vendor/firmware/nvram43455_hw_edison.txt deleted file mode 100644 index 95bd7ac..0000000 --- a/recovery/root/system/vendor/firmware/nvram43455_hw_edison.txt +++ /dev/null @@ -1,101 +0,0 @@ -# Cloned from bcm94345wlpagb_p2xx.txt -####################################################################################### -# NVRAM file for BCM43455/Huawei, Dual Band, -####################################################################################### -# Date # Description # Owner -####################################################################################### -# 2015.05.01 # first release # Zhip@broadcom.com -####################################################################################### - - -#1.¹Ì¶¨µÄһЩIDÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -NVRAMRev=$Rev: 498373 $ -sromrev=11 -vendid=0x14e4 -devid=0x43ab -manfid=0x2d0 -prodid=0x06e4 -nocrc=1 -boardtype=0x6e4 -boardrev=0x1304 - -#2. -# ¾§ÌåƵÂʺ͹ú¼ÒÂë/ÇøÓòÂë/RSSIУÕý, Ç뻪ΪÈí¼þ/ÉäƵÈËÔ±×ÔÐе÷Õû -# macµØÖ·ÒÔHOSTÅäÖýøÀ´µÄÓÅÏÈ -xtalfreq=37400 -macaddr=00:90:4c:c5:12:38 -# ¹ú¼ÒÂëccdoe±ØÐëÅäºÏregrevÒ»ÆðÐÞ¸Ä -ccode=CN -regrev=38 -rssicorrnorm_c0= -2,-2 - -#3. boardflags, Çë×ÉѯBroadcom -boardflags=0x00080001 -boardflags2=0x40000000 -boardflags3=0x48200100 - -#4. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -phycal_tempdelta=15 -rxchain=1 -txchain=1 -aa2g=1 -aa5g=1 -tssipos5g=1 -tssipos2g=1 -femctrl=0 -AvVmid_c0=0,157,1,126,1,126,1,126,1,126 - -#5. paУ׼²ÎÊýºÍ¹¦ÂÊÉÏÏÞ,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -pa2ga0=-214,5370,-692 -pa5ga0=-125,5726,-651,-137,5653,-644,-136,5619,-646,-118,5546,-646 - -#6. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -itrsw=1 -pdoffset2g40ma0=10 -pdoffset40ma0=0xaaaa -pdoffset80ma0=0xaaaa -extpagain5g=2 -extpagain2g=2 -tworangetssi2g=1 -tworangetssi5g=1 -fdss_level_2g=0,0 -pacalpwr2g=11 -cbfilttype=3 - -#7. 2gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -maxp2ga0=80 -ofdmlrbw202gpo=0x0053 -dot11agofdmhrbw202gpo=0xCC55 -mcsbw202gpo=0xFFBB3333 - - -#8. 5gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -maxp5ga0=74,74,74,74 -mcsbw205glpo=0xCA882220 -mcslr5glpo=0x0000 -mcsbw205gmpo=0xCA882220 -mcsbw205ghpo=0xCA882220 -mcsbw405glpo=0xCA882222 -mcsbw405gmpo=0xCA882222 -mcsbw405ghpo=0xCA882222 -mcsbw805glpo=0xECAA4444 -mcsbw805gmpo=0xECAA4444 -mcsbw805ghpo=0xECAA4444 - -#9. ÌìÏß¿ØÖÆ, ²»Òª¶¯,Çë×ÉѯBroadcom -swctrlmap_2g=0x00040004,0x00020002,0x00040004,0x010a02,0x1ff -swctrlmap_5g=0x00100010,0x00200020,0x00200020,0x010a02,0x2f4 -swctrlmapext_5g=0x00000000,0x00000000,0x00000000,0x000000,0x000 -swctrlmapext_2g=0x00000000,0x00000000,0x00000000,0x000000,0x000 - -#10. DFSµÄһЩÉ趨, ²»Òª¶¯,Çë×ÉѯBroadcom -vcodivmode=1 -deadman_to=481500000 -ed_thresh2g=-54 -ed_thresh5g=-54 -eu_edthresh2g=-54 -eu_edthresh5g=-54 - -#11. OOBÉ趨,Èí¼þ¹¤³Ìʦ¾ö¶¨,0x1 for UART enable, 0x2 for GPIOs, 0x8 for JTAG, 0x10 for HW OOB -muxenab=0x10 - diff --git a/recovery/root/system/vendor/firmware/nvram43455_hw_eva.txt b/recovery/root/system/vendor/firmware/nvram43455_hw_eva.txt deleted file mode 100644 index 3e503eb..0000000 --- a/recovery/root/system/vendor/firmware/nvram43455_hw_eva.txt +++ /dev/null @@ -1,113 +0,0 @@ -# Cloned from bcm94345wlpagb_p2xx.txt -####################################################################################### -# NVRAM file for BCM43455/Huawei, Dual Band, -####################################################################################### -# Date # Description # Owner -####################################################################################### -# 2015.05.01 # first release # Zhip@broadcom.com -####################################################################################### -# 2015.05.08 # add comment, modify some items # Zhip@broadcom.com -####################################################################################### -# 2015.06.15 # 5G cal # linbin -####################################################################################### -# 2015.06.17 # rssi modlify # linbin -####################################################################################### -# 2015.07.16 # fdss level modlify # linbin -####################################################################################### -# 2015.08.18 # PA CAL # linbin -####################################################################################### -# 2015.08.27 # filter type cbfilttype # linbin -####################################################################################### - -#1.¹Ì¶¨µÄһЩIDÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -NVRAMRev=$Rev: 498373 $ -sromrev=11 -vendid=0x14e4 -devid=0x43ab -manfid=0x2d0 -prodid=0x06e4 -nocrc=1 -boardtype=0x6e4 -boardrev=0x1304 - -#2. -# ¾§ÌåƵÂʺ͹ú¼ÒÂë/ÇøÓòÂë/RSSIУÕý, Ç뻪ΪÈí¼þ/ÉäƵÈËÔ±×ÔÐе÷Õû -# macµØÖ·ÒÔHOSTÅäÖýøÀ´µÄÓÅÏÈ -xtalfreq=37400 -macaddr=00:90:4c:c5:12:38 -ccode=CN -regrev=38 -rssicorrnorm_c0= -4,-4 - -#3. boardflags, Çë×ÉѯBroadcom -boardflags=0x00080001 -boardflags2=0x40000000 -boardflags3=0x48200100 - -#4. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -phycal_tempdelta=15 -rxchain=1 -txchain=1 -aa2g=1 -aa5g=1 -tssipos5g=1 -tssipos2g=1 -femctrl=0 -AvVmid_c0=0,157,1,126,1,126,1,126,1,126 - -#5. paУ׼²ÎÊýºÍ¹¦ÂÊÉÏÏÞ,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -pa2ga0=-125,6235,-661 -pa5ga0=-158,5726,-651,-155,5653,-644,-153,5619,-646,-151,5546,-646 - -#6. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -itrsw=1 -pdoffset2g40ma0=10 -pdoffset40ma0=0xaaaa -pdoffset80ma0=0xaaaa -extpagain5g=2 -extpagain2g=2 -tworangetssi2g=1 -tworangetssi5g=1 -fdss_level_2g=2,2 -cbfilttype=0 -pacalindex2g=65 - - -#7. 2gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -maxp2ga0=74 -ofdmlrbw202gpo=0x2000 -dot11agofdmhrbw202gpo=0x0000 -mcsbw202gpo=0x66622222 - - -#8. 5gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -maxp5ga0=74,74,74,74 -mcsbw205glpo=0xa8430000 -mcslr5glpo=0x4321 -mcsbw205gmpo=0xa8430000 -mcsbw205ghpo=0xa8430000 -mcsbw405glpo=0xaa422222 -mcsbw405gmpo=0xaa422222 -mcsbw405ghpo=0xaa422222 -mcsbw805glpo=0xccaaaaaa -mcsbw805gmpo=0xccaaaaaa -mcsbw805ghpo=0xccaaaaaa - - -#9. ÌìÏß¿ØÖÆ, ²»Òª¶¯,Çë×ÉѯBroadcom -swctrlmap_2g=0x00040004,0x00020002,0x00040004,0x010a02,0x1ff -swctrlmap_5g=0x00100010,0x00200020,0x00200020,0x010a02,0x2f4 -swctrlmapext_5g=0x00000000,0x00000000,0x00000000,0x000000,0x000 -swctrlmapext_2g=0x00000000,0x00000000,0x00000000,0x000000,0x000 - -#10. DFSµÄһЩÉ趨, ²»Òª¶¯,Çë×ÉѯBroadcom -vcodivmode=1 -deadman_to=481500000 -ed_thresh2g=-54 -ed_thresh5g=-54 -eu_edthresh2g=-54 -eu_edthresh5g=-54 - -#11. OOBÉ趨,Èí¼þ¹¤³Ìʦ¾ö¶¨,0x1 for UART enable, 0x2 for GPIOs, 0x8 for JTAG, 0x10 for HW OOB -muxenab=0x10 - diff --git a/recovery/root/system/vendor/firmware/nvram43455_hw_eva_TUCL.txt b/recovery/root/system/vendor/firmware/nvram43455_hw_eva_TUCL.txt deleted file mode 100644 index feaad83..0000000 --- a/recovery/root/system/vendor/firmware/nvram43455_hw_eva_TUCL.txt +++ /dev/null @@ -1,113 +0,0 @@ -# Cloned from bcm94345wlpagb_p2xx.txt -####################################################################################### -# NVRAM file for BCM43455/Huawei, Dual Band, -####################################################################################### -# Date # Description # Owner -####################################################################################### -# 2015.05.01 # first release # Zhip@broadcom.com -####################################################################################### -# 2015.05.08 # add comment, modify some items # Zhip@broadcom.com -####################################################################################### -# 2015.06.15 # 5G cal # linbin -####################################################################################### -# 2015.06.17 # rssi modlify # linbin -####################################################################################### -# 2015.07.16 # fdss level modlify # linbin -####################################################################################### -# 2015.08.18 # PA CAL # linbin -####################################################################################### -# 2015.08.27 # filter type cbfilttype # linbin -####################################################################################### - -#1.¹Ì¶¨µÄһЩIDÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -NVRAMRev=$Rev: 498373 $ -sromrev=11 -vendid=0x14e4 -devid=0x43ab -manfid=0x2d0 -prodid=0x06e4 -nocrc=1 -boardtype=0x6e4 -boardrev=0x1304 - -#2. -# ¾§ÌåƵÂʺ͹ú¼ÒÂë/ÇøÓòÂë/RSSIУÕý, Ç뻪ΪÈí¼þ/ÉäƵÈËÔ±×ÔÐе÷Õû -# macµØÖ·ÒÔHOSTÅäÖýøÀ´µÄÓÅÏÈ -xtalfreq=37400 -macaddr=00:90:4c:c5:12:38 -ccode=CN -regrev=38 -rssicorrnorm_c0= -1,-1 - -#3. boardflags, Çë×ÉѯBroadcom -boardflags=0x00080001 -boardflags2=0x40000000 -boardflags3=0x48200100 - -#4. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -phycal_tempdelta=15 -rxchain=1 -txchain=1 -aa2g=1 -aa5g=1 -tssipos5g=1 -tssipos2g=1 -femctrl=0 -AvVmid_c0=0,157,1,126,1,126,1,126,1,126 - -#5. paУ׼²ÎÊýºÍ¹¦ÂÊÉÏÏÞ,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -pa2ga0=-125,6235,-661 -pa5ga0=-158,5726,-651,-155,5653,-644,-153,5619,-646,-151,5546,-646 - -#6. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -itrsw=1 -pdoffset2g40ma0=10 -pdoffset40ma0=0xaaaa -pdoffset80ma0=0xaaaa -extpagain5g=2 -extpagain2g=2 -tworangetssi2g=1 -tworangetssi5g=1 -fdss_level_2g=2,2 -cbfilttype=0 -pacalindex2g=65 - - -#7. 2gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -maxp2ga0=74 -ofdmlrbw202gpo=0x2000 -dot11agofdmhrbw202gpo=0x0000 -mcsbw202gpo=0x66622222 - - -#8. 5gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -maxp5ga0=74,74,74,74 -mcsbw205glpo=0xa8430000 -mcslr5glpo=0x4321 -mcsbw205gmpo=0xa8430000 -mcsbw205ghpo=0xa8430000 -mcsbw405glpo=0xaa422222 -mcsbw405gmpo=0xaa422222 -mcsbw405ghpo=0xaa422222 -mcsbw805glpo=0xccaaaaaa -mcsbw805gmpo=0xccaaaaaa -mcsbw805ghpo=0xccaaaaaa - - -#9. ÌìÏß¿ØÖÆ, ²»Òª¶¯,Çë×ÉѯBroadcom -swctrlmap_2g=0x00040004,0x00020002,0x00040004,0x010a02,0x1ff -swctrlmap_5g=0x00100010,0x00200020,0x00200020,0x010a02,0x2f4 -swctrlmapext_5g=0x00000000,0x00000000,0x00000000,0x000000,0x000 -swctrlmapext_2g=0x00000000,0x00000000,0x00000000,0x000000,0x000 - -#10. DFSµÄһЩÉ趨, ²»Òª¶¯,Çë×ÉѯBroadcom -vcodivmode=1 -deadman_to=481500000 -ed_thresh2g=-54 -ed_thresh5g=-54 -eu_edthresh2g=-54 -eu_edthresh5g=-54 - -#11. OOBÉ趨,Èí¼þ¹¤³Ìʦ¾ö¶¨,0x1 for UART enable, 0x2 for GPIOs, 0x8 for JTAG, 0x10 for HW OOB -muxenab=0x10 - diff --git a/recovery/root/system/vendor/firmware/nvram43455_hw_eva_TUCL_oversea.txt b/recovery/root/system/vendor/firmware/nvram43455_hw_eva_TUCL_oversea.txt deleted file mode 100644 index e7e9d44..0000000 --- a/recovery/root/system/vendor/firmware/nvram43455_hw_eva_TUCL_oversea.txt +++ /dev/null @@ -1,112 +0,0 @@ -# Cloned from bcm94345wlpagb_p2xx.txt -####################################################################################### -# NVRAM file for BCM43455/Huawei, Dual Band, -####################################################################################### -# Date # Description # Owner -####################################################################################### -# 2015.05.01 # first release # Zhip@broadcom.com -####################################################################################### -# 2015.05.08 # add comment, modify some items # Zhip@broadcom.com -####################################################################################### -# 2015.06.15 # 5G cal # linbin -####################################################################################### -# 2015.06.17 # rssi modlify # linbin -####################################################################################### -# 2015.07.16 # fdss level modlify # linbin -####################################################################################### -# 2015.08.18 # PA CAL # linbin -####################################################################################### -# 2015.08.27 # filter type cbfilttype # linbin -####################################################################################### -# 2016.02.17 # PA CAL RSSI 5Gsig 2G sig # xuxiangliu -####################################################################################### - -#1.¹Ì¶¨µÄһЩIDÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -NVRAMRev=$Rev: 498373 $ -sromrev=11 -vendid=0x14e4 -devid=0x43ab -manfid=0x2d0 -prodid=0x06e4 -nocrc=1 -boardtype=0x6e4 -boardrev=0x1304 - -#2. -# ¾§ÌåƵÂʺ͹ú¼ÒÂë/ÇøÓòÂë/RSSIУÕý, Ç뻪ΪÈí¼þ/ÉäƵÈËÔ±×ÔÐе÷Õû -# macµØÖ·ÒÔHOSTÅäÖýøÀ´µÄÓÅÏÈ -xtalfreq=37400 -macaddr=00:90:4c:c5:12:38 -ccode=CN -regrev=38 -rssicorrnorm_c0= -1,-1 - -#3. boardflags, Çë×ÉѯBroadcom -boardflags=0x00080001 -boardflags2=0x40000000 -boardflags3=0x48200100 - -#4. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -phycal_tempdelta=15 -rxchain=1 -txchain=1 -aa2g=1 -aa5g=1 -tssipos5g=1 -tssipos2g=1 -femctrl=0 -AvVmid_c0=0,157,1,126,1,126,1,126,1,126 - -#5. paУ׼²ÎÊýºÍ¹¦ÂÊÉÏÏÞ,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -pa2ga0=-125,6235,-661 -pa5ga0=-158,5726,-651,-155,5653,-644,-153,5619,-646,-151,5546,-646 - -#6. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -itrsw=1 -pdoffset2g40ma0=10 -pdoffset40ma0=0xaaaa -pdoffset80ma0=0xaaaa -extpagain5g=2 -extpagain2g=2 -tworangetssi2g=1 -tworangetssi5g=1 -fdss_level_2g=2,2 -cbfilttype=0 -pacalindex2g=65 - -#7. 2gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -maxp2ga0=74 -ofdmlrbw202gpo=0x0033 -dot11agofdmhrbw202gpo=0x3333 -mcsbw202gpo=0x55555555 - -#8. 5gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -maxp5ga0=74,74,74,74 -mcsbw205glpo=0x77644444 -mcslr5glpo=0x4321 -mcsbw205gmpo=0x77644444 -mcsbw205ghpo=0x77644444 -mcsbw405glpo=0x99999999 -mcsbw405gmpo=0x99999999 -mcsbw405ghpo=0x99999999 -mcsbw805glpo=0xaaaaaaaa -mcsbw805gmpo=0xaaaaaaaa -mcsbw805ghpo=0xaaaaaaaa - -#9. ÌìÏß¿ØÖÆ, ²»Òª¶¯,Çë×ÉѯBroadcom -swctrlmap_2g=0x00040004,0x00020002,0x00040004,0x010a02,0x1ff -swctrlmap_5g=0x00100010,0x00200020,0x00200020,0x010a02,0x2f4 -swctrlmapext_5g=0x00000000,0x00000000,0x00000000,0x000000,0x000 -swctrlmapext_2g=0x00000000,0x00000000,0x00000000,0x000000,0x000 - -#10. DFSµÄһЩÉ趨, ²»Òª¶¯,Çë×ÉѯBroadcom -vcodivmode=1 -deadman_to=481500000 -ed_thresh2g=-54 -ed_thresh5g=-54 -eu_edthresh2g=-54 -eu_edthresh5g=-54 - -#11. OOBÉ趨,Èí¼þ¹¤³Ìʦ¾ö¶¨,0x1 for UART enable, 0x2 for GPIOs, 0x8 for JTAG, 0x10 for HW OOB -muxenab=0x10 - diff --git a/recovery/root/system/vendor/firmware/nvram43455_hw_eva_TUGL.txt b/recovery/root/system/vendor/firmware/nvram43455_hw_eva_TUGL.txt deleted file mode 100644 index 00cc971..0000000 --- a/recovery/root/system/vendor/firmware/nvram43455_hw_eva_TUGL.txt +++ /dev/null @@ -1,113 +0,0 @@ -# Cloned from bcm94345wlpagb_p2xx.txt -####################################################################################### -# NVRAM file for BCM43455/Huawei, Dual Band, -####################################################################################### -# Date # Description # Owner -####################################################################################### -# 2015.05.01 # first release # Zhip@broadcom.com -####################################################################################### -# 2015.05.08 # add comment, modify some items # Zhip@broadcom.com -####################################################################################### -# 2015.06.15 # 5G cal # linbin -####################################################################################### -# 2015.06.17 # rssi modlify # linbin -####################################################################################### -# 2015.07.16 # fdss level modlify # linbin -####################################################################################### -# 2015.08.18 # PA CAL # linbin -####################################################################################### -# 2015.08.27 # filter type cbfilttype # linbin -####################################################################################### - -#1.¹Ì¶¨µÄһЩIDÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -NVRAMRev=$Rev: 498373 $ -sromrev=11 -vendid=0x14e4 -devid=0x43ab -manfid=0x2d0 -prodid=0x06e4 -nocrc=1 -boardtype=0x6e4 -boardrev=0x1304 - -#2. -# ¾§ÌåƵÂʺ͹ú¼ÒÂë/ÇøÓòÂë/RSSIУÕý, Ç뻪ΪÈí¼þ/ÉäƵÈËÔ±×ÔÐе÷Õû -# macµØÖ·ÒÔHOSTÅäÖýøÀ´µÄÓÅÏÈ -xtalfreq=37400 -macaddr=00:90:4c:c5:12:38 -ccode=CN -regrev=38 -rssicorrnorm_c0= -2,-2 - -#3. boardflags, Çë×ÉѯBroadcom -boardflags=0x00080001 -boardflags2=0x40000000 -boardflags3=0x48200100 - -#4. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -phycal_tempdelta=15 -rxchain=1 -txchain=1 -aa2g=1 -aa5g=1 -tssipos5g=1 -tssipos2g=1 -femctrl=0 -AvVmid_c0=0,157,1,126,1,126,1,126,1,126 - -#5. paУ׼²ÎÊýºÍ¹¦ÂÊÉÏÏÞ,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -pa2ga0=-125,6235,-661 -pa5ga0=-158,5726,-651,-155,5653,-644,-153,5619,-646,-151,5546,-646 - -#6. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -itrsw=1 -pdoffset2g40ma0=10 -pdoffset40ma0=0xaaaa -pdoffset80ma0=0xaaaa -extpagain5g=2 -extpagain2g=2 -tworangetssi2g=1 -tworangetssi5g=1 -fdss_level_2g=2,2 -cbfilttype=0 -pacalindex2g=65 - - -#7. 2gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -maxp2ga0=74 -ofdmlrbw202gpo=0x2000 -dot11agofdmhrbw202gpo=0x0000 -mcsbw202gpo=0x66622222 - - -#8. 5gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -maxp5ga0=74,74,74,74 -mcsbw205glpo=0xa8430000 -mcslr5glpo=0x4321 -mcsbw205gmpo=0xa8430000 -mcsbw205ghpo=0xa8430000 -mcsbw405glpo=0xaa422222 -mcsbw405gmpo=0xaa422222 -mcsbw405ghpo=0xaa422222 -mcsbw805glpo=0xccaaaaaa -mcsbw805gmpo=0xccaaaaaa -mcsbw805ghpo=0xccaaaaaa - - -#9. ÌìÏß¿ØÖÆ, ²»Òª¶¯,Çë×ÉѯBroadcom -swctrlmap_2g=0x00040004,0x00020002,0x00040004,0x010a02,0x1ff -swctrlmap_5g=0x00100010,0x00200020,0x00200020,0x010a02,0x2f4 -swctrlmapext_5g=0x00000000,0x00000000,0x00000000,0x000000,0x000 -swctrlmapext_2g=0x00000000,0x00000000,0x00000000,0x000000,0x000 - -#10. DFSµÄһЩÉ趨, ²»Òª¶¯,Çë×ÉѯBroadcom -vcodivmode=1 -deadman_to=481500000 -ed_thresh2g=-54 -ed_thresh5g=-54 -eu_edthresh2g=-54 -eu_edthresh5g=-54 - -#11. OOBÉ趨,Èí¼þ¹¤³Ìʦ¾ö¶¨,0x1 for UART enable, 0x2 for GPIOs, 0x8 for JTAG, 0x10 for HW OOB -muxenab=0x10 - diff --git a/recovery/root/system/vendor/firmware/nvram43455_hw_eva_TUGL_oversea.txt b/recovery/root/system/vendor/firmware/nvram43455_hw_eva_TUGL_oversea.txt deleted file mode 100644 index 5829f08..0000000 --- a/recovery/root/system/vendor/firmware/nvram43455_hw_eva_TUGL_oversea.txt +++ /dev/null @@ -1,112 +0,0 @@ -# Cloned from bcm94345wlpagb_p2xx.txt -####################################################################################### -# NVRAM file for BCM43455/Huawei, Dual Band, -####################################################################################### -# Date # Description # Owner -####################################################################################### -# 2015.05.01 # first release # Zhip@broadcom.com -####################################################################################### -# 2015.05.08 # add comment, modify some items # Zhip@broadcom.com -####################################################################################### -# 2015.06.15 # 5G cal # linbin -####################################################################################### -# 2015.06.17 # rssi modlify # linbin -####################################################################################### -# 2015.07.16 # fdss level modlify # linbin -####################################################################################### -# 2015.08.18 # PA CAL # linbin -####################################################################################### -# 2015.08.27 # filter type cbfilttype # linbin -####################################################################################### -# 2016.02.17 # PA CAL RSSI 5Gsig 2G sig # xuxiangliu -####################################################################################### - -#1.¹Ì¶¨µÄһЩIDÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -NVRAMRev=$Rev: 498373 $ -sromrev=11 -vendid=0x14e4 -devid=0x43ab -manfid=0x2d0 -prodid=0x06e4 -nocrc=1 -boardtype=0x6e4 -boardrev=0x1304 - -#2. -# ¾§ÌåƵÂʺ͹ú¼ÒÂë/ÇøÓòÂë/RSSIУÕý, Ç뻪ΪÈí¼þ/ÉäƵÈËÔ±×ÔÐе÷Õû -# macµØÖ·ÒÔHOSTÅäÖýøÀ´µÄÓÅÏÈ -xtalfreq=37400 -macaddr=00:90:4c:c5:12:38 -ccode=CN -regrev=38 -rssicorrnorm_c0= -2,-2 - -#3. boardflags, Çë×ÉѯBroadcom -boardflags=0x00080001 -boardflags2=0x40000000 -boardflags3=0x48200100 - -#4. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -phycal_tempdelta=15 -rxchain=1 -txchain=1 -aa2g=1 -aa5g=1 -tssipos5g=1 -tssipos2g=1 -femctrl=0 -AvVmid_c0=0,157,1,126,1,126,1,126,1,126 - -#5. paУ׼²ÎÊýºÍ¹¦ÂÊÉÏÏÞ,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -pa2ga0=-125,6235,-661 -pa5ga0=-158,5726,-651,-155,5653,-644,-153,5619,-646,-151,5546,-646 - -#6. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -itrsw=1 -pdoffset2g40ma0=10 -pdoffset40ma0=0xaaaa -pdoffset80ma0=0xaaaa -extpagain5g=2 -extpagain2g=2 -tworangetssi2g=1 -tworangetssi5g=1 -fdss_level_2g=2,2 -cbfilttype=0 -pacalindex2g=65 - -#7. 2gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -maxp2ga0=74 -ofdmlrbw202gpo=0x0033 -dot11agofdmhrbw202gpo=0x3333 -mcsbw202gpo=0x55555555 - -#8. 5gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -maxp5ga0=74,74,74,74 -mcsbw205glpo=0x77644444 -mcslr5glpo=0x4321 -mcsbw205gmpo=0x77644444 -mcsbw205ghpo=0x77644444 -mcsbw405glpo=0x99999999 -mcsbw405gmpo=0x99999999 -mcsbw405ghpo=0x99999999 -mcsbw805glpo=0xaaaaaaaa -mcsbw805gmpo=0xaaaaaaaa -mcsbw805ghpo=0xaaaaaaaa - -#9. ÌìÏß¿ØÖÆ, ²»Òª¶¯,Çë×ÉѯBroadcom -swctrlmap_2g=0x00040004,0x00020002,0x00040004,0x010a02,0x1ff -swctrlmap_5g=0x00100010,0x00200020,0x00200020,0x010a02,0x2f4 -swctrlmapext_5g=0x00000000,0x00000000,0x00000000,0x000000,0x000 -swctrlmapext_2g=0x00000000,0x00000000,0x00000000,0x000000,0x000 - -#10. DFSµÄһЩÉ趨, ²»Òª¶¯,Çë×ÉѯBroadcom -vcodivmode=1 -deadman_to=481500000 -ed_thresh2g=-54 -ed_thresh5g=-54 -eu_edthresh2g=-54 -eu_edthresh5g=-54 - -#11. OOBÉ趨,Èí¼þ¹¤³Ìʦ¾ö¶¨,0x1 for UART enable, 0x2 for GPIOs, 0x8 for JTAG, 0x10 for HW OOB -muxenab=0x10 - diff --git a/recovery/root/system/vendor/firmware/nvram43455_hw_eva_ULG.txt b/recovery/root/system/vendor/firmware/nvram43455_hw_eva_ULG.txt deleted file mode 100644 index 46628b6..0000000 --- a/recovery/root/system/vendor/firmware/nvram43455_hw_eva_ULG.txt +++ /dev/null @@ -1,121 +0,0 @@ -# Cloned from bcm94345wlpagb_p2xx.txt -####################################################################################### -# NVRAM file for BCM43455/Huawei, Dual Band, -####################################################################################### -# Date # Description # Owner -####################################################################################### -# 2015.05.01 # first release # Zhip@broadcom.com -####################################################################################### -# 2015.05.08 # add comment, modify some items # Zhip@broadcom.com -####################################################################################### -# 2015.06.15 # 5G cal # linbin -####################################################################################### -# 2015.06.17 # rssi modlify # linbin -####################################################################################### -# 2015.07.16 # fdss level modlify # linbin -####################################################################################### -# 2015.08.18 # PA CAL # linbin -####################################################################################### -# 2015.08.27 # filter type cbfilttype # linbin -####################################################################################### -# 2016.01.11 # PA CAL # xuxiangliu -####################################################################################### -# 2016.01.11 # RSSI # xuxiangliu -####################################################################################### -# 2016.01.11 # 5G paamamlimit5g # xuxiangliu -####################################################################################### -# 2016.01.11 # target power for oversea version signalling higher # xuxiangliu -####################################################################################### - -#1.¹Ì¶¨µÄһЩIDÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -NVRAMRev=$Rev: 498373 $ -sromrev=11 -vendid=0x14e4 -devid=0x43ab -manfid=0x2d0 -prodid=0x06e4 -nocrc=1 -boardtype=0x6e4 -boardrev=0x1304 - -#2. -# ¾§ÌåƵÂʺ͹ú¼ÒÂë/ÇøÓòÂë/RSSIУÕý, Ç뻪ΪÈí¼þ/ÉäƵÈËÔ±×ÔÐе÷Õû -# macµØÖ·ÒÔHOSTÅäÖýøÀ´µÄÓÅÏÈ -xtalfreq=37400 -macaddr=00:90:4c:c5:12:38 -ccode=CN -regrev=38 -rssicorrnorm_c0= -2,-2 - -#3. boardflags, Çë×ÉѯBroadcom -boardflags=0x00080001 -boardflags2=0x40000000 -boardflags3=0x48200100 - -#4. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -phycal_tempdelta=15 -rxchain=1 -txchain=1 -aa2g=1 -aa5g=1 -tssipos5g=1 -tssipos2g=1 -femctrl=0 -AvVmid_c0=0,157,1,126,1,126,1,126,1,126 - -#5. paУ׼²ÎÊýºÍ¹¦ÂÊÉÏÏÞ,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -pa2ga0=-125,6235,-661 -pa5ga0=-158,5726,-651,-155,5653,-644,-153,5619,-646,-151,5546,-646 - -#6. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -itrsw=1 -pdoffset2g40ma0=10 -pdoffset40ma0=0xaaaa -pdoffset80ma0=0xaaaa -extpagain5g=2 -extpagain2g=2 -tworangetssi2g=1 -tworangetssi5g=1 -fdss_level_2g=2,2 -cbfilttype=0 -pacalindex2g=65 - - -#7. 2gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -maxp2ga0=74 -ofdmlrbw202gpo=0x2000 -dot11agofdmhrbw202gpo=0x0000 -mcsbw202gpo=0x66622222 - - -#8. 5gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -maxp5ga0=74,74,74,74 -mcsbw205glpo=0xa8430000 -mcslr5glpo=0x4321 -mcsbw205gmpo=0xa8430000 -mcsbw205ghpo=0xa8430000 -mcsbw405glpo=0xaa422222 -mcsbw405gmpo=0xaa422222 -mcsbw405ghpo=0xaa422222 -mcsbw805glpo=0xccaaaaaa -mcsbw805gmpo=0xccaaaaaa -mcsbw805ghpo=0xccaaaaaa - - -#9. ÌìÏß¿ØÖÆ, ²»Òª¶¯,Çë×ÉѯBroadcom -swctrlmap_2g=0x00040004,0x00020002,0x00040004,0x010a02,0x1ff -swctrlmap_5g=0x00100010,0x00200020,0x00200020,0x010a02,0x2f4 -swctrlmapext_5g=0x00000000,0x00000000,0x00000000,0x000000,0x000 -swctrlmapext_2g=0x00000000,0x00000000,0x00000000,0x000000,0x000 - -#10. DFSµÄһЩÉ趨, ²»Òª¶¯,Çë×ÉѯBroadcom -vcodivmode=1 -deadman_to=481500000 -ed_thresh2g=-54 -ed_thresh5g=-54 -eu_edthresh2g=-54 -eu_edthresh5g=-54 - -#11. OOBÉ趨,Èí¼þ¹¤³Ìʦ¾ö¶¨,0x1 for UART enable, 0x2 for GPIOs, 0x8 for JTAG, 0x10 for HW OOB -muxenab=0x10 - diff --git a/recovery/root/system/vendor/firmware/nvram43455_hw_eva_ULG_oversea.txt b/recovery/root/system/vendor/firmware/nvram43455_hw_eva_ULG_oversea.txt deleted file mode 100644 index 1fd9fa6..0000000 --- a/recovery/root/system/vendor/firmware/nvram43455_hw_eva_ULG_oversea.txt +++ /dev/null @@ -1,112 +0,0 @@ -# Cloned from bcm94345wlpagb_p2xx.txt -####################################################################################### -# NVRAM file for BCM43455/Huawei, Dual Band, -####################################################################################### -# Date # Description # Owner -####################################################################################### -# 2015.05.01 # first release # Zhip@broadcom.com -####################################################################################### -# 2015.05.08 # add comment, modify some items # Zhip@broadcom.com -####################################################################################### -# 2015.06.15 # 5G cal # linbin -####################################################################################### -# 2015.06.17 # rssi modlify # linbin -####################################################################################### -# 2015.07.16 # fdss level modlify # linbin -####################################################################################### -# 2015.08.18 # PA CAL # linbin -####################################################################################### -# 2015.08.27 # filter type cbfilttype # linbin -####################################################################################### -# 2016.01.30 # PA CAL RSSI 5Gsig 2G sig # xuxiangliu -####################################################################################### - -#1.¹Ì¶¨µÄһЩIDÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -NVRAMRev=$Rev: 498373 $ -sromrev=11 -vendid=0x14e4 -devid=0x43ab -manfid=0x2d0 -prodid=0x06e4 -nocrc=1 -boardtype=0x6e4 -boardrev=0x1304 - -#2. -# ¾§ÌåƵÂʺ͹ú¼ÒÂë/ÇøÓòÂë/RSSIУÕý, Ç뻪ΪÈí¼þ/ÉäƵÈËÔ±×ÔÐе÷Õû -# macµØÖ·ÒÔHOSTÅäÖýøÀ´µÄÓÅÏÈ -xtalfreq=37400 -macaddr=00:90:4c:c5:12:38 -ccode=CN -regrev=38 -rssicorrnorm_c0= -2,-2 - -#3. boardflags, Çë×ÉѯBroadcom -boardflags=0x00080001 -boardflags2=0x40000000 -boardflags3=0x48200100 - -#4. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -phycal_tempdelta=15 -rxchain=1 -txchain=1 -aa2g=1 -aa5g=1 -tssipos5g=1 -tssipos2g=1 -femctrl=0 -AvVmid_c0=0,157,1,126,1,126,1,126,1,126 - -#5. paУ׼²ÎÊýºÍ¹¦ÂÊÉÏÏÞ,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -pa2ga0=-125,6235,-661 -pa5ga0=-158,5726,-651,-155,5653,-644,-153,5619,-646,-151,5546,-646 - -#6. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -itrsw=1 -pdoffset2g40ma0=10 -pdoffset40ma0=0xaaaa -pdoffset80ma0=0xaaaa -extpagain5g=2 -extpagain2g=2 -tworangetssi2g=1 -tworangetssi5g=1 -fdss_level_2g=2,2 -cbfilttype=0 -pacalindex2g=65 - -#7. 2gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -maxp2ga0=74 -ofdmlrbw202gpo=0x0033 -dot11agofdmhrbw202gpo=0x3333 -mcsbw202gpo=0x55555555 - -#8. 5gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -maxp5ga0=74,74,74,74 -mcsbw205glpo=0x77644444 -mcslr5glpo=0x4321 -mcsbw205gmpo=0x77644444 -mcsbw205ghpo=0x77644444 -mcsbw405glpo=0x77666666 -mcsbw405gmpo=0x77666666 -mcsbw405ghpo=0x77666666 -mcsbw805glpo=0xaaaaaaaa -mcsbw805gmpo=0xaaaaaaaa -mcsbw805ghpo=0xaaaaaaaa - -#9. ÌìÏß¿ØÖÆ, ²»Òª¶¯,Çë×ÉѯBroadcom -swctrlmap_2g=0x00040004,0x00020002,0x00040004,0x010a02,0x1ff -swctrlmap_5g=0x00100010,0x00200020,0x00200020,0x010a02,0x2f4 -swctrlmapext_5g=0x00000000,0x00000000,0x00000000,0x000000,0x000 -swctrlmapext_2g=0x00000000,0x00000000,0x00000000,0x000000,0x000 - -#10. DFSµÄһЩÉ趨, ²»Òª¶¯,Çë×ÉѯBroadcom -vcodivmode=1 -deadman_to=481500000 -ed_thresh2g=-54 -ed_thresh5g=-54 -eu_edthresh2g=-54 -eu_edthresh5g=-54 - -#11. OOBÉ趨,Èí¼þ¹¤³Ìʦ¾ö¶¨,0x1 for UART enable, 0x2 for GPIOs, 0x8 for JTAG, 0x10 for HW OOB -muxenab=0x10 - diff --git a/recovery/root/system/vendor/firmware/nvram43455_hw_frd_l04.txt b/recovery/root/system/vendor/firmware/nvram43455_hw_frd_l04.txt deleted file mode 100644 index a3996f7..0000000 --- a/recovery/root/system/vendor/firmware/nvram43455_hw_frd_l04.txt +++ /dev/null @@ -1,125 +0,0 @@ -# Cloned from bcm94345wlpagb_p2xx.txt -####################################################################################### -# NVRAM file for BCM43455/Huawei, Dual Band, -####################################################################################### -# Date # Description # Owner -####################################################################################### -# 2015.05.01 # first release # Zhip@broadcom.com -####################################################################################### -# 2015.05.08 # add comment, modify some items # Zhip@broadcom.com -####################################################################################### -# 2015.06.15 # 5G cal # linbin -####################################################################################### -# 2015.06.17 # rssi modlify # linbin -####################################################################################### -# 2015.07.16 # fdss level modlify # linbin -####################################################################################### -# 2015.08.18 # PA CAL # linbin -####################################################################################### -# 2015.08.27 # filter type cbfilttype # linbin -####################################################################################### -# 2015.09.11 # -#pacalpwr2g=11 cbfilttype=0 pacalindex2g=65 mcsbw202gpo=0x66444444 # linbin -####################################################################################### -# 2015.09.18 # pdoffsetcckma0=0x1 cckdigfilttype=5 # linbin -####################################################################################### - -#1.¹Ì¶¨µÄһЩIDÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -NVRAMRev=$Rev: 498373 $ -sromrev=11 -vendid=0x14e4 -devid=0x43ab -manfid=0x2d0 -prodid=0x06e4 -nocrc=1 -boardtype=0x6e4 -boardrev=0x1304 - -#2. -# ¾§ÌåƵÂʺ͹ú¼ÒÂë/ÇøÓòÂë/RSSIУÕý, Ç뻪ΪÈí¼þ/ÉäƵÈËÔ±×ÔÐе÷Õû -# macµØÖ·ÒÔHOSTÅäÖýøÀ´µÄÓÅÏÈ -xtalfreq=37400 -macaddr=00:90:4c:c5:12:38 -ccode=CN -regrev=38 -rssicorrnorm_c0=-4,-4 - -#3. boardflags, Çë×ÉѯBroadcom -boardflags=0x00080001 -boardflags2=0x40000000 -boardflags3=0x48200100 - -#4. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -phycal_tempdelta=15 -rxchain=1 -txchain=1 -aa2g=1 -aa5g=1 -tssipos5g=1 -tssipos2g=1 -femctrl=0 -AvVmid_c0=0,157,1,126,1,126,1,126,1,126 - -#5. paУ׼²ÎÊýºÍ¹¦ÂÊÉÏÏÞ,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -pa2ga1=-118,4850,-635 -pa2ga0=-179,5625,-664 -pa5ga1=-142,4930,-655,-150,4859,-646,-156,4887,-644,-158,4864,-641 -pa5ga0=-136,5973,-654,-168,5723,-672,-118,5994,-630,-151,5727,-654 - -#6. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -itrsw=1 -pdoffset2g40ma0=10 -pdoffset40ma0=0xaaaa -pdoffset80ma0=0xaaaa -extpagain5g=2 -extpagain2g=2 -tworangetssi2g=1 -tworangetssi5g=1 -fdss_level_2g=2,2 -fdss_level_5g=4,4 -#pacalpwr2g=11 -cbfilttype=0 -pacalindex2g=65 -cckdigfilttype=5 -pdoffsetcckma0=0x1 - -#7. 2gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨,OK -maxp2ga0=80 -ofdmlrbw202gpo=0x0011 -dot11agofdmhrbw202gpo=0x7755 -mcsbw202gpo=0x99775544 -mcsbw402gpo=0xaa996655 - - -#8. 5gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨,ok -maxp5ga0=78,78,78,78 -mcslr5glpo=0x0000 -mcsbw205glpo=0xa9442210 -mcsbw205gmpo=0xa9442210 -mcsbw205ghpo=0xa9442210 - -mcsbw405glpo=0xa9632211 -mcsbw405gmpo=0xa9632211 -mcsbw405ghpo=0xa9632211 - -mcsbw805glpo=0xcc864433 -mcsbw805gmpo=0xcc864433 -mcsbw805ghpo=0xcc864433 - - -#9. ÌìÏß¿ØÖÆ, ²»Òª¶¯,Çë×ÉѯBroadcom -swctrlmap_2g=0x00040004,0x00020002,0x00040004,0x010a02,0x1ff -swctrlmap_5g=0x00100010,0x00200020,0x00200020,0x010a02,0x2f4 -swctrlmapext_5g=0x00000000,0x00000000,0x00000000,0x000000,0x000 -swctrlmapext_2g=0x00000000,0x00000000,0x00000000,0x000000,0x000 - -#10. DFSµÄһЩÉ趨, ²»Òª¶¯,Çë×ÉѯBroadcom -vcodivmode=1 -deadman_to=481500000 -ed_thresh2g=-54 -ed_thresh5g=-54 -eu_edthresh2g=-54 -eu_edthresh5g=-54 - -#11. OOBÉ趨,Èí¼þ¹¤³Ìʦ¾ö¶¨,0x1 for UART enable, 0x2 for GPIOs, 0x8 for JTAG, 0x10 for HW OOB -muxenab=0x10 diff --git a/recovery/root/system/vendor/firmware/nvram43455_hw_frd_l04_oversea.txt b/recovery/root/system/vendor/firmware/nvram43455_hw_frd_l04_oversea.txt deleted file mode 100644 index 5da0f69..0000000 --- a/recovery/root/system/vendor/firmware/nvram43455_hw_frd_l04_oversea.txt +++ /dev/null @@ -1,124 +0,0 @@ -# Cloned from bcm94345wlpagb_p2xx.txt -####################################################################################### -# NVRAM file for BCM43455/Huawei, Dual Band, -####################################################################################### -# Date # Description # Owner -####################################################################################### -# 2015.05.01 # first release # Zhip@broadcom.com -####################################################################################### -# 2015.05.08 # add comment, modify some items # Zhip@broadcom.com -####################################################################################### -# 2015.06.15 # 5G cal # linbin -####################################################################################### -# 2015.06.17 # rssi modlify # linbin -####################################################################################### -# 2015.07.16 # fdss level modlify # linbin -####################################################################################### -# 2015.08.18 # PA CAL # linbin -####################################################################################### -# 2015.08.27 # filter type cbfilttype # linbin -####################################################################################### -# 2015.09.11 # -#pacalpwr2g=11 cbfilttype=0 pacalindex2g=65 mcsbw202gpo=0x66444444 # linbin -####################################################################################### -# 2015.09.18 # pdoffsetcckma0=0x1 cckdigfilttype=5 # linbin -####################################################################################### - -#1.¹Ì¶¨µÄһЩIDÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -NVRAMRev=$Rev: 498373 $ -sromrev=11 -vendid=0x14e4 -devid=0x43ab -manfid=0x2d0 -prodid=0x06e4 -nocrc=1 -boardtype=0x6e4 -boardrev=0x1304 - -#2. -# ¾§ÌåƵÂʺ͹ú¼ÒÂë/ÇøÓòÂë/RSSIУÕý, Ç뻪ΪÈí¼þ/ÉäƵÈËÔ±×ÔÐе÷Õû -# macµØÖ·ÒÔHOSTÅäÖýøÀ´µÄÓÅÏÈ -xtalfreq=37400 -macaddr=00:90:4c:c5:12:38 -ccode=CN -regrev=38 -rssicorrnorm_c0=-4,-4 - -#3. boardflags, Çë×ÉѯBroadcom -boardflags=0x00080001 -boardflags2=0x40000000 -boardflags3=0x48200100 - -#4. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -phycal_tempdelta=15 -rxchain=1 -txchain=1 -aa2g=1 -aa5g=1 -tssipos5g=1 -tssipos2g=1 -femctrl=0 -AvVmid_c0=0,157,1,126,1,126,1,126,1,126 - -#5. paУ׼²ÎÊýºÍ¹¦ÂÊÉÏÏÞ,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -pa2ga1=-118,4850,-635 -pa2ga0=-179,5625,-664 -pa5ga1=-142,4930,-655,-150,4859,-646,-156,4887,-644,-158,4864,-641 -pa5ga0=-136,5973,-654,-168,5723,-672,-118,5994,-630,-151,5727,-654 - -#6. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -itrsw=1 -pdoffset2g40ma0=10 -pdoffset40ma0=0xaaaa -pdoffset80ma0=0xaaaa -extpagain5g=2 -extpagain2g=2 -tworangetssi2g=1 -tworangetssi5g=1 -fdss_level_2g=2,2 -fdss_level_5g=4,4 -#pacalpwr2g=11 -cbfilttype=0 -pacalindex2g=65 -cckdigfilttype=5 -pdoffsetcckma0=0x1 - -#7. 2gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨,OK -maxp2ga0=80 -ofdmlrbw202gpo=0x0011 -dot11agofdmhrbw202gpo=0x7755 -mcsbw202gpo=0x99775544 -mcsbw402gpo=0xaa996655 - -#8. 5gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨,ok -maxp5ga0=74,74,74,74 -mcslr5glpo=0x0000 -mcsbw205glpo=0x87666666 -mcsbw205gmpo=0x87666666 -mcsbw205ghpo=0x87666666 - -mcsbw405glpo=0x88888888 -mcsbw405gmpo=0x88888888 -mcsbw405ghpo=0x88888888 - -mcsbw805glpo=0xaa888888 -mcsbw805gmpo=0xaa888888 -mcsbw805ghpo=0xaa888888 - - -#9. ÌìÏß¿ØÖÆ, ²»Òª¶¯,Çë×ÉѯBroadcom -swctrlmap_2g=0x00040004,0x00020002,0x00040004,0x010a02,0x1ff -swctrlmap_5g=0x00100010,0x00200020,0x00200020,0x010a02,0x2f4 -swctrlmapext_5g=0x00000000,0x00000000,0x00000000,0x000000,0x000 -swctrlmapext_2g=0x00000000,0x00000000,0x00000000,0x000000,0x000 - -#10. DFSµÄһЩÉ趨, ²»Òª¶¯,Çë×ÉѯBroadcom -vcodivmode=1 -deadman_to=481500000 -ed_thresh2g=-54 -ed_thresh5g=-54 -eu_edthresh2g=-54 -eu_edthresh5g=-54 - -#11. OOBÉ趨,Èí¼þ¹¤³Ìʦ¾ö¶¨,0x1 for UART enable, 0x2 for GPIOs, 0x8 for JTAG, 0x10 for HW OOB -muxenab=0x10 diff --git a/recovery/root/system/vendor/firmware/nvram43455_hw_frd_l09.txt b/recovery/root/system/vendor/firmware/nvram43455_hw_frd_l09.txt deleted file mode 100644 index a3996f7..0000000 --- a/recovery/root/system/vendor/firmware/nvram43455_hw_frd_l09.txt +++ /dev/null @@ -1,125 +0,0 @@ -# Cloned from bcm94345wlpagb_p2xx.txt -####################################################################################### -# NVRAM file for BCM43455/Huawei, Dual Band, -####################################################################################### -# Date # Description # Owner -####################################################################################### -# 2015.05.01 # first release # Zhip@broadcom.com -####################################################################################### -# 2015.05.08 # add comment, modify some items # Zhip@broadcom.com -####################################################################################### -# 2015.06.15 # 5G cal # linbin -####################################################################################### -# 2015.06.17 # rssi modlify # linbin -####################################################################################### -# 2015.07.16 # fdss level modlify # linbin -####################################################################################### -# 2015.08.18 # PA CAL # linbin -####################################################################################### -# 2015.08.27 # filter type cbfilttype # linbin -####################################################################################### -# 2015.09.11 # -#pacalpwr2g=11 cbfilttype=0 pacalindex2g=65 mcsbw202gpo=0x66444444 # linbin -####################################################################################### -# 2015.09.18 # pdoffsetcckma0=0x1 cckdigfilttype=5 # linbin -####################################################################################### - -#1.¹Ì¶¨µÄһЩIDÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -NVRAMRev=$Rev: 498373 $ -sromrev=11 -vendid=0x14e4 -devid=0x43ab -manfid=0x2d0 -prodid=0x06e4 -nocrc=1 -boardtype=0x6e4 -boardrev=0x1304 - -#2. -# ¾§ÌåƵÂʺ͹ú¼ÒÂë/ÇøÓòÂë/RSSIУÕý, Ç뻪ΪÈí¼þ/ÉäƵÈËÔ±×ÔÐе÷Õû -# macµØÖ·ÒÔHOSTÅäÖýøÀ´µÄÓÅÏÈ -xtalfreq=37400 -macaddr=00:90:4c:c5:12:38 -ccode=CN -regrev=38 -rssicorrnorm_c0=-4,-4 - -#3. boardflags, Çë×ÉѯBroadcom -boardflags=0x00080001 -boardflags2=0x40000000 -boardflags3=0x48200100 - -#4. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -phycal_tempdelta=15 -rxchain=1 -txchain=1 -aa2g=1 -aa5g=1 -tssipos5g=1 -tssipos2g=1 -femctrl=0 -AvVmid_c0=0,157,1,126,1,126,1,126,1,126 - -#5. paУ׼²ÎÊýºÍ¹¦ÂÊÉÏÏÞ,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -pa2ga1=-118,4850,-635 -pa2ga0=-179,5625,-664 -pa5ga1=-142,4930,-655,-150,4859,-646,-156,4887,-644,-158,4864,-641 -pa5ga0=-136,5973,-654,-168,5723,-672,-118,5994,-630,-151,5727,-654 - -#6. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -itrsw=1 -pdoffset2g40ma0=10 -pdoffset40ma0=0xaaaa -pdoffset80ma0=0xaaaa -extpagain5g=2 -extpagain2g=2 -tworangetssi2g=1 -tworangetssi5g=1 -fdss_level_2g=2,2 -fdss_level_5g=4,4 -#pacalpwr2g=11 -cbfilttype=0 -pacalindex2g=65 -cckdigfilttype=5 -pdoffsetcckma0=0x1 - -#7. 2gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨,OK -maxp2ga0=80 -ofdmlrbw202gpo=0x0011 -dot11agofdmhrbw202gpo=0x7755 -mcsbw202gpo=0x99775544 -mcsbw402gpo=0xaa996655 - - -#8. 5gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨,ok -maxp5ga0=78,78,78,78 -mcslr5glpo=0x0000 -mcsbw205glpo=0xa9442210 -mcsbw205gmpo=0xa9442210 -mcsbw205ghpo=0xa9442210 - -mcsbw405glpo=0xa9632211 -mcsbw405gmpo=0xa9632211 -mcsbw405ghpo=0xa9632211 - -mcsbw805glpo=0xcc864433 -mcsbw805gmpo=0xcc864433 -mcsbw805ghpo=0xcc864433 - - -#9. ÌìÏß¿ØÖÆ, ²»Òª¶¯,Çë×ÉѯBroadcom -swctrlmap_2g=0x00040004,0x00020002,0x00040004,0x010a02,0x1ff -swctrlmap_5g=0x00100010,0x00200020,0x00200020,0x010a02,0x2f4 -swctrlmapext_5g=0x00000000,0x00000000,0x00000000,0x000000,0x000 -swctrlmapext_2g=0x00000000,0x00000000,0x00000000,0x000000,0x000 - -#10. DFSµÄһЩÉ趨, ²»Òª¶¯,Çë×ÉѯBroadcom -vcodivmode=1 -deadman_to=481500000 -ed_thresh2g=-54 -ed_thresh5g=-54 -eu_edthresh2g=-54 -eu_edthresh5g=-54 - -#11. OOBÉ趨,Èí¼þ¹¤³Ìʦ¾ö¶¨,0x1 for UART enable, 0x2 for GPIOs, 0x8 for JTAG, 0x10 for HW OOB -muxenab=0x10 diff --git a/recovery/root/system/vendor/firmware/nvram43455_hw_frd_l09_oversea.txt b/recovery/root/system/vendor/firmware/nvram43455_hw_frd_l09_oversea.txt deleted file mode 100644 index b87cd36..0000000 --- a/recovery/root/system/vendor/firmware/nvram43455_hw_frd_l09_oversea.txt +++ /dev/null @@ -1,124 +0,0 @@ -# Cloned from bcm94345wlpagb_p2xx.txt -####################################################################################### -# NVRAM file for BCM43455/Huawei, Dual Band, -####################################################################################### -# Date # Description # Owner -####################################################################################### -# 2015.05.01 # first release # Zhip@broadcom.com -####################################################################################### -# 2015.05.08 # add comment, modify some items # Zhip@broadcom.com -####################################################################################### -# 2015.06.15 # 5G cal # linbin -####################################################################################### -# 2015.06.17 # rssi modlify # linbin -####################################################################################### -# 2015.07.16 # fdss level modlify # linbin -####################################################################################### -# 2015.08.18 # PA CAL # linbin -####################################################################################### -# 2015.08.27 # filter type cbfilttype # linbin -####################################################################################### -# 2015.09.11 # -#pacalpwr2g=11 cbfilttype=0 pacalindex2g=65 mcsbw202gpo=0x66444444 # linbin -####################################################################################### -# 2015.09.18 # pdoffsetcckma0=0x1 cckdigfilttype=5 # linbin -####################################################################################### - -#1.¹Ì¶¨µÄһЩIDÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -NVRAMRev=$Rev: 498373 $ -sromrev=11 -vendid=0x14e4 -devid=0x43ab -manfid=0x2d0 -prodid=0x06e4 -nocrc=1 -boardtype=0x6e4 -boardrev=0x1304 - -#2. -# ¾§ÌåƵÂʺ͹ú¼ÒÂë/ÇøÓòÂë/RSSIУÕý, Ç뻪ΪÈí¼þ/ÉäƵÈËÔ±×ÔÐе÷Õû -# macµØÖ·ÒÔHOSTÅäÖýøÀ´µÄÓÅÏÈ -xtalfreq=37400 -macaddr=00:90:4c:c5:12:38 -ccode=CN -regrev=38 -rssicorrnorm_c0=-4,-4 - -#3. boardflags, Çë×ÉѯBroadcom -boardflags=0x00080001 -boardflags2=0x40000000 -boardflags3=0x48200100 - -#4. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -phycal_tempdelta=15 -rxchain=1 -txchain=1 -aa2g=1 -aa5g=1 -tssipos5g=1 -tssipos2g=1 -femctrl=0 -AvVmid_c0=0,157,1,126,1,126,1,126,1,126 - -#5. paУ׼²ÎÊýºÍ¹¦ÂÊÉÏÏÞ,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -pa2ga1=-118,4850,-635 -pa2ga0=-179,5625,-664 -pa5ga1=-142,4930,-655,-150,4859,-646,-156,4887,-644,-158,4864,-641 -pa5ga0=-136,5973,-654,-168,5723,-672,-118,5994,-630,-151,5727,-654 - -#6. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -itrsw=1 -pdoffset2g40ma0=10 -pdoffset40ma0=0xaaaa -pdoffset80ma0=0xaaaa -extpagain5g=2 -extpagain2g=2 -tworangetssi2g=1 -tworangetssi5g=1 -fdss_level_2g=2,2 -fdss_level_5g=4,4 -#pacalpwr2g=11 -cbfilttype=0 -pacalindex2g=65 -cckdigfilttype=5 -pdoffsetcckma0=0x1 - -#7. 2gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨,OK -maxp2ga0=80 -ofdmlrbw202gpo=0x0011 -dot11agofdmhrbw202gpo=0x7755 -mcsbw202gpo=0x99775544 -mcsbw402gpo=0xaa996655 - -#8. 5gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨,ok -maxp5ga0=74,74,74,74 -mcslr5glpo=0x0000 -mcsbw205glpo=0x87220000 -mcsbw205gmpo=0x87666666 -mcsbw205ghpo=0x87666666 - -mcsbw405glpo=0x87411111 -mcsbw405gmpo=0x87666666 -mcsbw405ghpo=0x87666666 - -mcsbw805glpo=0xaa642211 -mcsbw805gmpo=0xaa666666 -mcsbw805ghpo=0xaa666666 - - -#9. ÌìÏß¿ØÖÆ, ²»Òª¶¯,Çë×ÉѯBroadcom -swctrlmap_2g=0x00040004,0x00020002,0x00040004,0x010a02,0x1ff -swctrlmap_5g=0x00100010,0x00200020,0x00200020,0x010a02,0x2f4 -swctrlmapext_5g=0x00000000,0x00000000,0x00000000,0x000000,0x000 -swctrlmapext_2g=0x00000000,0x00000000,0x00000000,0x000000,0x000 - -#10. DFSµÄһЩÉ趨, ²»Òª¶¯,Çë×ÉѯBroadcom -vcodivmode=1 -deadman_to=481500000 -ed_thresh2g=-54 -ed_thresh5g=-54 -eu_edthresh2g=-54 -eu_edthresh5g=-54 - -#11. OOBÉ趨,Èí¼þ¹¤³Ìʦ¾ö¶¨,0x1 for UART enable, 0x2 for GPIOs, 0x8 for JTAG, 0x10 for HW OOB -muxenab=0x10 diff --git a/recovery/root/system/vendor/firmware/nvram43455_hw_frd_tucl.txt b/recovery/root/system/vendor/firmware/nvram43455_hw_frd_tucl.txt deleted file mode 100644 index a3996f7..0000000 --- a/recovery/root/system/vendor/firmware/nvram43455_hw_frd_tucl.txt +++ /dev/null @@ -1,125 +0,0 @@ -# Cloned from bcm94345wlpagb_p2xx.txt -####################################################################################### -# NVRAM file for BCM43455/Huawei, Dual Band, -####################################################################################### -# Date # Description # Owner -####################################################################################### -# 2015.05.01 # first release # Zhip@broadcom.com -####################################################################################### -# 2015.05.08 # add comment, modify some items # Zhip@broadcom.com -####################################################################################### -# 2015.06.15 # 5G cal # linbin -####################################################################################### -# 2015.06.17 # rssi modlify # linbin -####################################################################################### -# 2015.07.16 # fdss level modlify # linbin -####################################################################################### -# 2015.08.18 # PA CAL # linbin -####################################################################################### -# 2015.08.27 # filter type cbfilttype # linbin -####################################################################################### -# 2015.09.11 # -#pacalpwr2g=11 cbfilttype=0 pacalindex2g=65 mcsbw202gpo=0x66444444 # linbin -####################################################################################### -# 2015.09.18 # pdoffsetcckma0=0x1 cckdigfilttype=5 # linbin -####################################################################################### - -#1.¹Ì¶¨µÄһЩIDÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -NVRAMRev=$Rev: 498373 $ -sromrev=11 -vendid=0x14e4 -devid=0x43ab -manfid=0x2d0 -prodid=0x06e4 -nocrc=1 -boardtype=0x6e4 -boardrev=0x1304 - -#2. -# ¾§ÌåƵÂʺ͹ú¼ÒÂë/ÇøÓòÂë/RSSIУÕý, Ç뻪ΪÈí¼þ/ÉäƵÈËÔ±×ÔÐе÷Õû -# macµØÖ·ÒÔHOSTÅäÖýøÀ´µÄÓÅÏÈ -xtalfreq=37400 -macaddr=00:90:4c:c5:12:38 -ccode=CN -regrev=38 -rssicorrnorm_c0=-4,-4 - -#3. boardflags, Çë×ÉѯBroadcom -boardflags=0x00080001 -boardflags2=0x40000000 -boardflags3=0x48200100 - -#4. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -phycal_tempdelta=15 -rxchain=1 -txchain=1 -aa2g=1 -aa5g=1 -tssipos5g=1 -tssipos2g=1 -femctrl=0 -AvVmid_c0=0,157,1,126,1,126,1,126,1,126 - -#5. paУ׼²ÎÊýºÍ¹¦ÂÊÉÏÏÞ,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -pa2ga1=-118,4850,-635 -pa2ga0=-179,5625,-664 -pa5ga1=-142,4930,-655,-150,4859,-646,-156,4887,-644,-158,4864,-641 -pa5ga0=-136,5973,-654,-168,5723,-672,-118,5994,-630,-151,5727,-654 - -#6. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -itrsw=1 -pdoffset2g40ma0=10 -pdoffset40ma0=0xaaaa -pdoffset80ma0=0xaaaa -extpagain5g=2 -extpagain2g=2 -tworangetssi2g=1 -tworangetssi5g=1 -fdss_level_2g=2,2 -fdss_level_5g=4,4 -#pacalpwr2g=11 -cbfilttype=0 -pacalindex2g=65 -cckdigfilttype=5 -pdoffsetcckma0=0x1 - -#7. 2gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨,OK -maxp2ga0=80 -ofdmlrbw202gpo=0x0011 -dot11agofdmhrbw202gpo=0x7755 -mcsbw202gpo=0x99775544 -mcsbw402gpo=0xaa996655 - - -#8. 5gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨,ok -maxp5ga0=78,78,78,78 -mcslr5glpo=0x0000 -mcsbw205glpo=0xa9442210 -mcsbw205gmpo=0xa9442210 -mcsbw205ghpo=0xa9442210 - -mcsbw405glpo=0xa9632211 -mcsbw405gmpo=0xa9632211 -mcsbw405ghpo=0xa9632211 - -mcsbw805glpo=0xcc864433 -mcsbw805gmpo=0xcc864433 -mcsbw805ghpo=0xcc864433 - - -#9. ÌìÏß¿ØÖÆ, ²»Òª¶¯,Çë×ÉѯBroadcom -swctrlmap_2g=0x00040004,0x00020002,0x00040004,0x010a02,0x1ff -swctrlmap_5g=0x00100010,0x00200020,0x00200020,0x010a02,0x2f4 -swctrlmapext_5g=0x00000000,0x00000000,0x00000000,0x000000,0x000 -swctrlmapext_2g=0x00000000,0x00000000,0x00000000,0x000000,0x000 - -#10. DFSµÄһЩÉ趨, ²»Òª¶¯,Çë×ÉѯBroadcom -vcodivmode=1 -deadman_to=481500000 -ed_thresh2g=-54 -ed_thresh5g=-54 -eu_edthresh2g=-54 -eu_edthresh5g=-54 - -#11. OOBÉ趨,Èí¼þ¹¤³Ìʦ¾ö¶¨,0x1 for UART enable, 0x2 for GPIOs, 0x8 for JTAG, 0x10 for HW OOB -muxenab=0x10 diff --git a/recovery/root/system/vendor/firmware/nvram43455_hw_knt_tucl.txt b/recovery/root/system/vendor/firmware/nvram43455_hw_knt_tucl.txt deleted file mode 100644 index 00460f7..0000000 --- a/recovery/root/system/vendor/firmware/nvram43455_hw_knt_tucl.txt +++ /dev/null @@ -1,124 +0,0 @@ -# Cloned from bcm94345wlpagb_p2xx.txt -####################################################################################### -# NVRAM file for BCM43455/Huawei, Dual Band, -####################################################################################### -# Date # Description # Owner -####################################################################################### -# 2015.05.01 # first release # Zhip@broadcom.com -####################################################################################### -# 2015.05.08 # add comment, modify some items # Zhip@broadcom.com -####################################################################################### -# 2015.06.15 # 5G cal # linbin -####################################################################################### -# 2015.06.17 # rssi modlify # linbin -####################################################################################### -# 2015.07.16 # fdss level modlify # linbin -####################################################################################### -# 2015.08.18 # PA CAL # linbin -####################################################################################### -# 2015.08.27 # filter type cbfilttype # linbin -####################################################################################### -# 2015.09.11 # -#pacalpwr2g=11 cbfilttype=0 pacalindex2g=65 mcsbw202gpo=0x66444444 # linbin -####################################################################################### -# 2015.09.18 # pdoffsetcckma0=0x1 cckdigfilttype=5 # linbin -####################################################################################### - -#1.¹Ì¶¨µÄһЩIDÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -NVRAMRev=$Rev: 498373 $ -sromrev=11 -vendid=0x14e4 -devid=0x43ab -manfid=0x2d0 -prodid=0x06e4 -nocrc=1 -boardtype=0x6e4 -boardrev=0x1304 - -#2. -# ¾§ÌåƵÂʺ͹ú¼ÒÂë/ÇøÓòÂë/RSSIУÕý, Ç뻪ΪÈí¼þ/ÉäƵÈËÔ±×ÔÐе÷Õû -# macµØÖ·ÒÔHOSTÅäÖýøÀ´µÄÓÅÏÈ -xtalfreq=37400 -macaddr=00:90:4c:c5:12:38 -ccode=CN -regrev=38 -rssicorrnorm_c0=-4,-4 - -#3. boardflags, Çë×ÉѯBroadcom -boardflags=0x00080001 -boardflags2=0x40000000 -boardflags3=0x48200100 - -#4. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -phycal_tempdelta=15 -rxchain=1 -txchain=1 -aa2g=1 -aa5g=1 -tssipos5g=1 -tssipos2g=1 -femctrl=0 -AvVmid_c0=0,157,1,126,1,126,1,126,1,126 - -#5. paУ׼²ÎÊýºÍ¹¦ÂÊÉÏÏÞ,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -pa2ga0=-149,5753,-632 -pa2ga1=-240,3917,-493 -pa5ga0=-162,5756,-662,-164,5764,-670,-142,5712,-646,-127,5693,-625 -pa5ga1=-242,3795,-481,-235,4284,-542,-233,4114,-523,-222,4495,-570 - -#6. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -itrsw=1 -pdoffset2g40ma0=10 -pdoffset40ma0=0xaaaa -pdoffset80ma0=0xaaaa -extpagain5g=2 -extpagain2g=2 -tworangetssi2g=1 -tworangetssi5g=1 -fdss_level_2g=2,2 -fdss_level_5g=4,4 -#pacalpwr2g=11 -cbfilttype=0 -pacalindex2g=65 -cckdigfilttype=5 -pdoffsetcckma0=0x1 - -#7. 2gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨,OK -maxp2ga0=80 -ofdmlrbw202gpo=0x0011 -dot11agofdmhrbw202gpo=0x5533 -mcsbw202gpo=0x88665544 -mcsbw402gpo=0x99776655 - -#8. 5gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨,ok -maxp5ga0=76,76,76,76 -mcslr5glpo=0x0000 -mcsbw205glpo=0x88330000 -mcsbw205gmpo=0x88330000 -mcsbw205ghpo=0x88330000 - -mcsbw405glpo=0x99311111 -mcsbw405gmpo=0x99311111 -mcsbw405ghpo=0x99311111 - -mcsbw805glpo=0xaaaaaaaa -mcsbw805gmpo=0xaaaaaaaa -mcsbw805ghpo=0xaaaaaaaa - - -#9. ÌìÏß¿ØÖÆ, ²»Òª¶¯,Çë×ÉѯBroadcom -swctrlmap_2g=0x00040004,0x00020002,0x00040004,0x010a02,0x1ff -swctrlmap_5g=0x00100010,0x00200020,0x00200020,0x010a02,0x2f4 -swctrlmapext_5g=0x00000000,0x00000000,0x00000000,0x000000,0x000 -swctrlmapext_2g=0x00000000,0x00000000,0x00000000,0x000000,0x000 - -#10. DFSµÄһЩÉ趨, ²»Òª¶¯,Çë×ÉѯBroadcom -vcodivmode=1 -deadman_to=481500000 -ed_thresh2g=-54 -ed_thresh5g=-54 -eu_edthresh2g=-54 -eu_edthresh5g=-54 - -#11. OOBÉ趨,Èí¼þ¹¤³Ìʦ¾ö¶¨,0x1 for UART enable, 0x2 for GPIOs, 0x8 for JTAG, 0x10 for HW OOB -muxenab=0x10 diff --git a/recovery/root/system/vendor/firmware/nvram43455_hw_natasha.txt b/recovery/root/system/vendor/firmware/nvram43455_hw_natasha.txt deleted file mode 100644 index 43d6678..0000000 --- a/recovery/root/system/vendor/firmware/nvram43455_hw_natasha.txt +++ /dev/null @@ -1,113 +0,0 @@ -# Cloned from bcm94345wlpagb_p2xx.txt -####################################################################################### -# NVRAM file for BCM43455/Huawei, Dual Band, -####################################################################################### -# Date # Description # Owner -####################################################################################### -# 2015.05.01 # first release # Zhip@broadcom.com -####################################################################################### -# 2015.05.08 # add comment, modify some items # Zhip@broadcom.com -####################################################################################### -# 2015.06.15 # 5G cal # linbin -####################################################################################### -# 2015.06.17 # rssi modlify # linbin -####################################################################################### -# 2015.07.16 # fdss level modlify # linbin -####################################################################################### -# 2015.08.18 # PA CAL # linbin -####################################################################################### -# 2015.08.27 # filter type cbfilttype # linbin -####################################################################################### - -#1.¹Ì¶¨µÄһЩIDÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -NVRAMRev=$Rev: 498373 $ -sromrev=11 -vendid=0x14e4 -devid=0x43ab -manfid=0x2d0 -prodid=0x06e4 -nocrc=1 -boardtype=0x6e4 -boardrev=0x1304 - -#2. -# ¾§ÌåƵÂʺ͹ú¼ÒÂë/ÇøÓòÂë/RSSIУÕý, Ç뻪ΪÈí¼þ/ÉäƵÈËÔ±×ÔÐе÷Õû -# macµØÖ·ÒÔHOSTÅäÖýøÀ´µÄÓÅÏÈ -xtalfreq=37400 -macaddr=00:90:4c:c5:12:38 -ccode=CN -regrev=38 -rssicorrnorm_c0= -4,-4 -rssicorrnorm5g_c0=0,0,0,0,0,0,0,0,-1,-1,0,-1 - -#3. boardflags, Çë×ÉѯBroadcom -boardflags=0x00080001 -boardflags2=0x40000000 -boardflags3=0x48200100 - -#4. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -phycal_tempdelta=15 -rxchain=1 -txchain=1 -aa2g=1 -aa5g=1 -tssipos5g=1 -tssipos2g=1 -femctrl=0 -AvVmid_c0=0,157,1,126,1,126,1,126,1,126 - -#5. paУ׼²ÎÊýºÍ¹¦ÂÊÉÏÏÞ,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -pa2ga0=-177,5708,-668 -pa5ga0=-158,5726,-651,-155,5653,-644,-153,5619,-646,-151,5546,-646 - -#6. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -itrsw=1 -pdoffset2g40ma0=10 -pdoffset40ma0=0xaaaa -pdoffset80ma0=0xaaaa -extpagain5g=2 -extpagain2g=2 -tworangetssi2g=1 -tworangetssi5g=1 -fdss_level_2g=2,2 -pacalpwr2g=11 -cbfilttype=3 - -#7. 2gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -maxp2ga0=78 -ofdmlrbw202gpo=0x3333 -dot11agofdmhrbw202gpo=0x3333 -mcsbw202gpo=0x55522222 - - -#8. 5gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -maxp5ga0=70,70,70,70 -mcsbw205glpo=0x88200000 -mcslr5glpo=0x4321 -mcsbw205gmpo=0x88200000 -mcsbw205ghpo=0x88200000 -mcsbw405glpo=0x88222222 -mcsbw405gmpo=0x88222222 -mcsbw405ghpo=0x88222222 -mcsbw805glpo=0xaaaaaaaa -mcsbw805gmpo=0xaaaaaaaa -mcsbw805ghpo=0xaaaaaaaa - - -#9. ÌìÏß¿ØÖÆ, ²»Òª¶¯,Çë×ÉѯBroadcom -swctrlmap_2g=0x00040004,0x00020002,0x00040004,0x010a02,0x1ff -swctrlmap_5g=0x00100010,0x00200020,0x00200020,0x010a02,0x2f4 -swctrlmapext_5g=0x00000000,0x00000000,0x00000000,0x000000,0x000 -swctrlmapext_2g=0x00000000,0x00000000,0x00000000,0x000000,0x000 - -#10. DFSµÄһЩÉ趨, ²»Òª¶¯,Çë×ÉѯBroadcom -vcodivmode=1 -deadman_to=481500000 -ed_thresh2g=-54 -ed_thresh5g=-54 -eu_edthresh2g=-54 -eu_edthresh5g=-54 - -#11. OOBÉ趨,Èí¼þ¹¤³Ìʦ¾ö¶¨,0x1 for UART enable, 0x2 for GPIOs, 0x8 for JTAG, 0x10 for HW OOB -muxenab=0x10 - diff --git a/recovery/root/system/vendor/firmware/nvram43455_hw_next_sar.txt b/recovery/root/system/vendor/firmware/nvram43455_hw_next_sar.txt deleted file mode 100644 index 14c7460..0000000 --- a/recovery/root/system/vendor/firmware/nvram43455_hw_next_sar.txt +++ /dev/null @@ -1,119 +0,0 @@ -# Cloned from bcm94345wlpagb_p2xx.txt -####################################################################################### -# NVRAM file for BCM43455/Huawei, Dual Band, -####################################################################################### -# Date # Description # Owner -####################################################################################### -# 2015.06.15 # 5G cal # linbin -####################################################################################### -# 2015.06.17 # rssi modlify # linbin -####################################################################################### -# 2015.07.16 # fdss level modlify # linbin -####################################################################################### -# 2015.08.18 # PA CAL # linbin -####################################################################################### -# 2015.08.27 # filter type cbfilttype # linbin -####################################################################################### -# 2015.09.11 # -#pacalpwr2g=11 cbfilttype=0 pacalindex2g=65 mcsbw202gpo=0x66444444 # linbin -####################################################################################### -# 2015.09.18 # pdoffsetcckma0=0x1 cckdigfilttype=5 # linbin -####################################################################################### -####################################################################################### -# 2015.12.28 # SAR pow down # linbin -####################################################################################### -#1.¹Ì¶¨µÄһЩIDÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -NVRAMRev=$Rev: 498373 $ -sromrev=11 -vendid=0x14e4 -devid=0x43ab -manfid=0x2d0 -prodid=0x06e4 -nocrc=1 -boardtype=0x6e4 -boardrev=0x1304 - -#2. -# ¾§ÌåƵÂʺ͹ú¼ÒÂë/ÇøÓòÂë/RSSIУÕý, Ç뻪ΪÈí¼þ/ÉäƵÈËÔ±×ÔÐе÷Õû -# macµØÖ·ÒÔHOSTÅäÖýøÀ´µÄÓÅÏÈ -xtalfreq=37400 -macaddr=00:90:4c:c5:12:38 -ccode=CN -regrev=38 -rssicorrnorm_c0=-2,-2 - -#3. boardflags, Çë×ÉѯBroadcom -boardflags=0x00080001 -boardflags2=0x40000000 -boardflags3=0x48200100 - -#4. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -phycal_tempdelta=15 -rxchain=1 -txchain=1 -aa2g=1 -aa5g=1 -tssipos5g=1 -tssipos2g=1 -femctrl=0 -AvVmid_c0=0,157,1,126,1,126,1,126,1,126 - -#5. paУ׼²ÎÊýºÍ¹¦ÂÊÉÏÏÞ,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -pa2ga0=-214,5370,-692 -pa5ga0=-158,5470,-631,-155,5474,-630,-153,5491,-636,-151,5674,-655 - -#6. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -itrsw=1 -pdoffset2g40ma0=10 -pdoffset40ma0=0xaaaa -pdoffset80ma0=0xaaaa -extpagain5g=2 -extpagain2g=2 -tworangetssi2g=1 -tworangetssi5g=1 -fdss_level_2g=2,2 -#pacalpwr2g=11 -cbfilttype=0 -pacalindex2g=65 -cckdigfilttype=5 -pdoffsetcckma0=0x1 - -#7. 2gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -maxp2ga0=70 -dot11agofdmhrbw202gpo=0x0000 -ofdmlrbw202gpo=0x4000 -mcsbw202gpo=0x66222222 -mcsbw402gpo=0x66666666 - - -#8. 5gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -maxp5ga0=58,58,58,58 -mcsbw205glpo=0x00000000 -mcslr5glpo=0x4321 -mcsbw205gmpo=0x11111111 -mcsbw205ghpo=0x00000000 -mcsbw405glpo=0x00000000 -mcsbw405gmpo=0x11111111 -mcsbw405ghpo=0x00000000 -mcsbw805glpo=0x22222222 -mcsbw805gmpo=0x22222222 -mcsbw805ghpo=0x22222222 - - -#9. ÌìÏß¿ØÖÆ, ²»Òª¶¯,Çë×ÉѯBroadcom -swctrlmap_2g=0x00040004,0x00020002,0x00040004,0x010a02,0x1ff -swctrlmap_5g=0x00100010,0x00200020,0x00200020,0x010a02,0x2f4 -swctrlmapext_5g=0x00000000,0x00000000,0x00000000,0x000000,0x000 -swctrlmapext_2g=0x00000000,0x00000000,0x00000000,0x000000,0x000 - -#10. DFSµÄһЩÉ趨, ²»Òª¶¯,Çë×ÉѯBroadcom -vcodivmode=1 -deadman_to=481500000 -ed_thresh2g=-54 -ed_thresh5g=-54 -eu_edthresh2g=-54 -eu_edthresh5g=-54 - -#11. OOBÉ趨,Èí¼þ¹¤³Ìʦ¾ö¶¨,0x1 for UART enable, 0x2 for GPIOs, 0x8 for JTAG, 0x10 for HW OOB -muxenab=0x10 - diff --git a/recovery/root/system/vendor/firmware/nvram43455_hw_vienna.txt b/recovery/root/system/vendor/firmware/nvram43455_hw_vienna.txt deleted file mode 100644 index 326cd53..0000000 --- a/recovery/root/system/vendor/firmware/nvram43455_hw_vienna.txt +++ /dev/null @@ -1,117 +0,0 @@ -# Cloned from bcm94345wlpagb_p2xx.txt -####################################################################################### -# NVRAM file for BCM43455/Huawei, Dual Band, -####################################################################################### -# Date # Description # Owner -####################################################################################### -# 2015.05.01 # first release # Zhip@broadcom.com -####################################################################################### -# 2015.05.08 # add comment, modify some items # Zhip@broadcom.com -####################################################################################### -# 2015.06.15 # 5G cal # linbin -####################################################################################### -# 2015.06.17 # rssi modlify # linbin -####################################################################################### -# 2015.07.16 # fdss level modlify # linbin -####################################################################################### -# 2015.08.18 # PA CAL # linbin -####################################################################################### -# 2015.08.27 # filter type cbfilttype # linbin -####################################################################################### - -#1.¹Ì¶¨µÄһЩIDÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -NVRAMRev=$Rev: 498373 $ -sromrev=11 -vendid=0x14e4 -devid=0x43ab -manfid=0x2d0 -prodid=0x06e4 -nocrc=1 -boardtype=0x6e4 -boardrev=0x1304 - -#2. -# ¾§ÌåƵÂʺ͹ú¼ÒÂë/ÇøÓòÂë/RSSIУÕý, Ç뻪ΪÈí¼þ/ÉäƵÈËÔ±×ÔÐе÷Õû -# macµØÖ·ÒÔHOSTÅäÖýøÀ´µÄÓÅÏÈ -xtalfreq=37400 -macaddr=00:90:4c:c5:12:38 -ccode=CN -regrev=38 -rssicorrnorm_c0=-3,-3 -rssicorrnorm5g_c0=-3,-3,-3,-3,0,0,0,0,0,0,0,0 -ed_thresh2g=-75 -ed_thresh5g=-71 - -#3. boardflags, Çë×ÉѯBroadcom -boardflags=0x00080001 -boardflags2=0x40000000 -boardflags3=0x48200100 - -#4. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -phycal_tempdelta=15 -rxchain=1 -txchain=1 -aa2g=1 -aa5g=1 -tssipos5g=1 -tssipos2g=1 -femctrl=0 -AvVmid_c0=0,157,1,126,1,126,1,126,1,126 - -#5. paУ׼²ÎÊýºÍ¹¦ÂÊÉÏÏÞ,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -pa2ga0=-191,5714,-687 -pa5ga0=-158,5726,-651,-163,5795,-663,-163,5846,-667,-162,5788,-661 - -#6. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -itrsw=1 -pdoffset2g40ma0=10 -pdoffset40ma0=0xaaaa -pdoffset80ma0=0xaaaa -extpagain5g=2 -extpagain2g=2 -tworangetssi2g=1 -tworangetssi5g=1 -fdss_level_2g=2,2 -pacalpwr2g=11 -cbfilttype=3 -cckpwroffset0=-2 - -#7. 2gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -maxp2ga0=80 -ofdmlrbw202gpo=0x2222 -dot11agofdmhrbw202gpo=0x4222 -mcsbw202gpo=0x66622222 - - -#8. 5gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -maxp5ga0=74,74,74,74 -mcsbw205glpo=0xc8620000 -mcslr5glpo=0x4321 -mcsbw205gmpo=0xc8620000 -mcsbw205ghpo=0xc8620000 -mcsbw405glpo=0xaa442222 -mcsbw405gmpo=0xaa442222 -mcsbw405ghpo=0xaa442222 -mcsbw805glpo=0xcaaaaaaa -mcsbw805gmpo=0xcaaaaaaa -mcsbw805ghpo=0xcaaaaaaa - - - -#9. ÌìÏß¿ØÖÆ, ²»Òª¶¯,Çë×ÉѯBroadcom -swctrlmap_2g=0x00040004,0x00020002,0x00040004,0x010a02,0x1ff -swctrlmap_5g=0x00100010,0x00200020,0x00200020,0x010a02,0x2f4 -swctrlmapext_5g=0x00000000,0x00000000,0x00000000,0x000000,0x000 -swctrlmapext_2g=0x00000000,0x00000000,0x00000000,0x000000,0x000 - -#10. DFSµÄһЩÉ趨, ²»Òª¶¯,Çë×ÉѯBroadcom -vcodivmode=1 -deadman_to=481500000 -ed_thresh2g=-54 -ed_thresh5g=-54 -eu_edthresh2g=-54 -eu_edthresh5g=-54 - -#11. OOBÉ趨,Èí¼þ¹¤³Ìʦ¾ö¶¨,0x1 for UART enable, 0x2 for GPIOs, 0x8 for JTAG, 0x10 for HW OOB -muxenab=0x10 - diff --git a/recovery/root/system/vendor/firmware/nvram43455_hw_vienna_oversea.txt b/recovery/root/system/vendor/firmware/nvram43455_hw_vienna_oversea.txt deleted file mode 100644 index c4f4335..0000000 --- a/recovery/root/system/vendor/firmware/nvram43455_hw_vienna_oversea.txt +++ /dev/null @@ -1,115 +0,0 @@ -# Cloned from bcm94345wlpagb_p2xx.txt -####################################################################################### -# NVRAM file for BCM43455/Huawei, Dual Band, -####################################################################################### -# Date # Description # Owner -####################################################################################### -# 2015.05.01 # first release # Zhip@broadcom.com -####################################################################################### -# 2015.05.08 # add comment, modify some items # Zhip@broadcom.com -####################################################################################### -# 2015.06.15 # 5G cal # linbin -####################################################################################### -# 2015.06.17 # rssi modlify # linbin -####################################################################################### -# 2015.07.16 # fdss level modlify # linbin -####################################################################################### -# 2015.08.18 # PA CAL # linbin -####################################################################################### -# 2015.08.27 # filter type cbfilttype # linbin -####################################################################################### - -#1.¹Ì¶¨µÄһЩIDÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -NVRAMRev=$Rev: 498373 $ -sromrev=11 -vendid=0x14e4 -devid=0x43ab -manfid=0x2d0 -prodid=0x06e4 -nocrc=1 -boardtype=0x6e4 -boardrev=0x1304 - -#2. -# ¾§ÌåƵÂʺ͹ú¼ÒÂë/ÇøÓòÂë/RSSIУÕý, Ç뻪ΪÈí¼þ/ÉäƵÈËÔ±×ÔÐе÷Õû -# macµØÖ·ÒÔHOSTÅäÖýøÀ´µÄÓÅÏÈ -xtalfreq=37400 -macaddr=00:90:4c:c5:12:38 -ccode=CN -regrev=38 -rssicorrnorm_c0=-3,-3 -rssicorrnorm5g_c0=-3,-3,-3,-3,0,0,0,0,0,0,0,0 - -#3. boardflags, Çë×ÉѯBroadcom -boardflags=0x00080001 -boardflags2=0x40000000 -boardflags3=0x48200100 - -#4. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -phycal_tempdelta=15 -rxchain=1 -txchain=1 -aa2g=1 -aa5g=1 -tssipos5g=1 -tssipos2g=1 -femctrl=0 -AvVmid_c0=0,157,1,126,1,126,1,126,1,126 - -#5. paУ׼²ÎÊýºÍ¹¦ÂÊÉÏÏÞ,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -pa2ga0=-191,5714,-687 -pa5ga0=-158,5726,-651,-163,5795,-663,-163,5846,-667,-162,5788,-661 - -#6. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -itrsw=1 -pdoffset2g40ma0=10 -pdoffset40ma0=0xaaaa -pdoffset80ma0=0xaaaa -extpagain5g=2 -extpagain2g=2 -tworangetssi2g=1 -tworangetssi5g=1 -fdss_level_2g=2,2 -pacalpwr2g=11 -cbfilttype=3 -cckpwroffset0=-2 - -#7. 2gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -maxp2ga0=76 -ofdmlrbw202gpo=0x0000 -dot11agofdmhrbw202gpo=0x2000 -mcsbw202gpo=0x66622222 - - -#8. 5gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -maxp5ga0=66,66,66,66 -mcsbw205glpo=0xa4300000 -mcslr5glpo=0x4321 -mcsbw205gmpo=0xa4300000 -mcsbw205ghpo=0xa4300000 -mcsbw405glpo=0x66655555 -mcsbw405gmpo=0x66655555 -mcsbw405ghpo=0x66655555 -mcsbw805glpo=0x88888888 -mcsbw805gmpo=0x88888888 -mcsbw805ghpo=0x88888888 - - - -#9. ÌìÏß¿ØÖÆ, ²»Òª¶¯,Çë×ÉѯBroadcom -swctrlmap_2g=0x00040004,0x00020002,0x00040004,0x010a02,0x1ff -swctrlmap_5g=0x00100010,0x00200020,0x00200020,0x010a02,0x2f4 -swctrlmapext_5g=0x00000000,0x00000000,0x00000000,0x000000,0x000 -swctrlmapext_2g=0x00000000,0x00000000,0x00000000,0x000000,0x000 - -#10. DFSµÄһЩÉ趨, ²»Òª¶¯,Çë×ÉѯBroadcom -vcodivmode=1 -deadman_to=481500000 -ed_thresh2g=-75 -ed_thresh5g=-71 -eu_edthresh2g=-54 -eu_edthresh5g=-54 - -#11. OOBÉ趨,Èí¼þ¹¤³Ìʦ¾ö¶¨,0x1 for UART enable, 0x2 for GPIOs, 0x8 for JTAG, 0x10 for HW OOB -muxenab=0x10 - diff --git a/recovery/root/system/vendor/firmware/nvram43455_hw_vn1.txt b/recovery/root/system/vendor/firmware/nvram43455_hw_vn1.txt deleted file mode 100644 index 34203d3..0000000 --- a/recovery/root/system/vendor/firmware/nvram43455_hw_vn1.txt +++ /dev/null @@ -1,120 +0,0 @@ -# Cloned from bcm94345wlpagb_p2xx.txt -####################################################################################### -# NVRAM file for BCM43455/Huawei, Dual Band, -####################################################################################### -# Date # Description # Owner -####################################################################################### -# 2015.05.01 # first release # Zhip@broadcom.com -####################################################################################### -# 2015.05.08 # add comment, modify some items # Zhip@broadcom.com -####################################################################################### -# 2015.06.15 # 5G cal # linbin -####################################################################################### -# 2015.06.17 # rssi modlify # linbin -####################################################################################### -# 2015.07.16 # fdss level modlify # linbin -####################################################################################### -# 2015.08.18 # PA CAL # linbin -####################################################################################### -# 2015.08.27 # filter type cbfilttype # linbin -####################################################################################### -# 2015.09.11 # -#pacalpwr2g=11 cbfilttype=0 pacalindex2g=65 mcsbw202gpo=0x66444444 # linbin -####################################################################################### -# 2015.09.18 # pdoffsetcckma0=0x1 cckdigfilttype=5 # linbin -####################################################################################### - -#1.¹Ì¶¨µÄһЩIDÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -NVRAMRev=$Rev: 498373 $ -sromrev=11 -vendid=0x14e4 -devid=0x43ab -manfid=0x2d0 -prodid=0x06e4 -nocrc=1 -boardtype=0x6e4 -boardrev=0x1304 - -#2. -# ¾§ÌåƵÂʺ͹ú¼ÒÂë/ÇøÓòÂë/RSSIУÕý, Ç뻪ΪÈí¼þ/ÉäƵÈËÔ±×ÔÐе÷Õû -# macµØÖ·ÒÔHOSTÅäÖýøÀ´µÄÓÅÏÈ -xtalfreq=37400 -macaddr=00:90:4c:c5:12:38 -ccode=CN -regrev=38 -rssicorrnorm_c0= -2,-2 - -#3. boardflags, Çë×ÉѯBroadcom -boardflags=0x00080001 -boardflags2=0x40000000 -boardflags3=0x48200100 - -#4. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -phycal_tempdelta=15 -rxchain=1 -txchain=1 -aa2g=1 -aa5g=1 -tssipos5g=1 -tssipos2g=1 -femctrl=0 -AvVmid_c0=0,157,1,126,1,126,1,126,1,126 - -#5. paУ׼²ÎÊýºÍ¹¦ÂÊÉÏÏÞ,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -pa2ga0=-214,5370,-692 -pa5ga0=-158,5470,-631,-155,5474,-630,-153,5491,-636,-151,5674,-655 - -#6. ¹Ì¶¨µÄÉ趨,²»Òª¶¯,Çë×ÉѯBroadcom -itrsw=1 -pdoffset2g40ma0=10 -pdoffset40ma0=0xaaaa -pdoffset80ma0=0xaaaa -extpagain5g=2 -extpagain2g=2 -tworangetssi2g=1 -tworangetssi5g=1 -fdss_level_2g=2,2 -#pacalpwr2g=11 -cbfilttype=0 -pacalindex2g=65 -cckdigfilttype=5 -pdoffsetcckma0=0x1 - -#7. 2gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -maxp2ga0=74 -ofdmlrbw202gpo=0x0000 -dot11agofdmhrbw202gpo=0x0000 -mcsbw202gpo=0x66444444 - - -#8. 5gÄ¿±ê¹¦ÂÊÉ趨,ÿ¸öÏîÄ¿²»Ò»Ñù,RF¹¤³Ìʦ¾ö¶¨ -maxp5ga0=74,74,74,74 -mcsbw205glpo=0x86200000 -mcslr5glpo=0x4321 -mcsbw205gmpo=0x86200000 -mcsbw205ghpo=0x86200000 -mcsbw405glpo=0x88222222 -mcsbw405gmpo=0x88222222 -mcsbw405ghpo=0x88222222 -mcsbw805glpo=0xaaaaaaaa -mcsbw805gmpo=0xaaaaaaaa -mcsbw805ghpo=0xaaaaaaaa - - -#9. ÌìÏß¿ØÖÆ, ²»Òª¶¯,Çë×ÉѯBroadcom -swctrlmap_2g=0x00040004,0x00020002,0x00040004,0x010a02,0x1ff -swctrlmap_5g=0x00100010,0x00200020,0x00200020,0x010a02,0x2f4 -swctrlmapext_5g=0x00000000,0x00000000,0x00000000,0x000000,0x000 -swctrlmapext_2g=0x00000000,0x00000000,0x00000000,0x000000,0x000 - -#10. DFSµÄһЩÉ趨, ²»Òª¶¯,Çë×ÉѯBroadcom -vcodivmode=1 -deadman_to=481500000 -ed_thresh2g=-54 -ed_thresh5g=-54 -eu_edthresh2g=-54 -eu_edthresh5g=-54 - -#11. OOBÉ趨,Èí¼þ¹¤³Ìʦ¾ö¶¨,0x1 for UART enable, 0x2 for GPIOs, 0x8 for JTAG, 0x10 for HW OOB -muxenab=0x10 - diff --git a/recovery/root/system/vendor/firmware/ts/atmel/eva_config.raw b/recovery/root/system/vendor/firmware/ts/atmel/eva_config.raw deleted file mode 100644 index 525098a..0000000 --- a/recovery/root/system/vendor/firmware/ts/atmel/eva_config.raw +++ /dev/null @@ -1,106 +0,0 @@ -OBP_RAW V1 -A4 2F 31 AB 20 14 2E -F4A615 -FF7C91 -0044 0000 0049 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0026 0000 0040 00 1F AB 02 42 10 07 0C 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0047 0000 00C8 00 64 14 32 0A 22 3C 14 19 00 32 14 14 00 00 1E 3C 0F 00 01 00 02 00 32 42 D2 3C 32 00 00 00 00 64 14 32 0A 22 3C 14 19 00 00 32 14 14 00 00 1E 3C 0F 00 01 00 02 00 32 42 D2 3C 32 00 00 80 00 50 00 19 03 22 28 00 0C 00 00 1C 10 0C 00 46 0A 3C 05 00 01 00 00 00 06 43 D2 3C 0F 00 00 81 22 01 01 02 02 00 00 00 04 01 01 01 01 00 00 00 00 00 00 00 00 00 00 00 00 06 06 00 00 00 14 14 0C 00 00 0C 0C 07 00 00 14 14 0C 00 00 01 02 00 05 00 00 32 19 14 14 01 02 00 FF 00 00 00 00 00 00 00 00 01 00 35 37 04 01 00 05 05 19 00 00 10 0C 04 01 00 FF 00 00 00 00 00 00 00 00 2D 00 35 37 00 00 00 00 00 00 00 00 -006E 0000 0028 79 07 81 08 91 07 F9 07 69 07 A9 08 21 08 C9 08 41 08 21 08 51 07 B9 07 51 08 B9 07 99 06 01 00 01 00 01 00 01 00 01 00 -006E 0001 0028 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -006E 0002 0028 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -006E 0003 0028 51 07 49 08 A9 07 61 08 A1 07 21 09 69 08 31 09 69 08 89 08 79 07 E9 07 91 08 21 08 21 07 01 00 01 00 01 00 01 00 01 00 -006E 0004 0028 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -006E 0005 0028 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -006E 0006 0028 DB 03 CB 03 CB 03 CB 03 CB 03 BB 03 C3 03 BB 03 BB 03 B3 03 C3 03 CB 03 C3 03 C3 03 D3 03 03 00 03 00 03 00 03 00 03 00 -006E 0007 0028 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -006E 0008 0028 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0007 0000 0005 FF FF 1E C2 00 -0008 0000 000F 37 00 04 01 00 05 05 19 00 00 0B 01 01 01 80 -000F 0000 000B 00 00 00 00 00 00 00 00 00 00 00 -0012 0000 0002 00 00 -0013 0000 0006 00 00 00 00 00 00 -0019 0000 0010 03 00 18 79 A8 61 00 00 00 00 FA 88 13 00 00 00 -0028 0000 0007 30 0A 0A 1E 1E 00 01 -002A 0000 000E 01 00 FF 2D FF 05 00 00 00 00 C8 03 00 00 -002B 0000 0011 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -002E 0000 000C 00 00 0A 0A 01 00 00 36 01 01 00 00 -002F 0000 002F 00 00 00 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0038 0000 0024 02 00 01 24 0A 09 09 09 09 09 08 08 08 08 08 08 07 07 06 06 06 05 04 04 05 05 07 08 08 08 07 07 00 00 00 00 -003D 0000 0005 03 00 00 88 13 -003D 0001 0005 00 00 00 00 00 -003D 0002 0005 00 00 00 00 00 -003D 0003 0005 00 00 00 00 00 -003D 0004 0005 00 00 00 00 00 -003D 0005 0005 00 00 00 00 00 -0041 0000 0017 81 07 00 00 00 00 00 00 00 00 0F 00 00 00 00 00 00 11 00 00 00 00 00 -0041 0001 0017 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0041 0002 0017 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0046 0000 000A 03 C8 00 26 00 00 3F 00 00 00 -0046 0001 000A 01 78 00 68 00 00 02 01 00 07 -0046 0002 000A 01 78 00 64 00 00 1E 0A 00 11 -0046 0003 000A 00 78 00 50 00 00 01 1F 00 00 -0046 0004 000A 01 72 00 68 00 00 02 20 00 07 -0046 0005 000A 01 72 00 64 00 00 1E 2A 00 11 -0046 0006 000A 00 72 00 4E 00 00 00 3E 00 00 -0046 0007 000A 00 72 00 50 00 00 01 3F 00 00 -0046 0008 000A 01 0D 00 68 00 00 02 40 00 07 -0046 0009 000A 01 0D 00 64 00 00 1E 4A 00 11 -0046 000A 000A 00 0D 00 4E 00 00 00 5E 00 00 -0046 000B 000A 00 0D 00 50 00 00 01 5F 00 00 -0046 000C 000A 01 79 00 3D 00 00 01 60 00 00 -0046 000D 000A 01 73 00 3D 00 00 01 61 00 00 -0046 000E 000A 01 78 00 3D 00 00 01 62 00 00 -0046 000F 000A 01 72 00 3D 00 00 01 63 00 00 -0046 0010 000A 03 C9 00 08 00 00 02 8C 00 07 -0046 0011 000A 03 C9 00 64 00 00 1F 94 00 01 -0046 0012 000A 01 16 00 2E 00 00 04 6A 00 00 -0046 0013 000A 01 16 00 48 00 00 13 6B 00 00 -0046 0014 000A 01 18 00 2E 00 00 04 68 00 00 -0046 0015 000A 01 18 00 48 00 00 13 69 00 00 -0046 0016 000A 01 18 00 64 00 00 2B 79 00 00 -0046 0017 000A 01 1A 00 48 00 00 13 67 00 00 -0046 0018 000A 03 C9 00 6F 00 00 06 96 00 0F -0046 0019 000A 01 1A 00 2E 00 00 04 66 00 00 -0046 001A 000A 01 1A 00 64 00 00 2B 78 00 00 -0046 001B 000A 01 18 00 64 00 00 20 7D 00 00 -0046 001C 000A 01 1A 00 64 00 00 20 7E 00 00 -0046 001D 000A 01 16 00 64 00 00 20 7F 00 00 -0046 001E 000A 01 18 00 41 00 00 01 82 00 00 -0046 001F 000A 01 1A 00 41 00 00 01 83 00 00 -0046 0020 000A 01 16 00 41 00 00 01 84 00 00 -0046 0021 000A 01 18 00 47 00 00 4C 87 00 00 -0046 0022 000A 01 1A 00 47 00 00 4C 88 00 00 -0046 0023 000A 01 16 00 47 00 00 4C 89 00 00 -0046 0024 000A 03 CA 00 08 00 00 02 A6 00 07 -0046 0025 000A 03 CA 00 64 00 00 1F AE 00 01 -0046 0026 000A 03 CA 00 6F 00 00 06 B0 00 0F -0046 0027 000A 00 00 00 00 00 00 00 00 00 00 -0048 0000 0059 0B 00 00 01 00 01 01 01 01 08 23 00 00 04 21 2D 67 0E 00 01 09 00 00 00 00 00 0A 00 00 00 00 0C 00 00 00 00 00 00 0F 00 09 00 00 00 00 00 0C 00 00 00 00 0C 00 00 00 00 00 06 1E 32 08 40 7C 50 96 14 18 10 1C 0C 2E 18 10 18 0C 18 00 01 00 FF 00 00 00 00 00 00 00 00 00 -004D 0000 0002 00 00 -004E 0000 000C 84 05 03 00 19 01 10 00 46 00 00 00 -004F 0000 0004 00 00 00 00 -004F 0001 0004 00 00 00 00 -004F 0002 0004 00 00 00 00 -0050 0000 000E 01 00 6E 50 32 CA 00 32 05 01 00 00 00 03 -0051 0000 0012 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0051 0001 0012 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0054 0000 0004 00 00 00 00 -005D 0000 001E 0E 00 00 37 04 00 00 7F 07 FF 0F FF 0F 00 64 00 14 04 00 00 2C 01 2C 01 00 14 00 14 00 00 -0063 0000 000C 00 00 00 00 00 00 00 00 00 00 00 00 -0064 0000 0048 0B 71 01 41 00 00 0A 88 00 1A 2A 05 02 7F 07 16 23 17 39 00 0F 2A 0D 09 37 04 24 32 0C 08 1C 10 0C 00 46 0A 3C 05 00 01 00 00 00 06 43 D2 3C 0F 00 14 00 00 00 04 16 23 96 3B 1E 32 00 24 00 00 1E FA 00 0A 9B 00 18 14 -0065 0000 0020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0068 0000 000B 01 00 50 00 19 03 22 28 00 0C 03 -006C 0000 004B 9D 00 00 01 01 00 00 04 00 00 00 00 00 00 00 00 00 00 00 18 00 00 00 00 18 00 00 00 00 00 00 06 00 01 00 00 00 00 00 20 00 00 00 00 20 00 00 00 00 00 03 0C 64 01 00 00 00 00 00 30 00 00 00 00 30 00 00 00 00 00 14 00 85 00 00 -006D 0000 0009 42 00 05 00 00 00 00 00 03 -006F 0000 0020 00 00 3C 50 18 18 04 01 00 FF 00 00 00 00 00 00 00 00 2D 00 35 37 00 2F 01 01 0A 00 00 00 00 14 -006F 0001 0020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -006F 0002 0020 00 00 3C 50 20 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 2F 01 01 00 00 00 00 00 00 -0070 0000 0005 00 00 00 00 00 -0070 0001 0005 00 00 00 00 00 -0071 0000 0003 05 00 07 -0073 0000 0014 04 00 00 FF FF 00 00 FF FF 50 00 64 00 02 3E 02 00 86 00 23 -0074 0000 00FF 00 02 0A 22 65 54 63 24 A6 05 22 65 54 63 24 56 0D 22 7A 64 63 24 55 09 14 65 34 46 02 26 0A 22 73 63 64 23 16 00 42 6D 45 46 26 15 00 03 6D 65 65 02 16 0B 23 6D 45 46 26 17 08 22 6D 45 56 64 02 07 05 03 88 46 35 46 02 16 04 03 77 46 45 25 15 04 03 77 56 45 02 15 04 03 77 46 46 02 15 04 03 77 56 46 02 15 04 03 77 56 56 02 55 00 00 08 46 35 02 95 02 00 08 36 45 02 C5 00 50 08 46 35 02 45 00 50 08 36 45 02 35 00 05 08 46 45 02 35 00 05 08 36 45 02 46 00 20 08 35 46 25 55 0A 22 73 63 34 02 45 0B 11 63 35 46 02 44 0A 11 63 63 24 05 80 22 6F 46 35 02 05 80 22 6F 36 45 02 95 0D 22 7A 64 43 02 24 0A 22 73 63 23 24 0A 22 73 43 23 94 0D 32 7A 64 24 94 0D 22 7A 34 24 03 07 32 76 56 02 D5 0B 33 7A 45 46 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0079 0000 0003 00 00 00 -007C 0000 0007 0B 01 05 04 1B 41 96 -007D 0000 0001 00 -0082 0000 0006 81 28 06 0A 02 0A diff --git a/recovery/root/system/vendor/firmware/ts/atmel/eva_config_feature.raw b/recovery/root/system/vendor/firmware/ts/atmel/eva_config_feature.raw deleted file mode 100644 index 3e77fb1..0000000 --- a/recovery/root/system/vendor/firmware/ts/atmel/eva_config_feature.raw +++ /dev/null @@ -1,203 +0,0 @@ -[GLOVE BEGIN] -OBJECT=T72,INSTANCE=0,OFFSIZE=26,VALUE=10; -OBJECT=T104,INSTANCE=0,OFFSIZE=4,VALUE=10; -OBJECT=T104,INSTANCE=0,OFFSIZE=9,VALUE=9; -OBJECT=T71,INSTANCE=0,OFFSIZE=66,VALUE=10; -OBJECT=T71,INSTANCE=0,OFFSIZE=71,VALUE=9; -OBJECT=T71,INSTANCE=0,OFFSIZE=76,VALUE=10; -OBJECT=T71,INSTANCE=0,OFFSIZE=127,VALUE=10; -OBJECT=T71,INSTANCE=0,OFFSIZE=137,VALUE=10; -OBJECT=T71,INSTANCE=0,OFFSIZE=175,VALUE=10; -OBJECT=T100,INSTANCE=0,OFFSIZE=32,VALUE=10; -OBJECT=T100,INSTANCE=0,OFFSIZE=53,VALUE=2; -OBJECT=T111,INSTANCE=0,OFFSIZE=4,VALUE=64; -OBJECT=T111,INSTANCE=2,OFFSIZE=4,VALUE=64; -OBJECT=T78,INSTANCE=0,OFFSIZE=0,VALUE=133; -OBJECT=T38,INSTANCE=0,OFFSIZE=62,VALUE=50; -OBJECT=T38,INSTANCE=0,OFFSIZE=63,VALUE=0; -[GLOVE END] - -[COVER BEGIN] -OBJECT=T100,INSTANCE=0,OFFSIZE=20,VALUE=8; -OBJECT=T100,INSTANCE=0,OFFSIZE=9,VALUE=21; -OBJECT=T100,INSTANCE=0,OFFSIZE=28,VALUE=13; -OBJECT=T46,INSTANCE=0,OFFSIZE=7,VALUE=145; -OBJECT=T7,INSTANCE=0,OFFSIZE=0,VALUE=8; -OBJECT=T72,INSTANCE=0,OFFSIZE=26,VALUE=16; -OBJECT=T72,INSTANCE=0,OFFSIZE=31,VALUE=16; -OBJECT=T72,INSTANCE=0,OFFSIZE=20,VALUE=1; -OBJECT=T72,INSTANCE=0,OFFSIZE=57,VALUE=8; -OBJECT=T72,INSTANCE=0,OFFSIZE=59,VALUE=49; -OBJECT=T72,INSTANCE=0,OFFSIZE=77,VALUE=12; -OBJECT=T72,INSTANCE=0,OFFSIZE=79,VALUE=49; -OBJECT=T46,INSTANCE=0,OFFSIZE=2,VALUE=24; -OBJECT=T46,INSTANCE=0,OFFSIZE=3,VALUE=24; -OBJECT=T46,INSTANCE=0,OFFSIZE=8,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=1,VALUE=48; -OBJECT=T100,INSTANCE=0,OFFSIZE=13,VALUE=14; -OBJECT=T100,INSTANCE=0,OFFSIZE=14,VALUE=6; -OBJECT=T100,INSTANCE=0,OFFSIZE=24,VALUE=64; -OBJECT=T100,INSTANCE=0,OFFSIZE=25,VALUE=2; -OBJECT=T100,INSTANCE=0,OFFSIZE=32,VALUE=7; -OBJECT=T100,INSTANCE=0,OFFSIZE=39,VALUE=1; -OBJECT=T100,INSTANCE=0,OFFSIZE=40,VALUE=2; -OBJECT=T100,INSTANCE=0,OFFSIZE=41,VALUE=5; -OBJECT=T100,INSTANCE=0,OFFSIZE=43,VALUE=50; -OBJECT=T100,INSTANCE=0,OFFSIZE=44,VALUE=68; -OBJECT=T100,INSTANCE=0,OFFSIZE=46,VALUE=20; -OBJECT=T100,INSTANCE=0,OFFSIZE=47,VALUE=20; -OBJECT=T100,INSTANCE=0,OFFSIZE=53,VALUE=2; -OBJECT=T100,INSTANCE=0,OFFSIZE=64,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=65,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=66,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=67,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=68,VALUE=0; -OBJECT=T40,INSTANCE=0,OFFSIZE=0,VALUE=49; -OBJECT=T40,INSTANCE=0,OFFSIZE=1,VALUE=255; -OBJECT=T40,INSTANCE=0,OFFSIZE=2,VALUE=80; -OBJECT=T40,INSTANCE=0,OFFSIZE=3,VALUE=50; -OBJECT=T40,INSTANCE=0,OFFSIZE=4,VALUE=80; -OBJECT=T40,INSTANCE=0,OFFSIZE=6,VALUE=0; -OBJECT=T65,INSTANCE=0,OFFSIZE=1,VALUE=2; -OBJECT=T65,INSTANCE=0,OFFSIZE=2,VALUE=0; -OBJECT=T65,INSTANCE=0,OFFSIZE=3,VALUE=0; -OBJECT=T65,INSTANCE=0,OFFSIZE=4,VALUE=0; -OBJECT=T65,INSTANCE=0,OFFSIZE=5,VALUE=0; -OBJECT=T65,INSTANCE=0,OFFSIZE=6,VALUE=0; -OBJECT=T65,INSTANCE=0,OFFSIZE=7,VALUE=0; -OBJECT=T65,INSTANCE=0,OFFSIZE=8,VALUE=0; -OBJECT=T65,INSTANCE=0,OFFSIZE=9,VALUE=0; -OBJECT=T65,INSTANCE=0,OFFSIZE=10,VALUE=10; -OBJECT=T65,INSTANCE=0,OFFSIZE=17,VALUE=18; -OBJECT=T80,INSTANCE=0,OFFSIZE=5,VALUE=138; -OBJECT=T104,INSTANCE=0,OFFSIZE=4,VALUE=20; -OBJECT=T104,INSTANCE=0,OFFSIZE=5,VALUE=5; -OBJECT=T104,INSTANCE=0,OFFSIZE=9,VALUE=12; -OBJECT=T104,INSTANCE=0,OFFSIZE=10,VALUE=5; -OBJECT=T111,INSTANCE=0,OFFSIZE=4,VALUE=64; -OBJECT=T111,INSTANCE=2,OFFSIZE=4,VALUE=64; -OBJECT=T70,INSTANCE=0,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=0,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=1,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=2,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=3,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=4,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=5,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=6,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=7,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=8,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=9,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=10,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=11,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=12,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=13,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=14,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=15,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=16,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=18,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=19,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=20,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=21,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=22,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=23,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=24,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=25,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=26,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=27,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=28,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=29,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=30,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=31,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=32,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=33,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=34,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=35,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=36,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=37,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=38,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=39,OFFSIZE=0,VALUE=0; -OBJECT=T78,INSTANCE=0,OFFSIZE=0,VALUE=133; -OBJECT=T78,INSTANCE=0,OFFSIZE=1,VALUE=3; -OBJECT=T78,INSTANCE=0,OFFSIZE=8,VALUE=90; -OBJECT=T38,INSTANCE=0,OFFSIZE=58,VALUE=1; -OBJECT=T38,INSTANCE=0,OFFSIZE=59,VALUE=80; -OBJECT=T38,INSTANCE=0,OFFSIZE=60,VALUE=0; -OBJECT=T38,INSTANCE=0,OFFSIZE=61,VALUE=1; -[COVER END] - -[KNUCKLE BEGIN] -OBJECT=T6,INSTANCE=0,OFFSIZE=5,VALUE=58; -OBJECT=T125,INSTANCE=0,OFFSIZE=0,VALUE=3; -[KNUCKLE END] - -[WORKAROUND1 BEGIN] -OBJECT=T65,INSTANCE=0,OFFSIZE=1,VALUE=7; -[WORKAROUND1 END] - -[WORKAROUND2 BEGIN] -OBJECT=T100,INSTANCE=0,OFFSIZE=44,VALUE=65; -OBJECT=T100,INSTANCE=0,OFFSIZE=46,VALUE=20; -OBJECT=T100,INSTANCE=0,OFFSIZE=41,VALUE=2; -OBJECT=T100,INSTANCE=0,OFFSIZE=40,VALUE=1; -OBJECT=T100,INSTANCE=0,OFFSIZE=64,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=65,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=66,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=67,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=68,VALUE=0; -[WORKAROUND2 END] - -[WORKAROUND3 BEGIN] -OBJECT=T70,INSTANCE=0,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=1,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=2,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=3,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=4,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=5,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=6,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=7,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=8,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=9,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=10,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=11,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=12,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=13,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=14,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=15,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=16,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=17,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=18,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=19,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=20,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=21,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=22,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=23,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=24,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=25,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=26,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=27,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=28,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=29,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=30,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=31,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=32,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=33,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=34,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=35,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=36,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=37,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=38,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=39,OFFSIZE=0,VALUE=0; -OBJECT=T72,INSTANCE=0,OFFSIZE=0,VALUE=255; -OBJECT=T72,INSTANCE=0,OFFSIZE=40,VALUE=8; -OBJECT=T72,INSTANCE=0,OFFSIZE=60,VALUE=8; -OBJECT=T72,INSTANCE=0,OFFSIZE=20,VALUE=9; -OBJECT=T65,INSTANCE=0,OFFSIZE=1,VALUE=3; -[WORKAROUND3 END] - -[WORKAROUND4 BEGIN] -OBJECT=T6,INSTANCE=0,OFFSIZE=2,VALUE=1; -[WORKAROUND4 END] - -[WORKAROUND5 BEGIN] -OBJECT=T72,INSTANCE=0,OFFSIZE=60,VALUE=9; -[WORKAROUND5 END] \ No newline at end of file diff --git a/recovery/root/system/vendor/firmware/ts/atmel/eva_firmware.fw b/recovery/root/system/vendor/firmware/ts/atmel/eva_firmware.fw deleted file mode 100644 index 4420511..0000000 Binary files a/recovery/root/system/vendor/firmware/ts/atmel/eva_firmware.fw and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/ts/atmel/frd_firmware.fw b/recovery/root/system/vendor/firmware/ts/atmel/frd_firmware.fw deleted file mode 100644 index 1c0f318..0000000 Binary files a/recovery/root/system/vendor/firmware/ts/atmel/frd_firmware.fw and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/ts/atmel/frd_sharp_fhd_config.raw b/recovery/root/system/vendor/firmware/ts/atmel/frd_sharp_fhd_config.raw deleted file mode 100644 index 5c7ad48..0000000 --- a/recovery/root/system/vendor/firmware/ts/atmel/frd_sharp_fhd_config.raw +++ /dev/null @@ -1,107 +0,0 @@ -OBP_RAW V1 -A4 2F 31 AA 20 14 2E -B5A335 -338593 -0025 0000 0082 3A 00 F7 FF 04 00 00 00 04 00 02 00 FB FF 02 00 FC FF 03 00 F8 FF 09 00 02 00 FB FF FF FF A0 FF D6 FF 83 00 E0 00 C7 00 1E 00 A9 FF A8 FF 2B 01 56 02 58 02 58 02 E7 01 A4 00 AD FF 58 02 58 02 58 02 58 02 58 02 A4 01 BD FF 86 01 57 02 58 02 58 02 58 02 26 01 9F FF 2F 00 EF 00 7C 01 78 01 E3 00 1C 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0044 0000 0049 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0026 0000 0040 00 1F AA 0B 09 10 07 0C 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0047 0000 00C8 00 64 14 32 0A 22 3C 14 19 00 32 14 14 00 00 0A 3C 05 00 01 00 00 00 06 43 D2 3C 0F 00 00 00 00 64 14 32 0A 22 3C 14 19 00 00 32 14 14 00 00 0A 3C 05 00 01 00 00 00 06 43 D2 3C 0F 00 00 80 00 50 00 19 03 22 28 00 0C 00 00 1C 0D 0C 00 28 0A 3C 05 00 01 00 00 00 06 43 D2 3C 0F 00 00 81 00 01 01 02 02 00 00 00 1C 01 19 01 19 00 00 00 00 00 00 00 00 00 00 00 00 06 06 00 00 00 16 16 0C 00 00 07 0C 07 00 00 14 14 0C 00 00 01 02 00 05 00 00 32 19 1C 14 0C 0A 02 00 FF 00 00 00 00 00 00 00 00 01 00 35 37 00 00 00 00 04 01 00 05 00 00 00 00 1C 0D 0C 04 01 00 FF 00 00 00 00 00 00 00 00 05 00 35 96 00 00 -006E 0000 0028 61 06 51 07 81 07 C1 07 A1 07 69 08 E9 08 C9 08 A1 08 E1 08 11 08 F9 08 91 08 69 08 69 06 01 00 01 00 01 00 01 00 01 00 -006E 0001 0028 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -006E 0002 0028 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -006E 0003 0028 51 06 A9 07 21 07 51 08 49 07 E9 08 A1 08 49 09 A1 08 89 08 51 08 B1 07 A9 08 89 07 41 06 01 00 01 00 01 00 01 00 01 00 -006E 0004 0028 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -006E 0005 0028 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -006E 0006 0028 93 03 7B 03 83 03 7B 03 7B 03 73 03 6B 03 6B 03 6B 03 6B 03 73 03 6B 03 6B 03 7B 03 93 03 03 00 03 00 03 00 03 00 03 00 -006E 0007 0028 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -006E 0008 0028 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0007 0000 0005 08 08 1E C2 00 -0008 0000 000F 37 00 04 01 00 05 00 00 00 00 0B 01 01 01 80 -000F 0000 000B 00 00 00 00 00 00 00 00 00 00 00 -0012 0000 0002 00 00 -0013 0000 0006 00 00 00 00 00 00 -0019 0000 0010 03 00 18 79 A8 61 00 00 00 00 FA 88 13 00 00 00 -0028 0000 0007 31 0A 0A 14 14 00 01 -002A 0000 000E 01 00 FF 4B FF 05 00 00 00 00 C8 03 00 00 -002B 0000 0011 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -002E 0000 000C 00 00 07 07 01 00 00 32 01 01 00 00 -002F 0000 002F 00 00 00 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0038 0000 0024 02 00 01 24 0A 09 09 09 09 09 08 08 08 08 08 08 07 07 06 06 06 05 04 04 05 05 07 08 08 08 07 07 00 00 00 00 -003D 0000 0005 03 00 00 E8 03 -003D 0001 0005 00 00 00 00 00 -003D 0002 0005 00 00 00 00 00 -003D 0003 0005 00 00 00 00 00 -003D 0004 0005 00 00 00 00 00 -003D 0005 0005 00 00 00 00 00 -0041 0000 0017 81 0C 00 00 00 00 00 00 00 00 0F 00 00 00 00 00 00 11 00 00 00 00 00 -0041 0001 0017 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0041 0002 0017 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0046 0000 000A 03 C8 00 26 00 00 3F 00 00 00 -0046 0001 000A 00 78 00 68 00 00 02 01 00 07 -0046 0002 000A 00 78 00 64 00 00 1E 0A 00 11 -0046 0003 000A 00 78 00 50 00 00 01 1F 00 00 -0046 0004 000A 01 72 00 68 00 00 02 20 00 07 -0046 0005 000A 01 72 00 64 00 00 1E 2A 00 11 -0046 0006 000A 00 72 00 4E 00 00 00 3E 00 00 -0046 0007 000A 00 72 00 50 00 00 01 3F 00 00 -0046 0008 000A 01 0D 00 68 00 00 02 40 00 07 -0046 0009 000A 01 0D 00 64 00 00 1E 4A 00 11 -0046 000A 000A 00 0D 00 4E 00 00 00 5E 00 00 -0046 000B 000A 00 0D 00 50 00 00 01 5F 00 00 -0046 000C 000A 01 79 00 3D 00 00 01 60 00 00 -0046 000D 000A 01 73 00 3D 00 00 01 61 00 00 -0046 000E 000A 01 78 00 3D 00 00 01 62 00 00 -0046 000F 000A 01 72 00 3D 00 00 01 63 00 00 -0046 0010 000A 03 2C 01 08 00 00 02 8C 00 07 -0046 0011 000A 03 2C 01 64 00 00 1E 94 00 02 -0046 0012 000A 01 16 00 2E 00 00 04 6A 00 00 -0046 0013 000A 01 16 00 48 00 00 13 6B 00 00 -0046 0014 000A 01 18 00 2E 00 00 04 68 00 00 -0046 0015 000A 01 18 00 48 00 00 13 69 00 00 -0046 0016 000A 01 18 00 64 00 00 2B 79 00 00 -0046 0017 000A 01 1A 00 48 00 00 13 67 00 00 -0046 0018 000A 03 2C 01 6F 00 00 06 97 00 0F -0046 0019 000A 01 1A 00 2E 00 00 04 66 00 00 -0046 001A 000A 01 1A 00 64 00 00 2B 78 00 00 -0046 001B 000A 00 18 00 64 00 00 20 7D 00 00 -0046 001C 000A 01 1A 00 64 00 00 20 7E 00 00 -0046 001D 000A 01 16 00 64 00 00 20 7F 00 00 -0046 001E 000A 00 18 00 41 00 00 01 82 00 00 -0046 001F 000A 00 1A 00 41 00 00 01 83 00 00 -0046 0020 000A 00 16 00 41 00 00 01 84 00 00 -0046 0021 000A 01 18 00 47 00 00 4C 87 00 00 -0046 0022 000A 01 1A 00 47 00 00 4C 88 00 00 -0046 0023 000A 01 16 00 47 00 00 4C 89 00 00 -0046 0024 000A 00 00 00 00 00 00 00 00 00 00 -0046 0025 000A 03 2D 01 08 00 00 02 AB 00 07 -0046 0026 000A 03 2D 01 64 00 00 1E B3 00 02 -0046 0027 000A 03 2D 01 6F 00 00 06 B6 00 0F -0048 0000 0059 0B 00 00 01 00 04 0A 0A 00 09 23 00 00 04 31 2D 67 0E 00 19 09 00 00 00 00 00 07 00 00 00 00 0C 00 00 00 00 00 00 0F 00 09 00 00 00 00 00 10 00 00 00 00 10 00 00 00 00 00 02 23 85 09 92 A3 9E B9 00 24 24 24 24 00 28 28 28 28 00 00 03 00 A5 00 00 00 00 00 00 00 00 00 -004D 0000 0002 00 00 -004E 0000 000C 84 02 05 0A 19 01 0A 00 46 00 00 00 -004F 0000 0004 00 00 00 00 -004F 0001 0004 00 00 00 00 -004F 0002 0004 00 00 00 00 -0050 0000 000E 03 00 6E 50 32 CA 00 32 05 01 00 00 00 03 -0051 0000 0012 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0051 0001 0012 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0054 0000 0004 00 00 00 00 -005D 0000 001E 0E 00 00 37 04 00 00 7F 07 FF 0F FF 0F 00 64 00 14 04 00 00 2C 01 2C 01 00 14 00 14 00 00 -0063 0000 000C 00 00 00 00 00 00 00 00 00 00 00 00 -0064 0000 0048 0B 71 01 01 00 00 0A 88 00 1A 2A 05 02 7F 07 16 23 17 39 00 0F 2A 0D 09 37 04 24 2B 0C 09 1C 0D 0C 00 28 0A 3C 05 00 01 00 00 00 06 43 D2 3C 0F 00 05 00 00 00 04 16 23 97 3B 1E 2B 00 00 00 00 32 FA 00 0A 9B 00 18 14 -0065 0000 0020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0068 0000 000B 01 00 50 00 19 03 22 28 00 0C 03 -006C 0000 004B 9D 00 00 01 01 00 00 04 00 00 00 00 00 00 00 00 00 00 00 18 00 00 00 00 18 00 00 00 00 00 00 06 00 01 00 00 00 00 00 20 00 00 00 00 20 00 00 00 00 00 03 0C 64 01 00 00 00 00 00 30 00 00 00 00 30 00 00 00 00 00 14 00 85 00 00 -006D 0000 0009 42 00 05 00 00 00 00 00 03 -006F 0000 0020 00 00 50 01 20 20 04 01 00 FF 00 00 00 00 00 00 00 00 05 00 35 96 00 0A 01 01 0A 00 00 00 00 14 -006F 0001 0020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 36 01 01 00 00 00 00 00 00 -006F 0002 0020 00 00 50 01 20 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0A 01 01 00 00 00 00 00 00 -0070 0000 0005 00 00 00 00 00 -0070 0001 0005 00 00 00 00 00 -0071 0000 0003 05 00 07 -0073 0000 0014 04 00 00 FF FF 00 00 FF FF 50 00 64 00 02 3E 02 00 86 00 23 -0074 0000 00FF 00 02 0A 22 65 54 63 24 A6 05 22 65 54 63 24 56 0D 22 7A 64 63 24 55 09 14 65 34 46 02 26 0A 22 73 63 64 23 16 00 42 6D 45 46 26 15 00 03 6D 65 65 02 16 0B 23 6D 45 46 26 17 08 22 6D 45 56 64 02 07 05 03 88 46 35 46 02 16 04 03 77 46 45 25 15 04 03 77 56 45 02 15 04 03 77 46 46 02 15 04 03 77 56 46 02 15 04 03 77 56 56 02 55 00 00 08 46 35 02 95 02 00 08 36 45 02 C5 00 50 08 46 35 02 45 00 50 08 36 45 02 35 00 05 08 46 45 02 35 00 05 08 36 45 02 46 00 20 08 35 46 25 55 0A 22 73 63 34 02 45 0B 11 63 35 46 02 44 0A 11 63 63 24 05 80 22 6F 46 35 02 05 80 22 6F 36 45 02 95 0D 22 7A 64 43 02 24 0A 22 73 63 23 24 0A 22 73 43 23 94 0D 32 7A 64 24 94 0D 22 7A 34 24 03 07 32 76 56 02 D5 0B 33 7A 45 46 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0079 0000 0003 00 00 00 -007C 0000 0007 0B 01 05 04 1B 41 96 -007D 0000 0001 03 -0082 0000 0006 81 32 0F 0A 02 0A diff --git a/recovery/root/system/vendor/firmware/ts/atmel/frd_sharp_fhd_config_feature.raw b/recovery/root/system/vendor/firmware/ts/atmel/frd_sharp_fhd_config_feature.raw deleted file mode 100644 index df50afb..0000000 --- a/recovery/root/system/vendor/firmware/ts/atmel/frd_sharp_fhd_config_feature.raw +++ /dev/null @@ -1,205 +0,0 @@ -[GLOVE BEGIN] -OBJECT=T72,INSTANCE=0,OFFSIZE=26,VALUE=10; -OBJECT=T104,INSTANCE=0,OFFSIZE=4,VALUE=10; -OBJECT=T104,INSTANCE=0,OFFSIZE=9,VALUE=8; -OBJECT=T70,INSTANCE=30,OFFSIZE=0,VALUE=1; -OBJECT=T70,INSTANCE=31,OFFSIZE=0,VALUE=1; -OBJECT=T70,INSTANCE=32,OFFSIZE=0,VALUE=1; -OBJECT=T71,INSTANCE=0,OFFSIZE=66,VALUE=10; -OBJECT=T71,INSTANCE=0,OFFSIZE=71,VALUE=8; -OBJECT=T71,INSTANCE=0,OFFSIZE=75,VALUE=18; -OBJECT=T71,INSTANCE=0,OFFSIZE=76,VALUE=9; -OBJECT=T71,INSTANCE=0,OFFSIZE=127,VALUE=9; -OBJECT=T71,INSTANCE=0,OFFSIZE=137,VALUE=9; -OBJECT=T71,INSTANCE=0,OFFSIZE=181,VALUE=9; -OBJECT=T71,INSTANCE=0,OFFSIZE=180,VALUE=18; -OBJECT=T65,INSTANCE=0,OFFSIZE=1,VALUE=7; -OBJECT=T100,INSTANCE=0,OFFSIZE=31,VALUE=18; -OBJECT=T100,INSTANCE=0,OFFSIZE=32,VALUE=9; -OBJECT=T100,INSTANCE=0,OFFSIZE=53,VALUE=3; -OBJECT=T111,INSTANCE=0,OFFSIZE=4,VALUE=64; -OBJECT=T111,INSTANCE=2,OFFSIZE=4,VALUE=64; -OBJECT=T78,INSTANCE=0,OFFSIZE=0,VALUE=133; -OBJECT=T38,INSTANCE=0,OFFSIZE=62,VALUE=50; -OBJECT=T38,INSTANCE=0,OFFSIZE=63,VALUE=0; -[GLOVE END] - -[COVER BEGIN] -OBJECT=T100,INSTANCE=0,OFFSIZE=9,VALUE=15; -OBJECT=T100,INSTANCE=0,OFFSIZE=28,VALUE=13; -OBJECT=T46,INSTANCE=0,OFFSIZE=7,VALUE=145; -OBJECT=T72,INSTANCE=0,OFFSIZE=26,VALUE=24; -OBJECT=T72,INSTANCE=0,OFFSIZE=31,VALUE=24; -OBJECT=T72,INSTANCE=0,OFFSIZE=20,VALUE=1; -OBJECT=T72,INSTANCE=0,OFFSIZE=57,VALUE=8; -OBJECT=T72,INSTANCE=0,OFFSIZE=59,VALUE=49; -OBJECT=T72,INSTANCE=0,OFFSIZE=77,VALUE=12; -OBJECT=T72,INSTANCE=0,OFFSIZE=79,VALUE=49; -OBJECT=T46,INSTANCE=0,OFFSIZE=2,VALUE=24; -OBJECT=T46,INSTANCE=0,OFFSIZE=3,VALUE=24; -OBJECT=T46,INSTANCE=0,OFFSIZE=8,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=1,VALUE=48; -OBJECT=T100,INSTANCE=0,OFFSIZE=6,VALUE=4; -OBJECT=T100,INSTANCE=0,OFFSIZE=13,VALUE=103; -OBJECT=T100,INSTANCE=0,OFFSIZE=14,VALUE=4; -OBJECT=T100,INSTANCE=0,OFFSIZE=32,VALUE=7; -OBJECT=T100,INSTANCE=0,OFFSIZE=39,VALUE=1; -OBJECT=T100,INSTANCE=0,OFFSIZE=40,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=41,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=43,VALUE=50; -OBJECT=T100,INSTANCE=0,OFFSIZE=44,VALUE=68; -OBJECT=T100,INSTANCE=0,OFFSIZE=46,VALUE=20; -OBJECT=T100,INSTANCE=0,OFFSIZE=47,VALUE=10; -OBJECT=T100,INSTANCE=0,OFFSIZE=53,VALUE=2; -OBJECT=T100,INSTANCE=0,OFFSIZE=64,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=65,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=66,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=67,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=68,VALUE=0; -OBJECT=T40,INSTANCE=0,OFFSIZE=1,VALUE=0; -OBJECT=T40,INSTANCE=0,OFFSIZE=2,VALUE=0; -OBJECT=T65,INSTANCE=0,OFFSIZE=1,VALUE=3; -OBJECT=T65,INSTANCE=0,OFFSIZE=2,VALUE=0; -OBJECT=T65,INSTANCE=0,OFFSIZE=3,VALUE=0; -OBJECT=T65,INSTANCE=0,OFFSIZE=4,VALUE=0; -OBJECT=T65,INSTANCE=0,OFFSIZE=5,VALUE=0; -OBJECT=T65,INSTANCE=0,OFFSIZE=6,VALUE=0; -OBJECT=T65,INSTANCE=0,OFFSIZE=7,VALUE=0; -OBJECT=T65,INSTANCE=0,OFFSIZE=8,VALUE=0; -OBJECT=T65,INSTANCE=0,OFFSIZE=9,VALUE=0; -OBJECT=T65,INSTANCE=0,OFFSIZE=10,VALUE=10; -OBJECT=T65,INSTANCE=0,OFFSIZE=17,VALUE=18; -OBJECT=T80,INSTANCE=0,OFFSIZE=5,VALUE=138; -OBJECT=T104,INSTANCE=0,OFFSIZE=4,VALUE=20; -OBJECT=T104,INSTANCE=0,OFFSIZE=5,VALUE=5; -OBJECT=T104,INSTANCE=0,OFFSIZE=9,VALUE=12; -OBJECT=T104,INSTANCE=0,OFFSIZE=10,VALUE=5; -OBJECT=T111,INSTANCE=0,OFFSIZE=4,VALUE=64; -OBJECT=T111,INSTANCE=2,OFFSIZE=4,VALUE=64; -OBJECT=T70,INSTANCE=0,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=0,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=1,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=2,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=3,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=4,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=5,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=6,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=7,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=8,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=9,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=10,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=11,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=12,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=13,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=14,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=15,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=16,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=18,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=19,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=20,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=21,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=22,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=23,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=24,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=25,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=26,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=27,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=28,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=29,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=30,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=31,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=32,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=33,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=34,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=35,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=36,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=37,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=38,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=39,OFFSIZE=0,VALUE=0; -OBJECT=T78,INSTANCE=0,OFFSIZE=0,VALUE=133; -OBJECT=T78,INSTANCE=0,OFFSIZE=1,VALUE=3; -OBJECT=T78,INSTANCE=0,OFFSIZE=3,VALUE=0; -OBJECT=T78,INSTANCE=0,OFFSIZE=8,VALUE=90; -OBJECT=T38,INSTANCE=0,OFFSIZE=58,VALUE=1; -OBJECT=T38,INSTANCE=0,OFFSIZE=59,VALUE=80; -OBJECT=T38,INSTANCE=0,OFFSIZE=60,VALUE=0; -OBJECT=T38,INSTANCE=0,OFFSIZE=61,VALUE=1; -[COVER END] - -[KNUCKLE BEGIN] -OBJECT=T6,INSTANCE=0,OFFSIZE=5,VALUE=58; -OBJECT=T125,INSTANCE=0,OFFSIZE=0,VALUE=3; -[KNUCKLE END] - -[WORKAROUND1 BEGIN] -OBJECT=T65,INSTANCE=0,OFFSIZE=1,VALUE=12; -[WORKAROUND1 END] - -[WORKAROUND2 BEGIN] -OBJECT=T100,INSTANCE=0,OFFSIZE=44,VALUE=65; -OBJECT=T100,INSTANCE=0,OFFSIZE=46,VALUE=20; -OBJECT=T100,INSTANCE=0,OFFSIZE=41,VALUE=2; -OBJECT=T100,INSTANCE=0,OFFSIZE=40,VALUE=1; -OBJECT=T100,INSTANCE=0,OFFSIZE=64,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=65,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=66,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=67,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=68,VALUE=0; -[WORKAROUND2 END] - -[WORKAROUND3 BEGIN] -OBJECT=T70,INSTANCE=0,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=1,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=2,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=3,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=4,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=5,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=6,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=7,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=8,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=9,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=10,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=11,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=12,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=13,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=14,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=15,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=16,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=17,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=18,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=19,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=20,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=21,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=22,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=23,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=24,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=25,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=26,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=27,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=28,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=29,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=30,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=31,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=32,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=33,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=34,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=35,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=36,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=37,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=38,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=39,OFFSIZE=0,VALUE=0; -OBJECT=T72,INSTANCE=0,OFFSIZE=0,VALUE=255; -OBJECT=T72,INSTANCE=0,OFFSIZE=40,VALUE=8; -OBJECT=T72,INSTANCE=0,OFFSIZE=60,VALUE=8; -OBJECT=T72,INSTANCE=0,OFFSIZE=20,VALUE=9; -OBJECT=T65,INSTANCE=0,OFFSIZE=1,VALUE=3; -[WORKAROUND3 END] - -[WORKAROUND4 BEGIN] -OBJECT=T6,INSTANCE=0,OFFSIZE=2,VALUE=1; -[WORKAROUND4 END] - -[WORKAROUND5 BEGIN] -OBJECT=T72,INSTANCE=0,OFFSIZE=77,VALUE=1; -OBJECT=T72,INSTANCE=0,OFFSIZE=79,VALUE=255; -[WORKAROUND5 END] \ No newline at end of file diff --git a/recovery/root/system/vendor/firmware/ts/atmel/knight_firmware.fw b/recovery/root/system/vendor/firmware/ts/atmel/knight_firmware.fw deleted file mode 100644 index a3764dd..0000000 Binary files a/recovery/root/system/vendor/firmware/ts/atmel/knight_firmware.fw and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/ts/atmel/knight_sharp_fhd_config.raw b/recovery/root/system/vendor/firmware/ts/atmel/knight_sharp_fhd_config.raw deleted file mode 100644 index 88864be..0000000 --- a/recovery/root/system/vendor/firmware/ts/atmel/knight_sharp_fhd_config.raw +++ /dev/null @@ -1,107 +0,0 @@ -OBP_RAW V1 -A4 2F 30 ED 20 14 2E -29053D -67CAC9 -0025 0000 0082 3A 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0044 0000 0049 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0026 0000 0040 00 1E ED 0B 0C 10 06 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0047 0000 00C8 00 64 14 32 0C 22 28 0A 19 00 32 1E 0A 00 46 1E 3C 0F 00 02 02 14 00 06 02 F0 50 32 00 00 00 00 64 14 32 0C 22 28 0A 19 00 00 32 1E 0A 00 46 1E 3C 0F 00 02 02 14 00 06 02 F0 50 32 00 00 80 00 46 0A 19 03 22 28 0A 0F 00 00 20 0F 0F 00 50 0F 4B 05 00 01 00 00 00 06 43 D2 3C 0A 00 00 81 0F 01 01 02 02 00 00 00 1C 01 19 01 19 00 00 00 00 00 00 00 00 00 00 00 00 1E 06 06 00 00 14 14 0F 00 00 0F 0F 05 00 00 14 14 0F 00 00 01 02 00 05 00 00 32 19 18 14 01 02 00 FF 00 00 00 00 00 00 00 00 01 00 35 32 04 02 00 05 00 00 00 00 0F 0F 04 02 00 FF 00 00 00 00 00 00 00 00 05 00 35 64 00 00 00 00 00 00 00 00 -006E 0000 0028 59 04 49 05 91 06 11 05 91 05 49 05 F1 06 C9 06 79 07 61 09 E1 08 49 09 11 0A 29 0B 41 0C 41 09 01 00 01 00 01 00 01 00 -006E 0001 0028 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -006E 0002 0028 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -006E 0003 0028 E9 04 19 06 49 06 99 05 B1 05 11 06 41 08 49 07 59 09 D1 08 89 0A D1 07 D1 0A A9 09 21 0C E1 07 01 00 01 00 01 00 01 00 -006E 0004 0028 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -006E 0005 0028 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -006E 0006 0028 F3 04 E3 04 DB 04 EB 04 E3 04 E3 04 CB 04 DB 04 CB 04 B3 04 AB 04 CB 04 AB 04 AB 04 A3 04 C3 04 03 00 03 00 03 00 03 00 -006E 0007 0028 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -006E 0008 0028 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0007 0000 0005 08 08 1E C2 00 -0008 0000 000F 3C 00 04 02 00 05 00 00 00 00 0B 01 01 01 80 -000F 0000 000B 00 00 00 00 00 00 00 00 00 00 00 -0012 0000 0002 00 00 -0013 0000 0006 00 00 00 00 00 00 -0019 0000 0010 03 00 18 79 A8 61 00 00 00 00 FA 88 13 00 00 00 -0023 0000 0007 02 28 1E FA 01 05 02 -0028 0000 0007 31 00 00 14 14 00 01 -002A 0000 000E 01 00 FF 4B FF 05 00 00 00 00 C8 03 00 00 -002B 0000 0011 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -002E 0000 000C 00 00 0C 06 01 00 00 22 01 01 00 00 -002F 0000 002F 00 00 00 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0038 0000 0024 02 00 01 24 0A 09 09 09 09 09 08 08 08 08 08 08 07 07 06 06 06 05 04 04 05 05 07 08 08 08 07 07 00 00 00 00 -003D 0000 0005 03 00 00 E8 03 -003D 0001 0005 00 00 00 00 00 -003D 0002 0005 00 00 00 00 00 -003D 0003 0005 00 00 00 00 00 -003D 0004 0005 00 00 00 00 00 -003D 0005 0005 00 00 00 00 00 -0041 0000 0017 81 0A 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 11 00 00 00 00 00 -0041 0001 0017 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0041 0002 0017 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0046 0000 000A 03 C8 00 26 00 00 3F 00 00 00 -0046 0001 000A 01 78 00 68 00 00 02 01 00 07 -0046 0002 000A 01 78 00 64 00 00 1E 0A 00 11 -0046 0003 000A 01 78 00 50 00 00 01 1F 00 00 -0046 0004 000A 01 72 00 68 00 00 02 20 00 07 -0046 0005 000A 01 72 00 64 00 00 1E 2A 00 11 -0046 0006 000A 00 72 00 4E 00 00 00 3E 00 00 -0046 0007 000A 01 72 00 50 00 00 01 3F 00 00 -0046 0008 000A 01 0D 00 68 00 00 02 40 00 07 -0046 0009 000A 01 0D 00 64 00 00 1E 4A 00 11 -0046 000A 000A 00 0D 00 4E 00 00 00 5E 00 00 -0046 000B 000A 01 0D 00 50 00 00 01 5F 00 00 -0046 000C 000A 01 79 00 3D 00 00 01 60 00 00 -0046 000D 000A 01 73 00 3D 00 00 01 61 00 00 -0046 000E 000A 01 78 00 3D 00 00 01 62 00 00 -0046 000F 000A 01 72 00 3D 00 00 01 63 00 00 -0046 0010 000A 03 C9 00 08 00 00 02 8C 00 07 -0046 0011 000A 01 16 00 64 00 00 2B 7A 00 00 -0046 0012 000A 01 16 00 2E 00 00 04 6A 00 00 -0046 0013 000A 01 16 00 48 00 00 13 6B 00 00 -0046 0014 000A 01 18 00 2E 00 00 04 68 00 00 -0046 0015 000A 01 18 00 48 00 00 13 69 00 00 -0046 0016 000A 01 18 00 64 00 00 2B 79 00 00 -0046 0017 000A 01 1A 00 48 00 00 13 67 00 00 -0046 0018 000A 03 C9 00 64 00 00 1F 94 00 01 -0046 0019 000A 01 1A 00 2E 00 00 04 66 00 00 -0046 001A 000A 01 1A 00 64 00 00 2B 78 00 00 -0046 001B 000A 03 18 00 64 00 00 20 7D 00 00 -0046 001C 000A 03 1A 00 64 00 00 20 7E 00 00 -0046 001D 000A 03 16 00 64 00 00 20 7F 00 00 -0046 001E 000A 00 18 00 41 00 00 01 82 00 00 -0046 001F 000A 00 1A 00 41 00 00 01 83 00 00 -0046 0020 000A 00 16 00 41 00 00 01 84 00 00 -0046 0021 000A 01 18 00 47 00 00 4C 87 00 00 -0046 0022 000A 01 1A 00 47 00 00 4C 88 00 00 -0046 0023 000A 01 16 00 47 00 00 4C 89 00 00 -0046 0024 000A 03 C9 00 6F 00 00 06 96 00 0F -0046 0025 000A 03 CA 00 08 00 00 02 A6 00 07 -0046 0026 000A 03 CA 00 64 00 00 1F AE 00 01 -0046 0027 000A 03 CA 00 6F 00 00 06 B0 00 0F -0048 0000 0059 0B 00 00 01 00 04 0A 0A 00 09 23 00 00 04 31 2D 67 0E 00 19 09 0C 00 00 00 00 07 00 00 00 00 08 00 00 00 00 00 00 0D 00 09 0C 00 00 00 00 10 00 00 00 00 10 00 00 00 00 00 02 19 85 09 69 94 C6 6E 00 20 20 20 20 00 28 28 28 28 00 00 03 00 85 00 00 00 00 00 00 00 00 00 -004D 0000 0002 00 00 -004E 0000 000C 84 05 03 0A 19 01 18 00 5A 00 00 00 -004F 0000 0004 00 00 00 00 -004F 0001 0004 00 00 00 00 -004F 0002 0004 00 00 00 00 -0050 0000 000E 03 0F 6E 50 28 CA 00 46 07 01 00 00 00 03 -0051 0000 0012 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0051 0001 0012 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0054 0000 0004 00 00 00 00 -005D 0000 001E 0E 00 00 37 04 00 00 7F 07 FF 0F FF 0F 00 64 00 14 04 00 00 2C 01 2C 01 00 14 00 14 00 00 -0063 0000 000C 00 00 00 00 00 00 00 00 00 00 00 00 -0064 0000 0045 0B 71 01 01 00 00 0A 88 00 1C 2A 04 04 7F 07 17 20 11 3C 00 10 2A FE FE 37 04 23 32 0C 09 20 0F 0F 00 50 0F 4B 05 00 01 00 00 00 06 43 D2 3C 0A 00 03 00 64 14 02 00 00 9E 35 00 00 00 00 00 00 14 96 00 0A C0 -0065 0000 0020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0068 0000 000B 01 00 46 0A 19 03 22 28 0A 0F 06 -006C 0000 004B 0B 00 00 01 01 00 00 04 00 00 00 00 00 00 00 00 00 00 00 18 00 00 00 00 18 00 00 00 00 00 00 06 00 01 00 00 00 00 00 20 00 00 00 00 20 00 00 00 00 00 03 0C 64 01 00 00 00 00 00 30 00 00 00 00 30 00 00 00 00 00 14 00 85 00 00 -006D 0000 0009 42 00 05 00 00 00 00 00 03 -006F 0000 001E 00 00 3C 37 20 18 04 02 00 FF 00 00 00 00 00 00 00 00 05 00 35 64 00 2F 01 01 0A 00 32 3C -006F 0001 001E 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 46 00 01 00 00 00 00 -006F 0002 001E 00 00 3C 37 40 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 2F 01 01 00 00 00 00 -0070 0000 0005 00 00 00 00 00 -0070 0001 0005 00 00 00 00 00 -0071 0000 0003 05 08 08 -0073 0000 0014 05 00 00 FF FF 00 00 FF FF 50 00 64 00 02 3E 02 00 86 00 23 -0074 0000 00FF 00 D6 05 22 65 54 63 24 A6 05 22 65 54 63 24 56 0D 22 7A 64 63 24 55 09 14 65 34 46 02 26 0A 22 73 63 64 23 16 00 42 6D 45 46 26 15 00 03 6D 65 65 02 16 0B 23 6D 45 46 26 17 08 22 6D 45 56 64 02 07 05 03 88 46 35 46 02 16 04 03 77 46 45 25 15 04 03 77 56 45 02 15 04 03 77 46 46 02 15 04 03 77 56 46 02 15 04 03 77 56 56 02 55 00 00 08 46 35 02 95 02 00 08 36 45 02 C5 00 50 08 46 35 02 45 00 50 08 36 45 02 35 00 05 08 46 45 02 35 00 05 08 36 45 02 46 00 20 08 35 46 25 55 0A 22 73 63 34 02 45 0B 11 63 35 46 02 44 0A 11 63 63 24 05 80 22 6F 46 35 02 05 80 22 6F 36 45 02 95 0D 22 7A 64 43 02 24 0A 22 73 63 23 24 0A 22 73 43 23 94 0D 32 7A 64 24 94 0D 22 7A 34 24 03 07 32 76 56 02 D5 0B 33 7A 45 46 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0079 0000 0003 00 02 0A -007C 0000 0007 0B 02 0A 06 1B 41 96 -007D 0000 0001 03 diff --git a/recovery/root/system/vendor/firmware/ts/atmel/knight_sharp_fhd_config_feature.raw b/recovery/root/system/vendor/firmware/ts/atmel/knight_sharp_fhd_config_feature.raw deleted file mode 100644 index dabdab8..0000000 --- a/recovery/root/system/vendor/firmware/ts/atmel/knight_sharp_fhd_config_feature.raw +++ /dev/null @@ -1,199 +0,0 @@ -[GLOVE BEGIN] -OBJECT=T38,INSTANCE=0,OFFSIZE=62,VALUE=50; -OBJECT=T38,INSTANCE=0,OFFSIZE=63,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=31,VALUE=20; -OBJECT=T100,INSTANCE=0,OFFSIZE=32,VALUE=8; -OBJECT=T104,INSTANCE=0,OFFSIZE=4,VALUE=12; -OBJECT=T104,INSTANCE=0,OFFSIZE=9,VALUE=12; -OBJECT=T70,INSTANCE=30,OFFSIZE=0,VALUE=1; -OBJECT=T70,INSTANCE=31,OFFSIZE=0,VALUE=1; -OBJECT=T70,INSTANCE=32,OFFSIZE=0,VALUE=1; -OBJECT=T71,INSTANCE=0,OFFSIZE=66,VALUE=12; -OBJECT=T71,INSTANCE=0,OFFSIZE=71,VALUE=12; -OBJECT=T71,INSTANCE=0,OFFSIZE=75,VALUE=20; -OBJECT=T71,INSTANCE=0,OFFSIZE=76,VALUE=8; -OBJECT=T71,INSTANCE=0,OFFSIZE=127,VALUE=8; -OBJECT=T71,INSTANCE=0,OFFSIZE=137,VALUE=8; -OBJECT=T71,INSTANCE=0,OFFSIZE=141,VALUE=20; -OBJECT=T65,INSTANCE=0,OFFSIZE=1,VALUE=5; -OBJECT=T65,INSTANCE=0,OFFSIZE=2,VALUE=51; -OBJECT=T65,INSTANCE=0,OFFSIZE=3,VALUE=1; -OBJECT=T65,INSTANCE=0,OFFSIZE=4,VALUE=213; -OBJECT=T65,INSTANCE=0,OFFSIZE=5,VALUE=0; -OBJECT=T65,INSTANCE=0,OFFSIZE=6,VALUE=51; -OBJECT=T65,INSTANCE=0,OFFSIZE=7,VALUE=1; -OBJECT=T65,INSTANCE=0,OFFSIZE=8,VALUE=213; -OBJECT=T65,INSTANCE=0,OFFSIZE=9,VALUE=0; -OBJECT=T78,INSTANCE=0,OFFSIZE=0,VALUE=133; -OBJECT=T80,INSTANCE=0,OFFSIZE=5,VALUE=74; -OBJECT=T111,INSTANCE=0,OFFSIZE=4,VALUE=64; -[GLOVE END] - -[COVER BEGIN] -OBJECT=T100,INSTANCE=0,OFFSIZE=9,VALUE=12; -OBJECT=T100,INSTANCE=0,OFFSIZE=29,VALUE=9; -OBJECT=T8,INSTANCE=0,OFFSIZE=6,VALUE=0; -OBJECT=T72,INSTANCE=0,OFFSIZE=20,VALUE=9; -OBJECT=T72,INSTANCE=0,OFFSIZE=26,VALUE=16; -OBJECT=T72,INSTANCE=0,OFFSIZE=31,VALUE=16; -OBJECT=T72,INSTANCE=0,OFFSIZE=46,VALUE=16; -OBJECT=T72,INSTANCE=0,OFFSIZE=51,VALUE=16; -OBJECT=T72,INSTANCE=0,OFFSIZE=57,VALUE=2; -OBJECT=T72,INSTANCE=0,OFFSIZE=59,VALUE=49; -OBJECT=T46,INSTANCE=0,OFFSIZE=2,VALUE=24; -OBJECT=T46,INSTANCE=0,OFFSIZE=3,VALUE=24; -OBJECT=T46,INSTANCE=0,OFFSIZE=7,VALUE=42; -OBJECT=T46,INSTANCE=0,OFFSIZE=8,VALUE=0; -OBJECT=T40,INSTANCE=0,OFFSIZE=1,VALUE=0; -OBJECT=T40,INSTANCE=0,OFFSIZE=2,VALUE=0; -OBJECT=T56,INSTANCE=0,OFFSIZE=0,VALUE=2; -OBJECT=T65,INSTANCE=0,OFFSIZE=1,VALUE=5; -OBJECT=T78,INSTANCE=0,OFFSIZE=0,VALUE=133; -OBJECT=T78,INSTANCE=0,OFFSIZE=1,VALUE=1; -OBJECT=T78,INSTANCE=0,OFFSIZE=2,VALUE=0; -OBJECT=T78,INSTANCE=0,OFFSIZE=3,VALUE=0; -OBJECT=T78,INSTANCE=0,OFFSIZE=6,VALUE=16; -OBJECT=T78,INSTANCE=0,OFFSIZE=8,VALUE=30; -OBJECT=T80,INSTANCE=0,OFFSIZE=5,VALUE=138; -OBJECT=T100,INSTANCE=0,OFFSIZE=6,VALUE=2; -OBJECT=T100,INSTANCE=0,OFFSIZE=13,VALUE=53; -OBJECT=T100,INSTANCE=0,OFFSIZE=14,VALUE=3; -OBJECT=T100,INSTANCE=0,OFFSIZE=31,VALUE=15; -OBJECT=T100,INSTANCE=0,OFFSIZE=32,VALUE=8; -OBJECT=T100,INSTANCE=0,OFFSIZE=39,VALUE=1; -OBJECT=T100,INSTANCE=0,OFFSIZE=40,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=41,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=43,VALUE=200; -OBJECT=T100,INSTANCE=0,OFFSIZE=44,VALUE=66; -OBJECT=T100,INSTANCE=0,OFFSIZE=45,VALUE=80; -OBJECT=T100,INSTANCE=0,OFFSIZE=47,VALUE=8; -OBJECT=T100,INSTANCE=0,OFFSIZE=49,VALUE=1; -OBJECT=T100,INSTANCE=0,OFFSIZE=64,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=65,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=66,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=67,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=68,VALUE=0; -OBJECT=T104,INSTANCE=0,OFFSIZE=4,VALUE=10; -OBJECT=T104,INSTANCE=0,OFFSIZE=9,VALUE=9; -OBJECT=T70,INSTANCE=0,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=0,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=1,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=2,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=3,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=4,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=5,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=6,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=7,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=8,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=9,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=10,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=11,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=12,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=13,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=14,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=15,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=16,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=18,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=19,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=20,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=21,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=22,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=23,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=24,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=25,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=26,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=27,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=28,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=29,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=30,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=31,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=32,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=33,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=34,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=35,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=36,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=37,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=38,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=39,OFFSIZE=0,VALUE=0; -OBJECT=T111,INSTANCE=0,OFFSIZE=4,VALUE=48; -OBJECT=T111,INSTANCE=0,OFFSIZE=5,VALUE=48; -OBJECT=T111,INSTANCE=0,OFFSIZE=21,VALUE=55; -OBJECT=T38,INSTANCE=0,OFFSIZE=58,VALUE=0; -OBJECT=T38,INSTANCE=0,OFFSIZE=59,VALUE=120; -OBJECT=T38,INSTANCE=0,OFFSIZE=60,VALUE=0; -OBJECT=T38,INSTANCE=0,OFFSIZE=61,VALUE=1; -[COVER END] - -[KNUCKLE BEGIN] -OBJECT=T6,INSTANCE=0,OFFSIZE=5,VALUE=58; -OBJECT=T125,INSTANCE=0,OFFSIZE=0,VALUE=3; -[KNUCKLE END] - -[WORKAROUND1 BEGIN] -OBJECT=T65,INSTANCE=0,OFFSIZE=1,VALUE=10; -[WORKAROUND1 END] - -[WORKAROUND2 BEGIN] -OBJECT=T100,INSTANCE=0,OFFSIZE=44,VALUE=65; -OBJECT=T100,INSTANCE=0,OFFSIZE=46,VALUE=20; -OBJECT=T40,INSTANCE=0,OFFSIZE=3,VALUE=50; -OBJECT=T40,INSTANCE=0,OFFSIZE=4,VALUE=50; -[WORKAROUND2 END] - -[WORKAROUND3 BEGIN] -OBJECT=T70,INSTANCE=0,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=1,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=2,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=3,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=4,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=5,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=6,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=7,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=8,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=9,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=10,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=11,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=12,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=13,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=14,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=15,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=16,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=17,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=18,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=19,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=20,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=21,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=22,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=23,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=24,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=25,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=26,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=27,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=28,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=29,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=30,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=31,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=32,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=33,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=34,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=35,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=36,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=37,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=38,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=39,OFFSIZE=0,VALUE=0; -OBJECT=T72,INSTANCE=0,OFFSIZE=0,VALUE=255; -OBJECT=T72,INSTANCE=0,OFFSIZE=40,VALUE=8; -OBJECT=T72,INSTANCE=0,OFFSIZE=60,VALUE=8; -OBJECT=T72,INSTANCE=0,OFFSIZE=20,VALUE=9; -OBJECT=T65,INSTANCE=0,OFFSIZE=1,VALUE=3; -[WORKAROUND3 END] - -[WORKAROUND4 BEGIN] -OBJECT=T6,INSTANCE=0,OFFSIZE=2,VALUE=1; -[WORKAROUND4 END] - -[WORKAROUND5 BEGIN] -OBJECT=T72,INSTANCE=0,OFFSIZE=77,VALUE=1; -OBJECT=T72,INSTANCE=0,OFFSIZE=79,VALUE=255; -OBJECT=T72,INSTANCE=0,OFFSIZE=58,VALUE=15; -[WORKAROUND5 END] \ No newline at end of file diff --git a/recovery/root/system/vendor/firmware/ts/atmel/knight_sharp_wqhd_config.raw b/recovery/root/system/vendor/firmware/ts/atmel/knight_sharp_wqhd_config.raw deleted file mode 100644 index a4ae565..0000000 --- a/recovery/root/system/vendor/firmware/ts/atmel/knight_sharp_wqhd_config.raw +++ /dev/null @@ -1,107 +0,0 @@ -OBP_RAW V1 -A4 2F 30 ED 20 14 2E -29053D -2FBAF8 -0025 0000 0082 3A 00 F9 FF FB FF 06 00 09 00 06 00 05 00 F6 FF E9 FF EE FF 36 00 36 00 10 00 E8 FF F9 FF 03 00 95 00 75 01 6D 01 BC 00 09 00 F1 FF 09 00 DA 00 EA 01 F3 01 E5 00 0A 00 EB FF 01 00 7F 00 45 01 3C 01 77 00 04 00 F6 FF F4 FF F4 FF 24 00 1B 00 F8 FF F4 FF F8 FF FF FF FD FF 07 00 05 00 00 00 00 00 FE FF 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0044 0000 0049 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0026 0000 0040 00 1E ED 0A 0E 10 08 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0047 0000 00C8 00 64 14 32 0A 22 3C 14 19 00 32 14 14 00 00 1E C8 0F 00 02 00 14 00 32 02 F0 78 32 00 00 00 00 64 14 32 0A 22 3C 14 19 00 00 32 14 14 00 00 1E C8 0F 00 02 00 14 00 32 02 F0 78 32 00 00 84 00 50 0A 19 04 22 28 0A 0F 00 00 20 0F 0A 00 50 0F 32 05 00 01 00 00 00 0C 43 D2 3C 0F 00 00 85 00 01 01 02 02 00 00 00 1C 01 19 01 19 00 00 00 00 00 00 00 00 00 00 00 00 18 0C 00 00 00 14 14 0A 00 00 0F 0F 0A 00 00 14 14 0A 00 00 01 02 00 05 00 00 32 19 18 14 01 02 00 FF 00 00 00 00 00 00 00 00 01 00 35 DC 05 05 00 05 00 00 32 19 0F 0A 04 02 00 FF 00 00 00 00 00 00 00 00 05 00 35 DC 00 00 00 00 00 00 00 00 -006E 0000 0028 51 07 61 06 21 07 E9 03 C1 05 11 04 79 06 71 04 F9 06 D9 07 A9 09 61 07 29 0A A1 0A 51 0C 51 0A 01 00 01 00 01 00 01 00 -006E 0001 0028 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -006E 0002 0028 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -006E 0003 0028 C9 07 71 07 19 07 E9 04 D1 04 B9 04 99 05 11 05 A9 06 51 08 41 09 E9 07 29 0A 39 0B A1 0C B9 0A 01 00 01 00 01 00 01 00 -006E 0004 0028 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -006E 0005 0028 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -006E 0006 0028 6B 04 6B 04 6B 04 8B 04 73 04 83 04 7B 04 83 04 63 04 5B 04 4B 04 63 04 4B 04 43 04 2B 04 43 04 03 00 03 00 03 00 03 00 -006E 0007 0028 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -006E 0008 0028 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0007 0000 0005 08 08 1E C2 00 -0008 0000 000F 29 00 05 05 00 05 00 00 32 19 0B 01 01 01 80 -000F 0000 000B 00 00 00 00 00 00 00 00 00 00 00 -0012 0000 0002 00 00 -0013 0000 0006 00 00 00 00 00 00 -0019 0000 0010 03 00 30 75 D8 59 00 00 00 00 FE A0 0F 00 00 00 -0023 0000 0007 02 28 1E FA 01 05 02 -0028 0000 0007 31 00 00 1E 1E 00 01 -002A 0000 000E 01 00 FF 50 FF 05 00 00 00 00 C8 03 00 00 -002B 0000 0011 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -002E 0000 000C 00 00 08 06 01 00 00 26 00 01 00 00 -002F 0000 002F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0038 0000 0024 03 00 01 21 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 06 00 00 00 00 -003D 0000 0005 03 00 00 E8 03 -003D 0001 0005 00 00 00 00 00 -003D 0002 0005 00 00 00 00 00 -003D 0003 0005 00 00 00 00 00 -003D 0004 0005 00 00 00 00 00 -003D 0005 0005 00 00 00 00 00 -0041 0000 0017 81 0A 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 11 00 00 00 00 00 -0041 0001 0017 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0041 0002 0017 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0046 0000 000A 03 C8 00 26 00 00 3F 00 00 00 -0046 0001 000A 03 78 00 68 00 00 02 01 00 07 -0046 0002 000A 03 78 00 64 00 00 1E 0A 00 11 -0046 0003 000A 00 78 00 50 00 00 01 1F 00 00 -0046 0004 000A 03 72 00 68 00 00 02 20 00 07 -0046 0005 000A 03 72 00 64 00 00 1E 2A 00 11 -0046 0006 000A 00 72 00 4E 00 00 00 3E 00 00 -0046 0007 000A 00 72 00 50 00 00 01 3F 00 00 -0046 0008 000A 03 0D 00 68 00 00 02 40 00 07 -0046 0009 000A 03 0D 00 64 00 00 1E 4A 00 11 -0046 000A 000A 00 0D 00 4E 00 00 00 5E 00 00 -0046 000B 000A 00 0D 00 50 00 00 01 5F 00 00 -0046 000C 000A 03 79 00 3D 00 00 01 60 00 00 -0046 000D 000A 03 73 00 3D 00 00 01 61 00 00 -0046 000E 000A 03 78 00 3D 00 00 01 62 00 00 -0046 000F 000A 03 72 00 3D 00 00 01 63 00 00 -0046 0010 000A 03 C9 00 08 00 00 02 8C 00 07 -0046 0011 000A 03 C9 00 64 00 00 1F 94 00 01 -0046 0012 000A 03 16 00 2E 00 00 04 6A 00 00 -0046 0013 000A 03 16 00 48 00 00 13 6B 00 00 -0046 0014 000A 03 18 00 2E 00 00 04 68 00 00 -0046 0015 000A 03 18 00 48 00 00 13 69 00 00 -0046 0016 000A 03 18 00 64 00 00 2B 79 00 00 -0046 0017 000A 03 1A 00 48 00 00 13 67 00 00 -0046 0018 000A 03 C9 00 6F 00 00 06 96 00 0F -0046 0019 000A 03 1A 00 2E 00 00 04 66 00 00 -0046 001A 000A 03 1A 00 64 00 00 2B 78 00 00 -0046 001B 000A 03 18 00 64 00 00 20 7D 00 00 -0046 001C 000A 03 1A 00 64 00 00 20 7E 00 00 -0046 001D 000A 03 16 00 64 00 00 20 7F 00 00 -0046 001E 000A 00 18 00 41 00 00 01 82 00 00 -0046 001F 000A 00 1A 00 41 00 00 01 83 00 00 -0046 0020 000A 00 16 00 41 00 00 01 84 00 00 -0046 0021 000A 01 18 00 47 00 00 4C 87 00 00 -0046 0022 000A 01 1A 00 47 00 00 4C 88 00 00 -0046 0023 000A 01 16 00 47 00 00 4C 89 00 00 -0046 0024 000A 03 CA 00 08 00 00 02 A6 00 07 -0046 0025 000A 03 CA 00 64 00 00 1F AE 00 01 -0046 0026 000A 03 CA 00 6F 00 00 06 B0 00 0F -0046 0027 000A 00 00 00 00 00 00 00 00 00 00 -0048 0000 0059 0B 00 00 01 00 04 0A 0A 00 08 2D 00 00 04 31 37 65 0E 00 19 09 00 00 00 00 00 0C 00 00 00 00 0E 00 00 00 00 00 00 0D 00 09 00 00 00 00 00 0C 00 00 00 00 0E 00 00 00 00 00 02 19 85 09 69 94 C6 6E 00 20 20 20 20 00 28 28 28 28 00 00 03 00 85 00 00 00 00 00 00 00 00 00 -004D 0000 0002 00 00 -004E 0000 000C 84 05 03 0A 19 01 18 00 8C 00 00 00 -004F 0000 0004 00 00 00 00 -004F 0001 0004 00 00 00 00 -004F 0002 0004 00 00 00 00 -0050 0000 000E 03 00 6E 55 0C C5 00 78 1E 01 00 00 00 03 -0051 0000 0012 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0051 0001 0012 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0054 0000 0004 00 00 00 00 -005D 0000 001E 0F 9F 05 00 00 00 00 F6 09 FF 0F FF 0F 00 64 00 14 04 00 00 2C 01 2C 01 00 14 00 14 00 00 -0063 0000 000C 00 00 00 00 00 00 00 00 00 00 00 00 -0064 0000 0045 83 75 01 01 00 00 0A 88 00 1C 2D 09 0A FF 09 17 20 23 31 00 10 2D 04 04 9F 05 1F 2F 0C 08 20 0F 0A 00 50 0F 32 05 00 01 00 00 00 0C 43 D2 3C 0F 00 06 00 64 14 02 00 00 A3 31 A6 2D 00 25 00 00 14 FA 00 0A C0 -0065 0000 0020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0068 0000 000B 01 00 50 0A 19 04 22 28 0A 0F 06 -006C 0000 004B 9D 00 00 01 01 00 00 04 00 00 00 00 00 00 00 00 00 00 00 20 00 00 00 00 20 00 00 00 00 00 00 06 00 01 00 00 00 00 00 30 00 00 00 00 30 00 00 00 00 00 03 0C 64 01 00 00 00 00 00 40 00 00 00 00 40 00 00 00 00 00 14 00 85 00 00 -006D 0000 0009 42 00 05 00 00 00 00 00 03 -006F 0000 001E 00 00 28 01 20 20 04 02 00 FF 00 00 00 00 00 00 00 00 05 00 35 DC 00 23 00 01 0A 00 32 3C -006F 0001 001E 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 -006F 0002 001E 00 00 28 01 40 40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 2D 00 01 00 00 00 00 -0070 0000 0005 00 00 00 00 00 -0070 0001 0005 00 00 00 00 00 -0071 0000 0003 05 00 08 -0073 0000 0014 06 00 00 FF FF 00 00 FF FF 28 00 3C 00 02 3E 02 00 86 00 23 -0074 0000 00FF 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0079 0000 0003 00 00 00 -007C 0000 0007 0B 01 07 08 80 3E 82 -007D 0000 0001 03 diff --git a/recovery/root/system/vendor/firmware/ts/atmel/knight_sharp_wqhd_config_feature.raw b/recovery/root/system/vendor/firmware/ts/atmel/knight_sharp_wqhd_config_feature.raw deleted file mode 100644 index e835769..0000000 --- a/recovery/root/system/vendor/firmware/ts/atmel/knight_sharp_wqhd_config_feature.raw +++ /dev/null @@ -1,193 +0,0 @@ -[GLOVE BEGIN] -OBJECT=T38,INSTANCE=0,OFFSIZE=62,VALUE=50; -OBJECT=T38,INSTANCE=0,OFFSIZE=63,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=31,VALUE=20; -OBJECT=T100,INSTANCE=0,OFFSIZE=32,VALUE=8; -OBJECT=T104,INSTANCE=0,OFFSIZE=4,VALUE=12; -OBJECT=T104,INSTANCE=0,OFFSIZE=9,VALUE=12; -OBJECT=T70,INSTANCE=30,OFFSIZE=0,VALUE=1; -OBJECT=T70,INSTANCE=31,OFFSIZE=0,VALUE=1; -OBJECT=T70,INSTANCE=32,OFFSIZE=0,VALUE=1; -OBJECT=T56,INSTANCE=0,OFFSIZE=0,VALUE=2; -OBJECT=T65,INSTANCE=0,OFFSIZE=1,VALUE=5; -OBJECT=T71,INSTANCE=0,OFFSIZE=66,VALUE=12; -OBJECT=T71,INSTANCE=0,OFFSIZE=71,VALUE=12; -OBJECT=T71,INSTANCE=0,OFFSIZE=75,VALUE=20; -OBJECT=T71,INSTANCE=0,OFFSIZE=76,VALUE=8; -OBJECT=T71,INSTANCE=0,OFFSIZE=127,VALUE=8; -OBJECT=T71,INSTANCE=0,OFFSIZE=137,VALUE=8; -OBJECT=T71,INSTANCE=0,OFFSIZE=141,VALUE=20; -OBJECT=T78,INSTANCE=0,OFFSIZE=0,VALUE=133; -OBJECT=T80,INSTANCE=0,OFFSIZE=5,VALUE=69; -OBJECT=T111,INSTANCE=0,OFFSIZE=4,VALUE=48; -OBJECT=T111,INSTANCE=0,OFFSIZE=5,VALUE=48; -OBJECT=T111,INSTANCE=0,OFFSIZE=21,VALUE=100; -[GLOVE END] - -[COVER BEGIN] -OBJECT=T100,INSTANCE=0,OFFSIZE=9,VALUE=12; -OBJECT=T100,INSTANCE=0,OFFSIZE=29,VALUE=9; -OBJECT=T8,INSTANCE=0,OFFSIZE=6,VALUE=0; -OBJECT=T72,INSTANCE=0,OFFSIZE=20,VALUE=9; -OBJECT=T72,INSTANCE=0,OFFSIZE=26,VALUE=16; -OBJECT=T72,INSTANCE=0,OFFSIZE=31,VALUE=16; -OBJECT=T72,INSTANCE=0,OFFSIZE=46,VALUE=16; -OBJECT=T72,INSTANCE=0,OFFSIZE=51,VALUE=16; -OBJECT=T72,INSTANCE=0,OFFSIZE=57,VALUE=2; -OBJECT=T72,INSTANCE=0,OFFSIZE=59,VALUE=49; -OBJECT=T46,INSTANCE=0,OFFSIZE=2,VALUE=24; -OBJECT=T46,INSTANCE=0,OFFSIZE=3,VALUE=24; -OBJECT=T46,INSTANCE=0,OFFSIZE=7,VALUE=42; -OBJECT=T46,INSTANCE=0,OFFSIZE=8,VALUE=0; -OBJECT=T40,INSTANCE=0,OFFSIZE=1,VALUE=0; -OBJECT=T40,INSTANCE=0,OFFSIZE=2,VALUE=0; -OBJECT=T56,INSTANCE=0,OFFSIZE=0,VALUE=2; -OBJECT=T65,INSTANCE=0,OFFSIZE=1,VALUE=5; -OBJECT=T78,INSTANCE=0,OFFSIZE=0,VALUE=133; -OBJECT=T78,INSTANCE=0,OFFSIZE=1,VALUE=1; -OBJECT=T78,INSTANCE=0,OFFSIZE=2,VALUE=0; -OBJECT=T78,INSTANCE=0,OFFSIZE=3,VALUE=0; -OBJECT=T78,INSTANCE=0,OFFSIZE=8,VALUE=30; -OBJECT=T78,INSTANCE=0,OFFSIZE=6,VALUE=16; -OBJECT=T80,INSTANCE=0,OFFSIZE=5,VALUE=133; -OBJECT=T100,INSTANCE=0,OFFSIZE=13,VALUE=67; -OBJECT=T100,INSTANCE=0,OFFSIZE=14,VALUE=4; -OBJECT=T100,INSTANCE=0,OFFSIZE=31,VALUE=20; -OBJECT=T100,INSTANCE=0,OFFSIZE=32,VALUE=8; -OBJECT=T100,INSTANCE=0,OFFSIZE=39,VALUE=1; -OBJECT=T100,INSTANCE=0,OFFSIZE=40,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=41,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=43,VALUE=200; -OBJECT=T100,INSTANCE=0,OFFSIZE=44,VALUE=66; -OBJECT=T100,INSTANCE=0,OFFSIZE=45,VALUE=80; -OBJECT=T100,INSTANCE=0,OFFSIZE=47,VALUE=8; -OBJECT=T100,INSTANCE=0,OFFSIZE=49,VALUE=1; -OBJECT=T100,INSTANCE=0,OFFSIZE=64,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=65,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=66,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=67,VALUE=0; -OBJECT=T100,INSTANCE=0,OFFSIZE=68,VALUE=0; -OBJECT=T104,INSTANCE=0,OFFSIZE=4,VALUE=10; -OBJECT=T104,INSTANCE=0,OFFSIZE=9,VALUE=9; -OBJECT=T70,INSTANCE=0,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=0,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=1,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=2,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=3,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=4,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=5,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=6,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=7,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=8,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=9,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=10,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=11,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=12,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=13,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=14,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=15,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=16,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=18,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=19,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=20,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=21,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=22,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=23,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=24,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=25,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=26,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=27,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=28,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=29,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=30,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=31,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=32,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=33,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=34,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=35,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=36,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=37,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=38,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=39,OFFSIZE=0,VALUE=0; -OBJECT=T111,INSTANCE=0,OFFSIZE=4,VALUE=48; -OBJECT=T111,INSTANCE=0,OFFSIZE=5,VALUE=48; -OBJECT=T111,INSTANCE=0,OFFSIZE=21,VALUE=55; -OBJECT=T38,INSTANCE=0,OFFSIZE=58,VALUE=0; -OBJECT=T38,INSTANCE=0,OFFSIZE=59,VALUE=150; -OBJECT=T38,INSTANCE=0,OFFSIZE=60,VALUE=0; -OBJECT=T38,INSTANCE=0,OFFSIZE=61,VALUE=1; -[COVER END] - -[KNUCKLE BEGIN] -OBJECT=T6,INSTANCE=0,OFFSIZE=5,VALUE=58; -OBJECT=T125,INSTANCE=0,OFFSIZE=0,VALUE=3; -[KNUCKLE END] - -[WORKAROUND1 BEGIN] -OBJECT=T65,INSTANCE=0,OFFSIZE=1,VALUE=10; -[WORKAROUND1 END] - -[WORKAROUND2 BEGIN] -OBJECT=T100,INSTANCE=0,OFFSIZE=44,VALUE=65; -OBJECT=T100,INSTANCE=0,OFFSIZE=46,VALUE=20; -OBJECT=T40,INSTANCE=0,OFFSIZE=3,VALUE=50; -OBJECT=T40,INSTANCE=0,OFFSIZE=4,VALUE=50; -[WORKAROUND2 END] - -[WORKAROUND3 BEGIN] -OBJECT=T70,INSTANCE=0,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=1,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=2,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=3,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=4,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=5,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=6,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=7,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=8,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=9,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=10,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=11,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=12,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=13,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=14,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=15,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=16,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=17,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=18,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=19,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=20,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=21,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=22,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=23,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=24,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=25,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=26,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=27,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=28,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=29,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=30,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=31,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=32,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=33,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=34,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=35,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=36,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=37,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=38,OFFSIZE=0,VALUE=0; -OBJECT=T70,INSTANCE=39,OFFSIZE=0,VALUE=0; -OBJECT=T72,INSTANCE=0,OFFSIZE=0,VALUE=255; -OBJECT=T72,INSTANCE=0,OFFSIZE=40,VALUE=8; -OBJECT=T72,INSTANCE=0,OFFSIZE=60,VALUE=8; -OBJECT=T72,INSTANCE=0,OFFSIZE=20,VALUE=9; -OBJECT=T65,INSTANCE=0,OFFSIZE=1,VALUE=3; -[WORKAROUND3 END] - -[WORKAROUND4 BEGIN] -OBJECT=T6,INSTANCE=0,OFFSIZE=2,VALUE=1; -[WORKAROUND4 END] - -[WORKAROUND5 BEGIN] -OBJECT=T72,INSTANCE=0,OFFSIZE=77,VALUE=1; -OBJECT=T72,INSTANCE=0,OFFSIZE=79,VALUE=255; -OBJECT=T72,INSTANCE=0,OFFSIZE=58,VALUE=15; -[WORKAROUND5 END] \ No newline at end of file diff --git a/recovery/root/system/vendor/firmware/ts/eva_synaptics_EVA_11080_jdi.img b/recovery/root/system/vendor/firmware/ts/eva_synaptics_EVA_11080_jdi.img deleted file mode 100644 index 1e6910d..0000000 Binary files a/recovery/root/system/vendor/firmware/ts/eva_synaptics_EVA_11080_jdi.img and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/ts/eva_synaptics_EVA_18100_lg.img b/recovery/root/system/vendor/firmware/ts/eva_synaptics_EVA_18100_lg.img deleted file mode 100644 index b4cb976..0000000 Binary files a/recovery/root/system/vendor/firmware/ts/eva_synaptics_EVA_18100_lg.img and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/ts/eva_synaptics_S3320B_jdi.img b/recovery/root/system/vendor/firmware/ts/eva_synaptics_S3320B_jdi.img deleted file mode 100644 index 1e6910d..0000000 Binary files a/recovery/root/system/vendor/firmware/ts/eva_synaptics_S3320B_jdi.img and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/ts/frd_synaptics_FRD_11080_jdi.img b/recovery/root/system/vendor/firmware/ts/frd_synaptics_FRD_11080_jdi.img deleted file mode 100644 index e3c5fea..0000000 Binary files a/recovery/root/system/vendor/firmware/ts/frd_synaptics_FRD_11080_jdi.img and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/ts/frd_synaptics_FRD_11081_jdi.img b/recovery/root/system/vendor/firmware/ts/frd_synaptics_FRD_11081_jdi.img deleted file mode 100644 index eacd8a1..0000000 Binary files a/recovery/root/system/vendor/firmware/ts/frd_synaptics_FRD_11081_jdi.img and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/ts/frd_synaptics_FRD_18100_lg.img b/recovery/root/system/vendor/firmware/ts/frd_synaptics_FRD_18100_lg.img deleted file mode 100644 index dee5266..0000000 Binary files a/recovery/root/system/vendor/firmware/ts/frd_synaptics_FRD_18100_lg.img and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/ts/knight_synaptics_KNI18100_lg.img b/recovery/root/system/vendor/firmware/ts/knight_synaptics_KNI18100_lg.img deleted file mode 100644 index fcbb0ce..0000000 Binary files a/recovery/root/system/vendor/firmware/ts/knight_synaptics_KNI18100_lg.img and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/ts/knight_synaptics_KNIG11080_jdi.img b/recovery/root/system/vendor/firmware/ts/knight_synaptics_KNIG11080_jdi.img deleted file mode 100644 index 0c1330c..0000000 Binary files a/recovery/root/system/vendor/firmware/ts/knight_synaptics_KNIG11080_jdi.img and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/ts/knight_synaptics_KNIG11081_jdi.img b/recovery/root/system/vendor/firmware/ts/knight_synaptics_KNIG11081_jdi.img deleted file mode 100644 index ae52456..0000000 Binary files a/recovery/root/system/vendor/firmware/ts/knight_synaptics_KNIG11081_jdi.img and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/ts/knight_synaptics_KNIG181010_lg.img b/recovery/root/system/vendor/firmware/ts/knight_synaptics_KNIG181010_lg.img deleted file mode 100644 index 6ade2f9..0000000 Binary files a/recovery/root/system/vendor/firmware/ts/knight_synaptics_KNIG181010_lg.img and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/ts/knight_synaptics_KNIG18130_boe.img b/recovery/root/system/vendor/firmware/ts/knight_synaptics_KNIG18130_boe.img deleted file mode 100644 index f6eed09..0000000 Binary files a/recovery/root/system/vendor/firmware/ts/knight_synaptics_KNIG18130_boe.img and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/ts/next_synaptics_NEXT11080_jdi.img b/recovery/root/system/vendor/firmware/ts/next_synaptics_NEXT11080_jdi.img deleted file mode 100644 index 7d3369e..0000000 Binary files a/recovery/root/system/vendor/firmware/ts/next_synaptics_NEXT11080_jdi.img and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/ts/next_synaptics_NEXT18100_lg.img b/recovery/root/system/vendor/firmware/ts/next_synaptics_NEXT18100_lg.img deleted file mode 100644 index c78a16d..0000000 Binary files a/recovery/root/system/vendor/firmware/ts/next_synaptics_NEXT18100_lg.img and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/ts/vienna_hideep_ist510e.bin b/recovery/root/system/vendor/firmware/ts/vienna_hideep_ist510e.bin deleted file mode 100644 index 10c7a01..0000000 Binary files a/recovery/root/system/vendor/firmware/ts/vienna_hideep_ist510e.bin and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/ts/vienna_synaptics_VIEN17090_samsung.img b/recovery/root/system/vendor/firmware/ts/vienna_synaptics_VIEN17090_samsung.img deleted file mode 100644 index c37363f..0000000 Binary files a/recovery/root/system/vendor/firmware/ts/vienna_synaptics_VIEN17090_samsung.img and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/ts/vienna_synaptics_VIEN17091_samsung.img b/recovery/root/system/vendor/firmware/ts/vienna_synaptics_VIEN17091_samsung.img deleted file mode 100644 index 92eba61..0000000 Binary files a/recovery/root/system/vendor/firmware/ts/vienna_synaptics_VIEN17091_samsung.img and /dev/null differ diff --git a/recovery/root/system/vendor/firmware/ts/vienna_synaptics_VIEN17092_samsung.img b/recovery/root/system/vendor/firmware/ts/vienna_synaptics_VIEN17092_samsung.img deleted file mode 100644 index 786d47a..0000000 Binary files a/recovery/root/system/vendor/firmware/ts/vienna_synaptics_VIEN17092_samsung.img and /dev/null differ diff --git a/recovery/root/system/vendor/lib64/libc_secshared.so b/recovery/root/system/vendor/lib64/libc_secshared.so deleted file mode 100644 index 2e00fd1..0000000 Binary files a/recovery/root/system/vendor/lib64/libc_secshared.so and /dev/null differ diff --git a/recovery/root/system/vendor/lib64/libext2_uuid.so b/recovery/root/system/vendor/lib64/libext2_uuid.so deleted file mode 100644 index d0aa954..0000000 Binary files a/recovery/root/system/vendor/lib64/libext2_uuid.so and /dev/null differ diff --git a/recovery/root/system/vendor/lib64/libfile_sharing_service.so b/recovery/root/system/vendor/lib64/libfile_sharing_service.so deleted file mode 100644 index 244c0ff..0000000 Binary files a/recovery/root/system/vendor/lib64/libfile_sharing_service.so and /dev/null differ diff --git a/recovery/root/system/vendor/lib64/libwifi_wapi_hisi.so b/recovery/root/system/vendor/lib64/libwifi_wapi_hisi.so deleted file mode 100644 index a3965d8..0000000 Binary files a/recovery/root/system/vendor/lib64/libwifi_wapi_hisi.so and /dev/null differ diff --git a/vendorsetup.sh b/vendorsetup.sh index 8d30eb9..0c9b56a 100644 --- a/vendorsetup.sh +++ b/vendorsetup.sh @@ -1,5 +1,5 @@ # -# Copyright (C) 2017 OldDroid +# Copyright (C) 2017 OpenKirin, OldDroid # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.