diff options
| -rw-r--r-- | BoardConfigCommon.mk | 3 | ||||
| -rw-r--r-- | README | 4 | ||||
| -rw-r--r-- | board/kernel.mk | 5 | ||||
| -rw-r--r-- | board/releasetools.mk | 2 | ||||
| -rw-r--r-- | board/sepolicy.mk | 2 | ||||
| -rw-r--r-- | product/qcom-perf.mk | 6 |
6 files changed, 9 insertions, 13 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 2239bf7..d3dbf69 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -1,5 +1,6 @@ # # Copyright (C) 2016 The CyanogenMod Project +# Copyright (C) 2016 The SmartRomTeam # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,4 +15,4 @@ # limitations under the License. # Include board config fragments -include device/cyanogen/msm8916-common/board/*.mk +include device/ark/msm8916-common/board/*.mk @@ -1 +1,3 @@ -Shared device tree for Cyanogen msm8916 devices +#Shared device tree for msm8916 devices +Now this common device tree support: +-ARK Benefit A3 diff --git a/board/kernel.mk b/board/kernel.mk index 802d5b0..622ae48 100644 --- a/board/kernel.mk +++ b/board/kernel.mk @@ -1,15 +1,12 @@ -BOARD_DTBTOOL_ARGS := -2 - BOARD_KERNEL_BASE := 0x80000000 BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.console=ttyHSL0 androidboot.hardware=qcom msm_rtb.filter=0x237 ehci-hcd.park=3 androidboot.bootdevice=7824900.sdhci lpm_levels.sleep_disabled=1 BOARD_KERNEL_PAGESIZE := 2048 -BOARD_KERNEL_SEPARATED_DT := true BOARD_KERNEL_TAGS_OFFSET := 0x01E00000 BOARD_RAMDISK_OFFSET := 0x02000000 ENABLE_CPUSETS := true -TARGET_KERNEL_SOURCE := kernel/cyanogen/msm8916 +TARGET_KERNEL_SOURCE := kernel/ark/msm8916 ifneq ($(FORCE_32_BIT),true) TARGET_KERNEL_ARCH := arm64 TARGET_KERNEL_CROSS_COMPILE_PREFIX := aarch64-linux-android- diff --git a/board/releasetools.mk b/board/releasetools.mk index bc1a595..c484877 100644 --- a/board/releasetools.mk +++ b/board/releasetools.mk @@ -1 +1 @@ -TARGET_RELEASETOOLS_EXTENSIONS := device/cyanogen/msm8916-common +TARGET_RELEASETOOLS_EXTENSIONS := device/ark/msm8916-common diff --git a/board/sepolicy.mk b/board/sepolicy.mk index 9650039..1a626cb 100644 --- a/board/sepolicy.mk +++ b/board/sepolicy.mk @@ -1 +1 @@ -BOARD_SEPOLICY_DIRS += device/cyanogen/msm8916-common/sepolicy +BOARD_SEPOLICY_DIRS += device/ark/msm8916-common/sepolicy diff --git a/product/qcom-perf.mk b/product/qcom-perf.mk index ddccd6b..bd4a251 100644 --- a/product/qcom-perf.mk +++ b/product/qcom-perf.mk @@ -8,13 +8,9 @@ endif PRODUCT_PACKAGES += \ power.msm8916 -# Properties -PRODUCT_PROPERTY_OVERRIDES += \ - ro.vendor.extension_library=libqti-perfd-client.so - ifeq ($(TARGET_BOARD_PLATFORM_VARIANT),msm8916) PRODUCT_PROPERTY_OVERRIDES += \ - ro.min_freq_0=800000 + ro.min_freq_0=200000 else ifeq ($(TARGET_BOARD_PLATFORM_VARIANT),msm8939) PRODUCT_PROPERTY_OVERRIDES += \ |
