add tulip-m64 target
Signed-off-by: August <mingxin.android@gmail.com>
This commit is contained in:
parent
96a46de267
commit
fc9bfec086
76 changed files with 162905 additions and 0 deletions
32
android/device/softwinner/tulip-m64/init.device.rc
Executable file
32
android/device/softwinner/tulip-m64/init.device.rc
Executable file
|
@ -0,0 +1,32 @@
|
|||
on init
|
||||
# Load persistent dm-verity state
|
||||
verity_load_state
|
||||
|
||||
on early-boot
|
||||
# Update dm-verity state and set partition.*.verified properties
|
||||
verity_update_state
|
||||
|
||||
on boot
|
||||
# Read one page at a time for swap (default is 8)
|
||||
write /proc/sys/vm/page-cluster 0
|
||||
write /proc/sys/vm/swappiness 80
|
||||
|
||||
|
||||
#insmod gsensor module
|
||||
#insmod /vendor/modules/bma250.ko
|
||||
#tp
|
||||
chown system system /sys/devices/platform/soc/twi0/i2c-0/0-0040/input/input3/runtime_suspend
|
||||
|
||||
### csi module
|
||||
insmod /vendor/modules/videobuf2-core.ko
|
||||
insmod /vendor/modules/videobuf2-memops.ko
|
||||
insmod /vendor/modules/videobuf2-v4l2.ko
|
||||
insmod /vendor/modules/videobuf2-dma-contig.ko
|
||||
insmod /vendor/modules/vfe_io.ko
|
||||
insmod /vendor/modules/gc2145.ko
|
||||
insmod /vendor/modules/gc0312.ko
|
||||
insmod /vendor/modules/vfe_v4l2.ko
|
||||
|
||||
on property:sys.boot_completed=1
|
||||
#inmod tp module
|
||||
insmod /vendor/modules/ft5x16_ts.ko
|
Loading…
Add table
Add a link
Reference in a new issue