-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathBoardConfig.mk
57 lines (52 loc) · 1.72 KB
/
BoardConfig.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#
#Copyright (C) 2016 The Android Open-Source Project
#
#Licensed Under the Apache License, Version 2.0 (the "License");
#You may only use this file in compliance with the License
#
#
#This BoardConfig.mk was originally made by Qiangong2 for the D190U
#
#Do Not Edit any text above and including this line
#Feel free to edit anything below this line :)
#
#
# Thanks BLU for NOT providing the source code... -_-
TARGET_ARCH := arm
TARGET_ARCH_VARIANT := armv7-a-neon
TARGET_BOARD_PLATFORM := scx15
TARGET_CPU_ABI := armeabi-v7a
TARGET_CPU_ABI2 := armeabi
TARGET_CPU_VARIANT := cortex-a7
TARGET_CPU_SMP := false
ARCH_ARM_HAVE_TLS_REGISTER := true
TARGET_BOOTLOADER_BOARD_NAME := scx15_sp7715ga
BOARD_HAS_NO_SELECT_BUTTON := true
TARGET_OTA_ASSERT_DEVICE := D190U,d190u,scx15_sp7715ga_FS001
#Kernel
TARGET_PREBUILT_KERNEL := device/blu/scx15_sp7715ga_FS001/zImage
BOARD_KERNEL_BASE := 0x00000000
BOARD_KERNEL_CMDLINE := console=ttyS1,115200n8
TARGET_RECOVERY_FSTAB := device/blu/scx15_sp7715ga_FS001/nand/twrp.fstab
BOARD_KERNEL_PAGESIZE := 2048
#Userimages
TARGET_USERIMAGES_USE_UBIFS := true
BOARD_BOOTIMAGE_PARTITION_SIZE := 113141350
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 113141350
#BOARD_SYSTEMIMAGE_PARTITION_SIZE := 350000000
#BOARD_CACHEIMAGE_PARTITION_SIZE := 10000000
#BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ubifs
BOARD_FLASH_BLOCK_SIZE := 4096
#TWRP
RECOVERY_VARIANT := twrp
TW_NO_SCREEN_TIMEOUT := true
TWRP_INCLUDE_LOGCAT := true
DEVICE_RESOLUTION := 320x480
TW_CUSTOM_POWER_BUTTON := 116
TW_INTERNAL_STORAGE_PATH := "/data/media"
TW_INTERNAL_STORAGE_MOUNT_POINT := "data"
TW_EXTERNAL_STORAGE_PATH := "/sdcard"
TW_EXTERNAL_STORAGE_MOUNT_POINT := "sdcard"
TW_FLASH_FROM_STORAGE := true
TW_NO_CPU_TEMP := true
TW_EXCLUDE_ENCRYPTED_BACKUPS := true