mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-07 23:01:49 +00:00
Merge pull request #331 from ThomasKaiser/master
Add 3 new Xunlong boards, small THS adjustments for BPi M2+
This commit is contained in:
commit
5f09a00b4e
7 changed files with 98 additions and 43 deletions
11
config/boards/orangepilite.conf
Normal file
11
config/boards/orangepilite.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
# H3 quad core 512MB RAM WiFi
|
||||
BOARD_NAME="Orange Pi Lite"
|
||||
LINUXFAMILY=sun8i
|
||||
BOOTCONFIG=orangepi_one_defconfig
|
||||
MODULES="8189fs #gpio_sunxi #w1-sunxi #w1-gpio #w1-therm #gc2035"
|
||||
MODULES_NEXT=""
|
||||
CPUMIN=480000
|
||||
CPUMAX=1200000
|
||||
CLI_TARGET="jessie:default,dev"
|
||||
DESKTOP_TARGET="jessie:default"
|
||||
KERNEL_TARGET="default,dev"
|
11
config/boards/orangepipcplus.conf
Normal file
11
config/boards/orangepipcplus.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
# H3 quad core 1GB RAM WiFi
|
||||
BOARD_NAME="Orange Pi PC Plus"
|
||||
LINUXFAMILY=sun8i
|
||||
BOOTCONFIG=orangepi_pc_defconfig
|
||||
MODULES="8189fs #gpio_sunxi #w1-sunxi #w1-gpio #w1-therm #gc2035"
|
||||
MODULES_NEXT=""
|
||||
CPUMIN=480000
|
||||
CPUMAX=1296000
|
||||
CLI_TARGET="jessie:default,dev"
|
||||
DESKTOP_TARGET="jessie:default"
|
||||
KERNEL_TARGET="default,dev"
|
11
config/boards/orangepiplus2e.conf
Normal file
11
config/boards/orangepiplus2e.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
# H3 quad core 2GB RAM WiFi
|
||||
BOARD_NAME="Orange Pi Plus"
|
||||
LINUXFAMILY=sun8i
|
||||
BOOTCONFIG=orangepi_pc_defconfig
|
||||
MODULES="8189fs #gpio_sunxi #w1-sunxi #w1-gpio #w1-therm #gc2035"
|
||||
MODULES_NEXT=""
|
||||
CPUMIN=480000
|
||||
CPUMAX=1296000
|
||||
CLI_TARGET="jessie:default,dev"
|
||||
DESKTOP_TARGET="jessie:default"
|
||||
KERNEL_TARGET="default,dev"
|
|
@ -364,10 +364,6 @@ gpio_pin_27 = port:PA20<1><default><default><0>
|
|||
;gpio_pin_29 = port:PL10<1><default><default><1>
|
||||
gpio_pin_28 = port:PL03<0><default><default><1>
|
||||
|
||||
;[led_assign]
|
||||
;normal_led = "gpio_pin_29"
|
||||
;standby_led = "gpio_pin_10"
|
||||
|
||||
[leds_para]
|
||||
leds_used = 1
|
||||
red_led = port:PL10<1><default><default><1>
|
||||
|
@ -387,15 +383,15 @@ red_led_active_low = 0
|
|||
|
||||
[ths_para]
|
||||
ths_used = 1
|
||||
ths_trip1_count = 6
|
||||
ths_trip1_0 = 60
|
||||
ths_trip1_1 = 75
|
||||
ths_trip1_2 = 85
|
||||
ths_trip1_3 = 90
|
||||
ths_trip1_4 = 95
|
||||
ths_trip1_5 = 100
|
||||
ths_trip1_6 = 0
|
||||
ths_trip1_7 = 0
|
||||
ths_trip1_count = 8
|
||||
ths_trip1_0 = 65
|
||||
ths_trip1_1 = 70
|
||||
ths_trip1_2 = 75
|
||||
ths_trip1_3 = 80
|
||||
ths_trip1_4 = 85
|
||||
ths_trip1_5 = 90
|
||||
ths_trip1_6 = 95
|
||||
ths_trip1_7 = 105
|
||||
ths_trip1_0_min = 0
|
||||
ths_trip1_0_max = 1
|
||||
ths_trip1_1_min = 1
|
||||
|
@ -405,11 +401,13 @@ ths_trip1_2_max = 3
|
|||
ths_trip1_3_min = 3
|
||||
ths_trip1_3_max = 4
|
||||
ths_trip1_4_min = 4
|
||||
ths_trip1_4_max = 5
|
||||
ths_trip1_5_min = 5
|
||||
ths_trip1_5_max = 5
|
||||
ths_trip1_6_min = 0
|
||||
ths_trip1_6_max = 0
|
||||
ths_trip1_4_max = 6
|
||||
ths_trip1_5_min = 6
|
||||
ths_trip1_5_max = 8
|
||||
ths_trip1_6_min = 8
|
||||
ths_trip1_6_max = 10
|
||||
ths_trip1_7_min = 0
|
||||
ths_trip1_7_max = 0
|
||||
ths_trip2_count = 1
|
||||
ths_trip2_0 = 105
|
||||
|
||||
|
@ -418,13 +416,18 @@ ths_trip2_0 = 105
|
|||
;----------------------------------------------------------------------------------
|
||||
|
||||
[cooler_table]
|
||||
cooler_count = 6
|
||||
cooler_count = 11
|
||||
cooler0 = "1200000 4 4294967295 0"
|
||||
cooler1 = "912000 4 4294967295 0"
|
||||
cooler2 = "720000 4 4294967295 0"
|
||||
cooler3 = "648000 4 4294967295 0"
|
||||
cooler4 = "480000 2 4294967295 0"
|
||||
cooler5 = "240000 1 4294967295 0"
|
||||
cooler1 = "1008000 4 4294967295 0"
|
||||
cooler2 = "816000 4 4294967295 0"
|
||||
cooler3 = "720000 4 4294967295 0"
|
||||
cooler4 = "648000 4 4294967295 0"
|
||||
cooler5 = "480000 4 4294967295 0"
|
||||
cooler6 = "312000 4 4294967295 0"
|
||||
cooler7 = "240000 4 4294967295 0"
|
||||
cooler8 = "240000 3 4294967295 0"
|
||||
cooler9 = "240000 2 4294967295 0"
|
||||
cooler10 = "240000 1 4294967295 0"
|
||||
|
||||
[nand0_para]
|
||||
nand_support_2ch = 0
|
||||
|
@ -1280,7 +1283,6 @@ key3_vol = 666
|
|||
key4_vol = 857
|
||||
key5_vol = 2000
|
||||
|
||||
|
||||
;----------------------------------------------------------------------------------
|
||||
;display seven segment para
|
||||
;----------------------------------------------------------------------------------
|
||||
|
@ -1290,7 +1292,6 @@ din_gpio = port:PD00<1><default><default><1>
|
|||
clk_gpio = port:PD01<1><default><default><1>
|
||||
stb_gpio = port:PD02<1><default><default><1>
|
||||
|
||||
|
||||
;----------------------------------------------------------------------------------
|
||||
;mali parameters
|
||||
;----------------------------------------------------------------------------------
|
||||
|
@ -1300,10 +1301,12 @@ mali_clkdiv = 1
|
|||
mali_extreme_freq = 600
|
||||
mali_extreme_vol = 1400
|
||||
|
||||
|
||||
;----------------------------------------------------------------------------------
|
||||
;1wire parameters (default - PA20)
|
||||
;----------------------------------------------------------------------------------
|
||||
[w1_para]
|
||||
w1_used = 1
|
||||
gpio = 20
|
||||
|
||||
[corekeeper]
|
||||
corekeeper_enabled = 1
|
||||
|
|
|
@ -255,12 +255,12 @@ red_led_active_low = 0
|
|||
[ths_para]
|
||||
ths_used = 1
|
||||
ths_trip1_count = 6
|
||||
ths_trip1_0 = 70
|
||||
ths_trip1_0 = 75
|
||||
ths_trip1_1 = 80
|
||||
ths_trip1_2 = 85
|
||||
ths_trip1_3 = 90
|
||||
ths_trip1_4 = 95
|
||||
ths_trip1_5 = 100
|
||||
ths_trip1_5 = 105
|
||||
ths_trip1_6 = 0
|
||||
ths_trip1_7 = 0
|
||||
ths_trip1_0_min = 0
|
||||
|
@ -274,18 +274,22 @@ ths_trip1_3_max = 4
|
|||
ths_trip1_4_min = 4
|
||||
ths_trip1_4_max = 5
|
||||
ths_trip1_5_min = 5
|
||||
ths_trip1_5_max = 5
|
||||
ths_trip1_5_max = 7
|
||||
ths_trip1_6_min = 0
|
||||
ths_trip1_6_max = 0
|
||||
ths_trip2_count = 1
|
||||
ths_trip2_0 = 105
|
||||
|
||||
[cooler_table]
|
||||
cooler_count = 4
|
||||
cooler_count = 8
|
||||
cooler0 = "1200000 4 4294967295 0"
|
||||
cooler1 = "1008000 4 4294967295 0"
|
||||
cooler2 = "816000 4 4294967295 0"
|
||||
cooler3 = "648000 1 4294967295 0"
|
||||
cooler1 = "912000 4 4294967295 0"
|
||||
cooler2 = "768000 4 4294967295 0"
|
||||
cooler3 = "648000 4 4294967295 0"
|
||||
cooler4 = "480000 4 4294967295 0"
|
||||
cooler5 = "480000 3 4294967295 0"
|
||||
cooler6 = "480000 2 4294967295 0"
|
||||
cooler7 = "480000 1 4294967295 0"
|
||||
|
||||
[nand0_para]
|
||||
nand_support_2ch = 0
|
||||
|
@ -735,7 +739,7 @@ LV1_freq = 1200000000
|
|||
LV1_volt = 1300
|
||||
LV2_freq = 1008000000
|
||||
LV2_volt = 1300
|
||||
LV3_freq = 816000000
|
||||
LV3_freq = 912000000
|
||||
LV3_volt = 1100
|
||||
LV4_freq = 648000000
|
||||
LV4_volt = 1100
|
||||
|
@ -835,3 +839,6 @@ mali_extreme_vol = 1400
|
|||
[w1_para]
|
||||
w1_used = 1
|
||||
gpio = 20
|
||||
|
||||
[corekeeper]
|
||||
corekeeper_enabled = 1
|
||||
|
|
|
@ -255,12 +255,12 @@ red_led_active_low = 0
|
|||
[ths_para]
|
||||
ths_used = 1
|
||||
ths_trip1_count = 6
|
||||
ths_trip1_0 = 70
|
||||
ths_trip1_0 = 75
|
||||
ths_trip1_1 = 80
|
||||
ths_trip1_2 = 85
|
||||
ths_trip1_3 = 90
|
||||
ths_trip1_4 = 95
|
||||
ths_trip1_5 = 100
|
||||
ths_trip1_5 = 105
|
||||
ths_trip1_6 = 0
|
||||
ths_trip1_7 = 0
|
||||
ths_trip1_0_min = 0
|
||||
|
@ -274,18 +274,22 @@ ths_trip1_3_max = 4
|
|||
ths_trip1_4_min = 4
|
||||
ths_trip1_4_max = 5
|
||||
ths_trip1_5_min = 5
|
||||
ths_trip1_5_max = 5
|
||||
ths_trip1_5_max = 7
|
||||
ths_trip1_6_min = 0
|
||||
ths_trip1_6_max = 0
|
||||
ths_trip2_count = 1
|
||||
ths_trip2_0 = 105
|
||||
|
||||
[cooler_table]
|
||||
cooler_count = 4
|
||||
cooler_count = 8
|
||||
cooler0 = "1200000 4 4294967295 0"
|
||||
cooler1 = "1008000 4 4294967295 0"
|
||||
cooler2 = "816000 4 4294967295 0"
|
||||
cooler3 = "648000 1 4294967295 0"
|
||||
cooler1 = "912000 4 4294967295 0"
|
||||
cooler2 = "768000 4 4294967295 0"
|
||||
cooler3 = "648000 4 4294967295 0"
|
||||
cooler4 = "480000 4 4294967295 0"
|
||||
cooler5 = "480000 3 4294967295 0"
|
||||
cooler6 = "480000 2 4294967295 0"
|
||||
cooler7 = "480000 1 4294967295 0"
|
||||
|
||||
[nand0_para]
|
||||
nand_support_2ch = 0
|
||||
|
@ -735,7 +739,7 @@ LV1_freq = 1200000000
|
|||
LV1_volt = 1300
|
||||
LV2_freq = 1008000000
|
||||
LV2_volt = 1300
|
||||
LV3_freq = 816000000
|
||||
LV3_freq = 912000000
|
||||
LV3_volt = 1100
|
||||
LV4_freq = 648000000
|
||||
LV4_volt = 1100
|
||||
|
@ -835,3 +839,6 @@ mali_extreme_vol = 1400
|
|||
[w1_para]
|
||||
w1_used = 1
|
||||
gpio = 20
|
||||
|
||||
[corekeeper]
|
||||
corekeeper_enabled = 1
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
# Release history
|
||||
|
||||
**v5.11 / 24.5.2016**
|
||||
|
||||
- Various bug fixes
|
||||
- new working images for Actions Semi S500 boards
|
||||
|
||||
**v5.10 / 1.5.2016**
|
||||
|
||||
Images:
|
||||
|
|
Loading…
Add table
Reference in a new issue