thermal-engine: move to g3-common

Change-Id: I30bb105ca8f23d050687b0b1099295206be5e86a
gugelfrei
Dan Pasanen 9 years ago
parent 5f54867762
commit a5fcbf6df8

@ -1,150 +0,0 @@
sampling 5000
c_mode 3
[CPU_LCD_management]
algo_type monitor
sensor xo_therm_pu2
sampling 10000
thresholds 45000 47000 49000 51000 53000 55000
thresholds_clr 44000 45500 47500 49500 51500 53500
actions cpu+lcd cpu+lcd cpu+lcd cpu+lcd cpu+lcd cpu+lcd
action_info FFFFFFF+255 1728000+235 1497600+235 1267200+235 1190400+215 1190400+215
action_type 25000
[GPU_management]
algo_type monitor
sensor xo_therm_pu2
sampling 10000
thresholds 47000 50000 53000
thresholds_clr 46500 47500 50500
actions gpu gpu gpu
action_info 462400000 389000000 330000000
action_type 25000
[battery_monitor]
algo_type monitor
sensor xo_batt
sampling 10000
thresholds 47000 48000 49000 50000 51000
thresholds_clr 46000 47000 48000 49000 50000
actions battery battery battery battery battery
action_info 1024 768 512 410 307
[iusb_monitor]
algo_type monitor
sensor xo_therm_pu2
sampling 10000
thresholds 47000
thresholds_clr 45000
actions iusb
action_info 1500
[wlchg_monitor]
algo_type monitor
sensor xo_therm_pu2
sampling 10000
thresholds 52000
thresholds_clr 50000
actions wlchg
action_info 512
[wlchg_volt_monitor]
algo_type monitor
sensor batt_volt
sampling 10000
thresholds 4100
thresholds_clr 4000
actions wlchg
action_info 512
[GBMONITOR]
algo_type monitor
sensor xo_therm
sampling 10000
thresholds 43000 45000 55000
thresholds_clr 41500 43500 53500
actions gbmonitor gbmonitor gbmonitor
action_info 0 1 2
[CPU0_MONITOR]
algo_type monitor
sensor cpu0
sampling 65
thresholds 120000
thresholds_clr 115000
actions shutdown
action_info 0
[CPU1_MONITOR]
algo_type monitor
sensor cpu1
sampling 65
thresholds 120000
thresholds_clr 115000
actions shutdown
action_info 0
[CPU2_MONITOR]
algo_type monitor
sensor cpu2
sampling 65
thresholds 120000
thresholds_clr 115000
actions shutdown
action_info 0
[CPU3_MONITOR]
algo_type monitor
sensor cpu3
sampling 65
thresholds 120000
thresholds_clr 115000
actions shutdown
action_info 0
[SS-CPU0]
algo_type ss
sampling 65
sensor cpu0
device cpu
set_point 85000
set_point_clr 55000
action_type 10000
[SS-CPU1]
algo_type ss
sampling 65
sensor cpu1
device cpu
set_point 85000
set_point_clr 55000
action_type 10000
[SS-CPU2]
algo_type ss
sampling 65
sensor cpu2
device cpu
set_point 85000
set_point_clr 55000
action_type 10000
[SS-CPU3]
algo_type ss
sampling 65
sensor cpu3
device cpu
set_point 85000
set_point_clr 55000
action_type 10000
[SS-POPMEM]
algo_type ss
sampling 65
sensor pop_mem
device cpu
set_point 80000
set_point_clr 55000
time_constant 16
action_type 20000

@ -35,10 +35,6 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/gps.conf:system/etc/gps.conf
# Thermal
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/thermal-engine-8974.conf:system/etc/thermal-engine-8974.conf
# Wifi
PRODUCT_PACKAGES += \
hostapd_default.conf \

Loading…
Cancel
Save